pgsql: docs: in mapping SQL to C data types, timestamp isn't a pointer - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: docs: in mapping SQL to C data types, timestamp isn't a pointer
Date
Msg-id E1kCr0E-0000UI-Ch@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bef7b917a76af659b4d6bce813702764e2c749db

Modified Files
--------------
doc/src/sgml/xfunc.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: cross-link file-fdw and CSV config log sections
Next
From: Alvaro Herrera
Date:
Subject: pgsql: doc: Update partitioning limitation on BEFORE triggers