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 <[email protected]> Discussion: https://postgr.es/m/capphfdunwmbjkjftqxjremk6b6yqyo2s3_vepnj-t_caunu...@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(-)
