forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4cd7a18

Amit Kapila
Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.
In the code, most places used the term "Stream Stop" for the logicalstream message. This commit improves consistency by renaming LogicalRepMsgType"LOGICAL_REP_MSG_STREAM_END" to "LOGICAL_REP_MSG_STREAM_STOP".Author: Masahiko SawadaReviewed-by: Hou Zhijie, Amit KapilaDiscussion:https://postgr.es/m/CAD21AoDeScrsHhLyEPYqN3sydg6PxAPVBboK=30xJfUVihNZDA@mail.gmail.com1 parent0ac1aee commit4cd7a18
File tree
3 files changed
+3
-3
lines changed- src
- backend/replication/logical
- include/replication
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1074 | 1074 |
| |
1075 | 1075 |
| |
1076 | 1076 |
| |
1077 |
| - | |
| 1077 | + | |
1078 | 1078 |
| |
1079 | 1079 |
| |
1080 | 1080 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2380 | 2380 |
| |
2381 | 2381 |
| |
2382 | 2382 |
| |
2383 |
| - | |
| 2383 | + | |
2384 | 2384 |
| |
2385 | 2385 |
| |
2386 | 2386 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
|
0 commit comments
Comments
(0)