From: Bruce Momjian Date: Mon, 31 Aug 2020 21:05:53 +0000 (-0400) Subject: docs: in mapping SQL to C data types, timestamp isn't a pointer X-Git-Tag: REL_11_10~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb7f60247817813e586c15b6f53fd573edc1acff;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index 1b796d19323..ea72622c47f 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -2209,7 +2209,7 @@ memcpy(destination->data, buffer, 40); timestamp - Timestamp* + Timestamp datatype/timestamp.h