aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeBitmapAnd.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-02-21 11:38:24 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2016-02-21 11:38:24 -0500
commitc7a1c5a6b6aa4bbc2c9619edc94368fccc1c8c8e (patch)
treefbaa863661024d34344facaa0c6b38194df40f54 /src/backend/executor/nodeBitmapAnd.c
parent94c745eb189e2122a3ff86c24443b11408ea2376 (diff)
downloadpostgresql-c7a1c5a6b6aa4bbc2c9619edc94368fccc1c8c8e.tar.gz
postgresql-c7a1c5a6b6aa4bbc2c9619edc94368fccc1c8c8e.zip
Cosmetic improvements in new config_info code.
Coverity griped about use of unchecked strcpy() into a local variable. There's unlikely to be any actual bug there, since no caller would be passing a path longer than MAXPGPATH, but nonetheless use of strlcpy() seems preferable. While at it, get rid of unmaintainable separation between list of field names and list of field values in favor of initializing them in parallel. And we might as well declare get_configdata()'s path argument as const char *, even though no current caller needs that.
Diffstat (limited to 'src/backend/executor/nodeBitmapAnd.c')
0 files changed, 0 insertions, 0 deletions