[BUGS] BUG #6708: pgsql_fdw's foreign table cann't used in plpgsql function

2012-06-26 Thread digoal
" bug when used in function 1.INSTALL https://github.com/dvarrazzo/interdbconnect/downloads mv pgsql_fdw $PG_SRC/contrib/ cd $PG_SRC/contrib/pgsql_fdw . /home/postgres/.bash_profile USE_PGXS=1 make USE_PGXS=1 make install 2.TEST digoal=# create extension pgsql_fdw; CREATE EXTENSION CREATE SE

[BUGS] BUG #7840: PostgreSQL 9.3 devel select for no key share lock bug?

2013-01-31 Thread digoal
The following bug has been logged on the website: Bug reference: 7840 Logged by: digoal Email address: dig...@126.com PostgreSQL version: Unsupported/Unknown Operating system: CentOS 5.7 x64 Description: I think there is a bug in PostgreSQL 9.3 devel version about

[BUGS] BUG #8294: new timeline 6 forked off current dat abase system timeline 5 before current recovery point 0/100000

2013-07-11 Thread digoal
The following bug has been logged on the website: Bug reference: 8294 Logged by: digoal.zhou Email address: dig...@126.com PostgreSQL version: Unsupported/Unknown Operating system: CentOS 5.8 x64 Description: PostgreSQL 9.3 beta2 stream replication primary and standby

[BUGS] BUG #8326: pgbench tps wrong BUG

2013-07-24 Thread digoal
wrong pg94@db-172-16-3-33-> pgbench -M prepared -n -r -f ./test.sql -T 10 -c 800 -j 100 digoal transaction type: Custom query scaling factor: 1 query mode: prepared number of clients: 800 number of threads: 100 duration: 10 s number of transactions actually processed: 2037960 tps = 199534.267

Re: [BUGS] BUG #8326: pgbench tps wrong BUG

2013-07-26 Thread digoal
t;connections and as many server processes must be created, and the time for >that must be quite significant as well against the 10 second run. > >So I would mostly classify that as a feature rather than a bug, because >the run is so short. YES, I agree with you. When testing time

[BUGS] BUG #8364: BUG: Patch for fail-back without fresh backup

2013-08-05 Thread digoal
synchronous_transfer=data_flush # or all, but fail-back also not success. 2. standby config 3. test sql digoal=# create table test (id int primary key, info text, crt_time timestamp); CREATE TABLE digoal=# create or replace function func() returns void as $$ digoal$# declare digoal$# v_id int