mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 23:04:53 -04:00
3220fd2138
in gram.y can make use of the keywords.c string table, instead of having their own copies of the keyword strings. This saves a few kilobytes and more importantly eliminates an opportunity for cut-and-paste errors.