postgresql14-test-14.22-150600.16.28.1<>,ip9|8~%Bwՠh$-2BăKK|F @nAK"V+ _Y ˏ%^t+06[^,r0UUfXPAn";q]7E%!~sKj 9vP fL5&cX,xeζEZ k+lr6:|ZsPe&FRxL/&vTǹtUIyM^>YT?YDd ) G:E [z |  h T ,  ~LxP(8>9>:P>FGH IXY\]^;<bPostgreSQLhttps://www.suse.com/Productivity/Databases/Servershttps://www.postgresql.org/linuxx86_64'x&-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.htmlh01-ch5a 1772023276  !"#$%&'()*+,-./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_Updatedrpmxz5x86_64-suse-linux   directoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b2ee408155a44cd22b8603d2457cb787126ac814, 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, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3df11ce72025bb277e0b9d3efbe6126293b3b4ec, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5b1976cde0bb52d9167fea52ae53107e838aa445, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8465fc6a8320c28b39cbecd60b7797be1628a6e0, stripped  RR RRRRRR RRRRRRRR RRRR RRR )u sǔ=?utf-80ecc2994c334baddbcb1980e56a54573d1f9a07106c84614876b3ce8e2884685? 7zXZ !t/⒈O]"k%4E0#J:fV!b.񩼈@/J ~[n%\KH@r1dH1'b)<]}״.IQȟj(o;Hiʹ;ڏ c{X5%D+)$,2ԵUyդb1\%e.)>(r |)> 4{\p gV.C> m9[ J>K8LSXCC;L6:A\ b#k: c$s9x[?ifryoϦ]ȱ$Q TIbeX/}Iʝz;6(E:Ngh'.0CQf<]nG3/BLCSVrWy&CN1iYbmc,Ѻ$(~:g_+kY|*3g-(1gi_f fV fkpmOmo!3S;q>RcD@[}K#Lb&ç]̢R`AH;{5|!΁ :ط '%Ŗq_"">tꀁv)Ql֬`$ ɂ\ Ȗ'qi&+P=c~r u/q( Q* '%F.ڼ@MoŹ6 $SI0\@\ q 7/o&%[⤛0qtզw}BS->fDi!K*Tt*.E{%ݎd`a8S^&:7|f{?/ "se9no?G鯙oQlAGI~LtYi X?F %C,v`)l Q붖@ۍQs !41##%BcchV]/yD"i-PHc*NIW{( C_LVO~Lwv ї)8^!4 ,*ݾh$Kr i+^EYN_ȷByblaK`-?o_doMdVh4l̹BZv3K@'/8d>7>7 >-H% 5fE;S⩩!7} Yf1ӂ9_b86~Lwbbj{8+t"C`557t.T`qG;8o(ym~OCx`A!dyR4wJgU1MX҇?1Tq[1Z>V,goIǺKIkܧ]#N؄}#P&8 Qnnge"rECwqt̙}6tw b?<:Uw7:Vd.bZSLcZ$FoW9'@]uP7ud/REKFv[jU К0N+c}"L=U~7AQ&o$,::}$*Hde%ן8PV7$vMhLX_hW Q c+03yU:bGD89 @+DZR}=@җ l=?DVm׈*J:_Y6A 7_fIѻ!ﷆ$% @ʢV7 #zf[im B,i_0?ivAאTMxss)Aw ϴqB|G K>Q!pXēc7!M j"NEr\%ov2ńAnӣK0 …xTC~ k\%wtyn;q7Zuq5]DOǯEwㅵ߈ yY#4u#]՛ˆÌbTaU CØ1Nk_}u{ .V {; Afb s4^H*>{ʓOt4HP$aw]"$z 8)y w/cN94OpeͲփ}9 MBMb<#qk2lskF!AnN\ Z=U!x o!/cAHz_ҭ\`ʒ.pEX5tJ' -!nI8Ao;'"#dΡ$qrKM|8<75 BF\iɢV)?QYmAwTWR3 `o%24(԰ ?4޻M۠lhÍ bO? 6bāRbe<:+Af@ͯ y\$U^`cInuQ(RtxOvõ!e8/fi_LI ʌ9b3)kw+=zpQq6cHys$(іnQӆ#J/#jȇ8-?N;K7ě=0N_$'rO,{i/~:bFVpgX5 0ǍQN w6 !RB5\&'&<=0H v;PgׯrRm(,V8h~mu3+]Sͭ@ZJ{_ZY^ǠᒤOǞL1cw'5P_/ypeR};4cLuC1ovY p= umg6ze,XNpfmZ%4:CyPcKgfb-`j$8VX  ,Jd枼d #6m}6Uo>J~.\љuA>S08b|dnvB>ಿ%l 75dDt ?w xQis;df`oڽo ?KȚgY. -b2,(qm)6W_zR^uMÐ0#`ahGOJh4ꆔDLN@|Df:SXֽH9Jٯj$qIBfG؈ v[fo 6jf.C{KЈ!Pַsa/\nQ?\Nњ9g)k7^R)@2u"fS| faQK\'xPP2 oۙ99ҾcGf(ZA睻-)ugU?a75:8ߵI:5Z9ub#b*H@?/}ŋ3 I-Hr,RN;Gm&s|:1PWӋ="F }/AaoCKjܗ]b/'K4(d_*4rj+ekcvya C1ge&I{H`B$ԱAF[ٟ8I ڐ~r=bk .eE4EJ?$d)u^*zY?YռsHp߃ UEjA n\rwyjÅoo"qC18 xOi/TVΟFGfE*3Ev~hڅԱ7 `A ezەzSD;hВ3PQYA4JkBtE s?^$%Jz<<'쁯q#{'C7OM@__G7x>Ɲ2%~T> @ʀDMcD1Nj ;[bp>Džbmн;;h{%b mvu6):02C妔~P8,Ye:`.XMJD&+_7X1"y?rߓ"1R? ,T8;:ӝI%w\ұq;}w3$AdvBڅDJ˜.0c9Gu^Y|dY'+ h-sK9Wj 2p5"/6&cy#juTFG@KA7BCT="[GkѸ#'$\h[poPlp4Av)}u%Nj^:dm hc*U8 خQ'=u!Hqw Ň.ÝIy[DJ dRl }*÷]XǦf! EBR >_r\ "{`*2?9B4n5% ey1]䅾KJZW7Jug.6#<?ŞGqF|F t/L@xH?Oyo #BbW62{H>]|5eb|6ZF`'L;a͚0q8J33ۡ;4 *8]%>^(k@H7rDvNX=׍e.~n'_|[V#X4M010Ђ1\:2eR[MMS/66)yoLg 6&K=.ej-vEGP5|J҇CZj+؆7m ,/ρ %rg"CDHj^ZSAN4۷*J^@pt >En|hn1Y^jMDe!Lzn!X2:Y1 ʎ7j-/JAՀhp)1FJx掰YJwд:elN TQLвxF~=XN@>Ә!!FKiN2qy7 |**POagdRI] ns0aIR)^VBA~7iǩ|;̙r?s>a9nG?*{kqᅁ.Jv7m5 vw:Lyf&:_K/ dzSv#Ź-{q0jNw}] GӐ- @;z5V_Jޖ"B13L?K.E$g)j]>Hskm4IFuSw`he1j?]켭F#B FLk*j :h}N~.ER?5wr{geIAEU> [f}W 8+3"&תݚGWzUcBqTNZ F#=X*]/ }-LJmu"o+ga$Re>kӾDwH(mלftY }Қv="cAr i@<0&KRAyw0K 1"^%/YӫF.}5%`d{Tx09 ij1'Mj ':mkĽ$7 +USt:)).߼ u_M1t .%e'-9I_R5c~IRT/ʵC.rpu_S͔ ye6:sl2 HRSrEOhAKK5zaMEu%  ҞϯVDhᖭFdQC '"l__X~5*Phl hA0b#?~DC,bۊ ]v*lľ! rE0KFtk ңdքohwv5X2JZ;b̫bƩ}Jd.J<_Ęi /gÊ;1<:l#5s A1ia/vCtEV̧aqZfo[x,2`BwqT{%ǫOb^Qt d3o8/R)38ߧ(Gr)r+a`jГ;tiOƗބ~in5 {sn̒}*'%AA|=KmP:#temArQIc)M{?ªy"֏5)*CRՁ[/}W4ZD2wtv]!mxn[(in>{~A\rb9x79Fn%(tg|V䲮Y& |r2xE)Exso3z`~ܢRj(S.+9Ԣ_iEPAiWv{ֲLب8VuL8#DLJp}"fҽ0?/O#PYղǨuIW0h&01[%/&J]%Ũaսi?ݾnqnpf=C1ÃTTƗaC9_Q v._@`ExkE>7"qx T:ʒA$ΔL|(\7Rҗ~$'d;6k C2P~l7i (ev ƺ|S J6[t3蛺l蔒8Y6P͌Yꥐ.N(Ngp0K:VIzmV,SgBd{`!L!ݡ<3\@s$tN*Xe\&/\wc0E_ 8`FIʌHn*Wn;f8ha<ř $g E~%5;%M6D4 Il %'>$3Z53vE oX@dc4 pY@P f؞.}=\kkBap&1\/Ъqzs!:4:n0\{=oJ F`aԏT\R߆o Uи!bhӁ,?qo$p'TbFWYa VYpn LfIN+;}{t٩rhr*4GR{\w膦e!RĎ╭S*Ͼ.D"›{#m%׸c!z9O4EL4cr\#yJq>$wQ{cmRQ"q~~d&8zuo@rZ- 6ށ1_ġIoH5WvXZ1$PzA3i$7 Y~s͞V?r8U>fotJyWj^:okbSkzD̓_x0fLxAQpH0~`MCa( BONn! Rȥl[Xt׮,UKϭ*dWc@'儘78heuXˋaP{|ᇩZt8 u$= E0VCb:3,M#WgWZ i3)C#Υ{7ql^5}܍.[Mg&|*x@%؍e16rL,.谒.S \<$g$9IQF7_X:α!i]L٘5Aa*AIp( >'7D4 G+ݎiE0~)vp\"X;1R_ūa*-6"V>^+Jm/f 0RaWVs"a9]}άs>_&bɾA|4B9D_轣T%heBEZv%f/$C! "JrKn8yɷ|'0dT2'fVglVV2eZb{)qc\ CmZrK}gzI>xֻ5 lBng9(>aSol=b`ned UّuaeD8{jj_f5Y[< ~SD~}Oјl0Tė^b3QaGLjp+|zu&Yu&%Mz;'0;w G]_z[r _ еs0<ذƫQ2}\Io5fJv[[diy[OyWaoAYT@f'ďrb~KdVf|1/Ga :L0rcHQ&P9ȁⱘ'tK,02e܍Ľ}C$c|3\4gTl?=ϵ3 !,;)iEUsg+]8Q3NN%%8#7Am\iU ^ .Ŏh4vk՗Pf$lSH\$P'µ@GMXGpc|#k8}R Jx~SiʼuM_G2㜥jZ $ }h/q9vJIܺW]~Ex)*4Xx!l3yI+pP\0OuT+ ',#g&> {Tds6Sjs,\u $:KweI~q~)ik%Q3Lpww"-^I.'xWK)u=cc5cEl0p1_F s8hO:r!nPxζ1X6?Ri&Gm!5$Nm<ux=.!(ZA~՛ơ_FkQn2AH! U_DSl;> ~;€<`U|0} <whDiں9w^?}a1^DSz2|J1v&@xl.fYʧ?Q'SF_vb ٤ϥ:X0-#gDN -RCXtg`XYPIAs-. 8CFw!H h}P>wxۤE!`Qet Ns30Dε:,'lP vd&X}wדn!`*zHBNqD(r޿+[AVKqgf!y dW̾R)zY zqL]Et,{BunyI_;<ƯO],\Ey,p(/= ^_eSIiV닸4ϏXr"Ny  s*/ٸMf3pI|LsZ[ Uɳ ѥ{۾|q[<|!?fi평e2qk[i: *]-DbsJvMl\]^ǨI7 z2^ t6A1!/!MjqkmMc޺)eG#)y-!\=lW>^;?(n8 jM^EQT+A@ﱠ2%=Jt9#~TIJ-s KH 1 a+Z.`LH Fo/9 ٱ--_P(gmG~Rud%JabcgH 0 o^Џ|}:&Xx0=զbpswfN5OH^z$+²&MY@(~NCp߹*b2ub2j!g1.Q.t:p)!آ{nsҳӠuݪ' i(l!u0n%[imQ@)/P6;ACwz\= WCgZ *ٹ%>*Nܑ4@*%r}~iy⬎ITgNKmd&s9ndb%Nɂra^m_Noĕ`W$XJFI%\/[%fĞɅzM;&y9qboَm[adS<TUWD|UY BHў@QKtRLڣ=@*-̃;[U X}0Mpݸ<(:4wDպ nz+,b{:GѦ%>,Z @sR8Ll^;:/m7sws$p1!t*I_׳LPdc[J^pt愛;*6v#PPAv_2K姶.coNT~CF&%H_QZI8nqRnV]eQöiHK0 KaTvQmQMuYЋ)aLi(衪!U &^ SW8哯zge7=#viշԿv+T;Do:nq= ??K~Q83x΃R aԻ,7;7eJzhva5ȳ /YGh \qP,F ]0#z|*sӨIN/_ .#1g`@#;u_0 otKdDxK4QPV(9u0g*Ynd\=/ADvYԞ0@B,opO8mZmc̼fJo X.1CDr>nUoWcJ- KFaC|q<}܀ יc(0ay2N@4t޸>k0g))lOYGr-v;rw=u-GY w-6ɷjt@V=$ۍ 9 .b2]r;,{s z:8 MRTJOkr}iUI"7gbGϸ^%3VvqieIq,6"a7N)H(lʷ8B0mrɀՃ峿Yc^3DV)T'Ʊ&LjZQXER{5(F]O<޻./4_QlnZ&c/|iNdw! n UoN52r`r]k֊tV|jA!Uopn65 锺mU3IsHGbA ȉm!p<9q~,[߼?njH;#`b_Ԭ7ݝ.Ѯ}>}(<\w<->=EYWԻ%9\y9w+Z)Rb.М fY0T ׫<4h~+K3&&KlsJh(r#} .Q]5XPI|Yt[2+a(hUcBkޜgZHWbxxm=2߳VZ8\ A4HL *v-JuՕټ5liS "Fq"s̺n[W`%p(,6G^Cg,SnY$xcMB~XFZ jB* /D7"! @k}0H#/bagć iqzMG-ZYjfT,KoϜ9C?jGAev^%zw%QmXS D%pxR =Kx}?hJ8.h 5<\aJT$ex Ur/IJE (b]H|0! I}-%4;+!3Jd rHUYc:L*}?( #w>%w5QlQ%?Ki=wzu߱^83yģ**_+"}W$ݻL _iL@3`h4\XskË:[>#fQ{1۩ܯ:Kؖ4xGȅVӱ~⡳Tm+P\[&JdI!m^^2n m8 KK@ ~2~ "2/Ƹ XҁͫuUmv{=/ 7Oᶛ$c-ӧF񥵬T6g8/)pk瓶Sz"]߬x\2O5l7$fȰyy]n.^(z1] ^TZzgyz-h.4Z><UE-pZCۖ(+@5|~.©KZs:%\qE`UkȩpFJ&]SDjGg,]<.|LHmϺNEЂf7x[Eo y5L y"X:*zPaLՌk7esb7:qpqM~M[o S5fTHOCjLRѺ0d=:T:H z>cf4RAOmJtp8X=>:Wk>Px7( ,C‚{gH jj~cQ`0>Feϯu<ֆ2U.L,uTmoQ6<:ՔA~]CONJ7PboA{ ,$D$ lkr% erb Pm7eزç^-VjL8JU: |k*SO(|>iopd7 tObY~n5,[a1ȟ`9S1i'6<׊VmKPY_Etrg,XWj P37;fMfQ#|m#n$9MX-WU%(vyv$pG#IgQȫYn'#$ab+?újbIW|Q/xhYÔö0.hTwUR Y߶і._QElgھQsBGAOә4nnXўoyn|QhkxFгEJ< 0j JD?ڭ?OP8ݲt]$^qUlJj.']30`$xiqcS>GUVKvŵ${jxp0 F7/2; O jGNjM`#hq䁟n=-$m!Ub&K3d;Ȟ;J'|lS/&T4n>Rxg(e4&\w,Q]mw6)t~Ycon(6lD1n4dwm!(LX3ÌjLGc~&kGȯl7ufED9 8*KDn|n.\;s+ZC 1rF'=N[/5l^@Xڦ$Ŕ>7>Aݤ38 .|#]zF {f L$,1TZO 4wslu^Kl#l`8v/?rD>z_m1j+V1TR<nժN8]->l!q?!K LA~p@=׭VkW*Àt6b6U  cD'ff9 [KycجxSp:^M'S:}o֎XO`<{ C@ޞ/(OTUdSZ\>Pq>9g\Z,<ݠyZîZ$a f,0ʋK=|+Syw·Hc_rw9F*_+e*ȗo). ڏ>%Hbj,6B2?>* 6TO% I_68]ͅBm6ݖ*K4o[YއP6!Ҿ3qIHN]vK1cYfU&.~]o`4CUmD]:1o0wGf FCf. @*)= IKS)i9OP~@rar19]&jhfs9dW):Q[Pzx`S->r<䵎$|A_FF\ R =j;\\Lj Qx|0/=hTزIN M}SHN/ R2|&ryMa%E鸗;Qo5h7}JA5N!B&N ꕂ^ Fq_=ohkt,5~ WQ*_WY` H1OB7)EX?h~83Ix: A -80FL׽rLyT32lN[|!^14t"'~d|?L_0=B_3 Wّ(ac+6>k+[lے %v˃p {6c~U!0u8H&-d&IG]t`~240jV1S!}c zPddw[;D?0o;COT2x+<9iG,6~ 3)nr?R,TAǸ3bCLCEgfWg&-vڼ҆unL'a QeE^߫s>kw^6O8 $D;)#wv_8X2j|`@Q $F]-YM~cϬC4ڍ;y]A*puѰZh%Bׅjܼh]SIj|1_w/JK#hD@*-!Qz2{R'u~;EVLP9wΑ 3ql"汦%XL+͛'KdZlu<أ">ɮElq_lT3T X/F)U1ycCbAV_CvbvB:e=q1"G)[ʺbE*\;B8uRY Nee~Ǽ6"F`/&ς&$]c|dA^^?w%d"ZkއKR@Gc>10ـ񂷌 28U m^t9^K9Iq' g7f3mς3)4ÏfC!f/J7R:qC8KE!}ũu !w:i\ Rg.49q.u瞛z8vR4* mp0Vi"'KX2 ;Ie*TN@?,&)MMfR;BOϮ`.CĎ?836Pa%P5Û,#띨dũ\V>R))5v/xPY,//}B0:}~<(ۍ.F?7m!}˲2ů/sxT$KGD}KSrEz?\bJAmf6ⅺrF) `GdvS6LB"?|$<[ nЭ̍7k)r54+hf2|d:7iFv:bߠ-6r9΁o埢QGz^-L7{͑Ŕb6]YZqɽk e| 6RURgh;Y[D^1jr?L7Xn'_IO`"@RD[c@u]&C4OD3yT.\=׵R|P"H-oseBJ;ʡő."(6`ǞH=وmlu;)Ҫ0"B1c jFR0:&|f)%ҙ:6h Źrך%;~?u 8IŎ!+&Lmĝ (^!gƕ'&x[5ξϡ䍷UoiZ#DrʣK11vF)#eXN@U?>~  NEԶU.0Z / CʛItуD I >5*52g6O9Aq a-{zMn+ hr>M2 zĈl̰_U97D 촰MԵw/1*BI b5>Xyj@vw 8fbW^&}:kRפϙmKiܸ*;0s2tןv˵ o.텺KP F\Kju9ri| rD hJ %#!\7߮^jĉ#5zG0#?}=`AK }:!/\\8}ig`Z>l_T}v k4 U("T94yZxq q3NYQ!6IJAKfCZ57Y4Z=LP,5C x‚>^t`F$x1-{xKwR2QDVfYUmNcZП.Ĕ8e%W&W2K{xVHrP||τh5aO\;Y PrY.a! Ko VA k,h`yyU%(3.$b+*AQK.8lgw+( >7~"$?-SRfHx<}UL, eLUS>I% {{sHHDŽIo<0UΡ}Q'VKF}&,6mnO[*1Y ש>a(gPm\1g?!Ƹ ZɍM_`ܐ}kѲZrd5?$xf2]e:hI/\8\\{J"Ky9)dM6SSt0u={b`DGbT%]oR$#F]iDC;fM W0?lxUO!h_1DZZK Ӝ"?ۏ=؉0V]jג&( iJ*K9ZAk$"=u6HB Tl($RVо9̷w%h`7k2bnm ?W-ji8#chHjpljz/LU;'{0 U>7ylYԀg5q<i4"EpQpy.4ٛf _.#5ցs3bjav\ A! 1Cʆd ^j&]#}XBz`eY?o\Qթ(ȮɬLU|H}{Ğ!9% v;Ia)SN`P< <. ;=UĠMJԍ})<7>' ,ʽy`e'](v# 8g*1ɥoH 3f. l\+32 6#Ox]ӯP q**%|$A* R!%ߴD@|bTu>K3 C$@삳qr~%-?a'*S伧3'|9%t3F)"{`]״wKx (| ׻B$4K5{֣ u)Gˋg0aԚׅ]ޭg'tR g18QF֦j6#LVE;x"߀1&U$v b:%^r"g۠10ULsyTr1DiqMfE{sZ1E[否hԖ̎` d})bpVJ|FN= ^`63 Iˡ) p(ӓsi#ޒvȦ(NgCs-{ۭh9In^@+Ǹ^;0)Їo,<yL@&;F R04k+jn|Ўyb /Q2?z[V wh# &3q`[[W$nhU0끏bhrs/tU NT`2G}gpB`V;!CE!C Jzp OA֑uZu:1rq@}~Eի/4eJ"Ty#¸q$Lt~R'ݭc&~Րdt%+V߆^màKC BT:tLģd ^& 1}wH:1YEҭD&+79 /ˀ_胖Rղt6qb D0ZJv #yet[F Wηud5?T05Er?^0>8E[sC7@5R͹p{s\eǩ IkBIzj}BHApYo.G劣_TރZpM lL)=%Fq'I<1rXHبiO!shvY %ӳ\Tk2~|@|nCB5-)82|IӀ3,t$Dq3]wZWfiIGTˣLuBȰO'h<42A_>2*qDw&6PqJtLRXL՟/*lu!WM䑚R,9Ij_?@t_7CH<q_.&yeKF=H2oiq'N*3F;6O9t.܅el#[.b9lR튬f"Y-Z~j{(D` 1B`nI`9 By0{]c}D0ˏ31޳S ,vXpPB|TAXk%IXu󪊂ߤ'/b!u OrJ淁r1s+t|CtlD%潤XĦ;[5&Ap,?T`#a85"~E7H 0ѵh Z;Z jJk/PzUh\;.Og 7.J!{fB <=G_˅ XdQUU%YBfpd rzVLdp`W匀W0XMZ*Zճ=瀕L 'h5ad|89pݨj؍v(- (O2 w9n:ˇ~Voe9#3 Q(m&] p8ĚωuI;74YƦFo[uULwuqPUؤ]1dP#eplt݈(zr ~+XI3m3,cj&EEo!]̐hT*jاFk慽;JD[srF - :شV;ҕ}5`GxOuCQð42;Ȋh)cg(Ժs8'01kZ#H챥R$ab\D#$g.@)Z)N}\ h`d+neJ X0ɵ*nBg4$hVޗe,tI+#\ &?l`;%MT/F*o`p6B[{Ox<eٺqt *ͅF ʉ\3;-ux(KX=V~a2NΞ"XX0[+wh\ic ֙r A-+jB$oŵM95H!Yv>m:3ɭ^9we ڳu *#/(~~ԬZ~ë8-jś?IbSu=Fv]3>9A7xZ4f[s@pCw(F&"`T2jh"Lm!Rak~8a\Ç~t PE,o3^c^*~<ȼU 1 T~P=Ak|0D0dئMZ:@]}5$䃗'Wk`}s <n [/N$nL{^L'@dppVShgI>Hiת׶B7'93 ()T)2LDbPJY5iĘ p  k!g!jPbx* ?y @K=P|0OIU@P\M:TSMNw~t tJ3T_WOa0ܿ$Q+U[!^*;@P2M}+G@U`DgQHmxqL~cyszNAB&2ڒ3!b^J0K@ȷrn6 /ڭ͡8h?kDLl^A?[ݿhRth!'XTJ鹧{(\C_nv܁h5)=nъA! [}dh*xrq 3E WxM7 5Kt{YUGI:4Αпn_I9-~;=<ʗF2K~'h-VvӼbueex +w' 2)2O/Rwo4&ym1,.ԼN6::L'*R X3fCj#vv5hOhȲo~܌uTp; mG!I xby;@'!R6fgGd#,e.h{n$c_ja\AF#ҷWżP1IY7ҜD{ʘtM)&(v &!e.X~rg6c*Spy TWtnh\Y!qwKR\T4 Ja "PN=aBaw $ (ch3{6a" GE^ˆZiv!G}NX=~5Ť*0q FtYO|5jD]#%#dׯ$'Cb#՘pq )7 !)wDOI/ ETiܯ¡li1itoB_^yc,#0{ӿ|W_S:I:S˜Ht+,.AʓPƔǢ&~۽;BN*v5rY~[}d|ǎ j2ta;?Ie,]tDq8$[ll:J}b7n5U~zn~Gѿ`H78'Tnc"ڙ/E2k¼m u2!)G)^P8 {o_4;I3r_C(fD+"=뢹A ܴ-WO1. ,dtAznoOdSL9BZ/P™wnuzDL0!+]I$U2A&HDf-Y:@_VaxQgݧbKcU _oɖ4Nx 8?f@hɲYK-4(w<#}@Κ32:T۵ty-|ۆ` {6`fUug\gs:D"+5F~ i Ӛ %T^xWa@y$7 pux fub_Г~OA+W}?Y"y.n> ʠ y8 q0 ;ESr̓_pu6ni6g Fx!Jhm ga;E$L،go^ Y Erk-_V!}{oN *+`ۖnؕ8p.g6jOO;L8 hSh_n{@ E ƠmD k57W=v l R ({C}ʥ)$wfgKXmUS_ZNox kUޑ\wUeThN`L0a}$|/{$ A6%즆՝)j'SɑziNGBUBA0eq2pLetH1A@˟u:y(qk Y9cP\ywV5H~hkJv7_ꝇE Jm`; Tm7R{1[eS#$7B&~Nv:v rAtfՒ Zr?̪ToY--.=Wmܓgp7^89l`#8mͷ`6-}\%JZ;w*"U1$cx=PZyU<\(* hb!\j9)jͤAT4Λ8Z0$},F;Ke4ԝOf-;Y,LE Dn֯._`R7cW5]7gĺ'wCi7\]>zMEsNrs&Z[f@X\> >R1W.V=Ϲ&X(EMT$wfkp;`N}^>]'NN$D>?9c'[ü&D(æiAM-)j|C闎ɖk*kPwqnfW}حD:)a1_}a[`aEl~i#r O@]$ZpYrKu0}3bZ aN+AE;؈S(Bc\Z{}\.SVrg a*|#0a 1WlOVUWTǢRgG%e8{{@2,,])˓MDdLS QӐL6!徴DEN^)XBخ'CmNoQf\,<)2e U.mOa~!uh`t@1B`wyP}:(e+EGqD0L \E/x8 ϨW5]zs\SXk) KV0) \DaM!YlQ_|n2 q!AAYeϹ-t\݀vv3^@pB^ PLhMnS-@ϢK!>6QS ?1lԵ_l^F@^#]Z%".PW; wN͍n(ȡYͭHtD7Mr d˙g~p?d4x|;MCiHV޶ HI .ޥt!TׯxQX#SSNd]'yY3:R<QdA(,䉐|lW! stL௠6R;4l)sٌzE4kCd"=eF \)D_kīʀ+PXvV֗_ȃm ZIcΟs |8bJ"pz fNWV˿&d8!T*G(* 8cި;WʰVV໧j5BCbp뷌0B.N`XHաR5ʳy(~;6RD_IpKzOZi;SQZ{!/Ul%3iRi#6$Irϱt~έT[|O%@׌ME ,03Em1$v~E*4}=SH k C^ΰ\-lWvul/Ad ៛p&W ȪFcЁUB3r"cf]=[IdhLF]mOwjzϟзl,ABsJΣU bmF2þ5ПwJ^ѥn_.ri1s*>K/XQW` V6Qhy+YA5+-nDʿڣeSȩ[ ^Q̋'~1HTL)o :286Q1'v${uX=(C?+\ wқ?iE b{J߸:q="mT$9]aa/1X #WPr$wmKq i(&jDy ' ) XNB)]_FKx95'"&+Jw-<]mHUx)dꋆ6a'xJ^w]ǟl$99*Ѳk ) *wmCGkMWH-D"iY`xXF{jE#y!`Tޛ[$j]fP$`A+&p:xG!SXz( U{?n#Y݌;Nx0uF F.Xe>xuˇ~!_5'YKE34%A {x(K0QeVGѝUr&yRI֮PR7Ssh>Pv%WL{s c 6K9/s}\UL&4Zrq1 z ś<+"C2+6XȁBs\ ^Y#T8گpR`3E;й'.[豰Wu- [+!բы.z+U&n>pc&kT՜;~B|'Q4;5U$tμ2UD&I#r⵪=c`+*#$!Fs戀F W%hyn]:i5=PpTu`1UO #C*?1: ㍄=z] WMPḃΈ2++,ȈԈ^jtj̞+`{rE.dt_ǻFoَE|,¼&$I8P@GYj{;*eg蟉Z` 0c_j364"GHf(`ƒJۊ@0߽¿Hh!&ڨd σ#_EOkBnY!+ѵ6?wR,b&yO=Wb ЮnٱawC XE )dlaƏdu`  8T-}\{HUt QO[/;f=/W0_qڶbSRXHRao5UR^d;xXonNbx[k`]y h,@q𔄰[0lꒀBEE ìN]R^K-qR-B]wFNt1a0¿O&[K/?sBw|yc ]WR0W9ɈNHy}pMd3QrFܜd&гV : V`7[ZG]%n(xB ](uV#RS~E;W<ۅVkot5zP #yAh|m 'e͗`/J2 oZT?I/dwO36߮p? 7tʛOUO$>kt;Ϥ/ӭAZ{ӌ+S6&w3]S qLHSLxە70m47GpE.uno֦wQ~e_w#у*8Et}#8%ᕓ{Сl3(zD?a3ٝfy3U{Vs]QNƋ+ZePeoz+}2Nغz\q+)qlY Y,:Q.؋H=+p0lv=G]7 Ebn: q&ɟ.@$ R.ۄH/ \}m8|wh|;jeIaehY]ۖyU,w_MѨŏRI(wv3Sjd$ q`/ 7غޱ`Et<7s-E{pna GhL uӜ祺/90T#q`h,AފXt ճrcɭHȴސؿ"KV0a2eTK%z&[8 &$%2brz:8 G#eC^<@˟nr'ZrX8p캗#g=뤈۫)]. $ˡVQ-(^vZa^2XW,loMi?y"tDS@GȧK4VmWkH){\FīU ]Fd6]g7,ZY RnNӣF"m'$sןfa^&k~>17)~~"sLo?앉a2+Nr@KK(W*𐬜/  [e LxUs1 8n1l+c8;q~eKӼ@l\FX:4ұSVa栳~?o(agTS>+E|0K3s7:MX=<1RcϢd %we PmQG^B=G%>Xvկ܆GI$uZ N,4)2Uu>v(2NARLFS\yF#( ԭPO26dsħ^Θ6_Se鈢G2hqp3 4g 0}{Y$_GKc-$/[~FѺVY~j{^Y3a4] x J;*C$Qd,fccj8U΀)l/l+Wf]J7f,$(`8"chwn0[ZPTBn䙈.Y5 -|Z5uہ}6JBө謗a:nxznʫj 㞟=jBc+5{7mqN68/ 2`a'~aj X#qv (>M.U'dMOI!LN@r0!/Wh qGH{ذߪשׁA\ˬH8 =0d&$Tt3jL{ D`'搙?'!P?g8z*c ɹ8>Di=N4۰Аy-EN *)lR*nb) Wfd@p}kf/|T*۳MW G A_V?O{In4kL>~Yjkn mn5\o<OkGUi׿2[:tF+sqFsVXEJ)ˡ)(R%9ʕ !kU] -;tܜV"|۶)^~0qkǯ:*D\K @{)Ľ54@DA35/w\Z$7]A=;GmXt+ZmPI7ށuɱPA׶T26D7ѭ,ŔB`Kɶ\vj'ٝ:T5r'k b 3\{ctjq!78B7,Oc{'W^˴i|/1ǿ 怒R?eđR'zӏ;sZ3QkH姶F ӈ>uθV"y_X'_PO1S. Vۍt&V]@2AZ?ɥnst= ]f^[蛕5C|u20C q+ ,r\!$[۳1V 0Oyے5cK>z*?JNHkJCA{s*A*U-JZG{AVD["vdі#mk9`V.qث!..v=UkWvTviyؔǫm$ "nEv!SdNJ;眃΢Vgeؐ񉪐lֵp1/˜i)ɧ[b[XHL-h9AYF3WX zōc17WgSR}EgNy?&Q0NZhdP7:@X Tq0)!qbzזvr^KF\&l+h".=YKm.# 5E& } GahaԟgmQ5a7J 5J@*@  ZLb%W|ms[aՒ}#*>c}a6j݁ަּ#A3dڸP}tկXymwNg X8 `7>*֙tO\c>5 f IQmIJ[p`k=Y!VcUGAvo""엊Eq8Ņ;_|BLtЗ 0dCw@ve5Oc|,*ֹtӖ^YTmKWg,JoVJcX s ׼= YZ