Your name : Dave Wulkan
Your email address : da...@entdata.com
Category : install: other
Severity : non-critical
Summary: initdb: Warn: heap_modifytuple: repl is \-9
System Configuration
--------------------
Operating System : Red Hat Linux 5.1
PostgreSQL version : 6.3.2
Compiler used : GCC came with Red Hat 5.1
Hardware:
---------
Intel P120 64 meg
Versions of other tools:
------------------------
make
--------------------------------------------------------------------------
Problem Description:
--------------------
Installation was going smoothly until I tried to run initdb. I thought
I ran out of space in /usr so I moved the pgsql/data directory
somewhere else but it did not work. I think I will keep it there though.
I'm new to UNIX and database engine installations. I'm doing this at home.
So, what ever you tell me I won't get to try out until I get
home.
thanx dave
--------------------------------------------------------------------------
Test Case:
----------
Running: Postgres -boot -c -F -D/usr/local/pgsql/data/base/template1
warn: heap_modifytuple: repl is \-9
initdb: Could not create template database
--------------------------------------------------------------------------
Solution:
---------
--------------------------------------------------------------------------
>
> ============================================================================
> POSTGRESQL BUG REPORT TEMPLATE
> ============================================================================
>
>
> Your name : Dave Wulkan
> Your email address : da...@entdata.com
>
> Category : install: other
> Severity : non-critical
>
> Summary: initdb: Warn: heap_modifytuple: repl is \-9
This is the result of having older PostgreSQL shared libraries
laying around your system that postmaster is seeing prior to your new
ones. Clean all th eold ones off of your system first, and then try
again...