Re: Remove redundant declaration for XidInMVCCSnapshot

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Remove redundant declaration for XidInMVCCSnapshot
Date: 2022-11-09 17:33:33
Message-ID: 20221109173333.m3ly6iwyymmmgggr@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2022-Nov-09, Japin Li wrote:

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

True. Pushed, thanks.

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
#error "Operator lives in the wrong universe"
("Use of cookies in real-time system development", M. Gleixner, M. Mc Guire)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-11-09 17:38:08 Re: heavily contended lwlocks with long wait queues scale badly
Previous Message Tom Lane 2022-11-09 17:33:19 Re: Error for WITH options on partitioned tables