Re: Fix incorrect variable type for origin_id
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-20T06:06:32Z
Lists: pgsql-hackers
On Tue, Sep 20, 2022 at 02:49:14PM +0900, Masahiko Sawada wrote: > I realized that there are some places where we use XLogRecPtr for > variables for replication origin id. The attached patch fixes them to > use RepOriginiId instead. Right, good catch. Will fix, thanks! -- Michael
Commits
-
Fix incorrect variable types for origin IDs in decode.c
- e68fc64fd7f3 14.6 landed
- 449f1d05416e 15.0 landed
- e9123197c844 16.0 landed