forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3c28570
Fixups for commit93db6cb.
Ensure to set always-secure search path for both local and remoteconnections during slot synchronization, so that malicious users can'tredirect user code (e.g. operators).In the passing, improve the name of define, remove spurious returnstatement, and a minor change in one of the comments.Author: Bertrand Drouvot and Shveta MalikReviewed-by: Amit Kapila, Peter SmithDiscussion:https://postgr.es/m/514f6f2f-6833-4539-39f1-96cd1e011f23@enterprisedb.comDiscussion:https://postgr.es/m/ZdcejBDCr+wlVGnO@ip-10-97-1-34.eu-west-3.compute.internalDiscussion:https://postgr.es/m/CAJpy0uBNP=nrkNJkJSfF=jSocEh8vU2Owa8Rtpi=63fG=SvfVQ@mail.gmail.com1 parent7e1d901 commit3c28570
File tree
4 files changed
+82
-16
lines changed- src
- backend
- access/transam
- replication
- libpqwalreceiver
- logical
- test/recovery/t
4 files changed
+82
-16
lines changedLines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1472 | 1472 |
| |
1473 | 1473 |
| |
1474 | 1474 |
| |
1475 |
| - | |
1476 |
| - | |
1477 |
| - | |
1478 |
| - | |
1479 |
| - | |
1480 |
| - | |
1481 |
| - | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
| 1482 | + | |
1482 | 1483 |
| |
1483 | 1484 |
| |
1484 | 1485 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
274 |
| - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
275 | 279 |
| |
276 | 280 |
| |
277 | 281 |
| |
|
Lines changed: 15 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
109 |
| - | |
| 108 | + | |
| 109 | + | |
110 | 110 |
| |
111 |
| - | |
| 111 | + | |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| |||
924 | 924 |
| |
925 | 925 |
| |
926 | 926 |
| |
927 |
| - | |
928 | 927 |
| |
929 | 928 |
| |
930 | 929 |
| |
931 |
| - | |
932 |
| - | |
933 | 930 |
| |
934 | 931 |
| |
935 | 932 |
| |
| |||
1082 | 1079 |
| |
1083 | 1080 |
| |
1084 | 1081 |
| |
1085 |
| - | |
| 1082 | + | |
1086 | 1083 |
| |
1087 | 1084 |
| |
1088 | 1085 |
| |
1089 | 1086 |
| |
1090 | 1087 |
| |
1091 | 1088 |
| |
1092 | 1089 |
| |
1093 |
| - | |
| 1090 | + | |
1094 | 1091 |
| |
1095 | 1092 |
| |
1096 | 1093 |
| |
| |||
1215 | 1212 |
| |
1216 | 1213 |
| |
1217 | 1214 |
| |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
1218 | 1225 |
| |
1219 | 1226 |
| |
1220 | 1227 |
| |
|
Lines changed: 54 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
364 | 418 |
| |
365 | 419 |
| |
366 | 420 |
| |
|
0 commit comments
Comments
(0)