| From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Add test case for when subscriber table is missing a column |
| Date: | 2025-03-24 10:20:09 |
| Message-ID: | E1tweue-000l26-20@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add test case for when subscriber table is missing a column
We haven't had bugs in this area, but there's some not-entirely
trivial code to detect that case, so it seems good to have test
coverage for it.
Author: Peter Smith <smithpb2250(at)gmail(dot)com>
Reviewed-by: vignesh C <vignesh21(at)gmail(dot)com>
Reviewed-by: Tomas Vondra <tomas(at)vondra(dot)me>
Discussion: https://www.postgresql.org/message-id/CAHut%2BPtX8P0EGhsk9p%3DhQGUHrzxeCSzANXSMKOvYiLX-EjdyNw@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/19c6eb06c51f4da70e2ea0f1bdb64a0142e8e2aa
Modified Files
--------------
src/test/subscription/t/008_diff_schema.pl | 15 +++++++++++++++
1 file changed, 15 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2025-03-24 13:43:31 | pgsql: psql: show default extension version in \dx output |
| Previous Message | Amit Kapila | 2025-03-24 07:17:11 | pgsql: Detect and Log multiple_unique_conflicts type conflict. |