1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Replace Unicode apostrophe with ASCII apostrophe

In commit babb3993db, I accidentally introduced a Unicode
apostrophe (U+2019). This commit replaces it with the ASCII
apostrophe (U+0027) for consistency.

Reported-by: Alexander Korotkov <aekorotkov@gmail.com>
Discussion: https://postgr.es/m/CAPpHfduNWMBjkJFtqXJremk6b6YQYO2s3_VEpnj-T_CaUNUYYQ@mail.gmail.com
This commit is contained in:
Amit Langote
2024-10-03 19:51:38 +09:00
parent e55f025b05
commit 19531968e8

View File

@ -18691,7 +18691,7 @@ ATExecAttachPartition(List **wqueue, Relation rel, PartitionCmd *cmd,
/*
* Use list_concat_copy() to avoid modifying partBoundConstraint in place,
* since its needed later to construct the constraint expression for
* since it's needed later to construct the constraint expression for
* validating against the default partition, if any.
*/
partConstraint = list_concat_copy(partBoundConstraint,