Re: [v15 beta] pg_upgrade failed if earlier executed with -c switch
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Justin Pryzby <pryzby@telsasoft.com>,
tushar <tushar.ahuja@enterprisedb.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-06-03T16:26:55Z
Lists: pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes: > Or we could revisit Tom's proposal in the thread that implemented the feature: > to have timestamped directory names to get around this very problem? I think > we should be able to figure out a way to make it easy enough for the BF code to > figure out (and clean up). How about inserting an additional level of subdirectory? pg_upgrade_output.d/20220603122528/foo.log Then code doing "rm -rf pg_upgrade_output.d" needs no changes. regards, tom lane
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Restructure pg_upgrade output directories for better idempotence
- 4fff78f00910 15.0 landed