Warning when creating database schema

Bug #2024614 reported by Jason Stephenson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Evergreen
Confirmed
Medium
Unassigned

Bug Description

Evergreen version: 3.11 and main
OpenSRF version: N/A
PostgreSQL version: 10 & 15, so likely affects them all

Creating a database schema with Open-ILS/src/support-scripts/eg_db_config reports the following warning:

psql:950.data.seed-values.sql:2927: WARNING: \nPL/Perl function "oils_xslt_process"
PL/pgSQL function biblio.extract_metabib_field_entry(bigint,text,text[],integer[]) line 52 at assignment
PL/pgSQL function metabib.reingest_metabib_field_entries(bigint,boolean,boolean,boolean,boolean,integer[]) line 48 at FOR over SELECT rows
SQL statement "SELECT metabib.reingest_metabib_field_entries(bib.id, skip_facet, skip_display, skip_browse, skip_search, only_fields)"
PL/pgSQL function metabib.indexing_update(biblio.record_entry,boolean,text) line 60 at PERFORM
SQL statement "SELECT metabib.indexing_update(NEW.*, new_action = 'insert', old_state_data)"
PL/pgSQL function indexing_ingest_or_delete() line 89 at SQL statement
psql:950.data.seed-values.sql:2927: WARNING: Ingest of biblio.record_entry -1 failed

Using git bisect, I tracked this down to commit a52ea2edb5f6308f31a28fdd6d4a46bacae9a94d "LP#1979071: Queued Ingest" in main. This commit also exists in rel_3_11, and I am able to reproduce the warning message while building a schema with rel_3_11 checked out.

Changed in evergreen:
status: New → Confirmed
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.