mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove 'x =- 1' check for pgindent, not needed, per report from Andrew
Dunstan.
This commit is contained in:
@ -60,9 +60,6 @@ do
|
||||
# Convert // comments to /* */
|
||||
sed 's;^\([ ]*\)//\(.*\)$;\1/* \2 */;g' |
|
||||
|
||||
# Avoid bug that converts 'x =- 1' to 'x = -1'
|
||||
sed 's;=- ;-= ;g' |
|
||||
|
||||
# Mark some comments for special treatment later
|
||||
sed 's;/\* *---;/*---X_X;g' |
|
||||
|
||||
|
Reference in New Issue
Block a user