pg_dump: Don't use enums for defining bit mask values

This usage would mean that values of the enum type are potentially not
one of the enum values.  Use macros instead, like everywhere else.

Discussion: 
https://www.postgresql.org/message-id/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d2a2808eb444986d2fe716a48e21993329142f3d

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 10 +++++-----
src/bin/pg_dump/pg_backup_archiver.h | 13 +++++--------
src/bin/pg_dump/pg_backup_utils.h    | 12 +++++-------
3 files changed, 15 insertions(+), 20 deletions(-)

Reply via email to