pgsql: Fix missing #include in nodeResultCache.h.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix missing #include in nodeResultCache.h.
Date: 2021-04-06 15:24:07
Message-ID: E1lTnYl-0007XC-0b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix missing #include in nodeResultCache.h.

Per cpluspluscheck.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/789d81de8a50d9a23cc1a3b8ea5d839246020689

Modified Files
--------------
src/backend/executor/nodeResultCache.c | 1 -
src/include/executor/nodeResultCache.h | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-04-06 15:49:41 pgsql: Remove tupgone special case from vacuumlazy.c.
Previous Message Peter Eisentraut 2021-04-06 15:19:09 pgsql: psql: Show all query results by default