pgsql: Use a virtual rather than a heap slot in two places where that s

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use a virtual rather than a heap slot in two places where that s
Date: 2019-03-02 01:44:58
Message-ID: E1gzthy-0002y6-JZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-03-02 09:20:14 pgsql: Consider only relations part of partition trees in partition fun
Previous Message Tom Lane 2019-03-01 22:57:27 pgsql: Check we don't misoptimize a NOT IN where the subquery returns n