mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Fix typo in regression test comments.
Per report from Zhihong Yu.
This commit is contained in:
parent
0316eb9911
commit
512bcd30de
4 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
-- Hypothetical on partitioned tabled
|
||||
-- Hypothetical on partitioned tables
|
||||
CREATE TABLE hypo_part(id1 integer, id2 integer, id3 integer)
|
||||
PARTITION BY LIST (id1);
|
||||
CREATE TABLE hypo_part_1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
-- Hypothetical on partitioned tabled
|
||||
-- Hypothetical on partitioned tables
|
||||
CREATE TABLE hypo_part(id1 integer, id2 integer, id3 integer)
|
||||
PARTITION BY LIST (id1);
|
||||
CREATE TABLE hypo_part_1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
-- Hypothetical on partitioned tabled
|
||||
-- Hypothetical on partitioned tables
|
||||
|
||||
CREATE TABLE hypo_part(id1 integer, id2 integer, id3 integer)
|
||||
PARTITION BY LIST (id1);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
-- Hypothetical on partitioned tabled
|
||||
-- Hypothetical on partitioned tables
|
||||
|
||||
CREATE TABLE hypo_part(id1 integer, id2 integer, id3 integer)
|
||||
PARTITION BY LIST (id1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue