Adjust some comments about structure properties in pg_stat.h
[pgsql.git] / src / test / modules / libpq_pipeline / traces / pipeline_abort.trace
blobcf6ccec6b9d190f01f353327d9f42f8ff4dca5f0
1 F       42      Query    "DROP TABLE IF EXISTS pq_pipeline_demo"
2 B       NN      NoticeResponse   S "NOTICE" V "NOTICE" C "00000" M "table "pq_pipeline_demo" does not exist, skipping" F "SSSS" L "SSSS" R "SSSS" \x00
3 B       15      CommandComplete  "DROP TABLE"
4 B       5       ReadyForQuery    I
5 F       99      Query    "CREATE UNLOGGED TABLE pq_pipeline_demo(id serial primary key, itemno integer,int8filler int8);"
6 B       17      CommandComplete  "CREATE TABLE"
7 B       5       ReadyForQuery    I
8 F       60      Parse    "" "INSERT INTO pq_pipeline_demo(itemno) VALUES ($1)" 1 NNNN
9 F       19      Bind     "" "" 0 1 1 '1' 1 0
10 F       6       Describe         P ""
11 F       9       Execute  "" 0
12 F       39      Parse    "" "SELECT no_such_function($1)" 1 NNNN
13 F       19      Bind     "" "" 0 1 1 '1' 1 0
14 F       6       Describe         P ""
15 F       9       Execute  "" 0
16 F       60      Parse    "" "INSERT INTO pq_pipeline_demo(itemno) VALUES ($1)" 1 NNNN
17 F       19      Bind     "" "" 0 1 1 '2' 1 0
18 F       6       Describe         P ""
19 F       9       Execute  "" 0
20 F       4       Sync
21 F       60      Parse    "" "INSERT INTO pq_pipeline_demo(itemno) VALUES ($1)" 1 NNNN
22 F       19      Bind     "" "" 0 1 1 '3' 1 0
23 F       6       Describe         P ""
24 F       9       Execute  "" 0
25 F       4       Sync
26 B       4       ParseComplete
27 B       4       BindComplete
28 B       4       NoData
29 B       15      CommandComplete  "INSERT 0 1"
30 B       NN      ErrorResponse    S "ERROR" V "ERROR" C "42883" M "function no_such_function(integer) does not exist" H "No function matches the given name and argument types. You might need to add explicit type casts." P "8" F "SSSS" L "SSSS" R "SSSS" \x00
31 B       5       ReadyForQuery    I
32 B       4       ParseComplete
33 B       4       BindComplete
34 B       4       NoData
35 B       15      CommandComplete  "INSERT 0 1"
36 B       5       ReadyForQuery    I
37 F       26      Parse    "" "SELECT 1; SELECT 2" 0
38 F       14      Bind     "" "" 0 0 1 0
39 F       6       Describe         P ""
40 F       9       Execute  "" 0
41 F       4       Sync
42 B       NN      ErrorResponse    S "ERROR" V "ERROR" C "42601" M "cannot insert multiple commands into a prepared statement" F "SSSS" L "SSSS" R "SSSS" \x00
43 B       5       ReadyForQuery    I
44 F       54      Parse    "" "SELECT 1.0/g FROM generate_series(3, -1, -1) g" 0
45 F       14      Bind     "" "" 0 0 1 0
46 F       6       Describe         P ""
47 F       9       Execute  "" 0
48 F       4       Sync
49 B       4       ParseComplete
50 B       4       BindComplete
51 B       33      RowDescription   1 "?column?" NNNN 0 NNNN 65535 -1 0
52 B       32      DataRow  1 22 '0.33333333333333333333'
53 B       32      DataRow  1 22 '0.50000000000000000000'
54 B       32      DataRow  1 22 '1.00000000000000000000'
55 B       NN      ErrorResponse    S "ERROR" V "ERROR" C "22012" M "division by zero" F "SSSS" L "SSSS" R "SSSS" \x00
56 B       5       ReadyForQuery    I
57 F       40      Query    "SELECT itemno FROM pq_pipeline_demo"
58 B       31      RowDescription   1 "itemno" NNNN 2 NNNN 4 -1 0
59 B       11      DataRow  1 1 '3'
60 B       13      CommandComplete  "SELECT 1"
61 B       5       ReadyForQuery    I
62 F       4       Terminate