forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5e8068f
committed
Change example in pgindent README on "/*-----" comments.
Most, but not all, of our "/*----" style comments have an end-guardline with dashes at the end of the comment. However, pgindent doesn'tcare about the end-guards, so they mostly just waste screenspace. Going forward, let's not require end-guards.Remove a broken end-guard in a comment in walsender.c that led me tothink about this. Remove the end guard from another comment inwalsender.c for consistency, so that we use the same style in allcomments in the file.However, we have thousands of existing "/*----" comments the repository,so it's not worth the code churn to change them all.Discussion:https://www.postgresql.org/message-id/fb083c91-d490-3b65-25f3-05e9118b6b0d%40iki.fi1 parenta77d39d commit5e8068f
2 files changed
+1
-3
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1197 | 1197 |
| |
1198 | 1198 |
| |
1199 | 1199 |
| |
1200 |
| - | |
1201 | 1200 |
| |
1202 | 1201 |
| |
1203 | 1202 |
| |
| |||
2692 | 2691 |
| |
2693 | 2692 |
| |
2694 | 2693 |
| |
2695 |
| - | |
| 2694 | + | |
2696 | 2695 |
| |
2697 | 2696 |
| |
2698 | 2697 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
108 | 107 |
| |
109 | 108 |
| |
110 | 109 |
| |
|
0 commit comments
Comments
(0)