- Notifications
You must be signed in to change notification settings - Fork5
Commiteae456c
committed
Add a notion of a 'catalog version number' that can indicate
when an initdb-forcing change has been applied within a development cycle.PG_VERSION serves this purpose for official releases, but we can't bumpthe PG_VERSION number every time we make a change to the catalogs duringdevelopment. Instead, increase the catalog version number to warn otherdevelopers that you've made an incompatible change. See my mail topghackers for more info.1 parent9efee18 commiteae456c
File tree
3 files changed
+90
-11
lines changed- src
- backend/access/transam
- include/catalog
3 files changed
+90
-11
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 |
| |
30 | 34 |
| |
31 | 35 |
| |
|
Lines changed: 29 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
1 | 12 |
| |
2 | 13 |
| |
3 | 14 |
| |
4 | 15 |
| |
5 | 16 |
| |
6 | 17 |
| |
7 | 18 |
| |
| 19 | + | |
8 | 20 |
| |
9 | 21 |
| |
| 22 | + | |
10 | 23 |
| |
11 | 24 |
| |
12 | 25 |
| |
| |||
99 | 112 |
| |
100 | 113 |
| |
101 | 114 |
| |
102 |
| - | |
103 |
| - | |
| 115 | + | |
| 116 | + | |
104 | 117 |
| |
105 | 118 |
| |
106 |
| - | |
107 |
| - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
108 | 124 |
| |
109 | 125 |
| |
110 | 126 |
| |
| |||
1171 | 1187 |
| |
1172 | 1188 |
| |
1173 | 1189 |
| |
| 1190 | + | |
1174 | 1191 |
| |
1175 | 1192 |
| |
1176 | 1193 |
| |
| |||
1179 | 1196 |
| |
1180 | 1197 |
| |
1181 | 1198 |
| |
1182 |
| - | |
1183 |
| - | |
1184 |
| - | |
1185 | 1199 |
| |
1186 | 1200 |
| |
1187 | 1201 |
| |
| |||
1258 | 1272 |
| |
1259 | 1273 |
| |
1260 | 1274 |
| |
| 1275 | + | |
1261 | 1276 |
| |
1262 |
| - | |
1263 |
| - | |
| 1277 | + | |
| 1278 | + | |
1264 | 1279 |
| |
1265 |
| - | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
1266 | 1285 |
| |
1267 | 1286 |
| |
1268 | 1287 |
| |
|
Lines changed: 56 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + |
0 commit comments
Comments
(0)