Add PageData C type
Peter Eisentraut <peter@eisentraut.org>
Add PageData C type This adds the C type PageData and makes the existing type Page a pointer to it. This follows the usual PostgreSQL C type naming scheme of Foo/FooData pairs. (Prior to commit ddbba3aac86, PageData existed as an unrelated type.) The type definitions are compatible, so this doesn't change anything except some of the naming. Discussion: https://www.postgresql.org/message-id/flat/692ee0da-49da-4d32-8dca-da224cc2800e@eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| src/include/storage/bufpage.h | modified | +2 −1 |
| src/tools/pgindent/typedefs.list | modified | +1 −0 |
Discussion
- some Page/PageData const stuff 6 messages · 2024-12-09 → 2026-01-04