Re: [HACKERS] pg_serial early wraparound
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Anastasia Lubennikova <lubennikovaav@gmail.com>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-03-30T19:14:22Z
Lists: pgsql-hackers
Thomas Munro <thomas.munro@enterprisedb.com> writes: > On Tue, Mar 27, 2018 at 5:50 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> I'm a little worried because Anastasia couldn't repeat the test; >> why is that? > Hmm. I'm not sure. It works for me on a couple of machines and what I see is: Yeah, it works for me too, so not sure what the problem was. The only other point I can think of is that by changing the storage layout under pg_serial/, this'd create an issue for pg_upgrade, if pg_upgrade tried to migrate this data. But it doesn't. Hence, pushed. regards, tom lane
Commits
-
Remove obsolete SLRU wrapping and warnings from predicate.c.
- e5eb4fa87331 11.0 landed
-
Remove incorrect assertion in clog.c
- ec99dd5aee8b 10.0 cited
-
Keep track of transaction commit timestamps
- 73c986adde5d 9.5.0 cited
-
Handle 5-char filenames in SlruScanDirectory
- 638cf09e76d7 9.4.0 cited