pgsql: Don't hint that you can reconnect when the database is dropped

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't hint that you can reconnect when the database is dropped
Date: 2026-02-03 13:09:51
Message-ID: E1vnGAB-000unl-1X@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't hint that you can reconnect when the database is dropped

Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/4cc13ba1-4248-4884-b6ba-4805349e7f39@iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/57bff90160fdee56a0d55d7eaa7ec5ad709fda08

Modified Files
--------------
src/backend/tcop/postgres.c | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2026-02-03 14:33:48 pgsql: Update .abi-compliance-history for AdjustNotNullInheritance().
Previous Message Álvaro Herrera 2026-02-03 11:39:38 pgsql: Reject ADD CONSTRAINT NOT NULL if name mismatches existing const