Re: Collation version tracking for macOS
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Jeff Davis <pgsql@j-davis.com>
Cc: Thomas Munro <thomas.munro@gmail.com>, Joe Conway <mail@joeconway.com>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Jeremy Schneider <schneider@ardentperf.com>, Peter Geoghegan <pg@bowt.ie>,
"Nasby, Jim" <nasbyj@amazon.com>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-02-01T15:25:22Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix copy&paste typo in comment
- 402388946fb3 17.0 cited
On Mon, 22 Jan 2024 at 00:28, Jeff Davis <pgsql@j-davis.com> wrote: > > On Sat, 2024-01-20 at 07:40 +0530, vignesh C wrote: > > This thread has been idle for a year now, It has stalled after a lot > > of discussion. > > @Jeff Davis: Do you want to try to restart the discussion by posting > > an updated version and see what happens? > > Thank you for following up. Yes, I'd like to find a path forward here, > but I need some validation from others on my approach. Let's start by posting a rebased version to fix the CFBot patch apply issue as in [1]: === Applying patches on top of PostgreSQL commit ID 402388946fb3ac54f0fd5944d7e177ef7737eab2 === === applying patch ./v8-0001-Support-multiple-ICU-collation-provider-libraries.patch patching file src/backend/commands/collationcmds.c Hunk #1 FAILED at 566. .... 1 out of 4 hunks FAILED -- saving rejects to file src/backend/commands/collationcmds.c.rej patching file src/backend/utils/adt/formatting.c Hunk #1 succeeded at 1575 (offset 9 lines). Hunk #2 succeeded at 1587 (offset 9 lines). Hunk #3 succeeded at 1605 (offset 9 lines). Hunk #4 succeeded at 1700 (offset 3 lines). Hunk #5 succeeded at 1819 (offset -1 lines). Hunk #6 succeeded at 1939 (offset -5 lines). patching file src/backend/utils/adt/pg_locale.c Hunk #1 FAILED at 70. ... Hunk #31 FAILED at 2886. Hunk #32 FAILED at 2902. 22 out of 32 hunks FAILED -- saving rejects to file src/backend/utils/adt/pg_locale.c.rej [1] - http://cfbot.cputube.org/patch_46_3956.log Regards, Vignesh