Suppress compiler warning in pub_collist_to_bitmapset().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 979cd655c13c3ea5d7df1db84ef9c9c85c0ea6b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-03-26T15:53:37Z
Releases: 15.0
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.

Files

PathChange+/−
src/backend/catalog/pg_publication.c modified +6 −2