Files
neon/vendor/revisions.json
Konstantin Knizhnik d8ab6ddb0f Check if relation has storage in calculate_relation_size (#10477)
## Problem

Parent of partitioned table has no storage, it relfilelocator is zero.
It cab be incorrectly hashed and produce wrong results.

See https://github.com/neondatabase/postgres/pull/518

## Summary of changes

This problem is already addressed in pg17.
Add the same check for all other PG versions.

Postgres PRs:
https://github.com/neondatabase/postgres/pull/566
https://github.com/neondatabase/postgres/pull/565
https://github.com/neondatabase/postgres/pull/564

Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
2025-01-24 12:43:52 +00:00

19 lines
305 B
JSON

{
"v17": [
"17.2",
"4276717f6e91023e504de355f4f21d4824074de8"
],
"v16": [
"16.6",
"3cf7ce1afab75027716d14223f95ddb300754162"
],
"v15": [
"15.10",
"355a7c69d3f907f3612eb406cc7b9c2f55d59b59"
],
"v14": [
"14.15",
"c0aedfd3cac447510a2db843b561f0c52901b679"
]
}