DefineCollation() code cleanup
authorPeter Eisentraut
Fri, 11 Mar 2022 07:27:24 +0000 (08:27 +0100)
committerPeter Eisentraut
Fri, 11 Mar 2022 07:32:52 +0000 (08:32 +0100)
commite94bb1473eb36e19c200476cebc3750cf6a978e7
tree8a9426260a39f6e699f8e7922c3576a2f5b823d6
parent9198e6399664c34985236b7a88a8efae96be633b
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
Discussion: https://www.postgresql.org/message-id/29ae752f-80e9-8d31-601c-62cf01cc93d8@enterprisedb.com
src/backend/commands/collationcmds.c