pgsql: Add missing TidRangeScan readfunc

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing TidRangeScan readfunc
Date: 2021-02-27 10:22:00
Message-ID: E1lFwjY-0002mN-0N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing TidRangeScan readfunc

Mistakenly forgotten in bb437f995

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/977b2c08535f2a82ba7c310c88420cbbca1772e8

Modified Files
--------------
src/backend/nodes/readfuncs.c | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2021-02-27 15:07:46 pgsql: Raise a timeout to 180s, in contrib/test_decoding.
Previous Message David Rowley 2021-02-27 10:01:03 pgsql: Add TID Range Scans to support efficient scanning ranges of TIDs