swi-prolog: update to 9.2.9
[oi-userland.git] / components / database / pgadmin / patches / 01-pgres14.patch
blob92d1416f55eb2d11ed5b66bc1fc1a4df0593450a
1 --- pgadmin3-1.22.2/pgadmin/db/keywords.c.orig 2015-02-25 11:44:26.000000000 +0000
2 +++ pgadmin3-1.22.2/pgadmin/db/keywords.c 2022-04-22 10:22:34.162477384 +0000
3 @@ -30,7 +30,6 @@
4 */
5 #define PG_KEYWORD(a,b,c) {a,c},
6 const ScanKeyword ScanKeywords[] = {
7 -#include <parser/kwlist.h>
8 };
9 const int NumScanKeywords = lengthof(ScanKeywords);