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

Commit73cfa37

Browse files
committed
Add PG_RETURN_UINT16 macro.
Manuel Kniep
1 parent1d41739 commit73cfa37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/include/fmgr.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ extern struct varlena *pg_detoast_datum_packed(struct varlena * datum);
298298
#definePG_RETURN_INT32(x) return Int32GetDatum(x)
299299
#definePG_RETURN_UINT32(x) return UInt32GetDatum(x)
300300
#definePG_RETURN_INT16(x) return Int16GetDatum(x)
301+
#definePG_RETURN_UINT16(x) return UInt16GetDatum(x)
301302
#definePG_RETURN_CHAR(x) return CharGetDatum(x)
302303
#definePG_RETURN_BOOL(x) return BoolGetDatum(x)
303304
#definePG_RETURN_OID(x) return ObjectIdGetDatum(x)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp