postgresql14-test-14.19-150600.16.20.1<>,`hup9|y5Gh3~E vVz\ Pg.-S ͊# f+[Tx饈?=hF=Emjl..`Xilr~W^m9jlU'a^?ҹ~pҢ).*gh~U9 ~G`% ;555UMs8KXI &U.JKO{["DR B,怉4E &+ZF@{QblȪO>>M?Md ) G:E [z d  D $   t$P\(M8T7907:d7FOGdH$I X Y \ ]^0b11c1d2ae2ff2il2ku2|v:< w=dxE$yLzM8MHMLMRMCpostgresql14-test14.19150600.16.20.1The test suite for PostgreSQLThis package contains the sources and pre-built binaries of various tests for the PostgreSQL database management system, including regression tests and benchmarks.hus390zp37SUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://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@_mmrueckert@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- 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.htmls390zp37 1755283573  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~14.19-150600.16.20.114.19-150600.16.20.114.19-150600.16.20.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.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.sourcelargeobject.sourcemisc.sourcetablespace.sourceoutputconstraints.sourcecopy.sourcecreate_function_0.sourcecreate_function_1.sourcecreate_function_2.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.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:40255/SUSE_SLE-15-SP6_Update/177f233846899a2b65d03aedb6779227-postgresql14.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linux directoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6a4760d0285924a6b6b51dac5e059d5713c3c0a3, strippedASCII textASCII text, with very long linesUTF-8 Unicode textAlgol 68 source, ASCII textC source, ASCII textexported SGML document, ASCII text, with very long linesELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=6d6e1b5cdf0ac8ad6e2364388d4f53319237c03e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f6e83416614f7c214b10e2c8f0446c5094051289, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3f93d26b55092264fec9ab56ef20a4e0446b21e2, stripped  RRRRRRRRRRRRRRRRRRRRR3)bY*pU@utf-8be87f16410ab30798587230d6ca099065eeff6d7ad2ad6d0b601b5cd48137e68? 7zXZ !t/~|m]"k%4E0#J:fV!b.񩼈@/J ~[o߶8D-7Lbp`9~Z)$H·[PyY?S`uff]9#-UO${U=\6  B{:-P;"GȵLj^ AIu=+/oR;Zه%D@@R$=Cd*NvXzmI5{~hkf53{>qrHL`w(7Z"yݻ Zkpp/E;{WZM>$ k'uv.&1M== UEJ&ythnb}5 vz8,PsսZRH>cŝm*`&qy*mTso.L޴#f+d%MKܖ~\pi 0f ^K)o7wl.Z?{u ND $A( ֐<ȓ?Sh{è жw#XLzєS` HĊDy/Ƀw%-b/' z^ z{5\KAF}s< jHg~TM  v")>lgY]p'KVv[hLDJF~>Gsj6y Z# BߌQ} -9SORyJbfo{蹇*z)1~] $i*2u>P 2I /BǴu)Ć;eBKr[kYKQp2kn(>pxOoAC)1`g3q7uui,a7@!٢%F+]#@>DQۚRS ;HH } R~B>`ffZj+̎aO^G)SWД4vDl_ʳG*RUCo?/n7I"OLHZ:v H4 :>$L<zaKCAb jsTt$fayqf {{w>po&+ɬc,8^z5< ^g'> pU<]s1P0,&cyG|n(u`*mDεEɧb"*ޣ?L3y{s@#zuqzi|<oE0oH-vϐP|[E|s)咣 |ZZ <$qS{xyfH{2[$ "";p^;+^w/vħ qR%CWYN,s'w/FUxSjX[yݞd=Bl$,v&C#sO}K:z&c)⛘L>Bd9ER2Ybwf у6ݜ)bdl ٣T -B[ Lvj{b=Ѐ焈M8+g:ws^Ϟx+M ƴLO 3sxq팕P$ tWKpo@,`*3`~D2'5̖jt.܊uL2WAB a$ 0 5+ lnbBvS2ާ`3XFܼ:oJ {Sɏadĥ9 ۊ{\?MqzǞgf5i3OߏUwä-S KXPQ;n/EC[450r8{:U$WO__zc5E^l6(}9Ā@{a{^_yͺ ӜkƳj=+V9UgQ>yYGl  ~-sy^怜~ģ̂,ae;êqnI2ӟC<4v;'YQfMҬJi|섵@_L'glz>FQk*j:A!}rڂU{ 崌Wseb8#%ܢ4l[%ZlNaW=y"iZ`O~e Q3%^lS?PvK⋊<īkM'Ֆz[ɨӉb'Ůڥ<-ӫ<<Ѯ` ; 6Ў1)cܛ ='/nR]0"ˤG.66L tD1BNϬچa'XRTk1 /ffB#㋾vqX;}BaBKndzաn6'fG"B8GH4uV =z=]]_voZcFөCA {Db9c&91Lօo3~rdI<҄oxˬDєjZ|8EgR!vk'u-Z2otH ^G7e ݰhi1|*ܰg,dLp"SUqR -YaH#89f- }f%]-$9K7q.hx,גկ2aռ<|B5;0dP\FBPD=前Y2Z{17]d=&v LNiF,n^Yt2<\P$&/-QE Q g hѦ>]ӣ'@SpBXBӋ~Η_}mҎ mA;,z~V٫&Q N .M<`a9%A&{ TYkV7 B <7xIm C>:jLO]Rڌ'%T>##]àJ .1`}](r9suW'wFGAxWbʧW<T&f.܉i~"M̢܉ ; \zSJnq5-ݩ5qG4 >njE5XY"yaActr^^n%nFppȰ챜 p*ۅ텚ӌ&mOhie!rnw" #UJ|qXqϩeD.̮L f-*-j'բ]jH_Uj9XQVȢR/7]E1 ee*.SsכWm:3bn;iwL T$ΆSio0O07WkR O`GT0Oq LIiz)0W^~8!2E&.:ޑ~Z[ѵ8炳+r|jXZ<׫`-%势:&q[yNc TT*gR39I,/+\\mtIlOX%%M&(]Ђ! ᴰ e,/zm ,O6D5`ZQ: VQjބ%vDLC/4z3mc]EdFj1;E=oLCR(n;6;F;?}2L<RtovF+7[Aد4L!T!K#/&.b:t1T.MƂ[L\ceA>>_[6JOݦK YyFj[7@[$E4كű?tޏ*=8$[*,y14Bgv%0CXnY)}?#=hU yzixäxԷ]T3L zj*AD/4.BQVp9bK PTnuѭnDn^֎7HxW]*n -}㏋Nr@M& ҷj'zMwqZ'Ф!*AH]Wr c`dH{ Z:Ms'k8_̋~gY)fH(R 2S,\$ jGPQnn糆܅W%ZK 4hČ\(SzQChR؃-$bd\*DR(V&dRȡ{+lyO0![wnIc)-[TDb.'06 4 h]w "Ag-lH:jk<~#S~1ͽrVTzBrqU"^i'szB 1mT}G -LZ5ށ5:aٽYڂiٵ+!zv6` [Eõ *ڏl^ oB'glliJ7naGz0as}X\ FG7:dfIw=ޫH:Ϙ,=<,=7slZeLzs GXhGЍnO4lBp<0un}(< %=1ӜDYȤ둘O^!i*AB;w_ WY&QUDGNY9u5}7ڞN,L__gL|݁UD"C}mVj|Ym9u2]ՍVFW6 lx_^k0kk475>F\}Mf!ʠPN]!q64boBZHReEsi_j1$E'ZOLcsSޫб o>d6i8AJFY5#m#ؙ _(}xCb ;d0: I0cupQ%VUu3N.sk+ei69$oo+x-ߎd:jxY(;IT{ALOX~W8]ADvvvO Đ_PwOq๊6J אַdTՒjC]5fq:R1EM|F AM׃0B\ -B;MWnVe";-$pFfEJ+yryJ,qodPUgZe1nIzgC;ECV 8dHB5`%S;LF^S#xOl@>nupF{ ަb%f({']vO󖁟F4VRkD !"\\~'Uv.VU!GR/V2WWMŷQi.-U^ir6hJ9 ɦp/rz'~d:aI熤wƀ7#8;|_oH&M] (2"7 WMf.`N,;U'cP[`y 򙆣/8߿lN<~8F5nQyX:e=}M;?ʽVXX ϽX xZ"..gQoKD51.@1fH0Vƃ[V_cr'.5B~6[7$ʦ-F~`/^1؄i >d4.D5Cje;)+;_y4p}in6faXPvy7=d~] a<*D[bk :7O Lv4kBfbƼ1kM?0_Ura8_ySB=-FJ&܋&;mT휭 M{|#gGnKjntth-O;zh9{TSuљ΂R˰9HX9ěIw&ňM)i+B,{o/J/F!'ƽ?F_4IQ^ ~CݴVvZ*3\ޚJz [`xYjI:ֺ;/!8\(_LB_EaP?AOQL$#Z |Pu@8ccRUγZbuћ$'G>ū<*EC4Wӫr,  1u0"Fg*V-4-~BGAPUUΕ g'lӌ|z~3-*7!HzG@7CTݩkZqA o/^um&h[JM[80'Vd˱3!'ՙq~0KԷ%BΌ^IFaЮzP&왭%)zrƟY 6=0 {`m v\pzz$wA`=ҟ\oZ;c]/ɶWi4gU|n6D<0*sh1!Moi26zĐ>jPz4(ay ?4&t0qZ39L\ET(oq G/Ƿ&ý RO#l.guӳX}b${֘uvQ˦Y؂g DzUY zްM\iF$`+ev ]dѫueR%ڲ;#CneiV_qxiX<-'ڎ }HJM88zHÑf\FM_xc? UɀC$OQS?{ߥ2a|@S/hRYs?p0L0H&:U# )ě vZپxz{,6ϟ,'ڽ Kh`D(I܀ ޖ#$.3ݒ7 -yQ ܎B? 4j`|Y0}=egrO㔣uȖ.o ϙ2LXߙ_d Ѧ?C|OjC-Δ\@ϴp~ˬH"Z+skjO EGӊN_D#T<)199L%,ХmęuFv'1rl4\uk^nE|-`pPyž֮3" =<:Ȟ=8lN;9 6Ў0J)O ]7Z7/{)%UygeU*7V@@iP%%n/27.B3P.e}|KK֥X0X[c0i\ԧTn(0:3jM!FM ^a_Utߜҍcl',Nk;t!RlW$ZcanxWw{ n״Vj6L?aگusFw!!8Q4P"C8-~' y!_CSKu"&tMQ;E~}V >`:]%ׯ0eA 1꾞d20$-b \?hpQrv &/Ѫт }+uG#~<+2džftV^Dw}C=yx95[^ٺ4]QM:QH&bz$ac^K /u8mAT ;U!Bhvoᘭ"?W>2ć1ҿLQ5={p/e+ͻ25U=|ҙ "T/(/`7B GS/ڌޏ-ݢ! df6xK =CS:&CQI @CjWIl$1mmFfDKPQ©lvK2nh}k[9K1bl/F] N8ku3ˈS5W}9/U3E &cznЪ!,ժ?jvIU6; Қv1o浍TI:{J7Y]Y3(bQw:\W$Z"?l 2uڦ䶿ay\z|l`=Pl[eL]NsYm| 3[eYW &39rfOEFg%%V}X|[m:70j2 >΢&{r O5LaErǂ#ʤi{ATB- (3HԊu 7pә#E񀿺 5X "+Q`E ;IDnksW̤M$E:q}u6,z+o7a9-(IHMh3OGd2VGݐK+dk:􋋛y XX)MNwpŰaԭ8GQ[a,ĂES|UA!3yXMd5n)ѴzUEl2jHDFXc\oS4cُ´}qM h#1٦n55cxG mML̜ZV5[o֡Is:G!H"?Q@[&n˖#[d~mSz/UlPH0r 2 R5H(U}iy!..S0 fCI4{D+4 ׀ZNY۪7N/;{"\zW#ZaCG#'`UA/R āxa#qԦ"׾i-$A݂(k?dhKe6^iw|b B]^o5GUHVIy؇ҵ89EVR,}AB&/_<)H:dfn"ʷPz4x%UN #SE\Xg?`N?Ǝ[~B%pkEGNhzJ>U 9[XYlm35 '#6[| [T{1o2XLaݺᇽ@(Jڐߘw# \0\Zmn, q,# <+9)dOr VI,46r!·jHGr.^U=qb'"C,FGk%:Nj7M R[}p0L"~ڐq% l7v(f/2^mno̅1rQk;SH^юmV>V E%דg8Y]ݦ:Fв9(N&I[Z ٴ2g ~҄Ibe&XL[ a h/^)$FZ]jد,4}|0rwt?CuDxz7.nvQ P4 LO&ai]>Rz䫗SH˱ xA68UΗ$IR8XIL_n=8IFwN+Z\Qv)<ۺ IW29 _T*Y'(?Ծ*YbVsk0l oE7\09NW<P&S-3HhJYE E { s`T1 ϺS\YkfF'2$z-zcvb]ѻBjԌ&< 1毄Qem4Nbs Ϫ92ݬE' 40sfE6jhO 6^~<)gbL(//+R=VmI؛Q $B/6ߒZP&;T>dKG{҄rbnD` R-yx)R'  NŹ2 =,ADv*ۚ¿Wd/uynj`E^,Z$bd4[>;˖{*^NlaQxe %W#eQiI&8 }#';ua"=Q}5xf#J06 Zx|2v$0r8'̤w^+FEfJ%K&Pcc#b?;)\BreOqk=ed Y;jfҬ=!-^q+ ٮ13xtj-/h\7wdVA|DL $:q) ;W>!u J1! hfg,t2ƫVp茗T\i."-]'}ݩäob^Ü53icqz$vǿ zqÁTd)dc@ӧ<҅V#j3;=95&Xű/Oz20jLO$iń¬6P4% 2:yW[}&ߛ\,ns7l`kZ0+lOFǕASOZ'Xs:.,%O [FaG(HʩAVܐ. 蓍t5Y n=q-$a|vs%l֧a zZZH(xWOsA|Cu-ve_8՘Afd1D݀vPA&,W(}aR"s3#EJ@WJb7_'ZZu PS?XQ:(466vz'ٷƈ|xAmYLgM2Ҋ/Lm sEAlH D_[:&W6g EvFi~ii>Lt?no4#[ "k&rts[Q7MgtFv@պ(۸Μk1ûC1yIPpyvrs.fH   0>: u an-*vL7#U.1GlEOb8Q>@vq-^E1̈␲ {-]ߍ7:@#?q;}]t&@J`O!ҕڽi]UNC埓4E6Zm@< *Nj0pkgwQWÐ2T"Mwdfo.j=e{8so a^dEHjRx(Pi$uRd%!) >50\^|?;ћ5w#,_Ŏ~Gos&k8Nk\1(ڑ4ϕ]2>N)2ϓTA5vH_],*ˠm>;*t:H,۶c:[KogYl}h7փu$LP4`&K{۳fG; ꫜkZjڇ |=:O*&e EK(PHeLN@H]7B8Y8]UM+& W5ݤR8!8DNS'kN,҈I*$7'<s[.K/6}o;/sW]X)dj& "R u!z ;ꇵPޏ֛ďɢH5ZϠl[hM-F: y},/@A)FkdzcWC·"*M\́^cMG|z笧  uY͞%WXC z,p*ăda67QZ!Շ%* `:9(ƙGsKHo*jcZN.c^KJQ61<o; kL~>xEa+5uRћsgSA oA"V04e]1"ym]u4"nj)zf vS'mʠ$ f; LJ zW`*Uf`ŧpE3h6nK_ @k ~27YfsG 3/؎_-}`aaߎ[bWk([AlqI!9 %yp/Q~)aBU6hM-zD8-=vM v3+^e1q%Xfƞ1X)b1vOD{ICd"^Oxl.vE7ΎC%VchJRtrʹu/mFS|F9UH t0{Sk5KodT®ghUP08Uバn /E|4-c~N^ݏ}۴p[ȞE}ŧ.<#txP\W-sfBc^/._H9垒y5G@ݍa;힗6|mcUg*1%YNKÛI 6伇cBj{T"70O+er<9g ţd4:]`bՓ_$ejw{Jǔ TDjGi/*,E)9` WޚˠkN2x.L .;E!]bӗ IE}o$P0i,oG>e)Q[":*ӒD#פ.i3&`o75}UW,;Yݸ|W8+Gq=ypX+I ej<7ORi̵i r IPL0nps-[5{3ks޵ ,X͡b0jU9I;ݠmÿuݷWpPPi3 б]n@~?pkwR=K8zDû=M&Bit%~JO .܄KP&^@Jܡ7fIRh`6pO YR.pr,i~*,­f##ՖP]-1Sq,Ӯc)?ggGlE澲>T3f8I |L/X%?sk>aH̛KUA**qX@fSh־y\XDu^!q.A:' t\ALn^ll'ݤze-}h>fN{W#(;d_4/utCiP%oh탯_5Aq|nMHPtaJe?[wǎ=Kw!9&Ie׍ȇ8[b-4j)E]HǠG0t*<LxQ.Cu 3l1: fg@F;|˱y>&買w}R+NU7͉[~a:wm:փFfT\X_<8Ïdͩ,L E p}h8HGh Yp=go כ ǸvG[go7_Q'TX`qHLi<"C>-EQCq}I Xe\C1 H#~OЯ|e) G&Y@Vt<6X1O6WW9.ҙl#lp;8; tE&$ĊBPmi07Ȗ^9"P]j,V0g/HD+xik&gQE;>BfO9+Yu3-Rc:1}P*omkg2fX2ZMׂcpfbKMR`WppW\n4D,`ޫء)لQt\s $*EF^IIa4ٿ[tSrF( Ņm`>6ek @ЏzD"n%P=.-Mhw>'|)̂fcRpy[zUζ&^hGŁVpf;sj1RqI|iO@ +DWDAc_˸^HGg䍸Н B0l'p=o-yg<1U'M}ya'|lH% KB3$|S~8 et >}qZ14 #" $P9ٷ.z)u68<~&x qmWǐ\4v]㬤3Uy]5aQJL5G+]Ks_C-]KZ#k/QhPz@f?ތoٔ#|ߋET8S4W[XV@ЈHlҮTxIrI^@=\@iXhsVNk δԤs{VB$k)|/K\_s\oԯJ6vz2*n(+}0՗ /:*1LN@M/{!j>>@&y#伍z[Nj*)Ѵ^C?q 2wdzLhxH^+@p'])kNȁy'DEQsSxS/ QRާ]51ǟ bt0n!Ux(1f~a:zO~$AEpeA 8Ȉ_E#`5w$ӅXu(؊{ BS)Y6Еlk߇TgV}+}Fr8nIKU}X¦ ZirAPPBĵ1 ^/ckj1iQDZ?컼,U]>5tڌR$ʓ̓ !tY9%8Us I&>+>LI SR򒒞bR%g;TQ=pBQY!o p yfkAsG [jkA;L FǨzԣ)Iķb<)PpOOC-CAtDqSɳ$ i eL.UbC̄&Px=ݏ{#]3ȭ,T"`T$ѭڈ6(Up#!mkd*ʟVfXZE@y^2)҇ٚa,Wѡ]6dPv8o[ Dhՠ8ZvSڵEĆ|0 40~܁~eX.=I7fzNQ#u8nW^,\ҐgMwIHvEUc!UΘ ܭ|M"rS5aզe}[Ue*;=УJ'f#Tv 61=r?$W&=#)0s;Po%QQL].="gQwGKWE%~jD*!9. j+y T݌@#^NVw)űUA,RY?-ԑꚸەc5Uـܐ#\&ZրT>Yb[Q%aaV%jӗ6EuƈR0V򘉗njcO)ED,*ݫ\L(‹[$T p-Iwpߐsudq@]]XOĄ[RJ,n;Zk6();\)CAVR5Ew@ ϟiBC)Q8l>ʑIyLT|~nXe"oB>Qu[O:-1xV4R]V]BY4^I^1c z.JE|G.iCN>+焁D%mIXșOZHT 87 ّz6?e1D"n|ච3氰so 2j=]<.ϵ@yjKTSNӪ!̐ׯqF]4Lrh`cM`^ׁ fE{KU hVxi͂r+F~ȶ䔿VH4wv -"1iN:XAߡSk bҞ^8Ꮎ>N"/(ƽM]+Vbq!5}130ePr:zD~Ay| EWD* 2Y=ci\b4}l\O9J޷s(> $0G!`xeykhޏ1IδޯL8F,W"P“L`Yf)gx[s7bF۝?u#9 IC єπ72KoNk SpA\ԇ*e]Sϖ$7`jMgtn޳ѥ*n+aLCH;-]A8̳\cϺC;&x01)&Y8d%vU 3 fA K S"9WQktr4#r'"8L'/-g^Q̃aWH[mU%M'*ē9y8>2#B0nORVVjȋZ9~۱N%kb6o`0yL `#3Cu[ڪjNBg5W\$bR$$̥=Vs0zuI>]VEH&+ _[sq4,5ab(Pa! [L!mW3EK`9}y@00G#o:_doڭeȨg 'w#Lw5#AԪ6_M' ݂udQi.bK%^o$(EKDr*(Iщ6kz0eƘlFȟqe@Wc.!ޱf ~k)(6^ۋQ} kbtưd?e4|Nr?xcd֏-phPY*)Ժ,WL|es ]i2dyil"^Q!`.jo{mĄhCv1pu/zȣUSH͕|6o]l2,= 8>3kFkv[i\K'˃Ҳ 2U1C T`?$M`iTQCk$FAvQs46¨I.vACq(+%V9$zl0Jʵe%Ϡ_I#7?uJ9UﭢǙۣGFYs$䈦%iƤ 7 <{+)B shI=ՌʱB=.Jрww6[:,Shivg&'6+T YOL`c2)zͣR@s< d]~A6 Ô+"i6xlN NhM!SLL8h JO1^-R`}g3{Z/4y)'6yFv ʎf$ag\?E+5^.m"Azi1;-6n {Z#C4># +ahC"Qu3gC3:`>:]*!M3Jnlӕe^|(|CeʱuO ȘtI|0_&FadžNЧ6ODWD*!nDI),}q.W&Q2/5]"P}u Fiɢz?s3IOt@YAp㙍}7+Rt Y4m8\\ayo"bmAOj]7߯yQ-חU](kMpvWjmqұAlL ! ݟzH֗hZZlTE0 d|:-}i+z%rb P\s}f0\VxIZ k|bKv3R3Y/F^b߁mJV<ɞ  LHԹY _ˉzq$VFIA; \΁Ifj#bBaKg!e 3چmz<ճp#Y}lX1rCܧcތ$wK)v^h٭Km{jo˱#Mn{'P[}a[]ӷK@ &NAz[ߵѷ2’tdyQv(y:Ēk\mTb.CVu ?r 5+)g'2|6PvFHr1h>@(/2̿Mby.ڎuЯpnU> u%~Ha%?;R=5oF#5>8$7wpɄ MdRx֢[ڲQBdL6)ATYr_͋eK J}.hYލG#h޽H𱿇J |ۡnM./-Iى`=~0}Qb|0cZZmwkHCJCB ȭGi>s̵'(ZQwf%׊F|sD9W~+'Lo]JtA!Ҷ`㥸JSzK2I_'3 [l{c ;eVƬ NG5mNVѨ:@)p?9d7E$iv 3})?oH\$ QKpgm߰+|t6IlR V1 ݅*aܙe.̗uÖ:aZf?|SzpXC0U8xh B%/b-ڨc2\^l"W7ÚARPט5pJhU2 *[+q0 Xeu{Er^xY 7Z\cC#8xᎣ+]n|:pA}6KO7xY ȚClQ Ar4/8Mը,ylJ$`'i2(x@69n?؝9ZMjnOFA@8ee$ꁐn6SQ$buFgGcO/Q|oB]tX]~J&oԆ`0^q`%]\j1˶B]nn?&$SzhdlGiIbćx\".y/o/Tvj($̡C@LIy Pb:fk+ >mװ6 2传;"bikب>#UvX1QaϤ]uMV>~ o,?rAZ?b\.6 -Rg[ i-CL?ס]ꖜq'Uj9IbCfIj*fSӊ @PlrW/Ru81aBºNAjI:1P顦p%y{s^o(3m{6ƆaQ酐 5A.T밖/^ՙ @/ s`d۰gf;aAFlץ_lVr=mfACrϹ5YZnBAUΨ\=or!⏊.lZ_uJPaO h=u<݅{۶3xUy4?'(1 _GT=^?O`(Tw npv?ZErNIq5qKK= Aw*5cV Cl~8Gy 1R/L1,@{֙[뎀]Uu_Ur>B#b؄Ѝi@ NC1?OF!]#ޞ0rjOMɪw@Z|r'II3I=i~جN7GSݽqF:޺s}llx^,Mino9)!bB[ʰ\6 i wQZ>Iy9O?gSU,IAo%<83; 4s9ti4QiQ%( .߆3 -r:M|jyB?heˏIk[%i^|Dq~qM3BA47%! ؙL)[BQ fOM2mzqz܌LסJKbtc yVkD-O~=3S*%=6 4w(T@Јww<>3J><(aZgƣkGN%Ӑ̝GS$xr/SYpkq*1/C2{^=R2~ONM ,J^V^,H|`S_P(|gc0"7K-B3~tʟ| k@Sk8Ns'$vZGNP" GI_IBSM_9x׍D*(X'6y:܉d#4(-5D|&y!cp`@?d+Q肏yILjktmJ;2PU=ӓq$h ĪMƓH' ˀ$A(xzt⿪P6aI~6)Md3Qb޽wHe_NK\85u-`/㒰b\uwY2fȀYFq}rQ,Zl=st)Y`'pM(]ti# P18#?hICZZҀKމ1N+m4HpczVkLs(0ʻver\ש".,Mk"jC'CPcB[ ) #]*Ô? >My8~Ԝ/<ޥj^!¦?6 Il ; /\ pvO2x1 QtS7b <͠KNmZV) um$re4K/qn6>'OBڵ}aZ45p{/BtY(2WCp[/5 Z (*.v>!!qK@Wҝ4tMP8QI$~R<.1m=cyrܛ!G6K$%BފN@W ƌw&aQh@ZX]4[s2˳FMSqV;[v& R*8]\ڛoj-{ RL(8@[^Z6[!+3l36K? 'LX\/-k|AK;ZoȲiO9໡YŊHfbbVj70Gdd\m/p ;2 J]F}}R9qDY֍w>4ott˸0CЏKj(ny1p! /X]d?2@ňW[5 S 揤ې 7aԥ!V7 ؿ%ӗIgwzQ.5X\ɬwpaE,֦_8t[P"ʾb)>xLavrOwB0n#LgX{L[jղN% \Tk@7( ,nXgvC\>I@c!SO-̢ ް~G,mUmu&fTONefY|`ОFTvzħo/_|BKfjs8(iš6 ?_zv1ut2fi&͟3MFo)5H^sESD%9w=lGV5,%XQ7!{e c &0K///n Ey ]hU*% 0~?*Yߘ;~پ<ȦB,F&, g2#jf_)?: Fc.ˌ>'iׯ2uj^PVDlcȅ;#soNhWitq~w<[Ҷ YZ