forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit66a8f09
committed
change wire protocol data type for history file content
This was marked as BYTEA, but is more like TEXT, which is how we alreadypass the history timeline file name. Internally, we don't do anyencoding or bytea escape handling, but TEXT seems closest. This shouldcause no behavioral change.Reported-by: Brar PieningDiscussion:https://postgr.es/m/6a1b9cd9-17e3-df67-be55-86102af6bdf5@gmx.deBackpatch-through: master1 parent951dfa3 commit66a8f09
File tree
2 files changed
+5
-3
lines changed- doc/src/sgml
- src/backend/replication
2 files changed
+5
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1859 | 1859 |
| |
1860 | 1860 |
| |
1861 | 1861 |
| |
1862 |
| - | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
1863 | 1865 |
| |
1864 | 1866 |
| |
1865 | 1867 |
| |
| |||
1877 | 1879 |
| |
1878 | 1880 |
| |
1879 | 1881 |
| |
1880 |
| - | |
| 1882 | + | |
1881 | 1883 |
| |
1882 | 1884 |
| |
1883 | 1885 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
496 | 496 |
| |
497 | 497 |
| |
498 | 498 |
| |
499 |
| - | |
| 499 | + | |
500 | 500 |
| |
501 | 501 |
| |
502 | 502 |
| |
|
0 commit comments
Comments
(0)