forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6e4df23
committed
Add PageData C type
This adds the C type PageData and makes the existing type Page apointer to it. This follows the usual PostgreSQL C type naming schemeof Foo/FooData pairs. (Prior to commitddbba3a, PageData existedas an unrelated type.) The type definitions are compatible, so thisdoesn't change anything except some of the naming.Discussion:https://www.postgresql.org/message-id/flat/692ee0da-49da-4d32-8dca-da224cc2800e@eisentraut.org1 parent73f6b9a commit6e4df23
2 files changed
+3
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
| 82 | + | |
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1986 | 1986 |
| |
1987 | 1987 |
| |
1988 | 1988 |
| |
| 1989 | + | |
1989 | 1990 |
| |
1990 | 1991 |
| |
1991 | 1992 |
| |
|
0 commit comments
Comments
(0)