forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit56abebb
committed
Make SyncRepWakeQueue to a static function
It is only used in src/backend/replication/syncrep.c.Back-patch to all supported branches except 9.1 which declares thefunction as static.1 parent7cd5498 commit56abebb
2 files changed
+2
-4
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| 71 | + | |
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
| |||
523 | 524 |
| |
524 | 525 |
| |
525 | 526 |
| |
526 |
| - | |
| 527 | + | |
527 | 528 |
| |
528 | 529 |
| |
529 | 530 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 | 50 |
| |
54 | 51 |
| |
55 | 52 |
| |
|
0 commit comments
Comments
(0)