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

Commit54e374c

Browse files
committed
Add NUMERICOID to this script. This script can be run occasionally to
make sure that we are using the right #defines in pgmodule.c but theOIDs are never actually expected to change.
1 parent9c50a00 commit54e374c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/python/mkdefines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ for l in open("/usr/local/pgsql/src/include/catalog/pg_type.h").readlines():
77
tokens=string.split(l)
88
iflen(tokens)==0ortokens[0]!="#define":continue
99

10-
iftokens[1]in ('CASHOID','INT2OID','INT4OID','OIDOID','FLOAT4OID','FLOAT8OID'):
10+
iftokens[1]in ('CASHOID','INT2OID','INT4OID','OIDOID','FLOAT4OID','FLOAT8OID','NUMERICOID'):
1111
printl,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp