From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com> |
Cc: | Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, John Naylor <john(dot)naylor(at)enterprisedb(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
Subject: | Re: logical decoding and replication of sequences, take 2 |
Date: | 2023-04-05 10:39:53 |
Message-ID: | 20230405103953.sxleixp3uz5lazst@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Patch 0002 is very annoying to scroll, and I realized that it's because
psql is writing 200kB of dashes in one of the test_decoding test cases.
I propose to set psql's printing format to 'unaligned' to avoid that,
which should cut the size of that patch to a tenth.
I wonder if there's a similar issue in 0003, but I didn't check.
It's annoying that git doesn't seem to have a way of reporting length of
longest lines.
--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
"I'm always right, but sometimes I'm more right than other times."
(Linus Torvalds)
Attachment | Content-Type | Size |
---|---|---|
0001-make-test_decoding-ddl.out-shorter.patch.txt | text/plain | 473.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2023-04-05 11:59:38 | Re: Minimal logical decoding on standbys |
Previous Message | Amit Kapila | 2023-04-05 10:28:39 | Re: Minimal logical decoding on standbys |