diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-03-26 11:53:37 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-03-26 11:53:37 -0400 |
commit | 979cd655c13c3ea5d7df1db84ef9c9c85c0ea6b3 (patch) | |
tree | 5b522cbbc2aa78330b97aa0f58c41daff4d5b622 /src/backend/parser/parse_expr.c | |
parent | 923def9a533a7d986acfb524139d8b9e5466d0a5 (diff) | |
download | postgresql-979cd655c13c3ea5d7df1db84ef9c9c85c0ea6b3.tar.gz postgresql-979cd655c13c3ea5d7df1db84ef9c9c85c0ea6b3.zip |
Suppress compiler warning in pub_collist_to_bitmapset().
A fair percentage of the buildfarm doesn't recognize that oldcxt
won't be used uninitialized; silence those warnings by initializing it.
While here, upgrade the function's thoroughly inadequate header comment.
Oversight in 923def9a5, per buildfarm.
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions