mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 22:27:33 +08:00
Augment test coverage in PL/Python, especially for error conditions.
This commit is contained in:
@ -41,11 +41,3 @@ CREATE TABLE xsequences (
|
||||
sequence text not null
|
||||
) ;
|
||||
CREATE INDEX xsequences_pid_idx ON xsequences(pid) ;
|
||||
CREATE TABLE table_record (
|
||||
first text,
|
||||
second int4
|
||||
) ;
|
||||
CREATE TYPE type_record AS (
|
||||
first text,
|
||||
second int4
|
||||
) ;
|
||||
|
||||
Reference in New Issue
Block a user