Обсуждение: pgsql: Add missing .gitignore for src/test/modules/test_cloexec.

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(+)


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

От
Michael Paquier
Дата:
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

Вложения

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

От
Tom Lane
Дата:
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