forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd3e5728
committed
In log_newpage_range(), heed forkNum and page_std arguments.
The function assumed forkNum=MAIN_FORKNUM and page_std=true, ignoringthe actual arguments. Existing callers passed exactly those values, sothere's no live bug. Back-patch to v12, where the function firstappeared, because another fix needs this.Discussion:https://postgr.es/m/20191118045434.GA1173436@rfd.leadboat.com1 parente629a01 commitd3e5728
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1043 | 1043 |
| |
1044 | 1044 |
| |
1045 | 1045 |
| |
| 1046 | + | |
1046 | 1047 |
| |
1047 | 1048 |
| |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
1048 | 1053 |
| |
1049 | 1054 |
| |
1050 | 1055 |
| |
| |||
1066 | 1071 |
| |
1067 | 1072 |
| |
1068 | 1073 |
| |
1069 |
| - | |
| 1074 | + | |
| 1075 | + | |
1070 | 1076 |
| |
1071 | 1077 |
| |
1072 | 1078 |
| |
| |||
1088 | 1094 |
| |
1089 | 1095 |
| |
1090 | 1096 |
| |
1091 |
| - | |
| 1097 | + | |
1092 | 1098 |
| |
1093 | 1099 |
| |
1094 | 1100 |
| |
|
0 commit comments
Comments
(0)