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

Commit569a143

Browse files
committed
Cleanup
1 parent0460f05 commit569a143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/access/common/tupdesc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.63 2000/05/22 02:34:20 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.64 2000/05/22 02:41:39 momjian Exp $
1212
*
1313
* NOTES
1414
* some of the executor utility code such as "ExecTypeFromTL" should be
@@ -431,7 +431,7 @@ TupleDescInitEntry(TupleDesc desc,
431431
*/
432432
if (attisset)
433433
{
434-
Typet=oidtypeidType(OIDOID);
434+
Typet=typeidType(OIDOID);
435435

436436
att->attlen=typeLen(t);
437437
att->attbyval=typeByVal(t);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp