mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Pull in variables defined in structs; had too many tabs.
This commit is contained in:
@ -1459,7 +1459,7 @@ do
|
||||
sed 's;/\*---X_X;/* ---;g' |
|
||||
# workaround indent bug
|
||||
sed 's;^static[ ][ ]*;static ;g' |
|
||||
sed 's;^}[ ][ ]*/\*;} /*;' |
|
||||
sed 's;^}[ ][ ]*;} ;' |
|
||||
# pull in #endif comments
|
||||
sed 's;^#endif[ ][ ]*/\*;#endif /*;' |
|
||||
# work around #else indenting next line if #ifdef defines variables at top
|
||||
|
Reference in New Issue
Block a user