diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-02-20 00:23:48 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-02-20 00:23:48 -0500 |
commit | 692bd09ad12a27fda3566787b089fbd394d7b65b (patch) | |
tree | 797421fd19d3e0d4f1edb9119132a43ddccdc440 /src/backend/utils/adt/array_userfuncs.c | |
parent | 09d8d110a604e52216102e73fb8475b7aa88f1d1 (diff) | |
download | postgresql-692bd09ad12a27fda3566787b089fbd394d7b65b.tar.gz postgresql-692bd09ad12a27fda3566787b089fbd394d7b65b.zip |
Use "#ifdef CATALOG_VARLEN" to protect nullable fields of pg_authid.
This gives a stronger guarantee than a mere comment against accessing these
fields as simple struct members. Since rolpassword is in fact varlena,
it's not clear why these didn't get marked from the beginning, but let's
do it now.
Michael Paquier
Diffstat (limited to 'src/backend/utils/adt/array_userfuncs.c')
0 files changed, 0 insertions, 0 deletions