docs: in mapping SQL to C data types, timestamp isn't a pointer
authorBruce Momjian
Mon, 31 Aug 2020 21:05:53 +0000 (17:05 -0400)
committerBruce Momjian
Mon, 31 Aug 2020 21:05:53 +0000 (17:05 -0400)
It is an int64.

Reported-by: [email protected]
Discussion: https://postgr.es/m/159845038271.24995.15682121015698255155@wrigleys.postgresql.org

Backpatch-through: 9.5

doc/src/sgml/xfunc.sgml

index 04ef0a85a723f4170da68bc2626213a36c417326..9d94094bc1858bb53659a53f8207c23a186de800 100644 (file)
@@ -2194,7 +2194,7 @@ memcpy(destination->data, buffer, 40);
         
         
          timestamp
-         Timestamp*
+         Timestamp
          datatype/timestamp.h