Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit9524fa1

Browse files
committed
docs: in mapping SQL to C data types, timestamp isn't a pointer
It is an int64.Reported-by: ajulien@shaktiware.frDiscussion:https://postgr.es/m/159845038271.24995.15682121015698255155@wrigleys.postgresql.orgBackpatch-through: 9.5
1 parentde2d192 commit9524fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/xfunc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ memcpy(destination->data, buffer, 40);
22262226
</row>
22272227
<row>
22282228
<entry><type>timestamp</type></entry>
2229-
<entry><type>Timestamp*</type></entry>
2229+
<entry><type>Timestamp</type></entry>
22302230
<entry><filename>datatype/timestamp.h</filename></entry>
22312231
</row>
22322232
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp