File application.patch of Package postgresql94
--- a/src/backend/parser/gram.h 2015-05-20 02:18:31.000000000 +0300
+++ b/src/backend/parser/gram.h 2015-10-21 14:18:20.203163343 +0300
@@ -458,7 +458,8 @@
WITH_ORDINALITY = 676,
WITH_TIME = 677,
POSTFIXOP = 678,
- UMINUS = 679
+ UMINUS = 679,
+ APPLICATION = 680
};
#endif
--- a/src/interfaces/ecpg/preproc/preproc.h 2015-05-20 02:18:34.000000000 +0300
+++ b/src/interfaces/ecpg/preproc/preproc.h 2015-10-21 14:13:03.872882765 +0300
@@ -535,7 +535,8 @@
WITH_ORDINALITY = 753,
WITH_TIME = 754,
POSTFIXOP = 755,
- UMINUS = 756
+ UMINUS = 756,
+ APPLICATION = 757
};
#endif