forked frompostgrespro/jsquery
- Notifications
You must be signed in to change notification settings - Fork0
Commit40b1db5

Marina Polyakova
Fix build due to new checks in PostgreSQL 16
The macro PG_DETOAST_DATUM returns a pointer to a varlena structure and theinput to the function DatumGetPointer must be of type Datum (see the commitc8b2ef05f481ef06326d7b9f3eb14b303f215c7e in PostgreSQL 16). So use a simple castinstead of the function DatumGetPointer.1 parentcdcfd38 commit40b1db5
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
0 commit comments
Comments
(0)