Skip to content

Commit 6d33681

Browse files
committed
docs: in mapping SQL to C data types, timestamp isn't a pointer
It is an int64. Reported-by: ajulien@shaktiware.fr Discussion: https://postgr.es/m/159845038271.24995.15682121015698255155@wrigleys.postgresql.org Backpatch-through: 9.5
1 parent 33b8fa7 commit 6d33681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/xfunc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,7 @@ memcpy(destination->data, buffer, 40);
21472147
</row>
21482148
<row>
21492149
<entry><type>timestamp</type></entry>
2150-
<entry><type>Timestamp*</type></entry>
2150+
<entry><type>Timestamp</type></entry>
21512151
<entry><filename>datatype/timestamp.h</filename></entry>
21522152
</row>
21532153
<row>

0 commit comments

Comments
 (0)