Adjust some comments about structure properties in pg_stat.h
[pgsql.git] / src / test / modules / libpq_pipeline / traces / pipeline_idle.trace
blob83ee415b03e4d98023344957a099bab4df95d036
1 F       16      Parse    "" "SELECT 1" 0
2 F       14      Bind     "" "" 0 0 1 0
3 F       6       Describe         P ""
4 F       9       Execute  "" 0
5 F       4       Flush
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 F       16      Parse    "" "SELECT 2" 0
12 F       14      Bind     "" "" 0 0 1 0
13 F       6       Describe         P ""
14 F       9       Execute  "" 0
15 F       4       Flush
16 B       4       ParseComplete
17 B       4       BindComplete
18 B       33      RowDescription   1 "?column?" NNNN 0 NNNN 4 -1 0
19 B       11      DataRow  1 1 '2'
20 B       13      CommandComplete  "SELECT 1"
21 F       49      Parse    "" "SELECT pg_catalog.pg_advisory_unlock(1,1)" 0
22 F       14      Bind     "" "" 0 0 1 0
23 F       6       Describe         P ""
24 F       9       Execute  "" 0
25 F       4       Flush
26 B       4       ParseComplete
27 B       4       BindComplete
28 B       43      RowDescription   1 "pg_advisory_unlock" NNNN 0 NNNN 1 -1 0
29 B       NN      NoticeResponse   S "WARNING" V "WARNING" C "01000" M "you don't own a lock of type ExclusiveLock" F "SSSS" L "SSSS" R "SSSS" \x00
30 B       11      DataRow  1 1 'f'
31 B       13      CommandComplete  "SELECT 1"
32 F       4       Terminate