Use non-literal format for possibly non-standard strftime formats.

Andrew Dunstan <andrew@dunslane.net>

Commit: c49e4ae1f886e74efb4bc94c09b993098232d5f9
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2011-04-28T23:58:49Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/interfaces/ecpg/pgtypeslib/timestamp.c modified +26 −16