One more v21* review comment...

1.
@@ -6838,6 +6838,24 @@ describePublications(const char *pattern)
  if (!addFooterToPublicationDesc(&buf, _("Tables from schemas:"),
  true, &cont))
  goto error_return;
+
+ if (pset.sversion >= 190000)
+ {
+ /*
+ * Get tables in the EXCEPT clause for this schema
+ * publication.
+ */

The SCHEMA EXCEPT does not exist in PG19, so shouldn't that version
check be 200000?

======
Kind Regards,
Peter Smith.
Fujitsu Australia


Reply via email to