| From: | Nisha Moond <nisha(dot)moond412(at)gmail(dot)com> |
|---|---|
| To: | Dilip Kumar <dilipbalaut(at)gmail(dot)com> |
| Cc: | shveta malik <shveta(dot)malik(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Proposal: Conflict log history table for Logical Replication |
| Date: | 2026-07-03 11:55:07 |
| Message-ID: | CABdArM4pKGTzwJZY_N47wcvEiErosZ=nftWundxN5DWTEZ875A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
For the pushed patch (commit a5918fd), it seems we missed updating the
pg_subscription catalog documentation for the two newly added columns:
subconflictlogrelid | oid | | not null |
subconflictlogdest | text | C | not null |
Attached is a small patch for the same.
--
Thanks,
Nisha
| Attachment | Content-Type | Size |
|---|---|---|
| v1_doc-update-pg_subscription-catalog.txt | text/plain | 2.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ranier Vilela | 2026-07-03 12:02:28 | lazy_scan_heap: avoid vacuum block, already vacuumed (src/backend/access/heap/vacuumlazy.c) |
| Previous Message | Nisha Moond | 2026-07-03 11:52:40 | Re: Proposal: Conflict log history table for Logical Replication |