pgsql: Use a virtual rather than a heap slot in two places where thats - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Use a virtual rather than a heap slot in two places where thats
Date
Msg-id E1gzthy-0002y6-JZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use a virtual rather than a heap slot in two places where that suffices.

Author: Andres Freund
Discussion: https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/70b9bda65f8174e24eef5d8967705485a314a82e

Modified Files
--------------
src/backend/executor/execPartition.c     | 2 +-
src/backend/replication/logical/worker.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Check we don't misoptimize a NOT IN where the subquery returnsn
Next
From: Michael Paquier
Date:
Subject: pgsql: Consider only relations part of partition trees in partitionfun