@@ -30,6 +30,7 @@ ERROR: SET requires parameter name
30
30
ERROR: Some PX error (not specified)
31
31
ERROR: TABLESAMPLE clause can only be applied to tables and materialized views
32
32
ERROR: UPDATE is not allowed in a non-volatile function
33
+ ERROR: Unexpected end of string
33
34
ERROR: Unexpected packet in key data
34
35
ERROR: WAL level not sufficient for creating a restore point
35
36
ERROR: WAL level not sufficient for making an online backup
@@ -45,6 +46,7 @@ ERROR: argument declared "anyrange" is not a range type but type anyrange
45
46
ERROR: argument exceeds the maximum length of 255 bytes
46
47
ERROR: argument must be empty or one-dimensional array
47
48
ERROR: array must have even number of elements
49
+ ERROR: array must not contain nulls
48
50
ERROR: array of weight is too short
49
51
ERROR: array size exceeds the maximum allowed (134217727)
50
52
ERROR: arrays must contain identical number of items
@@ -109,6 +111,7 @@ ERROR: cannot convert abstime "invalid" to timestamp
109
111
ERROR: cannot convert circle with radius zero to polygon
110
112
ERROR: cannot convert reltime "invalid" to interval
111
113
ERROR: cannot convert reserved abstime value to date
114
+ ERROR: cannot create logical replication slot in transaction that has performed writes
112
115
ERROR: cannot delete from object using integer index
113
116
ERROR: cannot delete from scalar
114
117
ERROR: cannot display a value of type anyelement
@@ -139,6 +142,7 @@ ERROR: cannot merge addresses from different families
139
142
ERROR: cannot open BEGIN query as cursor
140
143
ERROR: cannot open CREATE INDEX query as cursor
141
144
ERROR: cannot open CREATE RULE query as cursor
145
+ ERROR: cannot open DECLARE CURSOR query as cursor
142
146
ERROR: cannot open INSERT query as cursor
143
147
ERROR: cannot open ROLLBACK query as cursor
144
148
ERROR: cannot open multi-query plan as cursor
@@ -341,6 +345,7 @@ ERROR: could not open file "base/16384/PG_VERSION": Cannot allocate memory
341
345
ERROR: could not open relation with OID 2619
342
346
ERROR: could not open stop-word file "/home/smith/postgres/inst/master/share/tsearch_data/english.stop": Cannot allocate memory
343
347
ERROR: could not read file "backup_label": Cannot allocate memory
348
+ ERROR: could not read file "current_logfiles": Cannot allocate memory
344
349
ERROR: could not read time zone file "Default": Cannot allocate memory
345
350
ERROR: count must be greater than zero
346
351
ERROR: currtid cannot handle views with no CTID
@@ -371,12 +376,14 @@ ERROR: first argument of jsonb_populate_record must be a row type
371
376
ERROR: float4_accum: expected 3-element float8 array
372
377
ERROR: float8_accum: expected 3-element float8 array
373
378
ERROR: float8_avg: expected 3-element float8 array
379
+ ERROR: float8_combine: expected 3-element float8 array
374
380
ERROR: float8_corr: expected 6-element float8 array
375
381
ERROR: float8_covar_pop: expected 6-element float8 array
376
382
ERROR: float8_covar_samp: expected 6-element float8 array
377
383
ERROR: float8_regr_accum: expected 6-element float8 array
378
384
ERROR: float8_regr_avgx: expected 6-element float8 array
379
385
ERROR: float8_regr_avgy: expected 6-element float8 array
386
+ ERROR: float8_regr_combine: expected 6-element float8 array
380
387
ERROR: float8_regr_intercept: expected 6-element float8 array
381
388
ERROR: float8_regr_r2: expected 6-element float8 array
382
389
ERROR: float8_regr_slope: expected 6-element float8 array
@@ -400,6 +407,7 @@ ERROR: gen_salt: Unknown salt algorithm
400
407
ERROR: getQuadrant: impossible case
401
408
ERROR: gtsvector_in not implemented
402
409
ERROR: identifier too long
410
+ ERROR: index row size 5752 exceeds btree version 4 maximum 2704 for index "clstr_tst_c"
403
411
ERROR: input is out of range
404
412
ERROR: input of anonymous composite types is not implemented
405
413
ERROR: integer out of range
@@ -414,6 +422,7 @@ ERROR: invalid input value for enum insenum: "(0) with time zone"
414
422
ERROR: invalid line specification: must be two distinct points
415
423
ERROR: invalid name syntax
416
424
ERROR: invalid number of arguments: object must be matched key value pairs
425
+ ERROR: invalid preceding or following size in window function
417
426
ERROR: invalid prewarm type
418
427
ERROR: invalid query
419
428
ERROR: invalid range bound flags
@@ -539,6 +548,7 @@ ERROR: pg_event_trigger_table_rewrite_reason() can only be called in a table_re
539
548
ERROR: pg_extension_config_dump() can only be called from an SQL script executed by CREATE EXTENSION
540
549
ERROR: pg_stat_statements must be loaded via shared_preload_libraries
541
550
ERROR: prewarm type cannot be null
551
+ ERROR: querytree is no longer implemented
542
552
ERROR: range constructor flags argument must not be null
543
553
ERROR: range lower bound must be less than or equal to range upper bound
544
554
ERROR: record type has not been registered
@@ -570,6 +580,7 @@ ERROR: stack depth limit exceeded
570
580
ERROR: syntax error at end of input
571
581
ERROR: syntax error at or near "ARRAY"
572
582
ERROR: syntax error at or near "USER"
583
+ ERROR: test_fdw_handler is not implemented
573
584
ERROR: timestamp cannot be NaN
574
585
ERROR: timestamp out of range
575
586
ERROR: too many points requested
@@ -579,6 +590,7 @@ ERROR: type matched to anyenum is not an enum type: anyenum
579
590
ERROR: type planets is not composite
580
591
ERROR: unexpected dtype 7 while parsing reltime "invalid"
581
592
ERROR: unexpected duplicate for tablespace 0, relfilenode 0
593
+ ERROR: unexpected end of flag array
582
594
ERROR: unrecognized privilege type: "
583
595
ERROR: unrecognized storage manager name
584
596
ERROR: unsupported XML feature
@@ -605,8 +617,6 @@ ERROR: weight out of range
605
617
ERROR: wrong limit, should be between 0 and 1
606
618
ERROR: wrong number of array subscripts
607
619
ERROR: zero raised to a negative power is undefined
608
- Line style is ascii.
609
- Pager usage is off.
610
620
RIGHT and FULL OUTER JOINs are not currently supported
611
621
Some PX error (not specified)
612
622
^ERROR: cannot take cube root of a unit
0 commit comments