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

Commit3bfbe69

Browse files
committed
Clean up compiler warning.
1 parentd49a73b commit3bfbe69

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎src/pl/plpgsql/src/pl_exec.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* procedural language
44
*
55
* IDENTIFICATION
6-
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.30 2000/09/05 09:02:18 wieck Exp $
6+
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.31 2000/09/12 19:41:40 tgl Exp $
77
*
88
* This software is copyrighted by Jan Wieck - Hamburg.
99
*
@@ -1069,8 +1069,7 @@ exec_stmt_getdiag(PLpgSQL_execstate * estate, PLpgSQL_stmt_getdiag * stmt)
10691069
{
10701070
inti;
10711071
PLpgSQL_datum*var;
1072-
HeapTupletypeTup;
1073-
boolisnull= false;
1072+
boolisnull= false;
10741073

10751074
for (i=0 ;i<stmt->nitems ;i++)
10761075
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp