aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/libpq_pipeline/traces/simple_pipeline.trace
blob: 5c94749bc1edab27990c1b1401c0465792e15735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
F	21	Parse	 "" "SELECT $1" 1 NNNN
F	19	Bind	 "" "" 0 1 1 '1' 1 0
F	6	Describe	 P ""
F	9	Execute	 "" 0
F	4	Sync
B	4	ParseComplete
B	4	BindComplete
B	33	RowDescription	 1 "?column?" NNNN 0 NNNN 4 -1 0
B	11	DataRow	 1 1 '1'
B	13	CommandComplete	 "SELECT 1"
B	5	ReadyForQuery	 I
F	4	Terminate