Replace Unicode apostrophe with ASCII apostrophe

Amit Langote <amitlan@postgresql.org>

Commit: 19531968e84557693576928b3184ccc549aa44c8
Author: Amit Langote <amitlan@postgresql.org>
Date: 2024-10-03T11:00:36Z
Releases: 18.0
Replace Unicode apostrophe with ASCII apostrophe

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 <aekorotkov@gmail.com>
Discussion: https://postgr.es/m/CAPpHfduNWMBjkJFtqXJremk6b6YQYO2s3_VEpnj-T_CaUNUYYQ@mail.gmail.com

Files

PathChange+/−
src/backend/commands/tablecmds.c modified +1 −1

Discussion

Cited messages not in the archive: CAPpHfduNWMBjkJFtqXJremk6b6YQYO2s3_VEpnj-T_CaUNUYYQ@mail.gmail.com