pgsql: Small cleanups in fast default code.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Small cleanups in fast default code.
Date: 2018-03-31 22:53:04
Message-ID: E1f2PMu-0006G4-M9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-04-01 01:36:20 pgsql: Add Bloom filter implementation.
Previous Message Tom Lane 2018-03-31 20:29:11 pgsql: Fix assorted issues in parallel vacuumdb.