Skip to content

Commit

Permalink
Update error filter tables
Browse files Browse the repository at this point in the history
  • Loading branch information
anse1 committed Jan 5, 2024
1 parent 668a2d3 commit 46c1df7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions known.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ ERROR: cannot open CREATE INDEX query as cursor
ERROR: cannot open CREATE RULE query as cursor
ERROR: cannot open DECLARE CURSOR query as cursor
ERROR: cannot open INSERT query as cursor
ERROR: cannot open MERGE query as cursor
ERROR: cannot open ROLLBACK query as cursor
ERROR: cannot open multi-query plan as cursor
ERROR: cannot perform UPDATE RETURNING on relation "rules_src"
Expand Down Expand Up @@ -367,6 +368,7 @@ ERROR: division of unit by zero
ERROR: domain pos_int does not allow null values
ERROR: duplicate JSON object key
ERROR: end of function
ERROR: end of tuple reached without looking at all its data
ERROR: exclusive backup currently starting
ERROR: exclusive backup not in progress
ERROR: expected 2-element int8 array
Expand Down Expand Up @@ -467,6 +469,7 @@ ERROR: missing support function 1(35074,35074) in opfamily 1976
ERROR: missing support function 1(35076,35076) in opfamily 1976
ERROR: multi-dimensional array not supported
ERROR: multiple decimal points
ERROR: multirange_intersect_agg_transfn called in non-aggregate context
ERROR: must be a member of the role whose process is being terminated
ERROR: must be a member of the role whose process is being terminated or member of pg_signal_backend
ERROR: must be a member of the role whose query is being canceled
Expand All @@ -482,6 +485,7 @@ ERROR: non-exclusive backup in progress)
ERROR: null array element not allowed in this context
ERROR: null character not permitted
ERROR: null value not allowed for object key
ERROR: number of attributes in tuple header is greater than number of attributes in tuple descriptor
ERROR: numeric field overflow
ERROR: only superuser may access generic file functions
ERROR: only superusers can query or manipulate replication origins
Expand Down Expand Up @@ -591,6 +595,7 @@ ERROR: timestamp cannot be NaN
ERROR: timestamp out of range
ERROR: too many points requested
ERROR: ts_rewrite query must return two tsquery columns
ERROR: tuple to be deleted was already modified by an operation triggered by the current command
ERROR: type bigint is not composite
ERROR: type matched to anyenum is not an enum type: anyenum
ERROR: type planets is not composite
Expand All @@ -600,6 +605,7 @@ ERROR: unexpected end of flag array
ERROR: unexpected end of tuple data
ERROR: unrecognized privilege type: "
ERROR: unrecognized storage manager name
ERROR: unsupported Unicode escape sequence
ERROR: unsupported XML feature
ERROR: update or delete on table "clstr_tst_s" violates foreign key constraint "clstr_tst_con" on table "clstr_tst"
ERROR: update or delete on table "customer" violates foreign key constraint "credit_card_cid_fkey" on table "credit_card"
Expand Down
5 changes: 4 additions & 1 deletion known_re.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@
^ERROR: could not open server file "
^ERROR: could not perform block dump because dump file is being used by PID
^ERROR: could not read symbolic link ".*": No such file or directory
^ERROR: could not resize shared memory segment.*No space left
^ERROR: could not stat file "
^ERROR: cross-database references are not implemented
^ERROR: cube index [0-9]+ is out of bounds
^ERROR: currval of sequence "[^"]+" is not yet defined in this session
^ERROR: cursor "[^"]+" does not exist
^ERROR: database .* does not exist
^ERROR: date field value out of range:
^ERROR: date out of range:
Expand All @@ -92,7 +94,7 @@
^ERROR: index -?[0-9]+ out of valid range
^ERROR: index [^o]+out of valid range, 0..127
^ERROR: index row requires \\d+ bytes, maximum size is \\d+
^ERROR: index row size \\+ exceeds btree version \\d+ maximum \\d+ for index
^ERROR: index row size \\d+ exceeds btree version \\d+ maximum \\d+ for index
^ERROR: index row size \\d+ exceeds maximum \\d+ for index
^ERROR: insert or update on table "[^"]+" violates foreign key constraint
^ERROR: interval field value out of range
Expand All @@ -101,6 +103,7 @@
^ERROR: invalid INTERVAL typmod:
^ERROR: invalid attnum \\d+ for relation "
^ERROR: invalid byte sequence for encoding
^ERROR: invalid character "[^"]+" in t_bits string
^ERROR: invalid cidr value:
^ERROR: invalid destination encoding name
^ERROR: invalid encoding name
Expand Down

0 comments on commit 46c1df7

Please sign in to comment.