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-0000UH-Ah@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9524fa1aa557b19c9f049b3d79dc93e53cb9d57b

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