pgsql: tableam: Formatting and other minor cleanups.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: tableam: Formatting and other minor cleanups.
Date: 2019-04-01 01:42:13
Message-ID: E1hAlxl-0001xp-DF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-04-01 02:34:13 pgsql: Update HINT for pre-existing shared memory block.
Previous Message Peter Geoghegan 2019-04-01 00:27:29 pgsql: Fix nbtree high key "continuescan" row compare bug.