forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit741b1aa
committed
Fix PG_GETARG_SEG_P() definition.
DatumGetPointer() takes a Datum argument, not a pointer.This is cosmetic given the current definitions of theunderlying macros, but it's still formally a type violation.Bug was introduced in commit389bb28, but there seemsno need to back-patch.Dagfinn Ilmari MannsåkerDiscussion:https://postgr.es/m/d8jlfsxq3a0.fsf@dalvik.ping.uio.no1 parent8af1624 commit741b1aa
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
0 commit comments
Comments
(0)