- Notifications
You must be signed in to change notification settings - Fork23
Commitce668c0

Marina Polyakova
Fix build due to new checks in PostgreSQL 16
Due to the commit c8b2ef05f481ef06326d7b9f3eb14b303f215c7e in PostgreSQL 16 themacro PG_DETOAST_DATUM returns a pointer to a varlena structure and the input tothe function DatumGetPointer must be of type Datum. So- Use a simple cast instead of the function DatumGetPointer.- In the macro VOPS_TEXT_TILE use the function pg_detoast_datum directly instead of the macro DatumGetTextP. As a result, call the function DatumGetPointer in the macro VOPS_GET_TILE because here the val type is usually Datum.1 parentc356f2a commitce668c0
2 files changed
+5
-5
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1924 | 1924 |
| |
1925 | 1925 |
| |
1926 | 1926 |
| |
1927 |
| - | |
| 1927 | + | |
1928 | 1928 |
| |
1929 | 1929 |
| |
1930 | 1930 |
| |
| |||
4418 | 4418 |
| |
4419 | 4419 |
| |
4420 | 4420 |
| |
4421 |
| - | |
| 4421 | + | |
4422 | 4422 |
| |
4423 | 4423 |
| |
4424 | 4424 |
| |
| |||
4431 | 4431 |
| |
4432 | 4432 |
| |
4433 | 4433 |
| |
4434 |
| - | |
| 4434 | + | |
4435 | 4435 |
| |
4436 | 4436 |
| |
4437 | 4437 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
0 commit comments
Comments
(0)