opnsense-ports/databases/pgadmin3/files/extrapatch-pg13
Franco Fichtner 2ce9af27a1 */*: sync with upstream
Taken from: FreeBSD
2022-07-19 08:50:30 +02:00

11 lines
303 B
Text

--- pgadmin/db/keywords.c.orig 2015-02-25 10:44:26 UTC
+++ pgadmin/db/keywords.c
@@ -28,7 +28,7 @@
/*
* List of (keyword-name, keyword-token-value) pairs.
*/
-#define PG_KEYWORD(a,b,c) {a,c},
+#define PG_KEYWORD(a,b,c,d) {a,c},
const ScanKeyword ScanKeywords[] = {
#include <parser/kwlist.h>
};