postgresql14-test-14.22-150600.16.28.1<>, iLp9|1c5xP]y\+bho @u j?I'>/<5 <t/tpl=0>veع)qpxܟ|>E=jO8e,Q/R E;nLS{Tbzkb"gn̳hKK r{S@~~L6%VbL#h\%憃z'(_W{F[1i$>Fznŕ}5DA_>>Y(?Yd ) G:E [z |  h T ,  ~LxP_(8>9>:,>FGH IXxY\]^;bPostgreSQLhttps://www.suse.com/Productivity/Databases/Servershttps://www.postgresql.org/linuxs390x'8&-l#XOX O3P;W @d,@c@clc,N@c pc@b@blb|bV@b[@aaza@apa\>@aUaQ@aO@`@```q`OL@`Gc@`/@`#_S__@_F@_mmax@suse.commax@suse.comguillaume.gardet@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.comaaronpuchert@alice-dsl.netsarah.kriesch@opensuse.orgdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.comdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.commax@suse.comaaronpuchert@alice-dsl.netmax@suse.comschwab@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comada.lovelace@gmx.demax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comgmbr3@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.com- bsc#1258754: Update to 14.22 to fix two regressions in 14.21: * https://www.postgresql.org/docs/release/14.22/ * The substring() function raises an error "invalid byte sequence for encoding" on non-ASCII text values if the source of that value is a database column. * A standby may halt and return an error "could not access status of transaction".- Update to 14.21: * https://www.postgresql.org/about/news/p-3235/ * https://www.postgresql.org/docs/release/14.21/ * bsc#1258008, CVE-2026-2003: Guard against unexpected dimensions of oidvector/int2vector * bsc#1258009, CVE-2026-2004: Harden selectivity estimators against being attached to operators that accept unexpected data types. * bsc#1258010, CVE-2026-2005: Fix buffer overrun in contrib/pgcrypto's PGP decryption functions. * bsc#1258011, CVE-2026-2006: Fix inadequate validation of multibyte character lengths. * obsoletes llvm-21-aarch64.patch - Disown /var/lib/pgsql to support transactional updates.- Fix build on aarch64 with upstream commit 0dceba2: * llvm-21-aarch64.patch- Fix build with uring for post SLE15 code streams.- Use %product_libs_llvm_ver to determine the LLVM version. - Remove conditionals for obsolete PostgreSQL releases.- Upgrade to 14.20: * https://www.postgresql.org/about/news/p-3171/ * https://www.postgresql.org/docs/release/14.20/ * bsc#1253332, CVE-2025-12817: Missing check for CREATE privileges on the schema in CREATE STATISTICS allowed table owners to create statistics in any schema, potentially leading to unexpected naming conflicts. * bsc#1253333, CVE-2025-12818: Several places in libpq were not sufficiently careful about computing the required size of a memory allocation. Sufficiently large inputs could cause integer overflow, resulting in an undersized buffer, which would then lead to writing past the end of the buffer.- Sync spec file from version 18.- Upgrade to 14.19: * https://www.postgresql.org/about/news/postgresql-176-1610-1514-1419-1322-and-18-beta-3-released-3118/ * https://www.postgresql.org/docs/release/14.19/ Security Issues * CVE-2025-8713: PostgreSQL optimizer statistics can expose sampled data within a view, partition, or child table (boo#1248120) * CVE-2025-8714: PostgreSQL pg_dump lets superuser of origin server execute arbitrary code in psql client (boo#1248122) * CVE-2025-8715: PostgreSQL pg_dump newline in object name executes arbitrary code in psql client and in restore target server (boo#1248119)- Upgrade to 14.18: * bsc#1242931, CVE-2025-4207: postgresql: PostgreSQL GB18030 encoding validation can read one byte past end of allocation for text that fails validation. * https://www.postgresql.org/docs/release/14.18/ * https://www.postgresql.org/about/news/p-3072/ - Add postresql-pg_config_paths.patch to fix a race condition while generating pg_config_paths.h.- Upgrade to 14.17: * Improve behavior of libpq's quoting functions: The changes made for CVE-2025-1094 had one serious oversight: PQescapeLiteral() and PQescapeIdentifier() failed to honor their string length parameter, instead always reading to the input string's trailing null. This resulted in including unwanted text in the output, if the caller intended to truncate the string via the length parameter. With very bad luck it could cause a crash due to reading off the end of memory. In addition, modify all these quoting functions so that when invalid encoding is detected, an invalid sequence is substituted for just the first byte of the presumed character, not all of it. This reduces the risk of problems if a calling application performs additional processing on the quoted string. * Fix small memory leak in pg_createsubscriber. * https://www.postgresql.org/docs/release/14.17/ * https://www.postgresql.org/about/news/p-3018/- Upgrade to 14.16: * bsc#1237093, CVE-2025-1094: Harden PQescapeString and allied functions against invalidly-encoded input strings. * obsoletes postgresql-tzdata2025a.patch * https://www.postgresql.org/docs/release/14.16/ * https://www.postgresql.org/about/news/-3015/ - Disable LLVM JIT on loongarch64- Fix build, add postgresql-tzdata2025a.patch- Upgrade to 14.15: * Repair ABI break for extensions that work with struct ResultRelInfo. * Restore functionality of ALTER {ROLE|DATABASE} SET role * Fix cases where a logical replication slot's restart_lsn could go backwards. * Avoid deleting still-needed WAL files during pg_rewind. * Count index scans in contrib/bloom indexes in the statistics views, such as the pg_stat_user_indexes.idx_scan counter. * Fix crash when checking to see if an index's opclass options have changed. * Avoid assertion failure caused by disconnected NFA sub-graphs in regular expression parsing. * https://www.postgresql.org/about/news/p-2965/ * https://www.postgresql.org/docs/release/14.15/- Upgrade to 14.14: * CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference. * CVE-2024-10977, bsc#1233325: Make libpq discard error messages received during SSL or GSS protocol negotiation. * CVE-2024-10978, bsc#1233326: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE * CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from changing environment variables. * https://www.postgresql.org/about/news/p-2955/ * https://www.postgresql.org/docs/release/14.14/- Sync spec file from postgresql17.- Upgrade to 14.13 (bsc#1229013): * bsc#1229013, CVE-2024-7348 PostgreSQL relation replacement during pg_dump executes arbitrary SQL * https://www.postgresql.org/about/news/p-2910/ * https://www.postgresql.org/docs/release/14.13/- Upgrade to 14.12 (bsc#1224051): * bsc#1224038, CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See the release notes for the steps that have to be taken to fix existing PostgreSQL instances. * Fix incompatibility with LLVM 18. * https://www.postgresql.org/docs/release/14.12/ - Prepare for PostgreSQL 17. - Make sure all compilation and doc generation happens in %build.- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.- Remove constraints file because improved memory usage for s390x- Use %patch -P N instead of deprecated %patchN.- Upgrade to 14.11: * bsc#1219679, CVE-2024-0985: Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY. One step of a concurrent refresh command was run under weak security restrictions. If a materialized view's owner could persuade a superuser or other high-privileged user to perform a concurrent refresh on that view, the view's owner could control code executed with the privileges of the user running REFRESH. Fix things so that all user-determined code is run as the view's owner, as expected * If you use GIN indexes, you may need to reindex after updating to this release. * LLVM 18 is now supported. * https://www.postgresql.org/docs/release/14.11/- Update to 14.10: * bsc#1216962, CVE-2023-5868: Fix handling of unknown-type arguments in DISTINCT "any" aggregate functions. This error led to a text-type value being interpreted as an unknown-type value (that is, a zero-terminated string) at runtime. This could result in disclosure of server memory following the text value. * bsc#1216961, CVE-2023-5869: Detect integer overflow while computing new array dimensions. When assigning new elements to array subscripts that are outside the current array bounds, an undetected integer overflow could occur in edge cases. Memory stomps that are potentially exploitable for arbitrary code execution are possible, and so is disclosure of server memory. * bsc#1216960, CVE-2023-5870: Prevent the pg_signal_backend role from signalling background workers and autovacuum processes. The documentation says that pg_signal_backend cannot issue signals to superuser-owned processes. It was able to signal these background processes, though, because they advertise a role OID of zero. Treat that as indicating superuser ownership. The security implications of cancelling one of these process types are fairly small so far as the core code goes (we'll just start another one), but extensions might add background workers that are more vulnerable. Also ensure that the is_superuser parameter is set correctly in such processes. No specific security consequences are known for that oversight, but it might be significant for some extensions. * Add support for LLVM 16 and 17 * https://www.postgresql.org/docs/14/release-14-10.html- boo#1216734: Revert the last change and make the devel package independend of all other subpackages except for the libs.- boo#1216022: Call install-alternatives from the devel subpackage as well, otherwise the symlink for ecpg might be missing.- Also buildignore the postgresql*-implementation symbols: this is needed in order to bootstrap when no postgresql version currently has valid symbols provided. Once the packages are built, OBS could translate this to the pgname-* packages and accept the ignores; during bootstrap though, there is nothing providing the symbol and the existing buildignores do not suffice.- Update to 14.9: * bsc#1214059, CVE-2023-39417: Disallow substituting a schema or owner name into an extension script if the name contains a quote, backslash, or dollar sign. * https://www.postgresql.org/docs/14/release-14-9.html- Restore the independence of mini builds from the main build after the -mini name change from April 4, 2023. - Adjust icu handling to prepare for PostgreSQL 16.- Overhaul postgresql-README.SUSE and move it from the binary package to the noarch wrapper package. - Change the unix domain socket location from /var/run to /run.- Update to 14.8: * bsc#1211228, CVE-2023-2454: Prevent CREATE SCHEMA from defeating changes in search_path * bsc#1211229, CVE-2023-2455: Enforce row-level security policies correctly after inlining a set-returning function * https://www.postgresql.org/about/news/2637/ * https://www.postgresql.org/docs/14/release-14-8.html- bsc#1210303: Stop using the obsolete internal %_restart_on_update macro and drop support for sysv init to simplify the scriptlets.- Include -mini in Name: to avoid conflicts in the source package name and OBS internal dependency tracking.- Update to 14.7: * CVE-2022-41862, bsc#1208102: memory leak in libpq * https://www.postgresql.org/about/news/2592/ * https://www.postgresql.org/docs/14/release-14-7.html - Bump latest_supported_llvm_ver to 15.- bsc#1205300: Update to 14.6: * https://www.postgresql.org/about/news/2543/ * https://www.postgresql.org/docs/14/release-14-6.html - Sync spec file with postgresql15.- Create mechanism to specify the latest supported LLVM version. Automatically pin to that version if the distribution has a newer unsupported default version.- Sync spec file with postgresql15.- Disable LLVM JIT on riscv64- Update to 14.5: * bsc#1202368, CVE-2022-2625: Extension scripts replace objects not belonging to the extension. * https://www.postgresql.org/docs/release/14.5/- bsc#1200437: Upgrade to 14.4: * Prevent possible corruption of indexes created or rebuilt with the CONCURRENTLY option. * https://www.postgresql.org/docs/release/14.4/ * https://www.postgresql.org/about/news/p-2470/- Upgrade to 14.3: * bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/14/release-14-3.html- bsc#1198166: Pin to llvm13 until the next patchlevel update.- bsc#1195680: Upgrade to 14.2: * https://www.postgresql.org/docs/14/release-14-2.html * Reindexing might be needed after applying this upgrade, so please read the release notes carefully.- boo#1190740: Add constraints file with 12GB of memory for s390x as a workaround- Add a llvmjit-devel subpackage to pull in the right versions of clang and llvm for building extensions. - Fix some mistakes in the interdependencies between the implementation packages and their noarch counterpart. - Update the BuildIgnore section.- bsc#1192516: Upgrade to 14.1 * Make the server reject extraneous data after an SSL or GSS encryption handshake (CVE-2021-23214). * Make libpq reject extraneous data after an SSL or GSS encryption handshake (CVE-2021-23222). * https://www.postgresql.org/docs/14/release-14-1.html- boo#1191782: Let rpmlint ignore shlib-policy-name-error.- Remove postgresql-testsuite-int8.sql.patch, because its purpose is unclear. This affects only the test subpackage.- Upgrade to 14.0 https://www.postgresql.org/about/news/postgresql-14-released-2318/ https://www.postgresql.org/docs/14/release-14.html- Let genlists skip non-existing binaries to avoid lots of version conditionals in the file lists.- Upgrade to 14~rc1 https://www.postgresql.org/about/news/postgresql-14-rc-1-released-2309/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items- Upgrade to 14~beta2 https://www.postgresql.org/about/news/postgresql-14-beta-2-released-2249/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items- Upgrade to 14~beta1 https://www.postgresql.org/about/news/postgresql-14-beta-1-released-2213/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items - disable postgresql-testsuite-int8.sql.patch: it seems it is not needed anymore, need to be double checked.- bsc#1185952: llvm12 breaks PostgreSQL 11 and 12 on s390x. Use llvm11 as a workaround.- Upgrade to version 13.3: * https://www.postgresql.org/docs/13/release-13-3.html * CVE-2021-32027, bsc#1185924: Prevent integer overflows in array subscripting calculations. * CVE-2021-32028, bsc#1185925: Fix mishandling of “junk” columns in INSERT ... ON CONFLICT ... UPDATE target lists. * CVE-2021-32029, bsc#1185926: Fix possibly-incorrect computation of UPDATE ... RETURNING "pg_psql_temporary_savepoint" does not exist”. - Don't use %_stop_on_removal, because it was meant to be private and got removed from openSUSE. %_restart_on_update is also private, but still supported and needed for now (bsc#1183168).- Re-enable build of the llvmjit subpackage on SLE, but it will only be delivered on PackageHub for now (boo#1183118).- Remove leftover PreReq on chkconfig, we stopped using it long time ago.- boo#1179945: Disable icu for PostgreSQL 10 (and older) on TW.- Upgrade to version 13.2: * https://www.postgresql.org/docs/13/release-13-2.html * Updating stored views and reindexing might be needed after applying this update. * CVE-2021-3393, bsc#1182040: Fix information leakage in constraint-violation error messages. * CVE-2021-20229, bsc#1182039: Fix failure to check per-column SELECT privileges in some join queries. * Obsoletes postgresql-icu68.patch.- Add postgresql-icu68.patch: fix build with ICU 68- bsc#1178961: %ghost the symlinks to pg_config and ecpg. - boo#1179765: BuildRequire libpq5 and libecpg6 when not building them to avoid dangling symlinks in the devel package.- Upgrade to version 13.1: * CVE-2020-25695, bsc#1178666: Block DECLARE CURSOR ... WITH HOLD and firing of deferred triggers within index expressions and materialized view queries. * CVE-2020-25694, bsc#1178667: a) Fix usage of complex connection-string parameters in pg_dump, pg_restore, clusterdb, reindexdb, and vacuumdb. b) When psql's \connect command re-uses connection parameters, ensure that all non-overridden parameters from a previous connection string are re-used. * CVE-2020-25696, bsc#1178668: Prevent psql's \gset command from modifying specially-treated variables. * Fix recently-added timetz test case so it works when the USA is not observing daylight savings time. (obsoletes postgresql-timetz.patch) * https://www.postgresql.org/about/news/2111/ * https://www.postgresql.org/docs/13/release-13-1.html- Fix a DST problem in the test suite: postgresql-timetz.patch https://postgr.es/m/16689-57701daa23b377bf@postgresql.org- Initial packaging of PostgreSQL 13: * https://www.postgresql.org/about/news/2077/ * https://www.postgresql.org/docs/13/release-13.htmls390zp34 1772023628  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~14.22-150600.16.28.114.22-150600.16.28.114.22-150600.16.28.1testregressautoinc.sodataagg.dataarray.dataconstrf.dataconstro.datadept.datadesc.dataemp.datahash.datajsonb.dataonek.dataperson.datareal_city.datarect.datastreets.datastud_emp.datastudent.datatenk.datatsearch.dataexpectedadvisory_lock.outaggregates.outalter_generic.outalter_operator.outalter_table.outamutils.outarrays.outasync.outbit.outbitmapops.outboolean.outbox.outbrin.outbrin_bloom.outbrin_multi.outbtree_index.outcase.outchar.outchar_1.outchar_2.outcircle.outcluster.outcollate.icu.utf8.outcollate.icu.utf8_1.outcollate.linux.utf8.outcollate.linux.utf8_1.outcollate.outcombocid.outcomments.outcompression.outcompression_1.outconversion.outcopy2.outcopydml.outcopyselect.outcreate_aggregate.outcreate_am.outcreate_cast.outcreate_function_3.outcreate_index.outcreate_index_spgist.outcreate_misc.outcreate_operator.outcreate_procedure.outcreate_schema.outcreate_table.outcreate_table_like.outcreate_type.outcreate_view.outdatabase.outdate.outdbsize.outdelete.outdependency.outdomain.outdrop_if_exists.outdrop_operator.outenum.outequivclass.outerrors.outeuc_kr.outeuc_kr_1.outevent_trigger.outexplain.outexpressions.outfast_default.outfloat4-misrounded-input.outfloat4.outfloat8.outforeign_data.outforeign_key.outfunctional_deps.outgenerated.outgeometry.outgin.outgist.outgroupingsets.outguc.outhash_func.outhash_index.outhash_part.outhorology.ouths_standby_allowed.ouths_standby_check.ouths_standby_disallowed.ouths_standby_functions.outidentity.outincremental_sort.outindex_including.outindex_including_gist.outindexing.outindirect_toast.outinet.outinfinite_recurse.outinfinite_recurse_1.outinherit.outinit_privs.outinsert.outinsert_conflict.outint2.outint4.outint8.outinterval.outjoin.outjoin_hash.outjson.outjson_encoding.outjson_encoding_1.outjson_encoding_2.outjsonb.outjsonb_jsonpath.outjsonpath.outjsonpath_encoding.outjsonpath_encoding_1.outjsonpath_encoding_2.outlimit.outline.outlock.outlseg.outmacaddr.outmacaddr8.outmaintain_every.outmatview.outmemoize.outmisc_functions.outmisc_sanity.outmoney.outmultirangetypes.outmvcc.outname.outnamespace.outnumeric.outnumeric_big.outnumerology.outobject_address.outoid.outoidjoins.outopr_sanity.outpartition_aggregate.outpartition_info.outpartition_join.outpartition_prune.outpassword.outpath.outpg_lsn.outplancache.outplpgsql.outpoint.outpolygon.outpolymorphism.outportals.outportals_p2.outprepare.outprepared_xacts.outprepared_xacts_1.outprivileges.outpsql.outpsql_crosstab.outpublication.outrandom.outrangefuncs.outrangetypes.outregex.linux.utf8.outregex.outregproc.outreindex_catalog.outreloptions.outreplica_identity.outreturning.outroleattributes.outrowsecurity.outrowtypes.outrules.outsanity_check.outsecurity_label.outselect.outselect_distinct.outselect_distinct_on.outselect_having.outselect_having_1.outselect_having_2.outselect_implicit.outselect_implicit_1.outselect_implicit_2.outselect_into.outselect_parallel.outselect_views.outsequence.outspgist.outstats.outstats_ext.outstrings.outsubscription.outsubselect.outsysviews.outtablesample.outtemp.outtext.outtid.outtidrangescan.outtidscan.outtime.outtimestamp.outtimestamptz.outtimetz.outtransactions.outtriggers.outtruncate.outtsdicts.outtsearch.outtsrf.outtstypes.outtuplesort.outtxid.outtype_sanity.outtyped_table.outunicode.outunicode_1.outunion.outupdatable_views.outupdate.outuuid.outvacuum.outvacuum_parallel.outvarchar.outvarchar_1.outvarchar_2.outwindow.outwith.outwrite_parallel.outxid.outxml.outxml_1.outxml_2.outxmlmap.outxmlmap_1.outinputconstraints.sourcecopy.sourcecreate_function_0.sourcecreate_function_1.sourcecreate_function_2.sourceencoding.sourcelargeobject.sourcemisc.sourcetablespace.sourceoutputconstraints.sourcecopy.sourcecreate_function_0.sourcecreate_function_1.sourcecreate_function_2.sourceencoding.sourceencoding_1.sourcelargeobject.sourcelargeobject_1.sourcemisc.sourcetablespace.sourceparallel_schedulepg_regressrefint.soregress.sosqladvisory_lock.sqlaggregates.sqlalter_generic.sqlalter_operator.sqlalter_table.sqlamutils.sqlarrays.sqlasync.sqlbit.sqlbitmapops.sqlboolean.sqlbox.sqlbrin.sqlbrin_bloom.sqlbrin_multi.sqlbtree_index.sqlcase.sqlchar.sqlcircle.sqlcluster.sqlcollate.icu.utf8.sqlcollate.linux.utf8.sqlcollate.sqlcombocid.sqlcomments.sqlcompression.sqlconversion.sqlcopy2.sqlcopydml.sqlcopyselect.sqlcreate_aggregate.sqlcreate_am.sqlcreate_cast.sqlcreate_function_3.sqlcreate_index.sqlcreate_index_spgist.sqlcreate_misc.sqlcreate_operator.sqlcreate_procedure.sqlcreate_schema.sqlcreate_table.sqlcreate_table_like.sqlcreate_type.sqlcreate_view.sqldatabase.sqldate.sqldbsize.sqldelete.sqldependency.sqldomain.sqldrop_if_exists.sqldrop_operator.sqlenum.sqlequivclass.sqlerrors.sqleuc_kr.sqlevent_trigger.sqlexplain.sqlexpressions.sqlfast_default.sqlfloat4.sqlfloat8.sqlforeign_data.sqlforeign_key.sqlfunctional_deps.sqlgenerated.sqlgeometry.sqlgin.sqlgist.sqlgroupingsets.sqlguc.sqlhash_func.sqlhash_index.sqlhash_part.sqlhorology.sqlhs_primary_extremes.sqlhs_primary_setup.sqlhs_standby_allowed.sqlhs_standby_check.sqlhs_standby_disallowed.sqlhs_standby_functions.sqlidentity.sqlincremental_sort.sqlindex_including.sqlindex_including_gist.sqlindexing.sqlindirect_toast.sqlinet.sqlinfinite_recurse.sqlinherit.sqlinit_privs.sqlinsert.sqlinsert_conflict.sqlint2.sqlint4.sqlint8.sqlinterval.sqljoin.sqljoin_hash.sqljson.sqljson_encoding.sqljsonb.sqljsonb_jsonpath.sqljsonpath.sqljsonpath_encoding.sqllimit.sqlline.sqllock.sqllseg.sqlmacaddr.sqlmacaddr8.sqlmaintain_every.sqlmatview.sqlmemoize.sqlmisc_functions.sqlmisc_sanity.sqlmoney.sqlmultirangetypes.sqlmvcc.sqlname.sqlnamespace.sqlnumeric.sqlnumeric_big.sqlnumerology.sqlobject_address.sqloid.sqloidjoins.sqlopr_sanity.sqlpartition_aggregate.sqlpartition_info.sqlpartition_join.sqlpartition_prune.sqlpassword.sqlpath.sqlpg_lsn.sqlplancache.sqlplpgsql.sqlpoint.sqlpolygon.sqlpolymorphism.sqlportals.sqlportals_p2.sqlprepare.sqlprepared_xacts.sqlprivileges.sqlpsql.sqlpsql_crosstab.sqlpublication.sqlrandom.sqlrangefuncs.sqlrangetypes.sqlregex.linux.utf8.sqlregex.sqlregproc.sqlreindex_catalog.sqlreloptions.sqlreplica_identity.sqlreturning.sqlroleattributes.sqlrowsecurity.sqlrowtypes.sqlrules.sqlsanity_check.sqlsecurity_label.sqlselect.sqlselect_distinct.sqlselect_distinct_on.sqlselect_having.sqlselect_implicit.sqlselect_into.sqlselect_parallel.sqlselect_views.sqlsequence.sqlspgist.sqlstats.sqlstats_ext.sqlstrings.sqlsubscription.sqlsubselect.sqlsysviews.sqltablesample.sqltemp.sqltext.sqltid.sqltidrangescan.sqltidscan.sqltime.sqltimestamp.sqltimestamptz.sqltimetz.sqltransactions.sqltriggers.sqltruncate.sqltsdicts.sqltsearch.sqltsrf.sqltstypes.sqltuplesort.sqltxid.sqltype_sanity.sqltyped_table.sqlunicode.sqlunion.sqlupdatable_views.sqlupdate.sqluuid.sqlvacuum.sqlvacuum_parallel.sqlvarchar.sqlwindow.sqlwith.sqlwrite_parallel.sqlxid.sqlxml.sqlxmlmap.sqlstandby_schedule/usr/lib/postgresql14//usr/lib/postgresql14/test//usr/lib/postgresql14/test/regress//usr/lib/postgresql14/test/regress/data//usr/lib/postgresql14/test/regress/expected//usr/lib/postgresql14/test/regress/input//usr/lib/postgresql14/test/regress/output//usr/lib/postgresql14/test/regress/sql/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:42744/SUSE_SLE-15-SP6_Update/8b3fa27f9990fcc0f5085a037f1bab3d-postgresql14.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linux   directoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=906c795859202c0968b1afda560200267624b43f, strippedASCII textASCII text, with very long linesUTF-8 Unicode textAlgol 68 source, ASCII textC source, ASCII textexported SGML document, ASCII text, with very long linesAlgol 68 source, UTF-8 Unicode textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9ed8c554fd96abcaa505fac8a3cb7f54a67e7143, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=eacf5e4a72fd8e1d1b5ec49e4b74b28fa81709ab, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=dab26d5a09e5ef6329d21c9d9ad479a14ae00b8c, stripped  RRRRRRRRRRRRRRRRRRRRRnnQe):Xutf-80d03ed722c0f7eff0021a4203327ccc286bb41db03270bee261bedf76fc02972? 7zXZ !t/␻]"k%4E0#J:fV!b.񩼈@/J ~[o߶8D-7Lbp`9~P%aX(V鮱^V=Y>+OT?d TC8.srar?pMi/0e޾B@a̲مlSgL{¯{1xK P Lp#P%tv՚޴ylQmH${x}<*&H18Ka iSg y05{3F9ʬ}{ڼL&! Ve DDc&0˰y(ޜڋ]A!uN)7bk.lC?bRE?+G`tl/?}k-,v Q˺'\mĞ$i4EpIِ+5FU~:=(=)6?0kusʝ5xJlNSiKA9[V:}{?P_ yfffIH2rΖ_v^Q !"RE#D5tb[7;AG//P 1~ kŽB . g5q2#M9:KT RB-A 33QѿŤA(c'DXh=)~|^ qߎF?E^AJ>%6SKVafH ^ GIJ[I[-/m)\UB!ي`'Cs$ 8hv5~4oOcS#G|6YUdk3>,~Ѡۭk2"& m>Yqx88+ 6Y\q.'N m>AQjLZF23:8F4:__fd}7]UHR̡m^|쇧Zvc|"@!k/<#TNE!Qz.Fk?' _wWF!hTWێIˆҾ 귵4Qg#ZQo51"0նVYmo$C,ZCxOeT [_˲lj{9&=eCv׃ ),GÐ6@}yiOg麾 "3r9iewqEm:o??>)(IMT`&/prܡJtxьTu̺)3L͘{ݪyg[@K=iٸqGPP^ObFm'%: 1+@fusf E+Z|9IlV#sJ^)`+d2 4iF.|F;IZw5C%AmB˘bX"u>R2T3f`ՓF.U]a 'tkYm oС׋*̋VvW޽QN(&F,L ovN ]*sB?tagrpϒ-8%m0 ӆ5ꈶ38NjFtbTI7o8+u?(C } /P,$LDfD3g`T:Q͒J{|Y`޿3@Xc:c-:dbSӝyf7RV3z\lҐx.=sAiɦO !,orޒꊘ;VV ۺ6`W%?r b%|~QY_rYMie!BJڶApҪ E +lqndZb~ոp.F[F00N@^|E!$SH), }+7ɵ*#ݟ8pY@Kd}I@وbF.(xw2aM&@mlDvC7(YVP j>W*`bJ!*poc;[*_bY"&n>Ɩ Cr7uǻq N$r2!|%Gf"f&YCDBUMZ yC_lQ] (т<ߞ RΌ!mH -F, Dp{Ej!3R=-䱮x9!a:H!4܉5ɦ?TJ\IK0 )ۜtQ!GhٝrL0!dl_)Žrϔ-vdY2~V2?AoK"UG?%W9ǘ{y:9 2f=dzRT>OLiIzdé:ސi"K'ː=1>UӨە XT5v:y{Swwtme# %ؿJϔSFݚLpqhG޽vD:zqZ-'3Cۉ|ߘ{aT1%>(hϰ :Vn9mIz)Xّy=Ayȉv)di8d? "(^Ő3Wjn ͹p8\\$z1ݪ!"OJ"ݸ}`\e94f-@Du|ITceFgaD,6JHKՃr vm~_Nqs-E]\}/UCZҳ#DyV ٳ)#D>m{ܲ[*XV+(w&]ZZ$״A[kfv”f9T(4ץOvGkZK/Ms%V+;(̸QF&CZXG@K9\A~u;#H0/AVW48~sZu$i+do!^2 o%ͪJjJ]x7ņ!Zzs(v)bcCXUEϦY3+; v?z̞v؆.?&zt3}F|Wٸ1"اB*6pȲ"JѲ+PoUVw=; b7]Q[ q5*>Obi=qgk12$rʡ7VϷ2=WtOo W%s, o%w9ItF4W'j 18Pۯkӈ]ՏQ$d%`` (uND `jw@# -5ޘ`X?$m @OEAmatiQMF/DB6=|tզdjH@b:RnE$IE;[1.3c{7biڹG.9\0>D[Jsg~N B?[`7uEe {g*蹬5нKyj},`  y瘆No*D/Lu-g͚ؑ| Lbcoh)?I?LIbw-aJ[q6  [%,&IAfaI -;1?uc'/|MTvLkSNXmwTzvj= Ȱ%S_c+>>Ka9_ Z_PɠWjv-%O|h#b,y^=ΤTURo6FfHZ*Ɛa&=JS"%VF0A 48v߶\d-Ydxi%}i +ѱwm7:1d؝48s!а0)1qHöW}LF'? ՇJrlԎ86ɮO&,:=)kkγ:^Ep995*yM{֫QeRFJ}gdŏZEۈx"n=fdGdcwǥ#PjЮne%찈[#ěc󤵺I׷̞h)}?!x)IqAADT*$MQ/X`~,k5}Ʀ-C+Ɍ(Fk?ud($RkqR{h%V_Y+a3(4i5T2Vee}Q,oBj6Rɋ-X#˗;y(ϣ^.\;[ X?h$fP ˻QBݨRRTV@^F]wIo˭+,E?bol*f`]h?Q!gVr[[) y. ~[{nѻަGpxL͊+EbuţVC=Ԝ]_)cO}O%0&ݞܤF*vqYFn܋6'qJ?W|'R=xmd B4q5 "8l7z$.7X` Eٞ7QtxqWs3& Q5je\$wGB阿y_'"aLEc0W r GħCUӁ1:dEk,q7xz~}V:geyg"v#ʇFD-C r,z{r F R:"3T u13#94-D_%0YR(WP# 8{m贳~f z*7 x#S;8 (sf8v)Q~,tE}K¼H4V%Cd:s^y(-ڥ%1FςֿNGV~ߠMwwΧ-@2*X _0GNK5͖m,jr㴗xCzxg4 8nbhܳis=7Mdg80{O~6m/m\Ӣޒ7L@f}Ka9!4N-j V|StnBݧUl۷<0MBF\_X>Gљj&3ҭoL@M7"A+GKxp&~kTB(U|_q4PH |D7'ʣ[ժ83k#E<1\Yu˲`rʚKzO{|i3OŸ*`#Wqgo@L P*j et(,Ry !8hI[|4Ji zٖ."6PfEpUsC97WIzxg8#ߏ8eנ#GWGX!AXیZ }PjH"k&U[ aktvzkdOWhXdO||l6;!9J`vHmA_iljo[=Q EO6b炝 :1\Qk D9M)ByN#^<}{d I~EKt OhѿGPT 8|($"0_]`R#*r9\wK]3QQhֹ"t h}\u=2f9::C㐡DEXY﫬#}2 (|C&ɪ48%p҃ Sq<\Ttۼ 0A/TeaD('?oӡ 3\6tJq.Q=.:,xW%7p ta:@B-9ho꒳qWJ8qlht ([1`Ax9"ލoԮ tD b/^Yw' ?~ų}yVp7ING'r\ +8y.,si󥼥ul1<#0пZrBzVfL>!aBPlAFť5/C)GvB2Փ׀7O]I TPH ИFQi\8qhnNݝ3+*v0u7r#6b &N 6Ӯ.|323}ޓn cŹ֔FY?oMX8eu&\zU0WYy1[ 9fVpM8")*ZYxZ]7hky2u܅!4 &Pz.kmE0-)L$+ q s,򪂩ܼP76W^du[F׸g-($I[bs.aS#] wm].EHfPRxď/h D:}՘!XmolPM BB&f(4RHsuQ&p~Bp,ȭHJQjlY@(;Ӊv@4&͌ S6x1$s=X"Mڂ!0.aKZU~B`\$R\GtNB2GefHr:"Vq!!41jt#pbr;P蔳'I3z<d@Y 2[\:WgX0!5ȲSE݈1! Ͱ8 ?U>\ClDԢTB1!VNBlehxHֵ)p=dz"M;4Nm);dx䪘EAn1L]'T+oOFo6^~[[.V+{x[m?~S'/ki%[Md*LGbWyf[6j^2!2< Vס`4>N[c}[ MAt?/uloC>aɗkeqΒ ;E!: H<4 x uf!D=$?yN ./,;pTwtAV^rCi݅P#W;V~͹ _l"TA#6>:b{fy8FO/|=Mf>irBRQ0XoCT"ؠ>򄰰~ςgc뱱d B48@0nDЌ>I[#aO#1xvKvqGdXR1&0@V񲀛)~#Bu#y{崥ʓn%^W4P Y酽䕍pKBY-|>+ g[o}B*(_X>4"JWXpo]Э˟ˌx aػM)M}\i%o? v*@)6Lng[_QbiDzr]Z lK'yyyk[-ʝNj^!˦aF `y="T-0 4Ɇ (꥕]t.5bFtRF܃DSgIEq}Z!ѼST~&T6FO.V*}2_l Űxgcg"K"``;%{ \Em}[sjһcc=*M,3fa+mn^,~@7 PAu:b(vy3 N0.e%jpNyX3#Po8&O܇D zơ/ F1DU߻r]~v\(Dj(P E \7m=]ɺE|?$}Ȳܺ)!e44KȲg9{ϭPTdԀv {nD%7J t]!Fr EЧbc]*W&΁6 E}|jj-^ OҤt.6 {GA&Ʉیֺvޞ+uk.(}XK,OG*3#OS)q,.aՀ'bp]TM}s.Dm>{all_6+kЫa.۽ukᾄwʕ?\Ԫ$̰@0ȕ7ldS'(;r27R/j&p6AKfWV6sI۪>0P%,4AR&u9t4pc8)S#2JכeݥZX4*PC&^,oD87QeD[N{u3^Jn *^l%ih-=́$Vug(vƏ[.<{tQSOh>i8]B;i\Qz[UzC/بV|. ])`^BXBX$#=jr߹]>[R>i5j )@ e+۸NW #_1d¦zoY߄_D m*@&L!urn{([gg穵LZhz/ޗVn9mLbs|2zy2;v/Lޝ?cT6=K":CWx_|U!A h!La(;2Z(GT*\p5p%›yzE.#uç- 7sVuõ",q'zbCj)baOÒG+3IiRdK}/"9Gq5e2ȖS1 qQp9N] ӻ" ǒn] {{ER4Q8Vɳwe&t!Pzk~'k> ?>v8`ĮS_ 6ȼWװpѐԴbז;lkiG]`AJRⰯRx+A?+8 &>ֶL0inW\˭mnO`IV"O9ycExWT?G-1tn(oaBPG{]ZG5~Ka]VfM~A:^ó=W:Ί@KpmGSl~^% "Ӥ{g)/8Ns§Ϫ<oPpܛ> Wt#K'ɡnlfߪ2TЯJU֜\ =2[P9l`$`NQYh[d {\AF|^˾{&5 B M !v;=o-&a*m5;"ATMy 0]o+KxѶ>h/dio}g12g+F 4|xu5Dn?v6)*qc5"(n+廱&RrÿϷ Y01CƏ7,XŚ*wG0)7:?geսPdW"mC|0fq%KG~^@n#Lc–g{`ᑟ10[SZ>T)?Kb;xa}, .Yl=y_Gf_|η}E\^]7,xHZ֪0qmYd~jEPg 9U_^CJK<.Q!OșJMF&z:%|HaNLZh΢><d`/Bsf7⓼5: c?e5M]ĩQ@r^!av+=:"/k{)ùd=k"ܓ+Ok+2vxP`b ie+b̛5ed\D)A)ج&aQ_j|툒¯roe07u`|&k,m!M}Y)Mr`YHڵTu!Eq&.6x< wipk'x2&yI@qhB/yg8\ 2.ِlif;Vʝ;Xm5=n4(_Z@a9m6[; $R"hF8'Q׀gC^O4ϩ@˾1js΅f7k\I%"J)02M%:#7)| äJVO!mHT2j)qrYlE~ *4 rZ1>Z`fQ4N{p(B`RzeU1dD§-Z-lfw͍`|҄B_tD - D,*]VKqs1ejoHU7 Mn"Xyå*Evۗwvط05& & pDI::(– WW9C"Bz)6 Wzʇ%^+ *hɯGsÖK49:z![ٸUaωw.OvXnV%4V r0Z 4wSEaV:4b&KK65zP_l]z;1I3^$|X^c D윎h S()QKv"K9f ΡK& XU6L~j3R| 5m)~ԁ+X0yذb1BYH g8ti3(!_/p 4f %xHT;+Z|;mM(ETyY;a!Jf7˙x?Il8c;ͷ U5[7T\ی3K xs uLTS?˘#]sRodx=#BNMrBvs<;̅XLK}zmfj A#V2Otm)t$I~.3$R ρ'YRH@dʲea ՞-Dz X C*:[ec?*/a;u&Vr `FQOu/0y"/Yɽĝ9>D:TuJѝӄ%Õk. _-\z 9,"1ɝOU:GiG+xqǶe  `o1%Gj×'Y{%s|$CK"6ۮ)I!>yg!ZqUڢ ;=0x1n.a:R<w#3%O+tRe}\ҩ PY;u#p;P ~ }]LɁSȋ {w bzQy`&߾x'8 ~LW8m6g.T1CƧ:E2ͅV +T^ݨ٥ vk8 V!jr(u>t !Z`|Lݚ ynMe e}t|TAz7ّ }SId8CfU6O,p~-}]Q߯vi|ȅSnRIZR}Oo򗃹_5U!wE3 ĞWeI)!FE2pc&8Wb) nhLA@[q..PhC#XE4PpoF4%ud7}aqS:,'5M/ d=5*|(S:Tf9JkԎ@\.ƪ83,sBgiRGX_뒽K!INQ2ZW- hS%^ f㺝b.\a}fbGyWA3Y7kKCGtlLC}ߠ J]S*1ebZ6ayvdqa&9~_&j˅ngU=|~9 %pmTb 0iRZuxYՄ+2rstzzGvgrBߗצPC X>F(:yv`^ " V ܴ삢~b: ! lY)_P^!5 8U~8@:E}.~N Uwc #S߼aP Nvk8i-6K g*(zMt^w'!͕`s?c@X;B տ:Gu1Uo!藩^\WٺDzy{#($ εV( k NGc|i5GayGza){ZW 3$W՝oL FIݖOBM,7 f+q܎9ضD%}=hN( 7m&6E|jloC%|' !9i[SWFȠ`@1/o$˞Q]'v|[6Xl O-LqtalsT$O;n %Ŵ Ng1"[[sN*AkXIuƣ˩6RNz?!yi4o(x{o!em^Ƭ>AkpְtoHR 4uð Ů> ERۉ:,y/*`=DJ#z~ܪOh ʬHh1o?1OŦ?:QoK!sMv,Ӫ~맧JoF&) [8F 1.]|0"p䕓Jb}MҦSL9ج4(]mL DRuÃ51KI#A˦ +\Eۅ]!C; c/,$F|X9FOt7A_57T-XOp1ޝi*$! ZGw8c3w|'1UD~߭ÿsaH ^KZ[<#ANTSۛf.Ŀ ?mY=_MI1St:PB(K W{ 뾢s^k6E$K8z%UeJ| f(Sh?gYz"<V_Z+zW~ΔQ5#H&OXL pAWJ\#DbQ/L\fW i%IH?v~5s~9y颲y>N2&c (ˡqX*O]neKzu{}b0f^7cM$<͂޻O-A.sɢZ4=5,gaYnW(I&4{y,5_y$_WмZ%=_K'T9@,2 L?tx(vO3*]Qyha_ <BL5fX3Ѓkێ.cK0+>3ѐuTnl "[V\8.n/OL|?Cõ*st<%IZhɄXFktu`i URI@(؇T*} qO1 #0n$w;ex´4K&ۉ~l,y=e[4*+|awT$'EslcVkDXaebX'BK=8hcY6c# p04 |1jwn (: ħ$})fa268?~##5] *)8OwC tԇ%j\Oti]*cSM\~'6r$I)6Kc $4Te!}X^E* m+d/Y|5O3;9H^}VJ]e'Ԉxar^@uD|q 1ҵMKc ,px+y RJ+[ Re1)5Ѱ}ӭ:9?KN$/`690R#Xr;J,ɇk$IOOoeSC%kinsKg5/Rgkґ\ߟ`OuŤ)ru tQ!Gz|jA  Vi} a,1~t,OeU XKnN4^]XӁhq!Srk6b*K0$QtXKCIi<{2С2I=}OP8ٿ0CQF6cȩVF%ܰ{0;j fX* $gKׅB]kh޲%M$N+a 5 a&p^G Lm^{,!~8a!RAKo|E :4Lw߳/>a¹'fB`?:ec7<Qk*[}촾[ ΖUY kl$lk3vҁ)V뫆3#Uz1T&1e߳ǣZՐFwD>I+{+;T,gfxp*Y#8S mN_,㿯YCkבsMKW_qWJB6J(-c`k 25cӘFp-Eld!F y54 8(1`9 c46|S O$L}iO$NjV!G(+. u*{9ZS*GfzKz03:rlX܀.vf2[#ƬpA\[lUlqۡ--8o Ww-If2>ٗl gP,2_\YH#?G!޳")4gõ]`AjusҒ Gt`)܍G-= ]. P8qԲu ptI0ctz潞YZ\}'&Ӟ5pn;'n)f O ҉XC+&|X 19b LCp}mD^vL| %2# , 6JB{<[4qsOֱpGY{>Mӛ[C׾BshOjgK~xv[Oq@ngm7Ѥ)B Y{a*HR-d;+vk7z}O^ڑlF\'1$DؽuXԺjh#_גٹǛmRZOӑ|}e~& Ty4k_4-y !1j'Y=b|B@qxw3 d+;pO9eA O ,Cdք>/ iy=x} IH> kK.o/P ʂ^18)wјы57Fab`i3,RɿN[<-AmkBK-FHӌ&)4UzU== X0< #Xl-C,\a͜)2:=E(U̺&wޒezvʟw…ai&hy)CDXe: :م惢vxY(LGDK][]@EI~\o}y_SI|bT'kXtlVR${V[ E穪pFFn*Cz409Bf Kh:R -lmCL5?=PUx K}ܨHd$cԂQ!8&aG#P<  h!ef. -# g&.,Ch<Ә-/ۢ3;lTkPP]BC% $\.m5f8u@pxk?=pJWLhshH'}ܬ= {{/eSo8MQNza3c'jh>{N|GȽl9hŦ>^v OΩNgO%uӾE[|=GEp_a9۳8UX^QV]sx!Y-ZH=r` uxШ 7 1⽪Zz2d?_Gy&`I_^4-+G0n=e#\ cYj)b( aGU$ICfvj8eXjv;k=79f9F{ '%ɝ[+FavIiv4Zk!‡o$Fp2̅|eHa4e "R3tA F>~iJA~(o?_5Sa-?{Nݬ]_|RǮ u&00W ;$_H+z[{$M6G2s  m]ZFj%9.ve=XeiQՕ>39?&ojX<`-wU&*C>=KZY۾v琮[=)u@`^ZR@(k`?caB_B;+xFr=ut X@I ½\ "'ܩ@;2 j/a;e/$爎y!RYgO:UȎO |R-$;R4Ey1a[oگ_?Fv.qM Y&d0PIs K_b/DnP.V*4Ah9Eqp0l13R =9 UjH2cO2pԊ0k~ؤK%- 6&\eU%)Ư e)&QQ#&kqe(SvV>T zݹ<wcSw5[%6Gҿ km?^w/gW/l̞>\wH)~lw=Y{}Z{R,B̓ЇoN^ɸs4`&';4]3oW0 "I/š|SCLn5ګ (\]QiLEӄr?5`$+;H'M8~ c9o0VrR߼ _6悽3e.fb!}Hkhp8feYÌa 4{$=Vf}_Gt |ʦ_0=_6_r"3W{2V ] cI72o^aBr9-~R l%8I \5F6.% 59NHL5O8NLA\T̍YX A݂<*ЙeYQ/cGM$SO^@W|,LVR46?uW6X>ؠ>lt9 ?Rq޲}s^^=Y,weN8B9VO(u9[vL(h7s7LE_vI;jS/2l{YԛR:Co =쟷`G#o%<2TG&(QT̈[Ts Cl (ȴFIpWפ}m5ma!#q"~q8F--ҝs 6QٺrnT[uP05wԳnFsK25٣To d: &bZ+c'cbKýȡf92J"N!RoZQT%PlvWe^m  k=)&"-~'ׂsj&Dj|N7Ɲθ*]@|-D*nP,Cڱ0Yz;`4n Nނȕ B ,hzLڋE7%br.'A4hhwxr$=-e!%'wyW.c坝δ:*""!|ylhDA)NF;7K)"{ .ٿ6)LBTQr?r1 R1bzu@_8%vUz "Ix&)]4j޸Y7 7iتM rY| :˼ɾ"gku9 \W}1*Gsr:ejsWBx >?I+ox} / 2IAe[B8 tShMoiɐqw.C ( J1;y8Zפ'FABgZWET/zby4` klOG:>м?8Xɚ|.[ '7',rF'u:γFTdlBO\anHsa)Ë,YI&_r¤V d(Sңd*Mt,q]DP@(\ "q%$/@ 9t#lwP^EG~KI3@pn@2X7ptOӎ(1 @ُ1 QMz"~IjO%"KBqHvB(L&4l*Je.ҘH,4_Ʌ_^jQr5|@!盍6?Im,*=)ןZ '18: jrk$""qڎ} |^ACtN= .S)s1lE =?n@r/RZDRdϼ<`9g~Aw<f+Ӏja0k?ھmz%573jwW$dCo2\qڑ0j6.C=lUm0 cw}u6n<.7)rEu!4lΓ}\.!pGCT R\Ţ@t#1pH:B+:d0YZd {>؋Mϫ An-+G:3a(NnB8l#?&ځQ{sB#-g<2)=qǷZvPA,ݙ$ށ1༩Y/M(|v{c}@GDb& t&g.C'mG>VIcZZE(7)%lձ>')qo+K1_(zT|gwGlU994&إc]ƬTӴ1K%c .&%{pQC|+"bY)؛:8Ȍz!Cψf롬`2 |ǧ5"-Z}am‰WN\T'z9]EffƄe] Ҽگeg@ƆnT9I4-Eh7LاzbhhQQ6sEI$,1Wj=LGs6?^]\uMP-g4  K/v[!}[!]'׷"J)T}*a88ՠ90X4=ZY8eD]_(ȟgT爳 q ۟!^1pFmn `Q ۤ6YR--IbSsܗ皷(YR2IxzF8OjA=Ī$ r@<5'8n7i34i?.AE+wBVh5čs, >L ֞S~Y@BiNJT"c_~gy3S%]kը "KGr,(? L]#b³_œNTr|lfF6A1w/za·iٻD&mN.t< AQwc9inZથ,<;/N4| [vxT}ك?Fӭ~<We,a1D`bs@;{1mb#|,)ӡ>OwuA8I5i>*xc&$m+xNyZ+R•@IDUW:GLڑcnN"Di&T$_{Y^ +tr>.::uWjKɉ'ЎAgHku:rG_KD8,3Jcty?$pd+`ilVJ 7=2Tևy83Z͎RJj!RM*iU0o\wqT9 x_o{O/S.M%3S# N tcZ~6z@?HҧRŌs(F5a{>̘QdQ"2/w~Zgd([hBQ 6M!a?)S4#Έse{$!'_aKGZ}Σ֊]YP%ZexFؗ{=zc F/]G`I8*W8LeB!qQi]4 +fiG~qvhsB'!܂LsԹszgСn&D"XƇX^ψBl<#3,?\J *uzo[ƥ vׯdם~;։,* ̫[ў/[A 4Rp3VwLmog?ȻDa=%C}HBCM T&2y9Rݨw_wBaݟ+ITi$sl //@=5auk{H^p^kB5_Vf2cS^ wxls7!}޳lsL!Mp.6yb9 9Hv" ֙GX?(}|娑f-Dn€\W?02=Wڟwc?p ~#4C<(2(d` fhgߍ7zhS<?d`ϖv5Ux miZxNf>/$$1W>:=qZZulbI.>gtEc"oE+KA V+2w~Pjb:9GyЭlޝ43{If4cg=_BL\9]Eʭr1h/U9'ӊ+Lw-{mpx8oJoopl̛̂~YpJh pց[8 V;<& Y?HwS)hNv%п9SݷE(1rfˬ}jĚCҠ^V݈vpR5zxiz,ExU~>(xZ׈, 9*juejAp,pB!zwCCss⛴խ%t~U Tmf~|grƨ dhNXndG 3TCkU)9$kՎb-IGߢ9uqH3Y_PQի4F p++{Sخ&¯j[u;.3I}H9( "Dm0ܳsJU Z=k.yt%Z슴ܓapS~hx[V G!P(`Atxgf$:p"I, h&D}ZJ)%2l=c:OQDh-,O ;^;ўG7gy]?)7F-ԭ haLpH!"|*/1Ld'zc!5O#a(TCz"7_|uSلZy߰7A-z%G.ע&NzC . /՜CTF]CT?ɋl:ErO(GGiη椳ިO]mcTSWgCxyyB,L_W5)c$]NGԚ?t4U$%lpg#6(\El1n7nl>=(=NcA$B*9R{te獴&VIYP'`SKzPf 6uNWfCo"ҵNA ~Q3`B#[ݯa.-{IP%$QKw0~6rkIͷw1&%ct9aY# PSU$ihS?s!_i_DUv1lI^]S͠rUՒ&ƀv5,%} $DpR:C[_b}X*mКLl j揋ϯAͩԐE e+YfÅ*VUF:܋ijR(Ck!1h9,PLf_zg^2 iYl17F~_N/mC`xvx! eyqwO\(9< h/:&/_J:܍q03'tʼ( =bq -eXJ"=2F\U8ng♶mHZ2v@@f8/[m>PPurJ$ QC5/s3Uw=;*y)ActQ-6lzoVNLn9>  h %ⅸISA⻆SFZ׆_PH6d= U͉CZvRvXLVE'RF3uH){j>Fj4@BB[܋=:yNP'6ݫF"HW'l&+d'om.09&/* ti 6-]I6 XF^kc)߷0zC~s{At`@iF~:F[53MM)\)H8R.SهZ9E߉2w`pe^мj!tB cU:F2xd2a#6:e[)D'4XVwwۊ@gx -3qnu}q sꖨ6| "}f~!U䱣;`TQetă;!rﻕ(Gn- p:jh>wҵ޷q"ڍfMvM9>؊|VI('wE{/Ye)1F%[莼8$C3R^{f"erJO E@:G ;ku.L50;\YA2~&}b,ďl- +~ui"Wmford,2u*/Ἳr?ݯ/_RҬ83rԻ Պf{T3`1)3hM1(-] _tJ 6n3x@&{ Pt; gLB+nL_KVb+#`]p@m˜ "qlve,?|}tCTebfV|+ i9la:(ZLtΖȕO"iXqi=]<!E {Jer(Α Ah6abS3n)-E@iqm.F6d)PƧppOOkqlCqG\ƠeI\ۂWs,Liz垁:3f~4"m. Qص)bs/j姥I[)[LzO L*~+ _L?ɨ$EA\O )p*l蓹}8 d20Ҟ?.cc::VH~n#?Fý\DƢ2@[ỹwEJ pP2 &qۑĄA&xO(1;U/\E\%s!aLU Yg-JHL y%YT%Y,S 7R"s怫,l' 8h=\kV #Tf3x=-Ѡ kwow}%/|P&_H ";ca|QE٫T@Xe4SHK_ ;xc[(kP.D10N´bT$dY8:?^ [TB/֊7$)劸Kža/Dąl3T+#m7pɡjXԣvJE"d(DkeXgP aG8dÉO|&)PvKPcKɢņ% 0ZQ]ukJRVߗ-L9ٙ+5qZ䔔?$X(X( S'l3^r71,.뉲$;_Av5 |2 HDե{*4-@ZP,J~O?#)C 1=e+=nyF G =ii OX5V=)ś*jyZ'7< 2iзglǢ)d6Z;2,s>.dnW@b.w`}b$@%O߻J2-G[iU~X Umdn]բVOdgKI||w5:շMZ8^,JnwcsY)hJ}?t d;M\(Em%CJ ۝xGF~A} v4 pmxhGJ ,фSdQъ#b&%ڴv:yt=%T&}`Ѵ@x?uN_&A"/୳ de4y9 iR6.^*iT"/v`+VhYn:ҽʳx=;XAqD68:/o;Bp$ђ}8ŝ[1z<)LOvmZdn^Cw2ft &6&,(*9%s0h&=&f-yȜdGEK6R6(Bǰ>5-~1ЋZ]tG@F`~zW:a΃8a9{:vz{ƑxUpXsɥnLwћ[qƥ_oq: bu: kJD1|<ps^Nm:>WBxp7R/NC]!2Λ"eay;v:ZdEz?3L?R[=/;kfT0rAA`_+~Ul2d09ʫ'jЄ؆%IDDTԫ.#)Ib5:=qПO7ׂ9-W!D&0ADZmDX9yds_@NMZKG{~&=^95W"FFY!Q 5;$,͑6 LOE{Y 4_?3pn9QD`k}CߟI13/pL hMZ_߄78٠b\#_esLS enpy|_8 pvi_m=>QDũSbhd{rQF`!g} /e!RxFgfF}Wq%kȵ)xFH4T8Np;hYj"VSb?ʋz7l{MJ?zXva?ێ,Vh”s JtKR\ Qd3 X?$3,*Zc~<ٳYdPNW\"r#jmH9 Z-L]>C8zW,Κ|vY(D0S﨣fM\y/$[);LbJH} C[b[QD֝%rh'S߸TSj!+6!EWk(cj:=[hj:e&?L=lV̺F(M4!HTW!~e& qo5Nص3n[vq|N@F]l6O [H=&Ogq=֦!ʰ(#w 9P刕-3p{20szsgFh$KbW{j!I1kg&.kF#ĺ^Qj4uR%x!ƂI8R`y.K+ٚV{8bs69IeAw83ءQp2&M- [N-dAɴ4qOSAZ J=Q!gd< ~,cFy2;6:rC}{S @AΣ3bF9줍b/Loc(dCyg]e]2;8Wq]¦{dƲy',ⶱf"-L9Y6 |]iUM?B-3mV HO'!4zO1mw'f(-LCYʈwQpx3j#"a! ذ|_tR O;P끌-;R(Ԡ_͸5hvLj@ PkZ3䎋;iI Tf dM\tm@y'l0*E'bQa{vS8A6tuçn=CVuU_ +M1Dٳ~: +M C wy 9`C@o".IJ.z[85 m_V,i^zq̗}kziD%6RYDYTJJm:YZA'+m ]WԠw#aǢAG2HASg<2JݧSqzCm ]l.UVLw匌sEf\p@EOf \ҾR9geLL~6#3jt~|DyhN9DhCiO6ùTNz +\> p(~G#Tz 7@σ,,"`7v}en`p-jN˂σmOQ4K—wR~pN k_xb'\]^5 7y_c /%sq|10vk9m=^t㇅c~xGvk87k__\@=D'9I2n{Kh C<ň):B6  .>aZ!u\ 1o6.lYd8,mk$w@ҵx]܀{J*m\s>g '?Csі&\ ¡oUY(C|B4-fw OHm@,VQd]aI PHdtG کA ,79r=IO@eU6VRz62HQ3h;kBr-]QߵFiR; KR/d63.T(& UCU=k,M-GA>LxYZg+5;{M\Ɛ=cj 3pr4î㶫x}eq0Cwg%^$'A@G)J$Jk0fNA[g/Ⲫ'D/GU+U0Y`^>MZ~]c6eӐd7.ebU/r2P$p-Q%c؀&aasGsѝޓF1#`G"sW~{ ]`?,kPDP,iTv~})d@EnYt7thg@bTF::I ׄ!Y2. 0^M _^"%LHsMm~RGˁ$dƨOwcԤ-"Jgb$Q8Pk $#(kxg!$0&Eʩu%0^ql'&e%>Ɛ?bA3:p>ڡ`aB_4Zo8IhjnAԧIᦞՏֳ~=gP+ n+'iL47Vk+$\K d[pxS#+r˞gpF\G\b䧺KxlRtz{2]J`545>M&C_*?Q|+ qrb%N"ĩ0i yR" |{#~f͋P#s:VEu7Oj' i?^i3%>/1}H ;2z&znbX( /B0V@SDe!z.VzAp+uxK%>_?=cF;sY M|h!@Ìo,tRv\ QhHOI C!#gw? Β:wv4ޙIEH6a.  1.Tq-ZgY{- rx:S1nj0ӽy`S,䵥`_oGucC* qS>(f\q\pܮ~vhdKK/qS*v1D3ZƆC(2ta|fEV,' @lјr#3ho֖XZp̧4S.NlЏjAEz-tKINЭgc7#;b}&:s )B!dB=le>5 Џ+4RLaJIA$ 9VVڽЉh/ Tuk+/cmGK bV>SL?6\nL[ƆB^ݩHAB^xgP#Bs5T^)>-IT:V2/cׄ֟Ky3R]t\hsv~Zd\PM"&Τ#PQ [Ucyw*,_&ViSӅDmR9GyfCCA :DN{샲c.UH0{W[HE#`ԡlim85-YWMv "XugG}p aΒQ? h*CՑG2A*q&P*ɏw*TPcUf,_AWDW1qC^u_!TT".@⤠zTU21VԘkDb*}v x52ʁK2jtWe-K0%t]g{at%pbsْb^Az6Le@/@U8kN| ^@.skv3[WMSw}8!|vY p%_ڠ1LAX^oe$wJhLNEpFj3ߠ/,= l$"g>xU8Q~vn6χz(RII |CM>t\U`b6 U:Q%rNbzGпL{S@Kz vJM(qzZ 6^ϟgpdqN VNu!eߜȹh? ))"I`t/Yg6iTU?-ZgW+x3oqc>0-Lb]02K=iX?: +Nfa@P+uВ8)wZef)ߎ ;ﱀ X6#Nc6iI"FOj`LԸ>v`Ռ"!y(rXG^2©6ͣ83oޣ:N4 _0R r&wdɎ:bebDBP)-(q":P9`9]$1 # Gbi;;],x%ZutMVL %.b/] Oj?dy>/Bû\mu +md^H0A|?w\  HpbWWer*TdS{00)Tzu K$YtSzO4~e;IaA!-GX{g1{@SR=UM&KIv!G&Ja0A8;N61{K.F^]uww8~wK}_7-A.+^Fw5Z80APm @Ka0?lT ?n1ˣKRwzdtQg`>?-R 7!$I u4窓*s|(ž"~_;N.B!;1,_"MގP&E| \Y)T*WOT>IU @}Kgɚv>:SR̳U?o^+h+E3QicKN] \uB9/F Ҭo{ȅM;S <|?"*kuZ߹^+Q{: fMja?'kW; 73s ZU3fM>I ɯdM)>ËV  1vXDClo'F&ֺ4a{ 8-,XM=ݎ+ۇR1ypՃj ,W$g"9E|: 4I\>`犂8*l͛kDCȦWL/}9kiiw|.ܔ7 !8A/EPbJKzA G9G} 3FdWFlӱmrkP#9rC@r(U5[L9B,#̝\IK^ ){Q1w2vziD>y< qhBŦG@0/bcu% \?jȥ6M5ohW$,-`.LIWqEv?%79M~6EA3w(j(n[' oz<]8JV04Κ4Gzn[o3aapYwS$:yl |:Sj 7q'bwi6zk":ؓ2|jɅ [`eR')R }8#W 6 m`~PpW5K|2ʢ`K6Jsf75Bx] z@}Z`YJғ#Ud*Sb~%ht^WCIP:I;8(XjǷ#|jy͗\1+hh 6}~'{Xq7 ~MCAq% ~{["+hìP_B|WwR{dFO0Tuڐ<qPisyup;ub&4[ԑC3]K>DZ0deuK&;Jv WkʶF`UQ u 5jvWSՁ Kok ~s5:Q䴣1 ܩeB rᔚU7Kӫn*YRfmIdc>Ѩն#^v¶⟸,EJi4őIsb΁`=wgoYMzRFg.4/ hja5A0C+o?CGB!E_v7Wk3#vD@ˬ 2`%E8Dұтƍ'8Z 2|kg ]5:wT^p`\j 8w'eUb7AmLtkI4&"U E"̶H]ꩤoG~Y{[+M U+0x'Hg"O7gz)k}-!ktF))q\[e]]Khl+gRf% ~ k/lŵ>*Q 4rfwgؾ;' &AQi+P H ;f`'aÙb#*SN+HLV$Flo} eB©-ۡދ`ػ^a{o==JX2C5"*!T 2+lձF4IXftj"H2֣Rvb~59kokl/с=[O;^2.YY}l]/f{qw^ҁs_߽e6/$K,`S]Ʋ#Rm>H PP&W?o:kYe4w'PI*9"f \&H |78\P#OR&d![jBWa?)@ިF2$0POC WȽkj鉝=i :Jۧ\9[؊IlGN?G& KOJFS -VN9B/b'"<إGhj!;60uMN7\⯒d XL^_`jy۵}t.t纠! On0 vHBPz#^%_,h3*FU"#Oę:>hukOX}*T)/ja;g^_ 2KPg,]NPzWdu?n4&!V( E6#Cf:(Q yiSnvDQ`x6L}%Fr\Ր[W0`+_aeQ6 Tp9:n5sd^d@<]ĺ _abh5>p~'4 W$Rq4.g 2L|H! ps=YkiJԇCLɣ `՞NO؈_Shڸ^=ES CkY_=&i6I82aʶňFҬ,J^>/1/wU}dǨxE ޏg!(6r_ewι:oj[hDV|*8 7bJh(lF}ib3T5Tdv7 k_ aYZI70ZJJKgKɧr:s[!~`KI:'\NnWl#2rCa!qv(X=ӡ-W(\s(Va&6: VإYH!$A LNܚlRX B?oդm t@>WN}ǻ%y{iV^|4F&5+b꿜#산bV.a3; 4-92O'H+'88`j8{~=_ ;u0|2`wAE̮] ܮ&zT NaX&wrz#iMMNR _Yj YZ