[BUGS] Bug in ALTER LANGUAGE ... RENAME TO ...;

2005-02-13 Thread Sergey N. Yatskevich
RenameLanguage procedure in src/backend/commands/proclang.c open and update pg_catalog.pg_shadow table instead pg_catalog.pg_language. -- Sergey N. Yatskevich <[EMAIL PROTECTED]> diff -Naur postgresql-8.0.0/src/backend/commands/proclang.c postgresql-8.0.0.new/src/backend/commands/proc

[BUGS] Bug in ECPG preprocessor

2004-05-26 Thread Sergey N. Yatskevich
) -- Sergey N. Yatskevich <[EMAIL PROTECTED]> GosNIIAS start.sh Description: application/shellscript #include #include #include #include #include #include #include #include #include #include #include EXEC SQL INCLUDE sqlca; EXEC SQL BEGIN DECLARE SECTION; int n; extern in

[BUGS] Probably a security bug in PostgreSQL rule system

2004-01-10 Thread Sergey N. Yatskevich
. P.P.S. Sorry for my bad english, but I hope You understand me. -- Sergey N. Yatskevich <[EMAIL PROTECTED]> GosNIIAS -- Test view/rule privileges SET client_min_messages = ERROR; \! echo "Show full PostgreSQL version." SELECT version (); \! echo "Create user with name user1

[BUGS] Bug in byteaout code in all PostgreSQL versions

2003-11-18 Thread Sergey N. Yatskevich
-- contains test data :-)) -- Sergey N. Yatskevich <[EMAIL PROTECTED]> GosNIIAS /** * @file * @brief This test show bug in byteaout PostgreSQL code * @author Sergey N. Yatskevich * * If we have a different client and server encodings and client and server locales are * not C(ASCII) then p

[BUGS] Continue: Bug #924: Segmentation fault in libpq/PQconsumeInput onSSL connection

2003-04-01 Thread Sergey N. Yatskevich
I try to explain this bug. Attached files contains example and patch for libpq. I hope, that you look at it and replay me what you think. --- Segey N. Yatskevich <[EMAIL PROTECTED]> # # $Id$ # ssl-async-query: ssl-async-query.cc c++ -g -I`pg_config --includedir` /usr/lib/libpq.so.3 -o ssl