pgsql: Small cleanups in fast default code. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Small cleanups in fast default code.
Date
Msg-id E1f2PMu-0006G4-M9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Small cleanups in fast default code.

Problems identified by Andres Freund and Haribabu Kommi

Branch
------
master

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

Modified Files
--------------
src/backend/access/common/heaptuple.c | 13 ++++++++-----
src/backend/executor/execTuples.c     | 16 ++++++----------
2 files changed, 14 insertions(+), 15 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix assorted issues in parallel vacuumdb.
Next
From: Andres Freund
Date:
Subject: pgsql: Add Bloom filter implementation.