repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Provide a better error message for misplaced dispatch options.
[pgsql.git]
/
src
/
test
/
modules
/
libpq_pipeline
/
traces
/
simple_pipeline.trace
blob
5c94749bc1edab27990c1b1401c0465792e15735
1
F 21 Parse "" "SELECT $1" 1 NNNN
2
F 19 Bind "" "" 0 1 1 '1' 1 0
3
F 6 Describe P ""
4
F 9 Execute "" 0
5
F 4 Sync
6
B 4 ParseComplete
7
B 4 BindComplete
8
B 33 RowDescription 1 "?column?" NNNN 0 NNNN 4 -1 0
9
B 11 DataRow 1 1 '1'
10
B 13 CommandComplete "SELECT 1"
11
B 5 ReadyForQuery I
12
F 4 Terminate