Ulli Mueckstein <[EMAIL PROTECTED]> writes:
> i run valgrind
[shrug...] valgrind can't tell the difference between real data and
alignment padding space. I see no bug here.
regards, tom lane
---(end of broadcast)---
TIP 1:
hi
i run valgrind
Dual Pentium II 450 MHz, 512MB, Matrox G200 8MB, some of the
latest versions of red hat linux, postgres 7.3.2
valgrind /opt/pgsql/bin/postgres -D /scratch/pgsql/data V7.3_DB_AUGC_9
that what i got:
backend> create table to_test (seq int primary key);
NOTICE: CREATE TABLE / PR