diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-10-04 12:47:35 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-10-04 12:47:35 +0200 |
commit | ddbba3aac868132137782b02a4e81218cfd3b4b9 (patch) | |
tree | e53009622c7ed0252a8629152c24dde231eb78c5 /src/backend/utils/adt/xml.c | |
parent | 9428c001f67540e6206b7a76adfc5377d9207777 (diff) | |
download | postgresql-ddbba3aac868132137782b02a4e81218cfd3b4b9.tar.gz postgresql-ddbba3aac868132137782b02a4e81218cfd3b4b9.zip |
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
Diffstat (limited to 'src/backend/utils/adt/xml.c')
0 files changed, 0 insertions, 0 deletions