From 102aa4a3553fdaa9f134055d9ffb22a27e3c77ec Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 31 Aug 2020 17:05:53 -0400 Subject: [PATCH] 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 --- doc/src/sgml/xfunc.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index e2f40f18562..31093e4904d 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -2052,7 +2052,7 @@ memcpy(destination->data, buffer, 40); timestamp - Timestamp* + Timestamp datatype/timestamp.h -- 2.39.5