mirror of
https://github.com/postgres/postgres.git
synced 2025-11-03 09:13:20 +03:00
Fix typo in test comment.
The same comment was copied to a few different places, with the same typo. Backpatch down to v11, where this typo was introduced.
This commit is contained in:
@@ -2558,7 +2558,7 @@ DROP TABLE quuux;
|
||||
-- check validation when attaching hash partitions
|
||||
|
||||
-- Use hand-rolled hash functions and operator class to get predictable result
|
||||
-- on different matchines. part_test_int4_ops is defined in insert.sql.
|
||||
-- on different machines. part_test_int4_ops is defined in insert.sql.
|
||||
|
||||
-- check that the new partition won't overlap with an existing partition
|
||||
CREATE TABLE hash_parted (
|
||||
|
||||
Reference in New Issue
Block a user