forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2655ecd
committed
Fix event trigger example
Commit2f96613 changed command tags from strings to numbers, butforgot to adjust the code in the event trigger example, whichconsequently failed to compile.While fixing that, improve the indentation to adhere to pgindent style.Backpatch to v13, where the change was introduced.Author: Laurenz AlbeDiscussion:https://postgr.es/m/81e36ac17dc80489e74dc5b6914afa6ccdb1a99d.camel@cybertec.at1 parent9c48a0f commit2655ecd
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1194 | 1194 |
| |
1195 | 1195 |
| |
1196 | 1196 |
| |
1197 |
| - | |
1198 |
| - | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
1199 | 1200 |
| |
1200 | 1201 |
| |
1201 | 1202 |
| |
|
0 commit comments
Comments
(0)