| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove workarounds for avoiding [U]INT64_FORMAT in translatable |
| Date: | 2022-03-21 15:12:02 |
| Message-ID: | E1nWJhR-000jOj-HG@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.
Further code simplification along the same lines as d914eb347
and earlier patches.
Aleksander Alekseev, Japin Li
Discussion: https://postgr.es/m/CAJ7c6TMSKi3Xs8h5MP38XOnQQpBLazJvVxVfPn++roitDJcR7g@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/1f8bc448680bf93a974cb5f52d496514ff67720c
Modified Files
--------------
src/backend/access/brin/brin.c | 14 ++--
src/backend/commands/copyfrom.c | 37 ++++++-----
src/backend/commands/sequence.c | 126 +++++++++---------------------------
src/backend/utils/adt/xid8funcs.c | 5 +-
src/bin/pg_checksums/pg_checksums.c | 27 +++-----
5 files changed, 66 insertions(+), 143 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-03-21 16:22:33 | pgsql: Fix risk of deadlock failure while dropping a partitioned index. |
| Previous Message | Robert Haas | 2022-03-21 13:25:31 | Re: pgsql: Allow extensions to add new backup targets. |