pgsql: Simplify tab completion of extension versions.

2022-06-21 Thread Tom Lane
Simplify tab completion of extension versions. Second thoughts about 9cd43f6cb: given that we're staying bug-compatible with the old behavior of using double not single quotes for extension versions, we can simplify this completion code by pretending that extension versions *are* identifiers, and

Re: pgsql: Fix partition table's REPLICA IDENTITY checking on the subscribe

2022-06-21 Thread Amit Kapila
On Tue, Jun 21, 2022 at 9:57 AM Amit Kapila wrote: > > On Tue, Jun 21, 2022 at 9:42 AM Tom Lane wrote: > > > > Amit Kapila writes: > > > Fix partition table's REPLICA IDENTITY checking on the subscriber. > > > > prion seems not too happy with this --- probably you could reproduce > > the failure

pgsql: Fix stale values in partition map entries on subscribers.

2022-06-21 Thread Amit Kapila
Fix stale values in partition map entries on subscribers. We build the partition map entries on subscribers while applying the changes for update/delete on partitions. The component relation in each entry is closed after its use so we need to update it on successive use of cache entries. This pro

pgsql: Fix stale values in partition map entries on subscribers.

2022-06-21 Thread Amit Kapila
Fix stale values in partition map entries on subscribers. We build the partition map entries on subscribers while applying the changes for update/delete on partitions. The component relation in each entry is closed after its use so we need to update it on successive use of cache entries. This pro

pgsql: Fix stale values in partition map entries on subscribers.

2022-06-21 Thread Amit Kapila
Fix stale values in partition map entries on subscribers. We build the partition map entries on subscribers while applying the changes for update/delete on partitions. The component relation in each entry is closed after its use so we need to update it on successive use of cache entries. This pro

pgsql: doc: Make some synopsis punctuation consistent

2022-06-21 Thread Peter Eisentraut
doc: Make some synopsis punctuation consistent Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/26a6d1495c6876fc2cb69f39d7d6d56f6f3baa4a Modified Files -- doc/src/sgml/ref/merge.sgml | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)