diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-01-22 17:56:42 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-01-22 17:56:42 -0500 |
commit | e2627258c3cc43b8b00c5c29c35933a33259e718 (patch) | |
tree | 6956cca30250ffabc71022459aad636347db1a40 /src/backend/commands/variable.c | |
parent | 116ce2f4d01b929cc7c3bd0f7e6bca631f83da50 (diff) | |
download | postgresql-e2627258c3cc43b8b00c5c29c35933a33259e718.tar.gz postgresql-e2627258c3cc43b8b00c5c29c35933a33259e718.zip |
Suppress possibly-uninitialized-variable warnings from gcc 4.5.
It appears that gcc 4.5 can issue such warnings for whole structs, not
just scalar variables as in the past. Refactor some pg_dump code slightly
so that the OutputContext local variables are always initialized, even
if they won't be used. It's cheap enough to not be worth worrying about.
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions