mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 06:05:49 -06:00
fix without patch
Приведение в соответствие с github Патч делать не нужно.
This commit is contained in:
parent
bdfca63db0
commit
9e9bfef8b8
56 changed files with 512 additions and 505 deletions
|
|
@ -30,6 +30,11 @@
|
|||
*/
|
||||
#define PG_KEYWORD(a,b,c) {a,c},
|
||||
const ScanKeyword ScanKeywords[] = {
|
||||
#ifdef WIN32
|
||||
|
||||
#else
|
||||
#define PG_KEYWORD(a,b,c,d) {a,c},
|
||||
#endif
|
||||
#include <parser/kwlist.h>
|
||||
};
|
||||
const int NumScanKeywords = lengthof(ScanKeywords);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue