postgresql14-test-14.22-150600.16.28.1<>,ijp9|Nzvx D+ xb4y\Г <#{/f%>{bE߃-rI o6eDZ'0':%Fqo[rɔeSENuQΝmAC&@@j)I(љ ۄ@J?_ }"6"[2ӿ37x!78MBJ]7o׀$(mĂV\ۑAp:T,?cH-CU$]b!So>>X?Xd ) G>I _~   l X 0  P|T   ( 8>9 >:¬>F<GXH 0IXY \L]$^:b;cPostgreSQLhttps://www.suse.com/Productivity/Databases/Servershttps://www.postgresql.org/linuxppc64le8&-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.htmlibs-power9-18 1772023402  !"#$%&'()*+,-./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_Updatedrpmxz5ppc64le-suse-linux   directoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=5a3246b9737466ee46921e6b570cb36a14d934cb, 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 LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=5f0442252db0a51e5735f7bb68b34da800824974, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d7fd20847a2794beb15b35881aebc238cff978aa, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4d6b3e4849129478f5941e4c27edd070af96a072, stripped RRRRRRRRRRRR@~ *{L"DHutf-8af7451bd6c4c856d3910e75c5a185ae0e86bdba2ac64b8192ec52888cf16887d? 7zXZ !t/]"k%4E0#J:fV!b.񩼈@/J ~[p`,avl@7FW=Yy&#Ӿ.^.։W6_Yh玐3l$zR?˽:Oet¥#C>m/Ex{ z8%i<^p^2EdubC1e9lZS9 /Ja]v93g Iԩ RcNkuIR:Q1jLHp8 $ԸRNj蓴Ypgƞ PaEb:Zs;S)&-A^Y8u0f%_w[R{O9A+vso=A@8\ C5N7TR*s=6(-\:n+ҩ967h!T(±qilIGNV;1IdWF=3b^ӊ~5~ L`BgC&+3t 8Wр%}6׹r?4n̔_#Siݰ4Ftw7[^켌Km)JM}] dy# |"7FQ~5@CݑN$b DUwB

@^s@a %h}bXiuN4.4"c!j?l| sr^-ޑ_:Eg?!;%PZL!^臊9.~Q2D"c(+>˦NFʢSEB@v7]{O -"cp~ ?zgUw}.LU%Z.w|k5Au ET%DkgbaY4-0U5"$$t!SaBH] '$֗Y3IT5mA xi돋SU.ks~KCX ^K=iןޅȟGKa1(QR{dtX;mcE-ӱ^z YhQ)E{TW K?-8Ix@ ~gn+`auS 5qZM${vc6֤`}|F7HXp/HߛNN)TwLkrg:hH߰W9dz.q2BF9m[tڹm py̫vTҐ S_Np9:~BVsw\cA,7gx"({ KX,CO=o3a%I*癷Qr`ّC` %p##(2d76KKJ@l ,'K)M?QtRfBчalk/^̝6F56K^`r5M*Js*3Kċo ,fe{҃?|ћ[($TW.ڟ-?;WsjOu^B̝xxmi q좗?M1<1{ɚw'fhVC7]ƛ"kQeA l2R(T'(Hц֛t7#Ѵfٿٴk|d P.IT~4sJp~y%fӦm:(7RKUAuք.[ە (g4ݘ ?WŃ37^Ys]2fQG]BT̊wF%EVqk? N1w ~'KT'-CɏzX8-gln{wL/gzKQȡ Ḩ.QRol[{= bWcŊ\/ {dPGA:G |M(iID#tLF/v܌a,I.Xt-6ڥ;ѣ2淕|߃ M⡳%V2t%}lj%Nv@jz"{ną,vqāXvψώO`uL~xLڮ>_=؆|3vd8EFL#f:2qʓ@K)aO&#q?P,-?w%&v拄ZR,OZvZ5b@ZZ-ZܬHWY0oI"eB&>x.𙖽ۋ3 @Wϙجd?0L: )ƿeĽ5 OO6 p4s-.LAw4άdg_cNsIa˖B=0ײ½NR_ӆꠂ._P\?zTX۹&qXo$ۛaB+:0\xRhӱHP39܅O]6;l4Q s쳢Ö4#cp5>mm\iyYW?Vk81 pn\x -Qy: eX[HIL&TokQPVF+e侖 ;J*|Vyi-{fG/SPƦ٨pj N=He?|ZEX%4`q'?Fc {_i嫒۰XO֊(ONؼH="BU[g|oՊG$ :ɘHk}QIAof1Q0mkлMQ3#'$8퐷MĢvǞ*w*>?YmyZoZH 0-嫪Lg<1X@2JM,DWdV0ݽ?m;G'NP8&VOM^MJ[=:E@j$nHs*}m Ǻ9jwTtFGf6n&յJ´7;y3 Z +8%< d*8*ݹpu\XMdޅP}@9o{ݩp'٤0V#$E#QSE#H zD'm=[&{~|A429  N Ui|"\czYȇþ?M`H滅yĄaQam "/SuMzswedK^ C\ K7Ee-RD|izV@X8 KRAT'ӵBn}9 ܕl는s;x#q =QWމ;Ri*د*ݳv\^)\곾g3˳#1sS7Cǧi3~Z{{0$v;/L9e1Ta"z{Х4nD^v2<Т|BMobY&A 7hQU,#04w=hV)dW:"D6{ԡ=@\ES5~ـLD(PeY"g gwMkuMNl|0;+ @*(ry`vɞmD7]Y^3rgUxgg<,9U$HD+NĤA1q_,ul^ o Ӵ}۰@n ,kn$O`@GAUݳMp2ֺmF?Rlq5 +Ż`N Xuݨ6:iv&'$ҟQ0eq dvc`- @17Oh:kJ!:;fW :⡕guB󷯏_qbvYԽtbg̩f~"s{&l) 5ζ˗e5͕[:FVf![Rퟃߣ5ڳW=zL}UFRԃA[Sv9(жBO^k4^fGs]c?%Dz^)[/`z{.=1i%ZI ͜%D :CfOw4R-D9Mi"}d.q['TOJE^ΨOY(0f<4♒af tzl.I2"PC!4+r6y'ۮr SK}&K@sq) 7 8EKDrDkec. bc uU<)Q^S; "*>®o&}pepfr`$S-X*f)Fhr,>u! xuaU]i2[eoXPk#2:_cU=0rǪ1yZLyx'V.|L|}yFTX^9g> ՂpP.t4X{ ʻTB:=tUUxReH | pȃNc sK('{/;/3ds\5Ϗ}hcYq 7'CHZ[A\0Vf ޱ"i~DB^`%@A!W {`iZyc :> ~O?tޑej?i\1&=_y'57Wsvv%BJ(Əl;fOT'@d(V~Xa& ߺdTOl,P)_%l sd')X{u{\"ƴFuYQ)z}^!VjQⶴ0UJ1^~>njmF)\샞-Q#`&?c6 yy/TO 0Pkd.+ڮqX̎O3n h;$ +R)ЏFnoC]7"I`s 0)sH|TwՠgκNJjl}+ א%:xՖg | F9N͖jo%. cBLvi3UeL/<2rU# 9DʵK2aڂvsl'BX%ڑ⏔P ~삽Pdn)G+W+r"^FcmCeѽ^n%Uau|Eʱ2@4Gڊ|kռ` &9V1A]iQMB+B,ڬĩ CN8_~sÛCAuVr!FŠ]$6IԤ}LC;LjP.8\r緅Usx\$Y&#pV4diwٝfl\K  XMƹd`x$fx*&dju!خtI]Q{vIwGx:/9/pYn-ōD ӱ|B + LsdOOq(#%fOvYSMT;vx`jЗЀӷU˨`GA\ L7:DAY{åz\q;C9~l S 3΋{ w;@FwQ  D4(wnjN5=bOؑ$HV`˥#`o؉ Zݫ@;e p$Ϙq:2/`4?X2ɉ,pa4@NS^*,G&ک؝A37 s 3.11mncuPް' )ar"|~[cTU[y%&_pMR'+I8KO0M-FcTvDe^"J=F@Mv`4`\ug\ G~k.QтȹOzYm(3YKbW^O~x?xDŽ}c@TfykdvB҉x%qpxK*Je0 ϫ7I1`+?ǝL*5n#Nz̾!G]}Hw6b jiKċUY.]mOT %{yצfw;4zNs/./ЊHD Sv .hZ“fI"y%+lD3tS݃^`V_[$1ź6 M",.?r@8O^I#Q諛b4wŸŮDm^g#~wig|(X[c>q_yw/v y{"kX ,lL: c :]xRi6 h  <1q⳪$xaH4l-4EȾ*.5sϓH"^%9X%?oa9" ˨  y=njv0vFBb=fVDi>p(;  ehHgp(  H P.6:Ȩ)5㰒nDcRgW7;c3#nk3;f~Vg),R‰n<2A,9SMF&ķ|(2J$KZ-lsKJ Aey^,‰܊btcn<+/D2zթKZ[OkKLMtfgBF!#^\\\kum~seh-Ê_r ŅE_bt&i60Oqq .+Yq08L]%p[Q7|mU[5s7-^XL`e7O"8.+v֟(i<#luU {Md{mΞQQQtV{Ⱦ-D0٠'ɓЌ]CƼDaMbEi$b?/f6t"dkźw;̉͟h$&ETB @2|qcf_/]Z?!4$AGX3#a`z*RuںYϤgŽS[BBxĬX{Xt=U[?b׽`Xf4x6cނ,#:Qx9bo?{׌0 ףOU{ur$oK<»g熓<{f JY{t']Mq Og->9*LW9ߝ8ed}~*p;AhN{M]l|9gg 29kvV)@b&:RDB{''N<#K>OK/AABzexv$ -sZj,/( 2*ƝC9ir$=tɡv%d=]n%fEs89Ằ@H7x]_sUa }5#7#%],  y76).;ٜx7&^' LvJ֑}S aqhȜ<'dBFFoJxPc!27>03ۼ!7> cߪwGK)ͣ8Bw= z|1I~k\4z8=` ~ J4`~`_|ܡ>m]G Πġ._RDB Or+QV3= kO'Ϳ)s芎Qi"I;Ɨf:E /EZMJ5X5s6zQ-rXg  RX2_4&"8 u[)E`ƨ"|rXF'(.ƈQc,`#-ZlPL- gEqe_wE~#*(2RMFJӟ0V{Zن:)L\hnuNә>bvAc#?AC%$pnzΖw8OOOMOfŃ5<('M=1`!<?Dů=kC |foIq4 i|`Z'Ako5h,$sT0B|ga)z U_?}ſ`q@&J|͋aXt$} RȐ6&3SB! b/laCS_m("TOGs=ko$pSUI` 6ҴuJ,%d|Tt/0v1~NlP'ϴcR7 3E-s5(VQ~ $'mKn ؈th[DO%ڤx. Wpz: 2ЮN=u{5vRgpTLhT5_ylpk[|=-$56j(ƋB|lB}q>޸ E +؉hjU9puhcCbm\/fyZEJ[/c{՟8$O/jl\g/ٟ1%R+ȀGcH6 c86L+~ 蒷SxTlMz 572[RD =_-+> ;59r0&{^5-Q}X(9fmy$-w&[ n#J?G j--w3&;R48^50ލ n. v-~yWsk҈PUx%08eaAS0C Ndֺ qZ65_ԂAsk`~Q`E`犱!ˉ'skCR)nfeqνi6eu BS""zT u>=Oh3M'#l*.d T]ulG@\{6!]f?|`)|Vr/54ߥaP׺"@pfV9MŢek;XN2;dI(!|1CAD(fɬ摳 U:3}-y ҦMp̵Fl#cX 5+S;JD')8P< cc*MmW]9i'A%dA,b@2a_`IE\$6}:xD DD.kQ]?"-nAr3 D,ٜ#SlFX`t\3!Yq| z sP;7v}q`f B *^80'S ̧,b ԹDB7`SWo8pMY ĥ[NЉdM856pLQ,vAۣ1WxWbjv jeۗ6 _V&˲[)$k 5/w)磤T φTLSl$un:&P7gG_}A馊<74"><"_eZ0ǘն`fȕO9~$zx֘ufJ%Y4>,@E-Ŧy/BWXhIX >'y`pUoΥ,+*DTfP/v3@z q߯Iy˒Ex\r!\(`Y$$ g 1\qJoZU>=xĖ|)8їך!T4K'4ɡt ;EvDl=]ߘ!]Vs/& ]^kO8'q qȖ[@DNhR9Q.ܴjP|=zzg3a9Au٢I祵бu+\-[ 6+9[ gXy//Z.{9zrxй}j qht 쏢.}U6ZL騬To>YFx5.\hI[IZ]DsW :>_ě@QE_96xyp0 > ͼ_%܀KP!y't₥PF_@gB*j_qGM:Io|q.!+5?lٰÕm;'@ԳH웨"1A!q  CEtƕL-2 .e(U/+cToBT+AIHM}<S௜L i*7id L27CYrn/տ~D6(VxQU|5g~<,?b%nt j t`Kb3ؘr|**Aߧ "u,KIU1)s.sQD7ʫu}OO]3(' *.#4uFcHy7XE>idM4/I!S+BIZ^ˆT??s-xTǿġA78BBۈ{VK_,)>Y_Q`ʹ_"=IO כBm}Lp؈7~^^0mN~GI<\$\ ۋw^/#P9$Vˇ^ȸ= }iS [}n']fƷǫZ* Oo0vKb -YWcv{Dl@%]$Qֈ:Av&p=t0_7-4\Tu)|ʭ0:Ԁ aΓ`;SQE F$/:$dpOMT&&S4nqnε59h"jV>kj|t*4N" 9I\?[/Pi}~ȉU,oin{w5=~\M{߅_vPGXlR_KK5V;gȤh#Hҹ'0Y0*x}ެbV2"m23;fL.cvm:Hor:[h=Yk`L5nNt+G.P]JHMa󂾦0G!6""Օͧ߮܎v- :Сx C;5U/K ^7E߾u10,ԫ])i> PFdcM#tDJn4K؆Hv:HK`پ: a)ڟRK/2+D8O L JJeGY"^k M_Œj ^:iq]-2mW>bUj,!Qx%(ͪ bzbq_p# %]@`V9Vz`٣O$5_z{7TXRoJpВF7S6&=;=FC:s Sws0EIZ}1ӛˋ^JOGC9Y' GZ[LWqrN TK^@Zd[dZTY±J<@ɛC5(K)ܾMbYC=)G$ٯs%¢1#}Nj>kꛀ"K$+FPa;%~mx3SbPrҬRm`P-k0-R;';.s@5@k/RFćV>O8TJ)YWdfSˣRBԧQԳQ3*s""Mõ1K^"0NMA0t|域<%>ׇ k5H{#&godEy V"'{<58dV#KO`.ǐLsմHp/G%3i"9S5tv0D]ȹ聘L6Tjyܖv = 9g2y~H4vy/E#` $m#T50*S"m +8\Gn_>r`!^}4݄_ O=O1@`6sl/+ FZ)7hBpгmINi _GX41n眐S{qل6R)Z WlMUDJF yQȩAXɕJGl1y30br_4{ECCG0<05 Zmm+@8>l4`O$i`FK'4aBqpKgbB}ݼ2/VLqxQAqD9F?}?a$[xL.2ʽi8&THi%7+3*# i]q|iJa .| JRi)b`nv" #SC]AsjFʧ.SFqZI(UԐJ%t0!Q RoǣQSN#)._;gWBczuG~4_L :gW8ffrIgu2pwp);R.59ֺ8_@!V(ɽ{Sh~afÆoi"+ dTxGegnikM8?f@Xbn7zN/8{˳{ξ>Y 'wJ@#Q hWmJK>,Up[ճ̉OДV翬8MSL,_KKk1:&yKRQ)tHM a; uDʩ#Q`1Z=VVɳ E3869_,tuMp_~~@@[:ʷ5R]dZ[Ye+;kƝs~-inPTx2qBC 5<2q!ˢ!TeRbΜ7?2sl@uV j >ٶ =hj_UHI޶Mx++y/ 6؜#:j!`BlN ^Shx)oHWm&TN]7d2g:Aޏ=JjE!*%6T}}AM2הns8$b+?BEś5ÉS$8CP‰2ra }V LWoC^d q *~d2A>+NɅ^?@E/o$%A} ZPZ~lUx?dO%3ׁJ]@l2zliMfV:2O>g Wِ(  ڲ:n]o 4jY97!^\pn]`[J># RB {kP hÀp,FpK"Z\-/^sf*ljbGOǤ|Zf'$&HE5>?Uv˙fFѨčr\:FvDSi$9i%*>7q FraT#q# C}^ԩN!}nʡIH1)0C=̵ߺ&4 ]ѣ#jS&lqe0;Xu=nWY"&CMFov c:u9W.hO؟Krt{K/X\[ a*- mSWWœ(hbg-eҀ8|&fzHLvrSZ$ʽ\RGqr=EJ~{[<36)>&wjQ.ϰ^ )a tD- zһ+l`"PS*sA.H nLuQp\\!2K 16a]0cnG7cx 4^ P(6U%&IP!&e/Ow[ 7ޥivmvDyG$Ȑis O?ablWt`P(%7c&?-#?'}%XD CtC,'J.>_pI.s~eJޕVl+d11NmA)^8Y(7X\u8 ޗ=C{ç'+' Y{6|?͋ _r}FLƋ}΅68uZV6zz06LWE?1ۘiHvٟ}w0`R=H֘˝멡-d;n.$J2JPzp<*׉akPP])A\SYlAbN^g̿" {D?F_gqA䇥rx@_7VX!k7*{q(cL 0Cο-Á]??Iz(R=%𭂘( vxXےRdb X9дg&)T#q1tq7i>#ntr-afft8ӑN?<0!Y|()He(K**ltgqGI@'+#5'fyժqƚݶFLUݗ9 .ekCAک|MGHM6U5NY6 (,qY+yC*]!||Sfɑ{v7>Wm0{}a9>p t}"]~zY|MCxV!MXHyqO̍ sXvA%,ewFX<9d0ݾh>SeX<=`Ļjm^ζ \>q"Ɍp`*w[C.2 ,8֒]w}> H[ʗ!L*0{ziz,Velv 2b0bX^7ǻxL_J|jo|@\4, բPL+>ȱ;J\qR6aqNb1d1(k)yc@)q[frl]Oxn豢[|]́5C&Ђ!.tE5.~Qk'A12( I8:p')nhgܫ3H/juO2F.cX1#"J^N/.l_χLPӝ[݀7V9翙 dB&r.\Ԕ IsJ1+J6#f67 j!þU]D6|ӈ wh4sp"cwegWd9od s=];̝]+ lw18hL`[Wzifm-MI#K)AhY(zXxL%ak9h:_LE}L;0Z\][KѣRj(IyC3:[)rII|07T 8|y6X9p@j,σDMhIzzƺji`u CQR˹f}JS mA/>NvI1G=8 J`~'>%l2~3.|NźR{ 090thM`OOuIK{`!GPHEc3G_"GOH\!? 3j܂o)m`zrݗ d3'>_<'KދbēA-K*Cj{Ɓ (QVE&g' !bVCIIRDwZ ӊԏ-Vt8:',m1jZЯaK5 (wUvZ~7û2Z!|Xt_M6&Бre^*xcʼ~"rcljPX<506wisMƒV3Ԑx^9,#hFMa(5GG'+뷞up2%u0a0:Xfsg58|Wck[WֽH偨kA-;IhDvv!۴m+4oFƯr]nR_ L|L@âwȵaV;Jsy E]Nb7k $!F ߻DWWل Քk#YD -cuLklL%IkV~Sbg%o! RDD;$X|Wȇ,-vrH9\ofp]l׭tu>NlQK%Ql ՏQY78"Ԉdfi I0䊀'oa`! }81 5˵4Gԍj/:SG]]/YVb/k'v Rxn 8廙Pk 4J=I¸﶐ND*x'$OvFkN} !G+/>1V4MAvُv䲚J^8k.'9{~'%HUӐ@B͑C*^BQ86A׃3v5YʢX]B %.7o?u\Nsr)ނ{F0|ޜ_<) ^CMU_}/,V C5hoE?w w)dg z:_tn/ ImqGB] u8$0^ )qN# b9:(l΄8Y+SdN10Qm]57:V^z:z 7kޜ11 1Pb J5Λ?(AWòa J6UjU/3C-$@>UVE1UzT2orㅦe YZ?qvd'M)%È5X$&MDQj.O`,q'zCxG!ѲbFeHzYzrE(S)#~#YjyÞy?a7oذf2~R(z}/ mlLJv3)ءfK'9<{uy(F2VbUr֡=*Ȭ92+4xc ?Dv:S5Y=Q{-O -ADfT|pbL7#YAVa\ |%$c'0*nyU17{.3ŘJYWVzx̚T#K1s (74܊~c*:Ai ,17ǍQ~N<M}NPTRM<1hV^hU%no]*w3?uo`c5 RKt$7ڠH{vɈ͓q.3AM쵥BNja*dLajǎu҄-Vn/Zje:A937`7Jfݦ]^Հ# :AyFIXҎk_s /2 jp092իh{5@N(kWy v.Z ^.\|͇zpyR{}rQ_Ո0w|X5-?@+)DNn ʼ*ߍ'p\@%XvԞ f%xб{ì*f-N'g|K*@&ma+ȼGHtiР,lt*b ,D10z_3*nȹxyf {5wEM9S|-2@ɚ{wB &:ޒ?,JLNpMKRǂvKZ5k%p7a=h?a[ݯ͐LVe{1< ^D&T(32_U@^'\:CYW!9) !olR*/ h6E-U?հnVXW77#o‡^ Q51Xf&0$/0f5tXA PAlzjgZ=Zy,}U!>hUQ( ~-]#ae69ػ$͡{aBT&g pqrKu24K`Ç0GyWgr4X>]l_y6+cT5Skՙ0F=H IHctQ0H~ +5rOw},5ªbIDf&:XZ=̄c;>ɂŶS}`Jq3BwMu},&8cz((]F];頥pe>HnW/f}yDl,RT:xծn)hDnAc~E2M [!(^ML9'l;ΐn,}І\0 Jer+\H6FHVa 3$?%֞ݷ+VF6UEa` qԌְHKyQm}`D{PFfc%E򥬔nXc6éUH - 0ǹj5@i<]hfx)k8Pr=ʑQUo&C(wT5yT2=~zz<%35Cyr ?cb~7$È2|U8fbq!eI%UP B(lיc_EDyRsOGζPI7Q䏖YOztFAгzqKN˪sލKD=#Fť[(Ջ^@(pr3q +p WUv5I_Ydp-1@nQhNG΀mN5_BLw GONhpJcɤ?~ñAvSJ >jDu{- $#J:hVDwF>vW'd_gb:5COPsDaR᲍]`5*]{[WoUVv*u">ee ,IH;o@I'+ٽ7*c`` <-?za+)IW(9jfk" E}5:y-SV?Wh t6CKbP_5㬛&ԩ,4G4v:q`Kn1\.A' GpyP^rVK`{l`\&Xr.3c(*5eUzS2P"tscl3 LmG|ALaiGfaّS_T|ɕn\2+3{Pf0 yve#uŭA'{TVZ3IgFخWV;4Zş4%U\H]_;X1+EMm #CSK'pCP:%׋?ZR(~ִ 1vftA7]*7S~w @k0ciҀZF,8g֞*`ZgE^z\:gQ޲tCGKH촀FZ~Ijw'f[_`~)ֽ\N.k""SD@D7Ż`bSĂ3++~V}k6W 9h?1Z'Tbtb#V 0.6W똹nH(aGih}G$y>7=zhEAg$ VZ61>"k&ճ&;whh ̑7clq%FfĎ['F t Q o"\wBxJcu|ڦp&=I(Ɗ%wŝYOaTan>>󀃗+4L<qR9)f]d?Kwv-*j0ՕQ꾖ztX} 8D~R$Ēv\x2BKsls97;;#98V\-:3Iͼ+I[V-yN%#f";J($k]{rNa1(0iXfx#ܗZ~%K]m^%’T9pq5t0ő+tSZa/8mOL$wx~ N΃Y`ZIKb|?'ņݰ=0Ƙ?UZ9`wp]u G~cvMڙH |H6QSB*6BsӍ"fH8h)U;0s!o셈92&f+y]s>:!r|C$đ̠5~ieHj@A0ᝳP3U q;Dw>@֧_.<M+F08 jk&cB_M"Ԭ%wk modv_(•*_t#cVӠD"5*T>AoD FhxMfk2zW|XriSx'>\%M{GJQM8Qc G([(kHN7Q>"1GcKt}(,q 25PՕjn(=$Oh/Maﭐ6`d99hhjZF{؂\;k|vO (HD[Xэ[Ws{rF[^nFű5)d\۾U.dﳖo,*w{\qj+/sDe.*s K|ȷW% u~LVZǃvP*w$zZEOS/ͶOE-h LuCefN=Debn넃_[[ H'> qv‰LܡPCYw@hJ&خ)UЭ'm9{, V,7f*WL7BBLTFBAmr 4=IϽ\BpO3&31P.EU!4(DI'33Fr<0OnFWxκhS}y_u'|> '2pn(<!J O3R%W2u>v#=Z܎"Q`VGIN;f6v mGV /Z@{H*3Hv \λgk]YFQ"Dq89ZcOX|km- JWM5W8lzv;Qph=sAncrf{Dn\,87$5.&u@&]"Nˤ# wVj)#>yq8Xp[0n9x[ -4^PЪ ֦=̀9qvL3ǧW>r}Wk979_0z|ٶ"7ߝTxBCxn(P/t^)ߍI^xpw)K{߹s[>Rl)$L_f>yɂ55wNԠj,84+A122Fxsoz%դY"ЊknhAeUͳR $d$P]Et9L1o=֤_ kN]Z\=!W8=6"+>1,U#WWoM T5_\G=.EJmw>w%E?MwdRIhn"̛ 4 .-<}!k1v Y;>gW1tҘHi]SuHky:)Lz&5'Oҟ:sJ=6:!c}SO9AяlclX 1dVnF :܏i[qLTjWF|tT'l.,u>c; @(>@ꎩ F2~Ni/CiqCG[Zm*Z()eFbq@P)Zf/iE*y6xI;\o#\7O > rx\SEݵʕW ;,/'hQٶ|!ޅ!0AkLOdxz%C,˦rcZ1 9&p{R5QZ0Q7Ӵ>Id h\s.c DRœ+65gk.)WEOEn& w١ܔtB@_b3ayj' /ԁ~tc¢>An2f,G3p2rX҈n0*@ qꅗ(ȡ]GN*`JpP{yOC>"fn":t|#TNtniBs%.R$w;vmB2 Pw̠8\e Īr}I&@koc}YOHJPI'~ֱXf[wӓLc{ʁ-|OaRC/NFVhTz\뎜x.vLgH~,> 21pSPᶡ2xW:@rZbn?q!j%#KT+3%]}Hn%94j%-o%POtJ ² g+aP?Nġ͹ZOāV0O k\^Ai}1;$34J4|%xt3# e ~`E ՝L2/z!s)D%Uk\(e&WmcAuٍ7@$kuTU4A(Umsv]^0p Z/ 7V]^ENK"Eeʑºe=7_d:Yy`\ Lщ,"EСBA9^䀧cUb(4 \C00B*5Rػ{XH55=Ƕ)}{RSùWclw&z#)v|`K /n ' u{0*2OQwk&T.AlhS8JƦle/3!P*cUP' *12U^ 8H>fu2=eսӍFH}qsM犚uL/.sH6xq$ 2g#TjLrxS4N;k+1+bc{G3E>W3 _Ƴ~YOFswE#h\wH~k ޷;:ɖ)HRX Cӂ灶SDB zD|>x4NQ2ĆCeeE(/E?Jy$ B]h2[}D2ytyJ@5=XP'DG0S$օse/;I=2($9|0ޜJ,QP.IZޤDKf85MH}͑bV8HD^K_ c5*zX]| e$m2& 3(8( ۦsMZي )NH]QqDXB|!b(ٔSFJ%-$ fue6zCTE5M!ZnH1H&հ KbKqgk R-Cc>>2!&Qω{1M+M!+ope Nי3&hN ӌ -2VsE]pV~c–:8$n7+XyfpqEgZFH/.ՀU*b>5A[A j9]Dӽe2ϵZa; "y|.^mbS쀒ל=T@'5G!)TOM]a†&@cAQZ-9~I7y*1_K*I/4CNXQY6^2 A^,8 7ÚF: FnINYD[σriަ~ɔWsSc?S|hκ^?c6DAhW2~\\Ϙ @ob)tQ!lƙ!n?Ge\Z ak9IX؇{ e1Vե|wprw+i峪T3䑫dipaҷg(*<oG $E23c.U0$ٳ^yM1sx )P3:eG csRʾ]Io(,'bM^:%zY@Iޮޑ=y}FI  6LAb\C%MĐ/4r]-&5xMZo⥮Mnۚ9m&IVs bH!.p&'3բ"14*XYSaRw5BhŴx1֙lY !X#49,CA<)1 xU!>˹?[yP$}$Bk\\vpŇX[i&UGYgF1w]//)g׮;ѳ nS#*ف &ܤרAG/\Nʒ(_"BX i nd! _7S==AC`I]yb14:jLFG L/o@a&ӱAi.%I+6h39hm jH|T'*v񳯙\IZc° ;4 j.LnyP^wc=6Hqr8P7k![jO/ۓ{4Z|tIn:\MVa4W!>A*GP;a %{'hg!%-l: tWIVȀfO*]ߞ>YƼנ==Dq؁ף#Vn.V TT7H ӂۥj/p1}ZAEggΝS=4pB$?2m@w`|NS wJ~JQnR|b!}ÐmKy[ZP/r+_G8,âzN $o%}7dD6M깮W SXG"؆^F-N롨ËJ\YiFy۰cXl0ZsF/G!Y-+ nGA\1UNǸNӐ$ +V̗$|@м\U{=+ $߫bV:zlnSRYٲ0n?vbj]֕^XPxiDX.q^K&uҫ)J|bڕ]ErŬkh2<ɽ\ZjXuyz\"AKN\g3`Oi"@GkFَ3ξZNcXIr2^EVb(ss4F%IZ7]$G7%'*+퉦Iq ~#`(qe%ԙM04Z#[{qDH+'X#F#d! $/ ApQgSJM0@bSo)?:n˒`ς>fr6;rkd՞6CFhLB_Ot]( 9 5279 ^Aɥ9# ]0+ܴx:0|>wcFWo˂J ox+DՐ ?0i4?Q|qf+NT ~Nh4+7}0ٽ+UHsh 'O;2W>F@RwObO yAu)1:w>wt`qAbpU  j ٛ%\9ת5N1!RD2\#$uz2m_wTRJqN-[9k͕5S)iwnSR|d0_8"hRG YK"Q7cGtHsi}“||[et!uFPS:eUOz#HX/Hvy*x(1}^A7LBzUO,CgyGBR2<Ø)Щ-C ZIFOMZm$FZn%Rao7ix׀r6\XCM=pktYCHb*7X(Wgk4[I ϛKT%ZxF?hAOXpkcYVkӬQ'[&"AFoP>RfȽsJY=ϮϿ̣˺.;ϫujLIdk;TкjF)p8sǜMįW- @aoqk]ĥ* |. j97t2Ӌ-+^_.39Bf'_33; :&Y3:gƇa GnY'S l;zBb(${^ݙҐal;; hx/ y|,DKɪv ź1z\G 0D4LfbVWXabau6,)zMּe2Oþi:8 o[|]25h9ߟ>I(;'[ýH; BJ_| %޼Wuܴ-7Eb[g U$̣#"\Wή=;Vux&8HoƤ7fĪJq[+ ͖IJuT vi7YHcuVuͬ1ʼ?},S!lƴ6] JPVT:qd*gܕORdfG.SH@(`]ICh:Qu:lg[ ;lt ?;`dx7ŵꃭUޗkV@8ㆇ1ZAd %W̳ф[yg687g>Q[+ &mEos6 QiNKfWˑG lш/ [Nd LQ>qSAWnLރ'>xzx'=+]wr|BqjE5D wsx1|+FO|h4|f{x9WIx+m~?l3z9"1hh>)ve*9|jZDžPJ)t|]Ss3ЪȶHpOCmMj,-HrjW@ ȁNT:Ա2,Z`#iA׍(衲PbGϽGT+)q4U"k]|16 wrT Ǖ Sfi4xf,p[SV)tJ$U}u;?{`x&Ѷۑcj'NtT*V֌/ex*fBoT*X㯱pH&ZJɽڻwi[)fӚ6ˢ{D,nΜ9}f^^ၢ<%< I?%AwjTR"j%2!o_IG^{H[xf/$mjy- |i+pUd *^v!qt xRsƫA}!W.?T[FrC2ҍ>hqЬXm%p8,@g8RˎTk 9,*xpC ݀Ê<'(喽A]*pJjRg`^v|3h$WDizU .^+-goeˉ*$aeO!(k=֩Ɵ["a~HpY=W߇"`'t/3ZJ`-Xemލ%sl6\[^?=}_etlJұ{͟S.Jې D).+UUgv{(&&L+f &:N_,hht՗r< ҍE9qC[z67O'qoIsq:+]Bџ O_ >sΓnɟt6L OaiseuT*,ɝ,p̈́'40YrktByՔ޴q']܌eZfX"q. ACA՞ҹwg5 |?jM-XVxa/M}q@Ia,ZgfFHamŨMt 97%8BK-UiDy7 oWDc&OleR=A]aR8(}kO!Fw >THH2\=6VJ܅VWZ@>k\Glǟ]Şi=)opb3}K'*|MaVlP$d?tѶǞNəd EGQ|hpE2|#~Rn`>GpgEp|A}|4 gi\ PE4w7 ]\ F͖YBW{m }D\(xMR{Μvo7V(M $͇j tWҧ$PśS+>i7ՃKPJVˬi'YQ-2YWE#US;[@ƳHkq:ݧS!F9(GC钷ʈC&"]d!uo6NJl:%*GcmsÉq}y;u3yt?e.<Ϩ{YXfq4‚ƈhTn Gk󟔓&zْ]jI+vwuưʧ%.nvN&ſ&_*ĒʳUhTۛ _ŭ8&՞_PYlV!\bZHKq4%b6?5C cSMnlg}pSVLHAt> 8G(0+i{]h=Pɓ,7JX-EDiDE%ģb;W90g#Al)3QeCqsDPD@ B&ov&tr!(\}36b։Ӹ5w\4\lo2OcP[#͞c;D 5Fy> 8h.C Cb[Goiy7g,)XhN7(+ {-џ/3S,N<-=\j9)7eA o}_0 ۞q^% OU"um'GƵW AEq%r3JWAaĥ$"IGV2ix z<.߻W%֚>*ݚA,@w^sc! hn6,HU Fg Q#֮0}9 S*_N_%aJ>WaWaKv8DnK!zQ oոތ?iF|p&cA2Hҹ\WO$'> XƺLXVw>Z->#Km\M6,'Ȏ9e1/# !ri=ѰbTn2*J¢MO[/`RGC@~5{ *(<>ؔ`"%L>QM#<;IMs/N4^ОwZ{}nI bk; q+[$6VeG-;!]6N<쥤>̋F01rW'!F:QLN6krqK Xph{>]NM Ԛ@~,) p }W' '4PSŹ&|:z:3 >_H?Ppnt/CI^J-H /|v#06A/SUl#=Խ28F qz5*B.W löHwZ.֣?(z]j]E[p$҆tG8`֛:xKu$NR^'-'g[0dfYX+D#t,bmA!5"!ر`xc5+uN[рfKۺ*xWZE=տ]ޓ #@pBH4APCXgsDcWCࢵnl&/lJ[k[E:Ӡ.zܩxzY( œ}Tڣ)$ ;٨!H/q9tWeN&nNВ1}o8ņa`y%ar(pMjͭTXL]NsU^FM?q?fk/Zg+^D<vd䴬9`KdA|:JA/܆\c IB.;03 6Ǻɫv$v@X蔥G8]헬ӻW}~qLWd]CqaQO 5mB;+fe;1)o?=t v E YZ