diff options
author | Tom Lane | 2013-03-28 17:19:49 +0000 |
---|---|---|
committer | Tom Lane | 2013-03-28 17:19:49 +0000 |
commit | 58bc48179b3cad0793ae20b002d60289c8bf0b9b (patch) | |
tree | 1cf7efc700ca2de94e9301a5e09d2082858e8661 /contrib/sepgsql/database.c | |
parent | 473ab40c8bb3fcb1a7645f6a7443a0424d70fbaf (diff) |
Avoid "variable might be clobbered by longjmp" warning.
On older-model gcc, the original coding of UTILITY_BEGIN_QUERY() can
draw this error because of multiple assignments to _needCleanup.
Rather than mark that variable volatile, we can suppress the warning
by arranging to have just one unconditional assignment before PG_TRY.
Diffstat (limited to 'contrib/sepgsql/database.c')
0 files changed, 0 insertions, 0 deletions