diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-01-11 13:28:26 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-01-11 13:28:26 -0500 |
commit | 44096f1c6644a97c92da6c96dc1d8d4e200d4a38 (patch) | |
tree | a3e4ba78bd48063d218592cb07c94128738dad52 /src/backend/executor/nodeIndexonlyscan.c | |
parent | 8883bae33b55a52105b1b58d0e42c5a6bda09627 (diff) | |
download | postgresql-44096f1c6644a97c92da6c96dc1d8d4e200d4a38.tar.gz postgresql-44096f1c6644a97c92da6c96dc1d8d4e200d4a38.zip |
Fix portability breakage in pg_dump.
Commit 0eea8047bf0e15b402b951e383e39236bdfe57d5 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.
Diffstat (limited to 'src/backend/executor/nodeIndexonlyscan.c')
0 files changed, 0 insertions, 0 deletions