| Current Path : /usr/pgsql-11/include/server/catalog/ |
| Current File : //usr/pgsql-11/include/server/catalog/pg_ts_parser_d.h |
/*------------------------------------------------------------------------- * * pg_ts_parser_d.h * Macro definitions for pg_ts_parser * * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * NOTES * ****************************** * *** DO NOT EDIT THIS FILE! *** * ****************************** * * It has been GENERATED by src/backend/catalog/genbki.pl * *------------------------------------------------------------------------- */ #ifndef PG_TS_PARSER_D_H #define PG_TS_PARSER_D_H #define TSParserRelationId 3601 #define Anum_pg_ts_parser_prsname 1 #define Anum_pg_ts_parser_prsnamespace 2 #define Anum_pg_ts_parser_prsstart 3 #define Anum_pg_ts_parser_prstoken 4 #define Anum_pg_ts_parser_prsend 5 #define Anum_pg_ts_parser_prsheadline 6 #define Anum_pg_ts_parser_prslextype 7 #define Natts_pg_ts_parser 7 #endif /* PG_TS_PARSER_D_H */