相关文章:
【0236】聊一聊PG内核中的命令标签(Command Tags、CommandTag、tag_behavior)
【0239】从编译原理角度理解 #include “xxx“ 或 #include<xxx> 的实现机制
1. PostgreSQL的SQL关键字列表(SQL Keywords)
1.1 keywords.c源文件内容
keywords.c源文件中的内容如下:
#include “c.h”
#include “common/keywords.h”
// ScanKeywordList查找数据的SQL关键字*/
#include “kwlist_d.h”