pgman wrote:
> Marc G. Fournier wrote:
> >
> > 'k, saw Bruce's commit for the pgport stuff under Win32 ... is anyone
> > sitting on that 'one last thing' that should be fixed/corrected before
> > Beta proceeds, or am I clear for doing the bundle up tonight for an
> > announce tomorrow?
> >
> > Speak now, or forever hold your piece :)
>
> The only open issue I see for beta1 is perhaps disabling vacuum delay.
> And I would like to have a good Win32 build report from Andreas.
OK, I think Jan agreed not to have vacuum delay enabled by default so I
backed out his patch to it is now disabled.
Patch attached and applied.
I think this means we are ready for beta1.
--
Bruce Momjian | http://candle.pha.pa.us
[EMAIL PROTECTED] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
Index: src/backend/utils/misc/guc.c
===================================================================
RCS file: /cvsroot/pgsql-server/src/backend/utils/misc/guc.c,v
retrieving revision 1.227
retrieving revision 1.228
diff -c -c -r1.227 -r1.228
*** src/backend/utils/misc/guc.c 6 Aug 2004 04:15:09 -0000 1.227
--- src/backend/utils/misc/guc.c 7 Aug 2004 03:08:44 -0000 1.228
***************
*** 1046,1052 ****
NULL
},
&VacuumCostDelay,
! 0, 0, 1000, NULL, NULL
},
{
--- 1046,1052 ----
NULL
},
&VacuumCostDelay,
! 50, 0, 1000, NULL, NULL
},
{
Index: src/backend/utils/misc/postgresql.conf.sample
===================================================================
RCS file: /cvsroot/pgsql-server/src/backend/utils/misc/postgresql.conf.sample,v
retrieving revision 1.121
retrieving revision 1.122
diff -c -c -r1.121 -r1.122
*** src/backend/utils/misc/postgresql.conf.sample 7 Aug 2004 01:04:50 -0000
1.121
--- src/backend/utils/misc/postgresql.conf.sample 7 Aug 2004 03:08:49 -0000
1.122
***************
*** 74,80 ****
#vacuum_cost_page_miss = 10 # 0-10000 credits
#vacuum_cost_page_dirty = 20 # 0-10000 credits
#vacuum_cost_limit = 200 # 0-10000 credits
! #vacuum_cost_delay = 0 # 0-1000 milliseconds
# - Background writer -
#bgwriter_delay = 200 # 10-5000 milliseconds
--- 74,80 ----
#vacuum_cost_page_miss = 10 # 0-10000 credits
#vacuum_cost_page_dirty = 20 # 0-10000 credits
#vacuum_cost_limit = 200 # 0-10000 credits
! #vacuum_cost_delay = 50 # 0-1000 milliseconds
# - Background writer -
#bgwriter_delay = 200 # 10-5000 milliseconds
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings