summaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/pg_wrapper/postgresql/src/backend/bootstrap/bootparse.h
diff options
context:
space:
mode:
authorvvvv <[email protected]>2025-10-24 14:59:50 +0300
committervvvv <[email protected]>2025-10-24 15:29:24 +0300
commit5b0d18921f2a509d8363c40a5ca208dfed026287 (patch)
treed1369c696d3a9e9a65b68d9208e198269a48cfbc /yql/essentials/parser/pg_wrapper/postgresql/src/backend/bootstrap/bootparse.h
parente7fbdb6e81ae4a296e710b133de7a2a04b31bbc4 (diff)
YQL-20567 upgrade PG up to 16.10 & fix instructions
init commit_hash:81aba13295273281d19d2d332a48ff1c44977447
Diffstat (limited to 'yql/essentials/parser/pg_wrapper/postgresql/src/backend/bootstrap/bootparse.h')
-rw-r--r--yql/essentials/parser/pg_wrapper/postgresql/src/backend/bootstrap/bootparse.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/yql/essentials/parser/pg_wrapper/postgresql/src/backend/bootstrap/bootparse.h b/yql/essentials/parser/pg_wrapper/postgresql/src/backend/bootstrap/bootparse.h
index ac763b42a8c..f7b65dfded9 100644
--- a/yql/essentials/parser/pg_wrapper/postgresql/src/backend/bootstrap/bootparse.h
+++ b/yql/essentials/parser/pg_wrapper/postgresql/src/backend/bootstrap/bootparse.h
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 3.7.5. */
+/* A Bison parser, made by GNU Bison 3.8.2. */
/* Bison interface for Yacc-like parsers in C
@@ -16,7 +16,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
@@ -107,6 +107,8 @@ typedef union YYSTYPE YYSTYPE;
extern __thread YYSTYPE boot_yylval;
+
int boot_yyparse (void);
+
#endif /* !YY_BOOT_YY_BOOTPARSE_H_INCLUDED */