Re: pgsql: doc: Remove trailing whitespace in xref

2025-09-22 Thread Bruce Momjian
On Mon, Sep 22, 2025 at 08:54:39PM +0900, Michael Paquier wrote: > On Mon, Sep 22, 2025 at 10:23:45AM +0200, Daniel Gustafsson wrote: > > I am so sorry, I realized my mistake the second I hit enter, I meant to just > > stage it and accidentally instead did all branches =( Reverted immediately. > >

pgsql: Translation updates

2025-09-22 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 9e968777f6022b6347cd08ae6bdc324e49e622ec Branch -- REL_18_STABLE Details --- https://git.postgresql.org/pg/commitdiff/9bbcec6030a2744d83311370ec92213fbd76e514 Modified Files --

Re: pgsql: doc: Remove trailing whitespace in xref

2025-09-22 Thread Michael Paquier
On Mon, Sep 22, 2025 at 10:23:45AM +0200, Daniel Gustafsson wrote: > I am so sorry, I realized my mistake the second I hit enter, I meant to just > stage it and accidentally instead did all branches =( Reverted immediately. I > am going to go stand in the corner. Let's share a beer in the corner

pgsql: doc: Remove trailing whitespace in xref

2025-09-22 Thread Daniel Gustafsson
doc: Remove trailing whitespace in xref Remove stray whitespace in xref tag. This was found due to a regression in xmllint 2.15.0 which flagged this as an error, and at the time of this commit no fix for xmllint has shipped. Author: Erik Wienhold Discussion: https://postgr.es/m/f4c4661b-4e60-4c

pgsql: Add a test module for Bitmapset

2025-09-22 Thread Michael Paquier
Add a test module for Bitmapset Bitmapset has a complex set of APIs, defined in bitmapset.h, and it can be hard to test edge cases with the backend core code only. This test module is aimed at closing the gap, and implements a set of SQL functions that act as wrappers of the low-level C functions