pgsql: Fix make maintainer-clean with queryjumblefuncs.*.c files in src

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix make maintainer-clean with queryjumblefuncs.*.c files in src
Date: 2023-03-21 22:51:55
Message-ID: E1pekpe-004jBU-QP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/

The files generated by gen_node_support.pl for query jumbling
(queryjumblefuncs.funcs.c and queryjumblefuncs.switch.c) were not being
removed on make maintainer-clean (they need to remain around after a
simple "clean"). This commit makes the operation consistent with the
copy, equal, out and read files.

While on it, update a comment in the nodes'README where a reference to
queryjumblefuncs.funcs.c was missing.

Reported-by: Nathan Bossart
Reviewed-by: Richard Guo, Daniel Gustafsson
Discussion: https://postgr.es/m/ZBgAfTHcL6W7zGdW@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e8e1f96c497bda50ec02ed7360a6ed56c5f70f60

Modified Files
--------------
src/backend/nodes/Makefile | 3 ++-
src/backend/nodes/README | 8 ++++----
2 files changed, 6 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2023-03-21 23:12:46 pgsql: Support language tags in older ICU versions (53 and earlier).
Previous Message Robert Haas 2023-03-21 20:52:02 Re: pgsql: Stop recommending auto-download of DTD files, and indeed disable