View Single Post

   
  #1 (permalink)  
Old 04-10-2008, 09:04 AM
Chris Hoover
 
Posts: n/a
Default BUG #1809: invalid pointer on pg_ctl reload


The following bug has been logged online:

Bug reference: 1809
Logged by: Chris Hoover
Email address: chris.hoover@companiongroup.com
PostgreSQL version: 8.0.3
Operating system: RHEL 4 AS Update 1
Description: invalid pointer on pg_ctl reload
Details:

I was working with my pg_hba.conf file and did a pg_ctl -D <path> reload. I
received the following message, and postgresql shutdown.

[postgres@edipgtst1 eedi]$ pg_ctl -D /database/data/eedi/ reload
postmaster signaled
[postgres@edipgtst1 eedi]$ *** glibc detected *** free(): invalid pointer:
0x082ced00 ***

To make changes to my configuration in 8.0.3, I am having to always to
restarts instead of reloads.

PostgreSQL was installed from the rhel 4 rpms provided on the PostgreSQL
mirrors.

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote