diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-09-18 16:36:28 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-09-18 16:36:28 -0400 |
commit | eb5c404b17752ca566947f12cb702438dcccdcb1 (patch) | |
tree | a81c6221cc1376d3b911d2b20e9e86e5d737a189 /src/backend/tcop/postgres.c | |
parent | 66917bfaa7bb0b6bae52a5fe631a8b6443203f55 (diff) | |
download | postgresql-eb5c404b17752ca566947f12cb702438dcccdcb1.tar.gz postgresql-eb5c404b17752ca566947f12cb702438dcccdcb1.zip |
Minor code-cleanliness improvements for btree.
Make the btree page-flags test macros (P_ISLEAF and friends) return clean
boolean values, rather than values that might not fit in a bool. Use them
in a few places that were randomly referencing the flag bits directly.
In passing, change access/nbtree/'s only direct use of BUFFER_LOCK_SHARE to
BT_READ. (Some think we should go the other way, but as long as we have
BT_READ/BT_WRITE, let's use them consistently.)
Masahiko Sawada, reviewed by Doug Doole
Discussion: https://postgr.es/m/CAD21AoBmWPeN=WBB5Jvyz_Nt3rmW1ebUyAnk3ZbJP3RMXALJog@mail.gmail.com
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions