Regression tests on PostgreSQL 8 Beta are successful.

[EMAIL PROTECTED] regress]$ cat /etc/redhat-release
Red Hat Enterprise Linux AS release 3 (Taroon)
[EMAIL PROTECTED] regress]$ uname -a
Linux lora01 2.4.21-9.0.1.ELsmp #1 SMP Mon Feb 9 22:26:51 EST 2004 i686 i686 i386 GNU/Linux



Bruce Momjian wrote:
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.



------------------------------------------------------------------------

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

-- Jonah H. Harris, UNIX Administrator | phone: 505.224.4814 Albuquerque TVI | fax: 505.224.3014 525 Buena Vista SE | [EMAIL PROTECTED] Albuquerque, New Mexico 87106 | http://w3.tvi.edu/~jharris/

"All great truths begin as blasphemies."
                --  George Bernard Shaw


---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to