I was experiencing a psql crash. psql reported "buffer overflow detected"
and a stack dump.
Quoting Tom Lane <[EMAIL PROTECTED]>:
[EMAIL PROTECTED] writes:
Quoting Tom Lane <[EMAIL PROTECTED]>:
If it just started happening, I'd speculate about a corrupt executable
file for psql or libpq. I d
Quoting Tom Lane <[EMAIL PROTECTED]>:
[EMAIL PROTECTED] writes:
mydb=> insert into test values(11);
*** buffer overflow detected ***: psql terminated
You seem to have a rather badly broken build there :-(. What's the
platform exactly, and what compiler did you use? Can you rebuild
wit
I have two postgres 7.4.8 databases on hosts X and Y (both P4, running
FC4). I create a table:
create table test(x int)
I then go into psql and insert a row. Here are the results I'm seeing:
psql host postgres host result
--
X X