Re: pgsql: Raise a warning if there is a possibility of data from multiple - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Raise a warning if there is a possibility of data from multiple
Date
Msg-id 1819.1662690872@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Raise a warning if there is a possibility of data from multiple  (Amit Kapila <akapila@postgresql.org>)
List pgsql-committers
Amit Kapila <amit.kapila16@gmail.com> writes:
> Fair enough. Do you mind being consistent in this regard for logical
> replication-related code?

As long as not too many individual changes are involved, sure.
But consistency of this sort doesn't seem worth creating a lot
of back-patching land mines, IMO.

> BTW, is there a reason we prefer to write in
> one or another way (with or without appending schema_name)?

In places where we can trust the search_path to be just pg_catalog,
there's no real strong reason to write a schema name, I think.

            regards, tom lane



pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Replace load of functions by direct calls for some WIN32
Next
From: John Naylor
Date:
Subject: pgsql: Add jsonpath_gram.h to list of distprep targets