pgsql: Replace Unicode apostrophe with ASCII apostrophe

From: Amit Langote <amitlan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Replace Unicode apostrophe with ASCII apostrophe
Date: 2024-10-03 11:01:31
Message-ID: E1swJaM-001z9H-MH@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/19531968e84557693576928b3184ccc549aa44c8

Modified Files
--------------
src/backend/commands/tablecmds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2024-10-03 11:02:06 Re: pgsql: Fix expression list handling in ATExecAttachPartition()
Previous Message Amit Langote 2024-10-03 10:12:49 Re: pgsql: Fix expression list handling in ATExecAttachPartition()