aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/encode.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2013-10-22 21:31:57 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2013-10-22 21:31:57 -0400
commit5f1ab4610102a73c124000788585c1af2a36284b (patch)
tree738ac5b773313afc74c6978a8a71e1eed0377de0 /src/backend/utils/adt/encode.c
parent2c66f9924c1162bfba27c77004ccf42fb6ea188d (diff)
downloadpostgresql-5f1ab4610102a73c124000788585c1af2a36284b.tar.gz
postgresql-5f1ab4610102a73c124000788585c1af2a36284b.zip
Suppress a couple of compiler warnings seen with older gcc versions.
To wit, bgworker.c: In function `RegisterDynamicBackgroundWorker': bgworker.c:761: warning: `generation' might be used uninitialized in this function dsm_impl.c: In function `dsm_impl_op': dsm_impl.c:197: warning: control reaches end of non-void function Neither of these represent actual bugs, but we may as well tweak the code so that more compilers can tell that. This won't change the generated code on compilers that do recognize that the cases are unreachable.
Diffstat (limited to 'src/backend/utils/adt/encode.c')
0 files changed, 0 insertions, 0 deletions