1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00
Files
postgres/src
Tom Lane 44096f1c66 Fix portability breakage in pg_dump.
Commit 0eea8047bf introduced some overly
optimistic assumptions about what could be in a local struct variable's
initializer.  (This might in fact be valid code according to C99, but I've
got at least one pre-C99 compiler that falls over on those nonconstant
address expressions.)  There is no reason whatsoever for main()'s workspace
to not be static, so revert long_options[] to a static and make the
DumpOptions struct static as well.
2015-01-11 13:28:26 -05:00
..
2015-01-11 13:28:26 -05:00
2015-01-06 15:16:29 -03:00
2014-06-28 21:46:15 +02:00
2015-01-08 14:14:14 -05:00
2015-01-06 11:43:47 -05:00
2015-01-06 11:43:47 -05:00
2014-11-02 21:43:33 -05:00