This patch fixes a trivial compiler warning introduced recently in bufmgr.c
-Neil
Index: src/backend/storage/buffer/bufmgr.c =================================================================== RCS file: /var/lib/cvs/pgsql-server/src/backend/storage/buffer/bufmgr.c,v retrieving revision 1.145 diff -c -r1.145 bufmgr.c *** src/backend/storage/buffer/bufmgr.c 19 Nov 2003 15:55:07 -0000 1.145 --- src/backend/storage/buffer/bufmgr.c 20 Nov 2003 18:12:59 -0000 *************** *** 1025,1031 **** */ for (;;) { ! int n, i; /* * Call BufferSync() with instructions to keep just the --- 1025,1031 ---- */ for (;;) { ! int n; /* * Call BufferSync() with instructions to keep just the
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])