pgsql: Remove redundant declaration for XidInMVCCSnapshot

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant declaration for XidInMVCCSnapshot
Date: 2022-11-09 17:32:37
Message-ID: E1osowG-000Llq-VP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant declaration for XidInMVCCSnapshot

This was added for no good reason by c91560defc57, after b7eda3e0e334
had just moved the prototype from utils/tqual.h to utils/snapmgr.h.

Author: Japin Li <japinli(at)hotmail(dot)com>
Discussion: https://postgr.es/m/MEYP282MB16693A409F3282A9DB287BADB63E9@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ff0d8f27f4d97c8e34ac5df19d0f232fb2f53744

Modified Files
--------------
src/include/access/heapam.h | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-11-09 19:15:54 pgsql: Apply a better fix to mdunlinkfork().
Previous Message Tom Lane 2022-11-09 17:28:38 pgsql: Report a more useful error for reloptions on a partitioned table