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

Commitfa7a3ab

Browse files
committed
anyarray really needs to be declared with typalign = 'd', so that entries
in pg_statistic are correctly aligned if they contain values that requiredouble alignment. Too bad we cannot force initdb for this in 7.4 branch.
1 parentfa96a5e commitfa7a3ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_type.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.149 2004/02/12 23:41:04 tgl Exp $
11+
* $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.150 2004/02/24 22:59:10 tgl Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -531,7 +531,7 @@ DATA(insert OID = 2275 ( cstringPGNSP PGUID -2 f p t \054 0 0 cstring_in cstri
531531
#defineCSTRINGOID2275
532532
DATA(insertOID=2276 (anyPGNSPPGUID4tpt \05400any_inany_out---ipf0-10_null__null_ ));
533533
#defineANYOID2276
534-
DATA(insertOID=2277 (anyarrayPGNSPPGUID-1fpt \05400anyarray_inanyarray_outanyarray_recvanyarray_send-ixf0-10_null__null_ ));
534+
DATA(insertOID=2277 (anyarrayPGNSPPGUID-1fpt \05400anyarray_inanyarray_outanyarray_recvanyarray_send-dxf0-10_null__null_ ));
535535
#defineANYARRAYOID2277
536536
DATA(insertOID=2278 (voidPGNSPPGUID4tpt \05400void_invoid_out---ipf0-10_null__null_ ));
537537
#defineVOIDOID2278

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp