mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
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
This commit is contained in:
parent
e80e7891d3
commit
511d51acb3
@ -2055,7 +2055,7 @@ memcpy(destination->data, buffer, 40);
|
||||
</row>
|
||||
<row>
|
||||
<entry><type>timestamp</type></entry>
|
||||
<entry><type>Timestamp*</type></entry>
|
||||
<entry><type>Timestamp</type></entry>
|
||||
<entry><filename>datatype/timestamp.h</filename></entry>
|
||||
</row>
|
||||
<row>
|
||||
|
Loading…
x
Reference in New Issue
Block a user