pgsql: Add missing .gitignore for src/test/modules/test_cloexec.

Started by Tom Lane6 months ago3 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Add missing .gitignore for src/test/modules/test_cloexec.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/37a1688a1bae6e6ce6e09d2ac1a5f2420f1b5775

Modified Files
--------------
src/test/modules/test_cloexec/.gitignore | 3 +++
1 file changed, 3 insertions(+)

#2Michael Paquier
michael@paquier.xyz
In reply to: Tom Lane (#1)
Re: pgsql: Add missing .gitignore for src/test/modules/test_cloexec.

On Mon, Dec 22, 2025 at 07:07:08PM +0000, Tom Lane wrote:

Add missing .gitignore for src/test/modules/test_cloexec.

This was missing in the back-branches as well, so I have applied this
patch down to v16. Just noticed that while playing with the stable
branches today.
--
Michael

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Paquier (#2)
Re: pgsql: Add missing .gitignore for src/test/modules/test_cloexec.

Michael Paquier <michael@paquier.xyz> writes:

On Mon, Dec 22, 2025 at 07:07:08PM +0000, Tom Lane wrote:

Add missing .gitignore for src/test/modules/test_cloexec.

This was missing in the back-branches as well,

D'oh ...

so I have applied this patch down to v16.

Thanks. For some reason I was thinking this module was only
in HEAD.

regards, tom lane