pgsql: Fix ALTER COLLATION "default" REFRESH VERSION.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix ALTER COLLATION "default" REFRESH VERSION.
Date: 2022-10-31 23:01:40
Message-ID: E1opdml-001fB5-WB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix ALTER COLLATION "default" REFRESH VERSION.

Issue a helpful error message rather than an internal error.

Discussion: https://postgr.es/m/51fb77507cafd43fc1a2e733c23045873d93ae60.camel%40j-davis.com
Reviewed-by: Thomas Munro

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0717f2fedb2400e4f5bf89bcd463c8b32916ca26

Modified Files
--------------
src/backend/commands/collationcmds.c | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-10-31 23:53:30 pgsql: Add basic regression tests for semi/antijoin recognition.
Previous Message Peter Eisentraut 2022-10-31 13:30:05 pgsql: pg_dump test: Make concatenated create_sql commands more readabl