Re: "unexpected duplicate for tablespace" problem in logical replication
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: vignesh21@gmail.com, sawada.mshk@gmail.com, wangsh.fnst@fujitsu.com, osumi.takamichi@fujitsu.com, pgsql-bugs@lists.postgresql.org, Andres Freund <andres@anarazel.de>
Date: 2024-02-02T15:49:17Z
Lists: pgsql-bugs
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Ignore temporary relations in RelidByRelfilenumber()
- 30b32b08c9e9 13.23 landed
- 222130edd81f 14.20 landed
- ec471008c8fc 15.15 landed
- ab874faaa1f3 16.11 landed
- dcdc95cb4d4c 17.7 landed
- 86831952ad60 18.0 landed
- ef03ea01fe47 19 (unreleased) landed
On Mon, Jan 15, 2024 at 8:58 PM Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote: > Do you mean that the current behavior of the SQL-callable function is > being treated as a bug and should it be corrected? > > Simply doing so will result in the functions pg_relation_filenode() > and pg_filenode_relation() behaving asymmetrically. While there is no > need to purposely change the behavior of the former, it is necessary > to document the behavior of the latter regardless. > > The attached patch does the above for the master head. If we apply > this approach to older versions, I can adapt and create similar > patches for them. Yes, this patch shows the approach I was asking about. Andres, what do you think about this idea? I wonder if you just momentarily forgot about temporary relations when coding RelidByRelfilenumber -- because for that function to give well-defined answers with temporary relations included, it would need the backend ID as an additional argument. -- Robert Haas EDB: http://www.enterprisedb.com