From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: DefineCollation() code cleanup |
Date: | 2022-03-11 07:54:17 |
Message-ID: | E1nSa6K-000Elj-Ta@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
DefineCollation() code cleanup
Reorganize the code in DefineCollation() so that the parts using the
FROM clause and the parts not doing so are more cleanly separated. No
functionality change intended.
Reviewed-by: Julien Rouhaud <rjuju123(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/29ae752f-80e9-8d31-601c-62cf01cc93d8@enterprisedb.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/e94bb1473eb36e19c200476cebc3750cf6a978e7
Modified Files
--------------
src/backend/commands/collationcmds.c | 109 ++++++++++++++++++-----------------
1 file changed, 57 insertions(+), 52 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2022-03-11 17:34:20 | pgsql: pg_basebackup: Avoid unclean failure with server-compression and |
Previous Message | Michael Paquier | 2022-03-11 06:17:16 | pgsql: doc: Standardize capitalization of term "hot standby"/"Hot Stand |