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

Commit167529f

Browse files
committed
Disable fix. Didn't work.
1 parentc0d9796 commit167529f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/backend/catalog/heap.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.82 1999/05/21 18:31:04 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.83 1999/05/21 18:33:12 momjian Exp $
1111
*
1212
*
1313
* INTERFACE ROUTINES
@@ -1543,14 +1543,16 @@ StoreAttrDefault(Relation rel, AttrDefault *attrdef)
15431543
*length on the disk, requiring non-bpchar types to be padded
15441544
*before storage in the default table. bjm 1999/05/18
15451545
*/
1546-
if (atp->atttypid==BPCHAROID&&
1546+
if (1==0&&atp->atttypid==BPCHAROID&&
15471547
(type==TEXTOID||type==BPCHAROID||type==UNKNOWNOID))
15481548
{
1549+
15491550
FuncCall*n=makeNode(FuncCall);
15501551

15511552
n->funcname=typeidTypeName(atp->atttypid);
15521553
n->args=lcons((Node*)expr,NIL);
15531554
expr=transformExpr(NULL, (Node*)n,EXPR_COLUMN_FIRST);
1555+
15541556
}
15551557
elseif (IS_BINARY_COMPATIBLE(type,atp->atttypid))
15561558
;/* use without change */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp