forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb19db55
committed
Remove PgStat_KindInfo.named_on_disk
This field is used to track if a stats kind can use a custom formatrepresentation on disk when reading or writing its stats case. On HEAD,this exists for replication slots stats, that need a mapping between aninternal index ID and the slot names.named_on_disk is currently used nowhere and the callbacksto_serialized_name and from_serialized_name are in charge of checking ifthe serialization of the stats data should apply, so let's remove it.Reviewed-by: Andres FreundDiscussion:https://postgr.es/m/ZmKVlSX_T5YvIOsd@paquier.xyz1 parent1029bde commitb19db55
File tree
2 files changed
+1
-8
lines changed- src
- backend/utils/activity
- include/utils
2 files changed
+1
-8
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
310 |
| - | |
311 | 310 |
| |
312 | 311 |
| |
313 | 312 |
| |
|
Lines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 | 196 |
| |
203 | 197 |
| |
204 | 198 |
| |
| |||
239 | 233 |
| |
240 | 234 |
| |
241 | 235 |
| |
242 |
| - | |
| 236 | + | |
243 | 237 |
| |
244 | 238 |
| |
245 | 239 |
| |
|
0 commit comments
Comments
(0)