mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
code: replace most remaining uses of 'master'.
Author: Andres Freund Reviewed-By: David Steele Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de
This commit is contained in:
@ -15016,7 +15016,7 @@ ColLabel: IDENT { $$ = $1; }
|
||||
*
|
||||
* Make sure that each keyword's category in kwlist.h matches where
|
||||
* it is listed here. (Someday we may be able to generate these lists and
|
||||
* kwlist.h's table from a common master list.)
|
||||
* kwlist.h's table from one source of truth.)
|
||||
*/
|
||||
|
||||
/* "Unreserved" keywords --- available for use as any kind of name.
|
||||
|
Reference in New Issue
Block a user