1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-24 00:23:06 +03:00

Rename PageData to GenericXLogPageData

In the PostgreSQL C type naming schema, the type PageData should be
what the pointer of type Page points to.  But in this case it's
actually an unrelated type local to generic_xlog.c.  Rename that to a
more specific name.  This makes room to possible add a PageData type
with the mentioned meaning, but this is not done here.

Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://www.postgresql.org/message-id/flat/001d457e-c118-4219-8132-e1846c2ae3c9%40eisentraut.org
This commit is contained in:
Peter Eisentraut
2024-10-04 12:47:35 +02:00
parent 9428c001f6
commit ddbba3aac8
2 changed files with 13 additions and 13 deletions

View File

@@ -1003,6 +1003,7 @@ GenerationBlock
GenerationContext
GenerationPointer
GenericCosts
GenericXLogPageData
GenericXLogState
GeqoPrivateData
GetForeignJoinPaths_function
@@ -1975,7 +1976,6 @@ PX_Combo
PX_HMAC
PX_MD
Page
PageData
PageGistNSN
PageHeader
PageHeaderData