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

Commit070907b

Browse files
committed
Add 'volatile' to suppress 'variable might be clobbered by longjmp'
warning emitted by some versions of gcc.
1 parent9fc25c0 commit070907b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/postmaster/autovacuum.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
*
5656
*
5757
* IDENTIFICATION
58-
* $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.53 2007/06/30 04:08:05 alvherre Exp $
58+
* $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.54 2007/07/01 02:20:59 tgl Exp $
5959
*
6060
*-------------------------------------------------------------------------
6161
*/
@@ -1776,7 +1776,7 @@ do_autovacuum(void)
17761776
List*table_oids=NIL;
17771777
List*toast_oids=NIL;
17781778
List*table_toast_list=NIL;
1779-
ListCell*cell;
1779+
ListCell*volatilecell;
17801780
PgStat_StatDBEntry*shared;
17811781
PgStat_StatDBEntry*dbentry;
17821782
BufferAccessStrategybstrategy;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp