forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3740bb8
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 parent3171edd commit3740bb8
2 files changed
+2
-4
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| 72 | + | |
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
| |||
524 | 525 |
| |
525 | 526 |
| |
526 | 527 |
| |
527 |
| - | |
| 528 | + | |
528 | 529 |
| |
529 | 530 |
| |
530 | 531 |
| |
|
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)