Re: error message when subscription target is a partitioned table
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Michael Paquier <michael@paquier.xyz>
Cc: Magnus Hagander <magnus@hagander.net>, Tatsuo Ishii <ishii@sraoss.co.jp>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-12-06T04:46:34Z
Lists: pgsql-hackers
Attachments
- partitioned-table-not-supported-error-logrep-v3.patch (text/plain) patch v3
On 2018/12/06 13:19, Michael Paquier wrote: > On Thu, Dec 06, 2018 at 11:34:19AM +0900, Amit Langote wrote: >> Adding to January CF. > > Okay, that looks good to me based on your arguments upthread. Thanks for looking. > A > small-ish comment I have is that you could use a set of if/else if > conditions instead of separate ifs. Okay, no problem. Updated patch attached. Thanks, Amit
Commits
-
Improve error messages for incorrect types of logical replication targets
- 373bda61d2d6 12.0 landed