pgsql: tableam: Formatting and other minor cleanups. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: tableam: Formatting and other minor cleanups.
Date
Msg-id E1hAlxl-0001xp-DF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
tableam: Formatting and other minor cleanups.

The superflous heapam_xlog.h includes were reported by Peter
Geoghegan.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4bb50236eb561f4639e75a393a5a1c9b8681acfb

Modified Files
--------------
src/backend/access/hash/hash_xlog.c      |   1 -
src/backend/access/heap/heapam_handler.c | 189 ++++++++++++++++---------------
src/backend/access/nbtree/nbtxlog.c      |   1 -
src/backend/access/table/tableam.c       |  11 +-
src/backend/access/table/tableamapi.c    |  11 ++
src/backend/optimizer/util/plancat.c     |   4 +-
src/include/access/tableam.h             |  63 +++++++----
7 files changed, 162 insertions(+), 118 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Fix nbtree high key "continuescan" row compare bug.
Next
From: Noah Misch
Date:
Subject: pgsql: Update HINT for pre-existing shared memory block.