From: | "Daniel Verite" <daniel(at)manitou-mail(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | "vignesh C" <vignesh21(at)gmail(dot)com> |
Subject: | Re: Fixing backslash dot for COPY FROM...CSV |
Date: | 2023-12-31 15:32:33 |
Message-ID: | 650f6285-51cd-4e14-8bb6-e196984caf6c@manitou-mail.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
The CI patch tester fails on this patch, because it has a label
at the end of a C block, which I'm learning is a C23 feature
that happens to be supported by gcc 11 [1], but is not portable.
PFA an update fixing this, plus removing an obsolete chunk
in the COPY documentation that v2 left out.
[1] https://gcc.gnu.org/onlinedocs/gcc/Mixed-Labels-and-Declarations.html
Best regards,
--
Daniel Vérité
https://postgresql.verite.pro/
Twitter: @DanielVerite
Attachment | Content-Type | Size |
---|---|---|
v3-0001-Support-backslash-dot-on-a-line-by-itself-as-vali.patch | text/plain | 9.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2023-12-31 15:58:34 | Re: pg_stat_statements: more test coverage |
Previous Message | Jonathan S. Katz | 2023-12-31 15:20:53 | Re: Password leakage avoidance |