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

Commitbe475f9

Browse files
committed
Fix compile warning.
1 parentf9b7ba2 commitbe475f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎contrib/dbmirror/pending.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/****************************************************************************
22
* pending.c
3-
* $Id: pending.c,v 1.2 2002/09/0420:31:06 momjian Exp $
3+
* $Id: pending.c,v 1.3 2002/09/0422:49:22 petere Exp $
44
*
55
* This file contains a trigger for Postgresql-7.x to record changes to tables
66
* to a pending table for mirroring.
@@ -67,7 +67,7 @@ recordchange(PG_FUNCTION_ARGS)
6767
HeapTupleafterTuple=NULL;
6868
HeapTupleretTuple=NULL;
6969
char*tblname;
70-
charop;
70+
charop=0;
7171

7272
if (fcinfo->context!=NULL)
7373
{

‎src/pl/plpython/plpython.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
3030
*
3131
* IDENTIFICATION
32-
*$Header: /cvsroot/pgsql/src/pl/plpython/plpython.c,v 1.21 2002/09/0420:31:48 momjian Exp $
32+
*$Header: /cvsroot/pgsql/src/pl/plpython/plpython.c,v 1.22 2002/09/0422:51:23 petere Exp $
3333
*
3434
*********************************************************************
3535
*/
@@ -381,7 +381,7 @@ plpython_call_handler(PG_FUNCTION_ARGS)
381381
{
382382
DECLARE_EXC();
383383
Datumretval;
384-
boolis_trigger;
384+
volatileboolis_trigger;
385385
PLyProcedure*volatileproc=NULL;
386386

387387
enter();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp