Revert ruleutils_17.c

pull/8041/merge
Mehmet Yilmaz 2025-07-09 13:34:59 +00:00
parent cd0db85f98
commit 2f3ee8bc7e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*------------------------------------------------------------------------- /*-------------------------------------------------------------------------
* *
* ruleutils_17.c * ruleutils_16.c
* Functions to convert stored expressions/querytrees back to * Functions to convert stored expressions/querytrees back to
* source text * source text
* *
@ -9,7 +9,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* src/backend/distributed/deparser/ruleutils_17.c * src/backend/distributed/deparser/ruleutils_16.c
* *
* This needs to be closely in sync with the core code. * This needs to be closely in sync with the core code.
*------------------------------------------------------------------------- *-------------------------------------------------------------------------