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

Commitfe055e9

Browse files
committed
Looks like plperl has same bug as pltcl.
1 parent9dbfcc2 commitfe055e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/pl/plperl/plperl.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* ENHANCEMENTS, OR MODIFICATIONS.
3434
*
3535
* IDENTIFICATION
36-
* $Header: /cvsroot/pgsql/src/pl/plperl/plperl.c,v 1.39 2003/08/0400:43:33 momjian Exp $
36+
* $Header: /cvsroot/pgsql/src/pl/plperl/plperl.c,v 1.40 2003/09/0415:16:39 tgl Exp $
3737
*
3838
**********************************************************************/
3939

@@ -757,6 +757,10 @@ plperl_build_tuple_argument(HeapTuple tuple, TupleDesc tupdesc)
757757

758758
for (i=0;i<tupdesc->natts;i++)
759759
{
760+
/* ignore dropped attributes */
761+
if (tupdesc->attrs[i]->attisdropped)
762+
continue;
763+
760764
/************************************************************
761765
* Get the attribute name
762766
************************************************************/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp