Replace Unicode apostrophe with ASCII apostrophe
authorAmit Langote <[email protected]>
Thu, 3 Oct 2024 10:51:38 +0000 (19:51 +0900)
committerAmit Langote <[email protected]>
Thu, 3 Oct 2024 11:00:36 +0000 (20:00 +0900)
In commit babb3993dbe9, I accidentally introduced a Unicode
apostrophe (U+2019). This commit replaces it with the ASCII
apostrophe (U+0027) for consistency.

Reported-by: Alexander Korotkov <[email protected]>
Discussion: https://postgr.es/m/CAPpHfduNWMBjkJFtqXJremk6b6YQYO2s3_VEpnj-T_CaUNUYYQ@mail.gmail.com

src/backend/commands/tablecmds.c

index 34f8bc801affeb87193c1123172d7e8add2ade32..af8c05b91f13af16cbb827a18d9bf49c84200045 100644 (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,