On Mon, Sep 7, 2026 at 3:05 PM Hayato Kuroda (Fujitsu) <[email protected]> wrote: > > Dear hackers, > > I found the content was truncated. There might be an environment issue on my > side. > PSA correct ones. >
A small comment. in the patch on HEAD, the verb "assume" was correctly used here: Note that src/bin/pg_upgrade/check.c and src/bin/pg_basebackup/pg_createsubscriber.c assume GUC_LIST_QUOTE here. But in the patch for PG17 and PG18, the verb assumes was incorrectly used. It should be "assume" PG17: /* note: src/bin/pg_upgrade/check.c and src/bin/pg_basebackup/pg_createsubscriber.c assumes GUC_LIST_QUOTE here */ PG18: /* note: src/bin/pg_upgrade/check.c and src/bin/pg_basebackup/pg_createsubscriber.c assumes GUC_LIST_QUOTE here */ regards, Ajin Cherian Fujitsu Australia
