mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03:00
Make ecpg test variable 'times' static so as not to conflict with libc
symbol.
This commit is contained in:
parent
ab79444e7b
commit
956c2d6683
@ -29,7 +29,8 @@ char *dates[] = { "19990108foobar",
|
||||
"January 8, 99 BC",
|
||||
NULL };
|
||||
|
||||
char *times[] = { "0:04",
|
||||
/* do not conflict with libc "times" symbol */
|
||||
static char *times[] = { "0:04",
|
||||
"1:59 PDT",
|
||||
"13:24:40 -8:00",
|
||||
"13:24:40.495+3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user