| From: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
|---|---|
| To: | "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com> |
| Cc: | Dilip Kumar <dilipbalaut(at)gmail(dot)com>, "Zhijie Hou (Fujitsu)" <houzj(dot)fnst(at)fujitsu(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us>, Julien Rouhaud <rjuju123(at)gmail(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> |
| Subject: | Re: [PoC] pg_upgrade: allow to upgrade publisher node |
| Date: | 2023-09-19 12:27:31 |
| Message-ID: | CAA4eK1KMof4-hqbGAJFC_ka+YSRit5dgdNz06Mi92R9AjLDHBA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, Sep 19, 2023 at 11:47 AM Hayato Kuroda (Fujitsu)
<kuroda(dot)hayato(at)fujitsu(dot)com> wrote:
>
> Dear Amit,
>
> Thank you for reviewing! PSA new version!
>
*
+#include "access/xlogdefs.h"
#include "common/relpath.h"
#include "libpq-fe.h"
The above include is not required. I have removed that and made a few
cosmetic changes in the attached.
--
With Regards,
Amit Kapila.
| Attachment | Content-Type | Size |
|---|---|---|
| v40-0001-pg_upgrade-Allow-to-replicate-logical-replicatio.patch | application/octet-stream | 50.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Erik Rijkers | 2023-09-19 12:34:04 | Re: remaining sql/json patches |
| Previous Message | Aleksander Alekseev | 2023-09-19 12:16:24 | Re: Add last_commit_lsn to pg_stat_database |