aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/json.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2013-03-28 13:19:49 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2013-03-28 13:19:49 -0400
commit58bc48179b3cad0793ae20b002d60289c8bf0b9b (patch)
tree1cf7efc700ca2de94e9301a5e09d2082858e8661 /src/backend/utils/adt/json.c
parent473ab40c8bb3fcb1a7645f6a7443a0424d70fbaf (diff)
downloadpostgresql-58bc48179b3cad0793ae20b002d60289c8bf0b9b.tar.gz
postgresql-58bc48179b3cad0793ae20b002d60289c8bf0b9b.zip
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 'src/backend/utils/adt/json.c')
0 files changed, 0 insertions, 0 deletions