mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Added typedef patches and a new option '-c' to automatically create C typedefs from SQL ones.
This commit is contained in:
@@ -36,6 +36,7 @@ static ScanKeyword ScanKeywords[] = {
|
||||
{"signed", SQL_SIGNED},
|
||||
{"static", S_STATIC},
|
||||
{"struct", SQL_STRUCT},
|
||||
{"typedef", S_TYPEDEF},
|
||||
{"union", UNION},
|
||||
{"unsigned", SQL_UNSIGNED},
|
||||
{"varchar", VARCHAR},
|
||||
|
||||
Reference in New Issue
Block a user