issues Search Results · repo:postgrespro/postgresql.builtin_pool language:C is:public
Filter by
12 results
(83 ms)12 results
inpostgrespro/postgresql.builtin_pool (press backspace or delete to remove)Hi, I m testing builtin-pool. The problem is channel_read() function of proxy.c. When using prepared statement, a
message contains multiple commands, for example, Parse , Bind ... . If a client execute ...
ycdeng
- 2
- Opened on Sep 27, 2019
- #12
Hi, I would like to know if there are any examples of using the built-in pool to do some online services. If so, what
are the specific application scenarios?
twelve1995
- 1
- Opened on Aug 13, 2018
- #11
HI, I have been confused about me for a few days. In fact, for a dedicated database connection, you also need to add the
backend process to the pool. But I don t understand how you can make the connection ...
twelve1995
- 1
- Opened on Aug 13, 2018
- #10
Hi when I tested the builting pool, I found a dirty reading The test scenario is :
1. pool setting
session_pool_size = 1
session_pool_ports = 1
2. session A
- update data and not commit,exiting the ...
nemoaa
- 4
- Opened on Jul 25, 2018
- #8
HI, now one session will only mapping to one backend process, so when one of the sessoiin attach to the backend process
is in idle in transaction mode, so other session s request will waiting which attach ...
digoal
- 1
- Opened on May 21, 2018
- #7
can we use one port for deadicate server and pool server, so application s don t need to change .
digoal
- 1
- Opened on May 21, 2018
- #6
when i connect to database use pool port. (pgbench testing) and then when i Ctrl+C cancel the pgbench task, the database
will crash and recovery.
digoal
- 1
- Opened on May 21, 2018
- #5
HI, when i use more connection to pool size. and use one session to execute discard all, then all session which mapping
to the same backend process with this session s session variable(sequence, prepared ...
digoal
- 1
- Opened on May 21, 2018
- #4
make -C pgbench all
make[3]: Entering directory `/home/digoal/postgresql.builtin_pool/src/bin/pgbench
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute ...
digoal
- 4
- Opened on May 17, 2018
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.