Remove redundant declaration for XidInMVCCSnapshot

From: Japin Li <japinli(at)hotmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Remove redundant declaration for XidInMVCCSnapshot
Date: 2022-11-09 10:50:53
Message-ID: MEYP282MB16693A409F3282A9DB287BADB63E9@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Commit b7eda3e0e3 moves XidINMVCCSnapshot into snapmgr.{c,h},
however, it forgets the declaration of XidINMVCCSnapshot in
heapam.h.

Attached removes the redundant declaration in heapam.h.

--
Regrads,
Japin Li.
ChengDu WenWu Information Technology Co.,Ltd.

Attachment Content-Type Size
v1-0001-Remove-redundant-declaration-for-XidInMVCCSnapsho.patch text/x-diff 931 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2022-11-09 12:24:16 Re: Perform streaming logical transactions by background workers and parallel apply
Previous Message Amit Kapila 2022-11-09 10:37:45 Re: Reviving lost replication slots