Thread: pgsql: Use non-literal format for possibly non-standard strftime format

pgsql: Use non-literal format for possibly non-standard strftime format

From
Andrew Dunstan
Date:
Use non-literal format for possibly non-standard strftime formats.

Per recent -hackers discussion. The formats in question are %G and %V,
and cause warnings on MinGW at least. We assume the ecpg application
knows what it's doing if it passes these formats to the library.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c49e4ae1f886e74efb4bc94c09b993098232d5f9

Modified Files
--------------
src/interfaces/ecpg/pgtypeslib/timestamp.c |   42 +++++++++++++++++----------
1 files changed, 26 insertions(+), 16 deletions(-)