forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita96a8b1
committed
Remove superfluous trailing semicolons
Two semicolons were accidentally added to rows which were alreadyterminated semicolons. While harmless, fix by removing these.Author: Richard Guo <guofenglinux@gmail.com>Discussion:https://postgr.es/m/CAMbWs4_fnJ0+yOgFioswzLE7t6R8P6cqbuacFVeZqbESFAjs1A@mail.gmail.com1 parent46a44dc commita96a8b1
File tree
2 files changed
+2
-2
lines changed- src
- include/lib
- test/modules/test_tidstore
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2499 | 2499 |
| |
2500 | 2500 |
| |
2501 | 2501 |
| |
2502 |
| - | |
| 2502 | + | |
2503 | 2503 |
| |
2504 | 2504 |
| |
2505 | 2505 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
202 |
| - | |
| 202 | + | |
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
|
0 commit comments
Comments
(0)