aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/libpq_pipeline/traces/simple_pipeline.trace
blob: 54d812a93f4a65c083e94e1b5018c45a018fbc69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
F	27	Query	 "SET lc_messages TO "C""
B	8	CommandComplete	 "SET"
B	5	ReadyForQuery	 I
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