Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 511d51a

Browse filesBrowse files
committed
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
1 parent e80e789 commit 511d51a
Copy full SHA for 511d51a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/src/sgml/xfunc.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/xfunc.sgml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@ memcpy(destination->data, buffer, 40);
20552055
</row>
20562056
<row>
20572057
<entry><type>timestamp</type></entry>
2058-
<entry><type>Timestamp*</type></entry>
2058+
<entry><type>Timestamp</type></entry>
20592059
<entry><filename>datatype/timestamp.h</filename></entry>
20602060
</row>
20612061
<row>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.