File tree Expand file tree Collapse file tree 6 files changed +497
-86
lines changed Expand file tree Collapse file tree 6 files changed +497
-86
lines changed Original file line number Diff line number Diff line change @@ -1590,76 +1590,6 @@ error hint:
1590
1590
Filter: (c1 = 1)
1591
1591
(2 rows)
1592
1592
1593
- -- No. A-7-3-10
1594
- -- No. A-9-2-10
1595
- /*+SeqScan(あ)*/
1596
- EXPLAIN (COSTS false) SELECT * FROM s1.t1 あ WHERE あ.c1 = 1;
1597
- LOG: statement: /*+SeqScan(あ)*/
1598
- EXPLAIN (COSTS false) SELECT * FROM s1.t1 あ WHERE あ.c1 = 1;
1599
- LOG: pg_hint_plan:
1600
- used hint:
1601
- SeqScan(あ)
1602
- not used hint:
1603
- duplication hint:
1604
- error hint:
1605
-
1606
- QUERY PLAN
1607
- ---------------------
1608
- Seq Scan on t1 "あ"
1609
- Filter: (c1 = 1)
1610
- (2 rows)
1611
-
1612
- /*+SeqScan(あいう)*/
1613
- EXPLAIN (COSTS false) SELECT * FROM s1.t1 あいう WHERE あいう.c1 = 1;
1614
- LOG: statement: /*+SeqScan(あいう)*/
1615
- EXPLAIN (COSTS false) SELECT * FROM s1.t1 あいう WHERE あいう.c1 = 1;
1616
- LOG: pg_hint_plan:
1617
- used hint:
1618
- SeqScan(あいう)
1619
- not used hint:
1620
- duplication hint:
1621
- error hint:
1622
-
1623
- QUERY PLAN
1624
- -------------------------
1625
- Seq Scan on t1 "あいう"
1626
- Filter: (c1 = 1)
1627
- (2 rows)
1628
-
1629
- /*+SeqScan("あ")*/
1630
- EXPLAIN (COSTS false) SELECT * FROM s1.t1 あ WHERE あ.c1 = 1;
1631
- LOG: statement: /*+SeqScan("あ")*/
1632
- EXPLAIN (COSTS false) SELECT * FROM s1.t1 あ WHERE あ.c1 = 1;
1633
- LOG: pg_hint_plan:
1634
- used hint:
1635
- SeqScan(あ)
1636
- not used hint:
1637
- duplication hint:
1638
- error hint:
1639
-
1640
- QUERY PLAN
1641
- ---------------------
1642
- Seq Scan on t1 "あ"
1643
- Filter: (c1 = 1)
1644
- (2 rows)
1645
-
1646
- /*+SeqScan("あいう")*/
1647
- EXPLAIN (COSTS false) SELECT * FROM s1.t1 あいう WHERE あいう.c1 = 1;
1648
- LOG: statement: /*+SeqScan("あいう")*/
1649
- EXPLAIN (COSTS false) SELECT * FROM s1.t1 あいう WHERE あいう.c1 = 1;
1650
- LOG: pg_hint_plan:
1651
- used hint:
1652
- SeqScan(あいう)
1653
- not used hint:
1654
- duplication hint:
1655
- error hint:
1656
-
1657
- QUERY PLAN
1658
- -------------------------
1659
- Seq Scan on t1 "あいう"
1660
- Filter: (c1 = 1)
1661
- (2 rows)
1662
-
1663
1593
-- No. A-7-3-11
1664
1594
-- No. A-9-2-11
1665
1595
/*+SeqScan(/**/)*/
Original file line number Diff line number Diff line change @@ -438,17 +438,6 @@ EXPLAIN (COSTS false) SELECT * FROM s1.t1 "Set" WHERE "Set".c1 = 1;
438
438
/* +SeqScan("Set SeqScan Leading")*/
439
439
EXPLAIN (COSTS false) SELECT * FROM s1 .t1 " Set SeqScan Leading" WHERE " Set SeqScan Leading" .c1 = 1 ;
440
440
441
- -- No. A-7-3-10
442
- -- No. A-9-2-10
443
- /* +SeqScan(あ)*/
444
- EXPLAIN (COSTS false) SELECT * FROM s1 .t1 あ WHERE あ.c1 = 1 ;
445
- /* +SeqScan(あいう)*/
446
- EXPLAIN (COSTS false) SELECT * FROM s1 .t1 あいう WHERE あいう.c1 = 1 ;
447
- /* +SeqScan("あ")*/
448
- EXPLAIN (COSTS false) SELECT * FROM s1 .t1 あ WHERE あ.c1 = 1 ;
449
- /* +SeqScan("あいう")*/
450
- EXPLAIN (COSTS false) SELECT * FROM s1 .t1 あいう WHERE あいう.c1 = 1 ;
451
-
452
441
-- No. A-7-3-11
453
442
-- No. A-9-2-11
454
443
/* +SeqScan(/**/ )* /
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ CREATE EXTENSION <replaceable>module_name</> FROM unpackaged;
124
124
&fuzzystrmatch;
125
125
&hstore;
126
126
&hunspell-dict;
127
+ &in-memory;
127
128
&intagg;
128
129
&intarray;
129
130
&isn;
Original file line number Diff line number Diff line change 128
128
<!ENTITY fulleq SYSTEM "fulleq.sgml">
129
129
<!ENTITY hstore SYSTEM "hstore.sgml">
130
130
<!ENTITY hunspell-dict SYSTEM "hunspell-dict.sgml">
131
+ <!ENTITY in-memory SYSTEM "in-memory.sgml">
131
132
<!ENTITY intagg SYSTEM "intagg.sgml">
132
133
<!ENTITY intarray SYSTEM "intarray.sgml">
133
134
<!ENTITY isn SYSTEM "isn.sgml">
You can’t perform that action at this time.
0 commit comments