localhost:5432:postgres:password:md532e12f215ba27cb750c9e093ce4b5127
localhost:5432:postgres:postgres:md53175bce1d3201d16594cebf9d7eb3f9d
localhost:5432:postgres:login:md5d5745f9425eceb269f9fe01d0bef06ff
PGlite is the best!PGlite is the best!PGlite is the best!UNICODE LICENSE V3

COPYRIGHT AND PERMISSION NOTICE

Copyright © 2016-2024 Unicode, Inc.

NOTICE TO USER: Carefully read the following legal agreement. BY
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.

Permission is hereby granted, free of charge, to any person obtaining a
copy of data files and any associated documentation (the "Data Files") or
software and any associated documentation (the "Software") to deal in the
Data Files or Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, and/or sell
copies of the Data Files or Software, and to permit persons to whom the
Data Files or Software are furnished to do so, provided that either (a)
this copyright and permission notice appear with all copies of the Data
Files or Software, or (b) this copyright and permission notice appear in
associated Documentation.

THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
THIRD PARTY RIGHTS.

IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
FILES OR SOFTWARE.

Except as contained in this notice, the name of a copyright holder shall
not be used in advertising or otherwise to promote the sale, use or other
dealings in these Data Files or Software without prior written
authorization of the copyright holder.

SPDX-License-Identifier: Unicode-3.0

----------------------------------------------------------------------

Third-Party Software Licenses

This section contains third-party software notices and/or additional
terms for licensed third-party software components included within ICU
libraries.

----------------------------------------------------------------------

ICU License - ICU 1.8.1 to ICU 57.1

COPYRIGHT AND PERMISSION NOTICE

Copyright (c) 1995-2016 International Business Machines Corporation and others
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, provided that the above
copyright notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
of the copyright holder.

All trademarks and registered trademarks mentioned herein are the
property of their respective owners.

----------------------------------------------------------------------

Chinese/Japanese Word Break Dictionary Data (cjdict.txt)

 #     The Google Chrome software developed by Google is licensed under
 # the BSD license. Other software included in this distribution is
 # provided under other licenses, as set forth below.
 #
 #  The BSD License
 #  http://opensource.org/licenses/bsd-license.php
 #  Copyright (C) 2006-2008, Google Inc.
 #
 #  All rights reserved.
 #
 #  Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
 #
 #  Redistributions of source code must retain the above copyright notice,
 # this list of conditions and the following disclaimer.
 #  Redistributions in binary form must reproduce the above
 # copyright notice, this list of conditions and the following
 # disclaimer in the documentation and/or other materials provided with
 # the distribution.
 #  Neither the name of  Google Inc. nor the names of its
 # contributors may be used to endorse or promote products derived from
 # this software without specific prior written permission.
 #
 #
 #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
 # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
 # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 #
 #  The word list in cjdict.txt are generated by combining three word lists
 # listed below with further processing for compound word breaking. The
 # frequency is generated with an iterative training against Google web
 # corpora.
 #
 #  * Libtabe (Chinese)
 #    - https://sourceforge.net/project/?group_id=1519
 #    - Its license terms and conditions are shown below.
 #
 #  * IPADIC (Japanese)
 #    - http://chasen.aist-nara.ac.jp/chasen/distribution.html
 #    - Its license terms and conditions are shown below.
 #
 #  ---------COPYING.libtabe ---- BEGIN--------------------
 #
 #  /*
 #   * Copyright (c) 1999 TaBE Project.
 #   * Copyright (c) 1999 Pai-Hsiang Hsiao.
 #   * All rights reserved.
 #   *
 #   * Redistribution and use in source and binary forms, with or without
 #   * modification, are permitted provided that the following conditions
 #   * are met:
 #   *
 #   * . Redistributions of source code must retain the above copyright
 #   *   notice, this list of conditions and the following disclaimer.
 #   * . Redistributions in binary form must reproduce the above copyright
 #   *   notice, this list of conditions and the following disclaimer in
 #   *   the documentation and/or other materials provided with the
 #   *   distribution.
 #   * . Neither the name of the TaBE Project nor the names of its
 #   *   contributors may be used to endorse or promote products derived
 #   *   from this software without specific prior written permission.
 #   *
 #   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 #   * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 #   * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 #   * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 #   * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 #   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 #   * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 #   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 #   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 #   * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 #   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 #   * OF THE POSSIBILITY OF SUCH DAMAGE.
 #   */
 #
 #  /*
 #   * Copyright (c) 1999 Computer Systems and Communication Lab,
 #   *                    Institute of Information Science, Academia
 #       *                    Sinica. All rights reserved.
 #   *
 #   * Redistribution and use in source and binary forms, with or without
 #   * modification, are permitted provided that the following conditions
 #   * are met:
 #   *
 #   * . Redistributions of source code must retain the above copyright
 #   *   notice, this list of conditions and the following disclaimer.
 #   * . Redistributions in binary form must reproduce the above copyright
 #   *   notice, this list of conditions and the following disclaimer in
 #   *   the documentation and/or other materials provided with the
 #   *   distribution.
 #   * . Neither the name of the Computer Systems and Communication Lab
 #   *   nor the names of its contributors may be used to endorse or
 #   *   promote products derived from this software without specific
 #   *   prior written permission.
 #   *
 #   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 #   * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 #   * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 #   * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 #   * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 #   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 #   * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 #   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 #   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 #   * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 #   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 #   * OF THE POSSIBILITY OF SUCH DAMAGE.
 #   */
 #
 #  Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
 #      University of Illinois
 #  c-tsai4@uiuc.edu  http://casper.beckman.uiuc.edu/~c-tsai4
 #
 #  ---------------COPYING.libtabe-----END--------------------------------
 #
 #
 #  ---------------COPYING.ipadic-----BEGIN-------------------------------
 #
 #  Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
 #  and Technology.  All Rights Reserved.
 #
 #  Use, reproduction, and distribution of this software is permitted.
 #  Any copy of this software, whether in its original form or modified,
 #  must include both the above copyright notice and the following
 #  paragraphs.
 #
 #  Nara Institute of Science and Technology (NAIST),
 #  the copyright holders, disclaims all warranties with regard to this
 #  software, including all implied warranties of merchantability and
 #  fitness, in no event shall NAIST be liable for
 #  any special, indirect or consequential damages or any damages
 #  whatsoever resulting from loss of use, data or profits, whether in an
 #  action of contract, negligence or other tortuous action, arising out
 #  of or in connection with the use or performance of this software.
 #
 #  A large portion of the dictionary entries
 #  originate from ICOT Free Software.  The following conditions for ICOT
 #  Free Software applies to the current dictionary as well.
 #
 #  Each User may also freely distribute the Program, whether in its
 #  original form or modified, to any third party or parties, PROVIDED
 #  that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
 #  on, or be attached to, the Program, which is distributed substantially
 #  in the same form as set out herein and that such intended
 #  distribution, if actually made, will neither violate or otherwise
 #  contravene any of the laws and regulations of the countries having
 #  jurisdiction over the User or the intended distribution itself.
 #
 #  NO WARRANTY
 #
 #  The program was produced on an experimental basis in the course of the
 #  research and development conducted during the project and is provided
 #  to users as so produced on an experimental basis.  Accordingly, the
 #  program is provided without any warranty whatsoever, whether express,
 #  implied, statutory or otherwise.  The term "warranty" used herein
 #  includes, but is not limited to, any warranty of the quality,
 #  performance, merchantability and fitness for a particular purpose of
 #  the program and the nonexistence of any infringement or violation of
 #  any right of any third party.
 #
 #  Each user of the program will agree and understand, and be deemed to
 #  have agreed and understood, that there is no warranty whatsoever for
 #  the program and, accordingly, the entire risk arising from or
 #  otherwise connected with the program is assumed by the user.
 #
 #  Therefore, neither ICOT, the copyright holder, or any other
 #  organization that participated in or was otherwise related to the
 #  development of the program and their respective officials, directors,
 #  officers and other employees shall be held liable for any and all
 #  damages, including, without limitation, general, special, incidental
 #  and consequential damages, arising out of or otherwise in connection
 #  with the use or inability to use the program or any product, material
 #  or result produced or otherwise obtained by using the program,
 #  regardless of whether they have been advised of, or otherwise had
 #  knowledge of, the possibility of such damages at any time during the
 #  project or thereafter.  Each user will be deemed to have agreed to the
 #  foregoing by his or her commencement of use of the program.  The term
 #  "use" as used herein includes, but is not limited to, the use,
 #  modification, copying and distribution of the program and the
 #  production of secondary products from the program.
 #
 #  In the case where the program, whether in its original form or
 #  modified, was distributed or delivered to or received by a user from
 #  any person, organization or entity other than ICOT, unless it makes or
 #  grants independently of ICOT any specific warranty to the user in
 #  writing, such person, organization or entity, will also be exempted
 #  from and not be held liable to the user for any such damages as noted
 #  above as far as the program is concerned.
 #
 #  ---------------COPYING.ipadic-----END----------------------------------

----------------------------------------------------------------------

Lao Word Break Dictionary Data (laodict.txt)

 # Copyright (C) 2016 and later: Unicode, Inc. and others.
 # License & terms of use: http://www.unicode.org/copyright.html
 # Copyright (c) 2015 International Business Machines Corporation
 # and others. All Rights Reserved.
 #
 # Project: https://github.com/rober42539/lao-dictionary
 # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
 # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
 #          (copied below)
 #
 #	This file is derived from the above dictionary version of Nov 22, 2020
 #  ----------------------------------------------------------------------
 #  Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
 #  All rights reserved.
 #
 #  Redistribution and use in source and binary forms, with or without
 #  modification, are permitted provided that the following conditions are met:
 #
 #  Redistributions of source code must retain the above copyright notice, this
 #  list of conditions and the following disclaimer. Redistributions in binary
 #  form must reproduce the above copyright notice, this list of conditions and
 #  the following disclaimer in the documentation and/or other materials
 #  provided with the distribution.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
 # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 # OF THE POSSIBILITY OF SUCH DAMAGE.
 #  --------------------------------------------------------------------------

----------------------------------------------------------------------

Burmese Word Break Dictionary Data (burmesedict.txt)

 #  Copyright (c) 2014 International Business Machines Corporation
 #  and others. All Rights Reserved.
 #
 #  This list is part of a project hosted at:
 #    github.com/kanyawtech/myanmar-karen-word-lists
 #
 #  --------------------------------------------------------------------------
 #  Copyright (c) 2013, LeRoy Benjamin Sharon
 #  All rights reserved.
 #
 #  Redistribution and use in source and binary forms, with or without
 #  modification, are permitted provided that the following conditions
 #  are met: Redistributions of source code must retain the above
 #  copyright notice, this list of conditions and the following
 #  disclaimer.  Redistributions in binary form must reproduce the
 #  above copyright notice, this list of conditions and the following
 #  disclaimer in the documentation and/or other materials provided
 #  with the distribution.
 #
 #    Neither the name Myanmar Karen Word Lists, nor the names of its
 #    contributors may be used to endorse or promote products derived
 #    from this software without specific prior written permission.
 #
 #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
 #  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
 #  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 #  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 #  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
 #  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 #  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 #  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 #  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
 #  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
 #  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
 #  THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 #  SUCH DAMAGE.
 #  --------------------------------------------------------------------------

----------------------------------------------------------------------

Time Zone Database

  ICU uses the public domain data and code derived from Time Zone
Database for its time zone support. The ownership of the TZ database
is explained in BCP 175: Procedure for Maintaining the Time Zone
Database section 7.

 # 7.  Database Ownership
 #
 #    The TZ database itself is not an IETF Contribution or an IETF
 #    document.  Rather it is a pre-existing and regularly updated work
 #    that is in the public domain, and is intended to remain in the
 #    public domain.  Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
 #    not apply to the TZ Database or contributions that individuals make
 #    to it.  Should any claims be made and substantiated against the TZ
 #    Database, the organization that is providing the IANA
 #    Considerations defined in this RFC, under the memorandum of
 #    understanding with the IETF, currently ICANN, may act in accordance
 #    with all competent court orders.  No ownership claims will be made
 #    by ICANN or the IETF Trust on the database or the code.  Any person
 #    making a contribution to the database or code waives all rights to
 #    future claims in that contribution or in the TZ Database.

----------------------------------------------------------------------

Google double-conversion

Copyright 2006-2011, the V8 project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

----------------------------------------------------------------------

JSON parsing library (nlohmann/json)

File: vendor/json/upstream/single_include/nlohmann/json.hpp (only for ICU4C)

MIT License

Copyright (c) 2013-2022 Niels Lohmann

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

----------------------------------------------------------------------

File: aclocal.m4 (only for ICU4C)
Section: pkg.m4 - Macros to locate and utilise pkg-config.


Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.

As a special exception to the GNU General Public License, if you
distribute this file as part of a program that contains a
configuration script generated by Autoconf, you may include it under
the same distribution terms that you use for the rest of that
program.


(The condition for the exception is fulfilled because
ICU4C includes a configuration script generated by Autoconf,
namely the `configure` script.)

----------------------------------------------------------------------

File: config.guess (only for ICU4C)


This file is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, see <https://www.gnu.org/licenses/>.

As a special exception to the GNU General Public License, if you
distribute this file as part of a program that contains a
configuration script generated by Autoconf, you may include it under
the same distribution terms that you use for the rest of that
program.  This Exception is an additional permission under section 7
of the GNU General Public License, version 3 ("GPLv3").


(The condition for the exception is fulfilled because
ICU4C includes a configuration script generated by Autoconf,
namely the `configure` script.)

----------------------------------------------------------------------

File: install-sh (only for ICU4C)


Copyright 1991 by the Massachusetts Institute of Technology

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of M.I.T. not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.  M.I.T. makes no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.
  '      ResB             J    '   K K        f UCARules Version collations default emoji Sequence %%CollationBin eor private-unihan search standard %%DEPENDENCY depends   4 6   s t a n d a r d   u c a d a t a . i c u   [ n o r m a l i z a t i o n   o n ] [ s u p p r e s s C o n t r a c t i o n s   [ @- D  -           - ] ] & ' = ' < ' `"' & '< < < < < < < < "< < < < < < < < #< < < < < < < < %< < < < < < & H< < < < < < < < < < < $< < < < < < & J< < < < < < < < < < < < < < < < < &< < < < < < < < < < < < < < I< < < < < < < < < < < < & G< < < < < < < < < < < < < < )< < < < < < & [ l a s t   p r i m a r y   i g n o r a b l e ] < < @< < :&  = &   = = &  	= & = & = & = & = & = & = &  = & = & = & 	= & = & = & = & = & = & = & 	= & 	= & 		= 
= & = & = & = & = & = & = & = & = & au= b& cu= d& eu= f& gu= h& ia= j& iau= k& iu= l& ne= o& neu= p& nu= q& su= t  .&  N=  N& (N= (N& 6N= 6N& ?N= ?N& YN= YN& N= N& N= N& N= N& N= N& ?Q= ?Q& eQ= eQ& kQ= kQ& Q= Q& Q= Q& Q= Q& Q= Q& Q= Q&  R=  R& R= R& R= R& S= S& S= S& 8S= 8S& AS= AS& \S= \S& iS= iS& S= S& S= S& S= S& S= S& V= V& W= W& X= X& Y= Y& 
Y= 
Y& Y= Y& 'Y= 'Y& sY= sY& P[= P[& [= [& [= [& \= \& "\= "\& 8\= 8\& n\= n\& q\= q\& ]= ]& ]= ]& ]= ]& ]= ]& r^= r^& aN= z^& ^= ^& ^= ^& ^= ^& _= _& _= _& P_= P_& a_= a_& s_= s_& _= _& b= b& 6b= 6b& Kb= Kb& /e= /e& 4e= 4e& e= e& e= e& e= e& e= e& e= e& e= e& f= f& g= g& (g= (g&  k=  k& bk= bk& yk= yk& k= k& k= k& k= k& k= k& l= l& l= l& 4l= 4l& kp= kp& *r= *r& 6r= 6r& ;r= ;r& ,N= ?r& Gr= Gr& Yr= Yr& [r= [r& r= r& s= s& s= s& t= t& t= t& u= u& u= u& (u= (u& 0u= 0u& u= u& u= u& vv= vv& }v= }v& v= v& v= v& v= v& w= w& w= w& w= w& :y= :y& y= y& y= y& tz= tz& z= z& z= z& s|= s|& |= |& 6= 6& Q= Q& = & = & = & = & = & 3= 3& = & = & = & = & = & = & = & = & = & n= n& r= r& x= x& M= M& k= k& @= @& L= L& c= c& ~= ~& = & ҉= ҉&  =  & 7= 7& F= F& U= U& x= x& = & d= d& p= p& = & = & ʎ= ʎ& = & = & = & = & I= I& Ƒ= Ƒ& ̑= ̑& ё= ё& w= w& = & = & = & = & = & Q= Q& ^= ^& b= b& i= i& ˗= ˗& = & = & = & = & ۘ= ۘ& ߘ= ߘ& = & = & = & = & ؚ= ؚ& ߚ= ߚ& %= %& /= /& 2= 2& <= <& Z= Z& = & u= u& = & = & = & Þ= Þ& ͞= ͞& ў= ў& = & = & = & = &  =  & ;= ;& J= J& R= R& = & = & =   & a < <  < < e,< < < :< < < < P< < < o,< < < D< < Q< < < m,< < < E< < < < R< < < p,< < < & b < < < < < < < C< < /< < < < l< < < < S< < < < < < < < & c < < < < << < < ;< < < < < < < < < < < < U< < < < < !< < < !< < ?< < < >& d < < < < < < m< < < < V< < < < < W< < < < < < < < < < < < !< < q< < < < & e < < < < G< < < F< < < < x,< < < < < < < < 2< < {,< < Y< < < < < < J< < <  < < < < [< < < < < < !< < < K< < < < X< < Z< < \< < < < < < < < < < L< < ]< < ^< < & f < < 0< < n< < < < < < < < < N!< < < 2!< < & g < < a< < < < < b< < < < < < < < < < < < `< < < < < < < w< < < < < ~< < c< < < < < < < < d< < < < < & h < < < < f< < < < < < < < h,< < < g,< < v,< < < u,< < '< < < &< < g< < e< < < < < < < < < < & i < < 1< < < 5ؤ< < j< < < < < < < 	< < < N< < h< < < < < < < < {< < < < < < < i< < < < < < < < |& j < < 7< < < 5إ< < 
< < I< < < H< < < < < < < _< < < < < & k < < < < < < < < < < < j,< < < i,< < A< < < @< < C< < < B< < E< < < D< < 8< < & l < < < < < < < < < < G< < < F< < < < I< < < H< < < < < =< < a,< < < `,< < k< < < b,< < l< < < < < < < m< < < < < < < 4< < r< < < < < < < & m < < < < < < < o< < < < q< < < n,< < < < < < < < < s< < o< < < < < < Z< < < < < < p< < < & n < < I< < t< < < < < < < < ;< < < < p< < r< < < < < < < < < < <  < < < < < < < < < s< < < < < 5< < t< < K< < < J< < < Q& o < < < < < < < < T< < < < < < S< < < < < < < < M< < < L< < < < < T< < < < < U< < z,< < u< < < < < < < < K< < < J< < w< < #< < < "< < < =< < & p < < < < }< < < c,< < Q< < < P< < q< < < < < < < < < S< < < R< < U< < < T< < < < x< < < < < w,& q < < W< < < V< < Y< < < X< < < < K< < < J& r < < < < < < < < < < [< < < < < < Z< < < < M< < < L< < r< < y< < < < < < < z< < < < {< < < < < y,< < |< < }< < < d,< < ~< < s< < < < < < < < < u< < v< < ]< < < \& s < < 1< < t< < < < < < < < < ?< < < ~,< < < < < < < < < < < < < < < < < < < < < < & t < < < < g< < < f< < f,< < < >< < u< < < < < < < < < < < < < < < < < 6< < w< < & u < < < < < < < < < < Y< < < < < < < D< < < < < ~< < < < < < < < < < < < & v < <  < < _< < < ^< < < < < < < < < < < < q,< < t,< < < < < < < < < < E< < < & w < < !< < s,< < < r,< < < < < < < & x < < & y < < < < O< < < N< < < < < < < < < < < < < < < < < & z < < "< < < < < < < v< < < < %< < < $< < < < < < < < < < < < @< < < ,< < l,< < < k,< < c< < < b< < < < < < < < < < < < < < < #< < < < < < < < < < < &  < < e< < < d< < g< < < f& a e < < < < < < < F& d < < & d < < & h v < < < < < & l < < n& o e < < v< < & t U< < & u e < < k& [ l a s t   t e r t i a r y   i g n o r a b l e ] = = = i= h= k= j= m= l= o= = n= p= x= = += *= -= ,= /= .= = = = = = = = B= A= = = = = #= "= = = = = = = $= %= \= %= $= = = = = = = = = = = & < < && < < '& < < (& < < )& < < *& R< < S< < < & 9< < < < & ;< < +& [< < \< < < & <   2<&   [ l a s t   p r i m a r y   i g n o r a b l e ] < < * >ذ>ر>س>ز<<<<<&   [ b e f o r e   1 ]  < * = =====>#==B=C>=	=
=< * >p=>)==:&==>r< * ===>*=>< * >>->>>+>>< * >>(===6><   =6 <+< * ===D=,<   =. =ب< * >%><   =B !<   =B !< * ===*>$=4>< * =7>>>">.>'>u>v>t=5<   =5 =ث< * >/< * > >s>x< * =>>< * =>==A9&=.=/=2=3>z>y=&='=(=0=%="=-=1==#===)=+>q< * =$=!= >,===؀ &< * =ة>!=y=z={=}=~>< * =:=8=9=;=<===@=?=>< * =H=I=J< * =،=ؘ=؝=ؖ=ؗ=ؓ=؞=ؕ=؟c'=ؔ<   d' =%  =   d' =%<   d' >y  =   d' >y< * d'>w>=؛=ؚ=ؙ>u=؜>=ؤ>v>< * =؋=د=آ=إ=ث=ئ=ب=s=ج<   =A =  =   =A =< * ===ح=ؤ< * =K>=ؐ'=ؖ>>>>>>< * =L>>'>>>>>< * =H=I=F=ؕ=G&>< * =M=N
'=J>>< * =O=L>=P>2>=O< * '=؅>3< * =ت>ؾ>ؿ>ص>ض=B>ػ=C>>>>ط>ش=@=A=E=D>< * =v>=f=g>=q=h><   > B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&<   > @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&< * =i<   =q @&  < <   =q< @&  < <   =q< @&  < <   =q< @&  < <   =q< @&  < <   =q< @&<   =q B&  < <   =q< B&  < <   =q< B&  < <   =q< B&  < <   =q< B&  < <   =q< B&< * >=t=u< * =M<   =M B&  < <   =M< B&  < <   =M< B&  < <   =M< B&  < <   =M< B&  < <   =M< B&<   =M @&  < <   =M< @&  < <   =M< @&  < <   =M< @&  < <   =M< @&  < <   =M< @&< * =N<   =N B&  < <   =N< B&  < <   =N< B&  < <   =N< B&  < <   =N< B&  < <   =N< B&<   =N @&  < <   =N< @&  < <   =N< @&  < <   =N< @&  < <   =N< @&  < <   =N< @&< * =E<   =E B&  < <   =E< B&  < <   =E< B&  < <   =E< B&  < <   =E< B&  < <   =E< B&<   =E @&  < <   =E< @&  < <   =E< @&  < <   =E< @&  < <   =E< @&  < <   =E< @&< * =F<   =F B&  < <   =F< B&  < <   =F< B&  < <   =F< B&  < <   =F< B&  < <   =F< B&<   =F @&  < <   =F< @&  < <   =F< @&  < <   =F< @&  < <   =F< @&  < <   =F< @&< * =؁<   =؁ B&  < <   =؁< B&  < <   =؁< B&  < <   =؁< B&  < <   =؁< B&  < <   =؁< B&<   =؁ @&  < <   =؁< @&  < <   =؁< @&  < <   =؁< @&  < <   =؁< @&  < <   =؁< @&< * =K<   =K B&  < <   =K< B&  < <   =K< B&  < <   =K< B&  < <   =K< B&  < <   =K< B&<   =K @&  < <   =K< @&  < <   =K< @&  < <   =K< @&  < <   =K< @&  < <   =K< @&< * ><   > B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&<   > @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&< * =G<   =G B&  < <   =G< B&  < <   =G< B&  < <   =G< B&  < <   =G< B&  < <   =G< B&<   =G @&  < <   =G< @&  < <   =G< @&  < <   =G< @&  < <   =G< @&  < <   =G< @&< * >&<   >& B&  < <   >&< B&  < <   >&< B&  < <   >&< B&  < <   >&< B&  < <   >&< B&<   >& @&  < <   >&< @&  < <   >&< @&  < <   >&< @&  < <   >&< @&  < <   >&< @&< * >7<   >7 B&  < <   >7< B&  < <   >7< B&  < <   >7< B&  < <   >7< B&  < <   >7< B&<   >7 @&  < <   >7< @&  < <   >7< @&  < <   >7< @&  < <   >7< @&  < <   >7< @&<   > &  < <   >< &  < <   >< &  < <   >< &  < <   >< &  < <   >< &<   =h &  < <   =h< &  < <   =h< &  < <   =h< &  < <   =h< &  < <   =h< &<   =i &  < <   =i< &  < <   =i< &  < <   =i< &  < <   =i< &  < <   =i< &<   > <ؓ  < <   >< <ؓ  < <   >< <ؓ  < <   >< <ؓ  < <   >< <ؓ  < <   >< <ؓ<   =h <ؓ  < <   =h< <ؓ  < <   =h< <ؓ  < <   =h< <ؓ  < <   =h< <ؓ  < <   =h< <ؓ<   =i <ؓ  < <   =i< <ؓ  < <   =i< <ؓ  < <   =i< <ؓ  < <   =i< <ؓ  < <   =i< <ؓ<   > <  < <   >< <  < <   >< <  < <   >< <  < <   >< <  < <   >< <<   =h <  < <   =h< <  < <   =h< <  < <   =h< <  < <   =h< <  < <   =h< <<   =i <  < <   =i< <  < <   =i< <  < <   =i< <  < <   =i< <  < <   =i< <<   > &  < <   >< &  < <   >< &  < <   >< &  < <   >< &  < <   >< &<   =h &  < <   =h< &  < <   =h< &  < <   =h< &  < <   =h< &  < <   =h< &<   =i &  < <   =i< &  < <   =i< &  < <   =i< &  < <   =i< &  < <   =i< &<   > <>  < <   >< <>  < <   >< <>  < <   >< <>  < <   >< <>  < <   >< <><   =h <>  < <   =h< <>  < <   =h< <>  < <   =h< <>  < <   =h< <>  < <   =h< <><   =i <>  < <   =i< <>  < <   =i< <>  < <   =i< <>  < <   =i< <>  < <   =i< <><   > <s  < <   >< <s  < <   >< <s  < <   >< <s  < <   >< <s  < <   >< <s<   =h <s  < <   =h< <s  < <   =h< <s  < <   =h< <s  < <   =h< <s  < <   =h< <s<   =i <s  < <   =i< <s  < <   =i< <s  < <   =i< <s  < <   =i< <s  < <   =i< <s<   > ='  < <   >< ='  < <   >< ='  < <   >< ='  < <   >< ='  < <   >< ='<   =h ='  < <   =h< ='  < <   =h< ='  < <   =h< ='  < <   =h< ='  < <   =h< ='<   =i ='  < <   =i< ='  < <   =i< ='  < <   =i< ='  < <   =i< ='  < <   =i< ='<   > <  < <   >< <  < <   >< <  < <   >< <  < <   >< <  < <   >< <<   =h <  < <   =h< <  < <   =h< <  < <   =h< <  < <   =h< <  < <   =h< <<   =i <  < <   =i< <  < <   =i< <  < <   =i< <  < <   =i< <  < <   =i< <<   > =ؼ  < <   >< =ؼ  < <   >< =ؼ  < <   >< =ؼ  < <   >< =ؼ  < <   >< =ؼ<   =h =ؼ  < <   =h< =ؼ  < <   =h< =ؼ  < <   =h< =ؼ  < <   =h< =ؼ  < <   =h< =ؼ<   =i =ؼ  < <   =i< =ؼ  < <   =i< =ؼ  < <   =i< =ؼ  < <   =i< =ؼ  < <   =i< =ؼ<   > =,  < <   >< =,  < <   >< =,  < <   >< =,  < <   >< =,  < <   >< =,<   =h =,  < <   =h< =,  < <   =h< =,  < <   =h< =,  < <   =h< =,  < <   =h< =,<   =i =,  < <   =i< =,  < <   =i< =,  < <   =i< =,  < <   =i< =,  < <   =i< =,<   > =ػ  < <   >< =ػ  < <   >< =ػ  < <   >< =ػ  < <   >< =ػ  < <   >< =ػ<   =h =ػ  < <   =h< =ػ  < <   =h< =ػ  < <   =h< =ػ  < <   =h< =ػ  < <   =h< =ػ<   =i =ػ  < <   =i< =ػ  < <   =i< =ػ  < <   =i< =ػ  < <   =i< =ػ  < <   =i< =ػ<   > <ؤ  < <   >< <ؤ  < <   >< <ؤ  < <   >< <ؤ  < <   >< <ؤ  < <   >< <ؤ<   =h <ؤ  < <   =h< <ؤ  < <   =h< <ؤ  < <   =h< <ؤ  < <   =h< <ؤ  < <   =h< <ؤ<   =i <ؤ  < <   =i< <ؤ  < <   =i< <ؤ  < <   =i< <ؤ  < <   =i< <ؤ  < <   =i< <ؤ<   > <ب  < <   >< <ب  < <   >< <ب  < <   >< <ب  < <   >< <ب  < <   >< <ب<   =h <ب  < <   =h< <ب  < <   =h< <ب  < <   =h< <ب  < <   =h< <ب  < <   =h< <ب<   =i <ب  < <   =i< <ب  < <   =i< <ب  < <   =i< <ب  < <   =i< <ب  < <   =i< <ب<   > '  < <   >< '  < <   >< '  < <   >< '  < <   >< '  < <   >< '<   =h '  < <   =h< '  < <   =h< '  < <   =h< '  < <   =h< '  < <   =h< '<   =i '  < <   =i< '  < <   =i< '  < <   =i< '  < <   =i< '  < <   =i< '<   > =؀  < <   >< =؀  < <   >< =؀  < <   >< =؀  < <   >< =؀  < <   >< =؀<   =h =؀  < <   =h< =؀  < <   =h< =؀  < <   =h< =؀  < <   =h< =؀  < <   =h< =؀<   =i =؀  < <   =i< =؀  < <   =i< =؀  < <   =i< =؀  < <   =i< =؀  < <   =i< =؀<   > =ؒ  < <   >< =ؒ  < <   >< =ؒ  < <   >< =ؒ  < <   >< =ؒ  < <   >< =ؒ<   =h =ؒ  < <   =h< =ؒ  < <   =h< =ؒ  < <   =h< =ؒ  < <   =h< =ؒ  < <   =h< =ؒ<   =i =ؒ  < <   =i< =ؒ  < <   =i< =ؒ  < <   =i< =ؒ  < <   =i< =ؒ  < <   =i< =ؒ< * =n<   =n B&  < <   =n< B&  < <   =n< B&  < <   =n< B&  < <   =n< B&  < <   =n< B&<   =n @&  < <   =n< @&  < <   =n< @&  < <   =n< @&  < <   =n< @&  < <   =n< @&< * =u<   =u B&  =   =u B&  < <   =u< B&  < <   =u< B&  < <   =u< B&  < <   =u< B&  < <   =u< B&<   =u @&  =   =u @&  < <   =u< @&  < <   =u< @&  < <   =u< @&  < <   =u< @&  < <   =u< @&< * =؂<   =؂ B&  < <   =؂< B&  < <   =؂< B&  < <   =؂< B&  < <   =؂< B&  < <   =؂< B&<   =؂ @&  < <   =؂< @&  < <   =؂< @&  < <   =؂< @&  < <   =؂< @&  < <   =؂< @&< * >w=w<   =w B&  < <   =w< B&  < <   =w< B&  < <   =w< B&  < <   =w< B&  < <   =w< B&<   =w @&  < <   =w< @&  < <   =w< @&  < <   =w< @&  < <   =w< @&  < <   =w< @&< * >>4=x=s<   =s B&  < <   =s< B&  < <   =s< B&  < <   =s< B&  < <   =s< B&  < <   =s< B&<   =s @&  < <   =s< @&  < <   =s< @&  < <   =s< @&  < <   =s< @&  < <   =s< @&< * =r>>5<   >5 B&  < <   >5< B&  < <   >5< B&  < <   >5< B&  < <   >5< B&  < <   >5< B&<   >5 @&  < <   >5< @&  < <   >5< @&  < <   >5< @&  < <   >5< @&  < <   >5< @&< * =p<   =p B&  < <   =p< B&  < <   =p< B&  < <   =p< B&  < <   =p< B&  < <   =p< B&<   =p @&  < <   =p< @&  < <   =p< @&  < <   =p< @&  < <   =p< @&  < <   =p< @&< * >0>>>1<   =i <|  < <   =i< <|  < <   =i< <|  < <   =i< <|  < <   =i< <|  < <   =i< <|<   =h <|  < <   =h< <|  < <   =h< <|  < <   =h< <|  < <   =h< <|  < <   =h< <|<   > <|  < <   >< <|  < <   >< <|  < <   >< <|  < <   >< <|  < <   >< <|< * =|<؅>6<   > <؄  < <   >< <؄  < <   >< <؄  < <   >< <؄  < <   >< <؄  < <   >< <؄< * >ظ<   >ظ B&  < <   >ظ< B&  < <   >ظ< B&  < <   >ظ< B&  < <   >ظ< B&  < <   >ظ< B&<   >ظ @&  < <   >ظ< @&  < <   >ظ< @&  < <   >ظ< @&  < <   >ظ< @&  < <   >ظ< @&< * >ع<   >ع B&  < <   >ع< B&  < <   >ع< B&  < <   >ع< B&  < <   >ع< B&  < <   >ع< B&<   >ع @&  < <   >ع< @&  < <   >ع< @&  < <   >ع< @&  < <   >ع< @&  < <   >ع< @&< * ><   > B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&<   > @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&< * ><   > B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&<   > @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&< * ><   > B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&<   > @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&< * ><   > B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&<   > @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&< * ><   > B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&<   > @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&< * ><   > B&<   > @&< * ><   > B&<   > @&< * >< * =؆<   =؆ B&  < <   =؆< B&  < <   =؆< B&  < <   =؆< B&  < <   =؆< B&  < <   =؆< B&<   =؆ @&  < <   =؆< @&  < <   =؆< @&  < <   =؆< @&  < <   =؆< @&  < <   =؆< @&< * =؇<   =؇ B&  < <   =؇< B&  < <   =؇< B&  < <   =؇< B&  < <   =؇< B&  < <   =؇< B&<   =؇ @&  < <   =؇< @&  < <   =؇< @&  < <   =؇< @&  < <   =؇< @&  < <   =؇< @&< * =ض<   =ض B&  < <   =ض< B&  < <   =ض< B&  < <   =ض< B&  < <   =ض< B&  < <   =ض< B&<   =ض @&  < <   =ض< @&  < <   =ض< @&  < <   =ض< @&  < <   =ض< @&  < <   =ض< @&<   =ض '  < <   =ض< '  < <   =ض< '  < <   =ض< '  < <   =ض< '  < <   =ض< '<   =ض @& '  =   =ض @& '  < <   =ض< @& '  =   =ض< @& '  < <   =ض< @& '  =   =ض< @& '  < <   =ض< @& '  =   =ض< @& '  < <   =ض< @& '  =   =ض< @& '  < <   =ض< @& '  =   =ض< @& '<   =ض B& '  =   =ض B& '  < <   =ض< B& '  =   =ض< B& '  < <   =ض< B& '  =   =ض< B& '  < <   =ض< B& '  =   =ض< B& '  < <   =ض< B& '  =   =ض< B& '  < <   =ض< B& '  =   =ض< B& '< * ><   > B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&<   > @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&< * ><   > B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&<   > @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&<   > '  < <   >< '  < <   >< '  < <   >< '  < <   >< '  < <   >< '<   > @& '  =   > @& '  < <   >< @& '  =   >< @& '  < <   >< @& '  =   >< @& '  < <   >< @& '  =   >< @& '  < <   >< @& '  =   >< @& '  < <   >< @& '  =   >< @& '<   > B& '  =   > B& '  < <   >< B& '  =   >< B& '  < <   >< B& '  =   >< B& '  < <   >< B& '  =   >< B& '  < <   >< B& '  =   >< B& '  < <   >< B& '  =   >< B& '<   > >د  < <   >< >د  < <   >< >د  < <   >< >د  < <   >< >د  < <   >< >د<   > >د '  < <   >< >د '  < <   >< >د '  < <   >< >د '  < <   >< >د '  < <   >< >د '<   =h >د  < <   =h< >د  < <   =h< >د  < <   =h< >د  < <   =h< >د  < <   =h< >د<   =h >د '  < <   =h< >د '  < <   =h< >د '  < <   =h< >د '  < <   =h< >د '  < <   =h< >د '<   =i >د  < <   =i< >د  < <   =i< >د  < <   =i< >د  < <   =i< >د  < <   =i< >د<   =i >د '  < <   =i< >د '  < <   =i< >د '  < <   =i< >د '  < <   =i< >د '  < <   =i< >د '<   > >ؼ  < <   >< >ؼ  < <   >< >ؼ  < <   >< >ؼ  < <   >< >ؼ  < <   >< >ؼ<   > >ؼ '  < <   >< >ؼ '  < <   >< >ؼ '  < <   >< >ؼ '  < <   >< >ؼ '  < <   >< >ؼ '<   =h >ؼ  < <   =h< >ؼ  < <   =h< >ؼ  < <   =h< >ؼ  < <   =h< >ؼ  < <   =h< >ؼ<   =h >ؼ '  < <   =h< >ؼ '  < <   =h< >ؼ '  < <   =h< >ؼ '  < <   =h< >ؼ '  < <   =h< >ؼ '<   =i >ؼ  < <   =i< >ؼ  < <   =i< >ؼ  < <   =i< >ؼ  < <   =i< >ؼ  < <   =i< >ؼ<   =i >ؼ '  < <   =i< >ؼ '  < <   =i< >ؼ '  < <   =i< >ؼ '  < <   =i< >ؼ '  < <   =i< >ؼ '<   > >ؽ  < <   >< >ؽ  < <   >< >ؽ  < <   >< >ؽ  < <   >< >ؽ  < <   >< >ؽ<   > >ؽ '  < <   >< >ؽ '  < <   >< >ؽ '  < <   >< >ؽ '  < <   >< >ؽ '  < <   >< >ؽ '<   =h >ؽ  < <   =h< >ؽ  < <   =h< >ؽ  < <   =h< >ؽ  < <   =h< >ؽ  < <   =h< >ؽ<   =h >ؽ '  < <   =h< >ؽ '  < <   =h< >ؽ '  < <   =h< >ؽ '  < <   =h< >ؽ '  < <   =h< >ؽ '<   =i >ؽ  < <   =i< >ؽ  < <   =i< >ؽ  < <   =i< >ؽ  < <   =i< >ؽ  < <   =i< >ؽ<   =i >ؽ '  < <   =i< >ؽ '  < <   =i< >ؽ '  < <   =i< >ؽ '  < <   =i< >ؽ '  < <   =i< >ؽ '< * <<   < B&  < <   << B&  < <   << B&  < <   << B&  < <   << B&  < <   << B&<   < @&  < <   << @&  < <   << @&  < <   << @&  < <   << @&  < <   << @&<   < '  < <   << '  < <   << '  < <   << '  < <   << '  < <   << '<   < @& '  =   < @& '  < <   << @& '  =   << @& '  < <   << @& '  =   << @& '  < <   << @& '  =   << @& '  < <   << @& '  =   << @& '  < <   << @& '  =   << @& '<   < B& '  =   < B& '  < <   << B& '  =   << B& '  < <   << B& '  =   << B& '  < <   << B& '  =   << B& '  < <   << B& '  =   << B& '  < <   << B& '  =   << B& '< * =؃=z=t=o<   =o B&<   =o @&< * ><   > B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&<   > @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&< * ><   > B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&<   > @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&< * >:<&<<<   < B&  =   < B&  < <   << B&  < <   << B&  < <   << B&  < <   << B&  < <   << B&<   < @&  =   < @&  < <   << @&  < <   << @&  < <   << @&  < <   << @&  < <   << @&< * <<   < B&  < <   << B&  < <   << B&  < <   << B&  < <   << B&  < <   << B&<   < @&  < <   << @&  < <   << @&  < <   << @&  < <   << @&  < <   << @&< * =أ<   =أ B&  < <   =أ< B&  < <   =أ< B&  < <   =أ< B&  < <   =أ< B&  < <   =أ< B&<   =أ @&  < <   =أ< @&  < <   =أ< @&  < <   =أ< @&  < <   =أ< @&  < <   =أ< @&< * <<   < B&  < <   << B&  < <   << B&  < <   << B&  < <   << B&  < <   << B&<   < @&  < <   << @&  < <   << @&  < <   << @&  < <   << @&  < <   << @&< * &<   & B&  =   & B&  < <   &< B&  < <   &< B&  < <   &< B&  < <   &< B&  < <   &< B&<   & @&  =   & @&  < <   &< @&  < <   &< @&  < <   &< @&  < <   &< @&  < <   &< @&< * <<   < B&  =   < B&  < <   << B&  < <   << B&  < <   << B&  < <   << B&  < <   << B&<   < @&  =   < @&  < <   << @&  < <   << @&  < <   << @&  < <   << @&  < <   << @&< * =ش<   =ش B&  < <   =ش< B&  < <   =ش< B&  < <   =ش< B&  < <   =ش< B&  < <   =ش< B&<   =ش @&  < <   =ش< @&  < <   =ش< @&  < <   =ش< @&  < <   =ش< @&  < <   =ش< @&< * =ص<   =ص B&  < <   =ص< B&  < <   =ص< B&  < <   =ص< B&  < <   =ص< B&  < <   =ص< B&<   =ص @&  < <   =ص< @&  < <   =ص< @&  < <   =ص< @&  < <   =ص< @&  < <   =ص< @&< * >8<   >8 B&  < <   >8< B&  < <   >8< B&  < <   >8< B&  < <   >8< B&  < <   >8< B&<   >8 @&  < <   >8< @&  < <   >8< @&  < <   >8< @&  < <   >8< @&  < <   >8< @&< * ><<   >< B&<   >< @&< * >=<   >= B&  < <   >=< B&  < <   >=< B&  < <   >=< B&  < <   >=< B&  < <   >=< B&<   >= @&  < <   >=< @&  < <   >=< @&  < <   >=< @&  < <   >=< @&  < <   >=< @&< * >><   >> B&  < <   >>< B&  < <   >>< B&  < <   >>< B&  < <   >>< B&  < <   >>< B&<   >> @&  < <   >>< @&  < <   >>< @&  < <   >>< @&  < <   >>< @&  < <   >>< @&< * >9<   >9 B&  < <   >9< B&  < <   >9< B&  < <   >9< B&  < <   >9< B&  < <   >9< B&<   >9 @&  < <   >9< @&  < <   >9< @&  < <   >9< @&  < <   >9< @&  < <   >9< @&< * ><   > B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&  < <   >< B&<   > @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&< * ==<   > > >  < <   >< > >  < <   >< > >  < <   >< > >  < <   >< > >  < <   >< > ><   =m  < <   =i< > =i  < <   =i< > =i  < <   =i< > =i  < <   =i< > =i  < <   =i< > =i<   =k  < <   =i< > =h  < <   =i< > =h  < <   =i< > =h  < <   =i< > =h  < <   =i< > =h<   =l  < <   =h< > =h  < <   =h< > =h  < <   =h< > =h  < <   =h< > =h  < <   =h< > =h&   =i< > =i<= =m<&   =i< > =i<= =m<&   =i< > =i<= =m<&   =i< > =i<= =m<&   =i< > =i<= =m<&   =i< > =h<= =k<&   =i< > =h<= =k<&   =i< > =h<= =k<&   =i< > =h<= =k<&   =i< > =h<= =k<&   =h< > =h<= =l<&   =h< > =h<= =l<&   =h< > =h<= =l<&   =h< > =h<= =l<&   =h< > =h<= =l<< * =؏<   =i d' =؋ =h  =   =i d' =؋ =h<   =h d' =؋ =h  =   =h d' =؋ =h<   =i d' =؋ =i  =   =i d' =؋ =i< * =ؑ<   =i d' =h  =   =i d' =h<   =h d' =h  =   =h d' =h<   =i d' =i  =   =i d' =i<   =h =i =f<   =h =i =g<   =h =i =g =f<   =h =i =f =f<   =h =i =g =g<   =h =h =f<   =h =h =g<   =h =h =g =f<   =h =h =f =f<   =h =h =g =g<   =i =i =f<   =i =i =g<   =i =i =g =f<   =i =i =f =f<   =i =i =g =g<   =h =f<   =h =f =f<   =h =g<   =h =g =f<   =h =g =g<   =i =f<   =i =f =f<   =i =g<   =i =g =f<   =i =g =g< * ==d=e>=j<   > > ><   > > > ><   > ><   > > >< * =c>< * >ذ>ر>س>ز< * =5=>؍>ا=6=>خ<   = >غ< * =)=:>؊>؝=1=<   = +< * >؁=/===4>>=>؄>ؓ>،>ج=.====7========*=+>ؙ>ؒ=>أ>؏>؛=-== =9=0==?>ث>ؔ>؇=;<   =; D'< * =(=<>إ>ئ>ب>ؘ>ء=>< * >؃===#=$=%=&='=J>؅>؆>آ>؉>ؤ>ض>ة>ؚ>؜>ؽ<   =& +< * >ؿ<   =& =%< * =8< * =
=">؎==2=	>ؕ>ؖ< * =3==,>ح== =!>؈==>ظ>ؼ>؀>؞>ؐ>ؑ>ت< * =>؋===>ز=>ؗ>س=w=x>؂>؟>ذ>ر>ؠ< * =ؐ<8=خ>ط<<9>@<:<;<<<7>ػ< * <1>ش<2<3<4<5<><?&<@<A<B<C>ع>غ<D>ؾ< * <G<H<I<J<K<   <K =< * <L<M>m<N<O<P<Q<R<S>>]<E>>e< * >Q<F>T>U<=<6>>R>l>f>>>\><0>><   <D =< * >< * <^>P>V>>h>o>^>><V<W>i>S<T<_<U<->j<.</>>Y>>Z<s>X<r>>c>W<>>>k< * <q<X<Y<Z<[<\<]<`<b<c<d<e>n<a>_>`>a< * <f<g<h<i<j<؂<p>>g<k<l<m<n<o< * <|>[&><u<v<~<w<x<y<z<{>B>C>>d>>>>< * >b<}<t>D=*><< * <<<<==>< * <&<=<<<<<< * <<<>>ب>ص=<<<<<<<<<<<<<<<<<=ؒ==< * &=L==M&=K< * &&<<<<<<<<	h&<ؠ=<ء<آ=؈<ت< * =؂=؃=؄=؅=؆=؇=؈=؉=؊=؝=؞=؋=،=؍=؎=ؐ=ؑ=ؒ=ؓ=ؔ=ؕ=ؖ=ؗ=ؘ=ؙ==ؚ=؛=؜<<=>ؽ>ؼ==ز====؏===&==ب=إ=ئ==ا< * &=&==ؤ=&==آ< * '===>؂=غ=؁=؟=ؠ=ء==؀=< * =>< * ######=p=[=g=P=\=Q=]=R=^=S=_=T=`=U=a=V=b=W=c=X=d=Y=e=Z=f< * <<<<<<<<<<<<<! &<<>ؐP+<< <&&&<$<%<&<'<(<)<*<+<,< <<&&&&D'&&&=%=ا<
< * <؃<؄<؆<؇>('<؈<؉<؊<؋<؍<؎<؏<ؐ<ؑ><؀<؁<ؗ<؟<ث< * <ؖ<<>G>H>I< * &&>N<<<<<ؾ>O<س<<<>M<<>J>K>E&&<أ>?<ؽ<ؿ=>L< * <د>؀>؁=+<ر=.>؄<خ=y<ذ<ز>>>؅>ة>؆`&e&f&c&_&<<<ش< * <ح=ؼ<ب>>ء>>آ< * =S=v>}>|>غ=T=U=V>>>>=W=X>{>q>r>s=Y=Z>ح=[=\=]=<ؒ>t=^=_>~>=`=a>p=b>خ=Q=R<ة<ؓ>>ؖ&==؄=؍=؎< * ===	=
=====< * <ؼ<ص<ض<ؙ<ؚ<؛<ؤ<ا=< * <ط>ؗ<ظ<ع<غ<ػ>ؕ>A>ؘ>؇>؈>؉< * ==&===< * =>ث==ػ=إ=ب(#=ر=ز=ؽ=ؾ=ؿ=>< * <إ<؞=<ج========o=ء=&<>ؔ< * ================<< * =ذ>ؙ=ش=ص=ض=ط=ظ=س>=ع< * 	'============< * ''=؋=؊=،=؍=< * =ؼ================؇=='===< * ======< * =(>ؓ&&==ݔ&=أ>؃<=>ؚ='>؛=)ݙ&=ݖ&>د=<   & =إ  =   & =إ< * &>؝>>>؜>؏< * &>>>=,=-=< * =؉>x=؊>y>|>z>{< * =ت=>؞>؟==>ؑ=ؽ>ؠ=ؿ=>ؤ>ؒ>>>>>>أ>>>إ>>=< * =جް&>ئޱ&>>ج=>ا>ت< * <=خ=ذ&=ع=غ=ػ=ؼ=ؾ====< * &=ظ&=ث=س=ح=د=ر=ط=="&#&< * +!'!+!+!!!!!4)5)=======< * =ޛ&=I!'8&/&'&&*&.&=N=/>د< * H&I&J&K&L&M&N&O&P&Q&R&S&&< * = ==ݶ%###%##=<#==#####<ئ======< * @&B&&< * ''''=~&< * < I S'T'U'W'00< * =ر=ز< * &{&&=1==0U+'&'L'N'''=03'4'G'  "!><   ' #  '   =   ' #  ' <   ' *  '   =   ' *  ' <   0    =   0  <   1    =   1  <   2    =   2  <   3    =   3  <   4    =   4  <   5    =   5  <   6    =   6  <   7    =   7  <   8    =   8  <   9    =   9  < * =< * = =!="=#=$<p<؎<q<ؑ<ؒ<ؓ9!<ؔ$<ؕ<ؖ<~<ؗ<<ؘ<ؙ<ؚ<<<7<6</<P<9<<2<Q<8<4<3ޗ22<:<5< * =4====5==߫&&=======++%%%%%%=6=7=8=9=:=;=ؠ==3=2< * <=ة<،<<<   < <  =   < <<   < &  =   < &<   <  &< * <<<<<<<<<<<<<<<<<<<<<<<<<<<   <@g@b@e@n@g@<   <@g@b@s@c@t@<   <@g@b@w@l@s@&   >  < <   =q&   =h  < <   >  < < > B&  < < >< B&  < < >< B&  < < >< B&  < < >< B&  < < >< B&  < < =q B&  < < =q< B&  < < =q< B&  < < =q< B&  < < =q< B&  < < =q< B&&   =i  < <   > @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   >< @&  < <   =q @&  < <   =q< @&  < <   =q< @&  < <   =q< @&  < <   =q< @&  < <   =q< @&  a& [ l a s t   t e r t i a r y   i g n o r a b l e ] = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = O= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = '  ' = ' ' = ' ' = ' ' = ' ' = ' ' = = = = = = = = = = = = ' ' =  @ = = = = = = = = ' ' = = = = = = = = = = = = = ' ' = @= C= D= G= H= I= J=   = ' ' = ' ' = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = ' ' = = = = = = = = Q	= R	= = = 5= 7= >= ?= = = = = = = 
= = = = ' ' = = = k= l= m= n= o= p= q= r= s= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = '  ' = '  ' = '  ' = '  ' = '  ' = ' * ' = ' + ' = ' , ' = ' - ' = ' . ' = ' ` ' = ' a ' = ' b ' = ' c ' = ' d ' = ' f ' = ' g ' = ' h ' = ' i ' = ' j ' = ' k ' = ' l ' = ' m ' = ' n ' = ' o ' = -= p= q= r= = = = = = = = = = = = = = = = = = =  = = = = = = = = = 	= 
= = = = = = != #= $= %= &= (= *= += ,= -= /=  s = ' ' = ' ' = ' ' = ' ' =  = = = = ' ؽ' = ' ' = f= g= h= i= j= k= l= p= q= r= s= t= = = ' 0' = ' 1' = ' 2' = ' 3' = ' 4' = ' 5' = ' 6' = ' 7' = ' 8' = ' 9' = ' :' = ' ;' = ' <' = ' =' = ' >' = ' ?' = @= G= H= I= J= K= L= M= N= O= P= Q= R= S= T= U= = ' /ؠ' = ' /ء' = ' /آ' = ' /أ' = 3 = 3= 3= 3= 3= 3= 3= 3= 3= 3	= 3
= 3= 3= 3= 3= 3= 3= 3= 3= 3= 3= 3= 3= 3= 3= 3= 3= 3= 3= 3= 3= 3= 3 = 3!= 3"= 3#= 3$= 3%= 3&= 3'= 3(= 3)= 3*= 3+= 3,= 3-= 30= 31= 32= 33= 34= 35= 36= 37= 38= 39= 3:= 3;= 3<= 3== 3>= 3?= 3@= 3A= 3B= 3C= 3D= 3E= 3F= 4e= 4f= 4g= 4h= 4i= 4m= 4n= 4o= 4p= 4q= 4r= ' 4s' = ' 4t' = ' 4u' = ' 4v' = ' 4w' = ' 4x' = ' 4y' = ' 4z' = 4{= 4|= 4}= 4~= 4= 4؀= 4؁= 4؂= 4؅= 4؆= 4؇= 4؈= 4؉= 4؊= 4؋= 4ت= 4ث= 4ج= 4ح= 4B= 4C= 4D= 6 = 6= 6= 6= 6= 6= 6= 6= 6= 6	= 6
= 6= 6= 6= 6= 6= 6= 6= 6= 6= 6= 6= 6= 6= 6= 6= 6= 6= 6= 6= 6= 6= 6 = 6!= 6"= 6#= 6$= 6%= 6&= 6'= 6(= 6)= 6*= 6+= 6,= 6-= 6.= 6/= 60= 61= 62= 63= 64= 65= 66= 6;= 6<= 6== 6>= 6?= 6@= 6A= 6B= 6C= 6D= 6E= 6F= 6G= 6H= 6I= 6J= 6K= 6L= 6M= 6N= 6O= 6P= 6Q= 6R= 6S= 6T= 6U= 6V= 6W= 6X= 6Y= 6Z= 6[= 6\= 6]= 6^= 6_= 6`= 6a= 6b= 6c= 6d= 6e= 6f= 6g= 6h= 6i= 6j= 6k= 6l= 6u= 6؄= 6؛= 6؜= 6؝= 6؞= 6؟= 6ء= 6آ= 6أ= 6ؤ= 6إ= 6ئ= 6ا= 6ب= 6ة= 6ت= 6ث= 6ج= 6ح= 6خ= 6د= := := := := := := := ' @' = ' @ ' = ' @!' = ' @"' = ' @#' = ' @$' = ' @%' = ' @&' = ' @'' = ' @(' = ' @)' = ' @*' = ' @+' = ' @,' = ' @-' = ' @.' = ' @/' = ' @0' = ' @1' = ' @2' = ' @3' = ' @4' = ' @5' = ' @6' = ' @7' = ' @8' = ' @9' = ' @:' = ' @;' = ' @<' = ' @=' = ' @>' = ' @?' = ' @@' = ' @A' = ' @B' = ' @C' = ' @D' = ' @E' = ' @F' = ' @G' = ' @H' = ' @I' = ' @J' = ' @K' = ' @L' = ' @M' = ' @N' = ' @O' = ' @P' = ' @Q' = ' @R' = ' @S' = ' @T' = ' @U' = ' @V' = ' @W' = ' @X' = ' @Y' = ' @Z' = ' @[' = ' @\' = ' @]' = ' @^' = ' @_' = ' @`' = ' @a' = ' @b' = ' @c' = ' @d' = ' @e' = ' @f' = ' @g' = ' @h' = ' @i' = ' @j' = ' @k' = ' @l' = ' @m' = ' @n' = ' @o' = ' @p' = ' @q' = ' @r' = ' @s' = ' @t' = ' @u' = ' @v' = ' @w' = ' @x' = ' @y' = ' @z' = ' @{' = ' @|' = ' @}' = ' @~' = ' @' = @ = @= @= @= @= @= @= @= @= @	= @
= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @ = @!= @"= @#= @$= @%= @&= @'= @(= @)= @*= @+= @,= @-= @.= @/= @0= @1= @2= @3= @4= @5= @6= @7= @8= @9= @:= @;= @<= @== @>= @?= @@= @A= @B= @C= @D= @E= @F= @G= @H= @I= @J= @K= @L= @M= @N= @O= @P= @Q= @R= @S= @T= @U= @V= @W= @X= @Y= @Z= @[= @\= @]= @^= @_= @`= @a= @b= @c= @d= @e= @f= @g= @h= @i= @j= @k= @l= @m= @n= @o= @p= @q= @r= @s= @t= @u= @v= @w= @x= @y= @z= @{= @|= @}= @~= @= @ۀ= @ہ= @ۂ= @ۃ= @ۄ= @ۅ= @ۆ= @ۇ= @ۈ= @ۉ= @ۊ= @ۋ= @ی= @ۍ= @ێ= @ۏ= @ې= @ۑ= @ے= @ۓ= @۔= @ە= @ۖ= @ۗ= @ۘ= @ۙ= @ۚ= @ۛ= @ۜ= @۝= @۞= @۟= @۠= @ۡ= @ۢ= @ۣ= @ۤ= @ۥ= @ۦ= @ۧ= @ۨ= @۩= @۪= @۫= @۬= @ۭ= @ۮ= @ۯ= @۰= @۱= @۲= @۳= @۴= @۵= @۶= @۷= @۸= @۹= @ۺ= @ۻ= @ۼ= @۽= @۾= @ۿ= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @& [ l a s t   p r i m a r y   i g n o r a b l e ] < < 2< < = = ,< < = = ,< < = T	< <  = S	< < < < < < < < 
< < B< < < < < < < < < < 8< < '< < (< < < < = = = = = == >= ?= F= J= K= L= P= Q= R= W= [= ]= ^= = = A= E= U= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  = ,= |= }= = $= %= &= '= k= m= H= I= J= L= ؂= ؄= /؝= 8خ= 9< < = = = = = = = =  = )= *= += ,= /= 3= := ;= <= G= H= I= M= N= S= T= U= V= Y= Z= \= _= b= B= F= = Y= Z= [= = = = = = = = = = = = = = = = = = =  =  =  =  = '=  = = = F= G= K= M= N= O= P= ؃= ؅= 9< < 6= 7=  =  =  =  =  =  = /؞< < =  =  =  =  =  =  =  < < 0< < < < < 0< < < < < 5< < < < 	< < < < < < < < < < !< < "< < #< < $< < %< < &< < -< < .< < 0< < 1< < 4< < 9< < E< < X< < `= "= )< < a=  < < = .< < o< < < < < < < < < < < < < < < < < < = < < = < < < < < < < < < < < < < < = < < = =  < < != "= #< <  $ = %< < &= '< <  ( = )= *< < +< < ,< < < < < < -< < K< < <  q < < <  p < < < < < < L< < <  r < < <  ^ / 7< < < < < < M< < <  t < < <  _ / 7< < < < < < N< < <  w < < <   / 7< < <  v < < <  ` / 7< < < < < < < < O< < <  y < < <   / 7< < <  x < < <  a / 7< < < < < < P< < <  { < < <   / 7< < <  z < < <  b / 7< < < < < < Q= 
= 7< < <  } < < <  | < < <  c / < < R= 
= >< < <   < < <  ~ < < S= = = 
= ج< < < < < T= ث< < U< < _< < V< < W< < X< < < < Y< < Z< < [< < \< < ]< < ^< < < < < < < < < < < < < < < < < < p= < < < < 0< < 1< < 2< < 3< < 4< < 5< < 6< < 7< < 8< < 9< < :< < ;< < << < =< < >< < ?< < < < < < < < < < < < < < < < < < < < _< < ^< < ]< < < < < < < < < < < < < < < < :D= :E= :F< < :J< < :G< < :H< < :I< < <	= 	= <
= 
= 
= 
= 
= <= <= = 4= = 7= = l= غ= s= = 6= = ;= <= F= = = ط= := C= 3= B= Z< <  	= 	= 	= 
= 
= =  = = = = = = =  = = Ũ= =  = ؀=  = ؀= = = = C= ؿ= ؼ= @= <= 5= 6= 7= <= ض= C=  < < 	= 	= 
= 
= = = = = = =  = = = ~= 6= = t= = = = = = = = = ؁= = ؁= 4= =  = = = D= = ؽ= == ث= 7= ;= = 8= ؖ= == ص= @= ؕ= = -< < 	= 	= 
= 
= = = = = = = 8= = = = = = = = = = ؂= = ؂= = = E= = ؾ= >= ج= 8= = 9= ؗ= >= A= ؖ= < < 	= = ^< < p
< < q
< < < < < < < < < < 8< < 9< < :< < < < < < ؘ< < j< < < < N< < G< < H< < I< < J< < K< < L< < M< < < < < < < < < < < < < < < < < < < < 9< < +< < ,< < -< < 7< < < < < < < < u< < v< < w< < x< < y< < z< < {< < |< < 9< < :< < ;< < 0= 81< < 1= 86< < 2= 82< < 3= 83< < 4= 80< < 5= 84< < 6= 85< < 8< < 8< < 8< < 8< < 9< < 9< < 9< < 9< < *0< < +0< < ,0< < -0< < .0< < /0< < < < < <  < <  < <  =  < <  < <  < <  < <  < <  < <  < <  < <  < <  < <  < <  & ' / ' < ' 	 ' < ' 
 ' < '  ' < '  ' < '  ' < '  ' < ' ( ' < ' ) ' < '   ' < < < '  0' < < < ' ' = '  ' = '  ' = '  ' = '  ' = '  ' = '  ' = ' 	 ' = ' 
 ' = ' _ ' < < < '  ' = '  ' = ' / ' & [ l a s t   v a r i a b l e ] < > < < < I= J= K= L< ' _ ' < < < ?< < < M= N= O< < < 3= 4<  < ' - ' < < < < < < c< <  < `< < < n<  < < <  <  <  < < < 2<  < < < X< < < 1<  < :.< ;.< S < C.< .< @.< ].< 0< 00< 0< 0< < < e<  ح < ' , ' < < < < < < P< < < < 4.< 2.< A.< L.< N.< O.< ]< <   < k< l< < < < < < < ؗ< 0< < < Q< < < d< < < < E< F< < ' ; ' < < < < < < T< < < <   < O < 5.< < I.< ' : ' < < < < < < t*/ ' : = ' < < < U< < < < <   <   <   <   <   <   <   <  0 <  1 <  2 <  3 <  4 <  5 <  6 <  7 <  8 <  9 <  : <  ; <  < <  = <  > < a< c< d< e< f< < < < < ]< ǩ< < < < < ' ! ' < < < < < < < / ' ! ' < < < I / ' ? ' < < < W< < < <  < S.< \< < D<  :^ < ' ? ' < < < < < < H / ' ! ' < < < G / ' ? ' < < < V< < < <  < ..< T.< ^<   <  	 < g< E< ,< ,< < < < C<  :_ < = < .< ' . ' < < < < < < $ < < < % / ' . ' < < < & / ' . . ' < < < R< < < 0/ ' . ' < < < / ' . . ' < <   <   <   < b< < 	< n< \< ,< ,< 0.< <.< < < < < ؘ< /؟< 0< < < a< < < <  < 1.< 3.< d	< e	< Ψ< Ϩ< ;< << v< w< 5< 6< /< J< K< < < < < < < ^< N< _< O< ȩ< ɩ< ]< ^< _< < <  V <  W < G< H< < < A< B< < < 8< 9< < < K< L< < < A< B< << =< D< A< B< C< D< n< o< n< o< ~< <   <    < < < `< h< < < Z< < [< }< ~< < ©< é< ĩ< ũ< Ʃ< ʩ< ˩< ̩< ͩ< < _<  W < :< ;< << =< >< ?<  U <  V <  W <  X <  Y <  ؆ <  ؇ <  ؈ <  ؉ < ؾ< ؿ< @< < < < ة< >< F< < < E< F< G< H< I< J< K< L< M< N< O< U < V < X < Y < Z < [ < \ < ] < ^ < *.< +.< ,.< -.< =.< ,< ,< .<  ? <   <  <  <  ؟<  < < 	p< 	q< 	r< 	s< 	t< < < ' ' < < < < <  < <  < <  < <  < <   < 9 < : < ' " ' < < < < <  < <  < <  < <  < < B.< < 0< < 0< < 0< <   <  <  < ' ( ' < < < < < < t$/  ;' ) '  < < < }$/  ;:P' ) '  < < < ~$/  ;;' ) '  < < < $/  ;;' ) '  < < < $/  ;;' ) '  < < < $/  ;;' ) '  < < < $/  ;;' ) '  < < < $/  ;;' ) '  < < < $/  ;;' ) '  < < < $/  ;;' ) '  < < < $/  ;;	' ) '  < < < u$/  ;' ) '  < < < $/  ;:P' ) '  < < < v$/  ;' ) '  < < < w$/  ;' ) '  < < < x$/  ;' ) '  < < < y$/  ;' ) '  < < < z$/  ;' ) '  < < < {$/  ;' ) '  < < < |$/  ;	' ) '  < < < $/ a ' ) ' < < < </ A ' ) ' < < < $/ b ' ) ' < < < </ B ' ) ' < < < $/ c ' ) ' < < < </ C ' ) ' < < < $/ d ' ) ' < < < </ D ' ) ' < < < $/ e ' ) ' < < < </ E ' ) ' < < < $/ f ' ) ' < < < </ F ' ) ' < < < $/ g ' ) ' < < < </ G ' ) ' < < < $/ h ' ) ' < < < </ H ' ) ' < < < $/ i ' ) ' < < < </ I ' ) ' < < < $/ j ' ) ' < < < </ J ' ) ' < < < $/ k ' ) ' < < < </ K ' ) ' < < < $/ l ' ) ' < < < </ L ' ) ' < < < $/ m ' ) ' < < < </ M ' ) ' < < < $/ n ' ) ' < < < </ N ' ) ' < < < $/ o ' ) ' < < < </ O ' ) ' < < < $/ p ' ) ' < < < </ P ' ) ' < < < $/ q ' ) ' < < < < / Q ' ) ' < < < $/ r ' ) ' < < < <!/ R ' ) ' < < < $/ s ' ) ' < < < <"/ S ' ) ' < < < $/ t ' ) ' < < < <#/ T ' ) ' < < < $/ u ' ) ' < < < <$/ U ' ) ' < < < $/ v ' ) ' < < < <%/ V ' ) ' < < < $/ w ' ) ' < < < <&/ W ' ) ' < < < $/ x ' ) ' < < < <'/ X ' ) ' < < < $/ y ' ) ' < < < <(/ Y ' ) ' < < < $/ z ' ) ' < < < <)/ Z ' ) ' < < <  2/  ' ) ' < < < 2/  ' ) ' < < < 2/ ' ) ' < < < 2/ ' ) ' < < < 2/ ' ) ' < < < 2/ ' ) ' < < < 2/ ' ) ' < < < 2/ |' ) ' < < < 2/ ' ) ' < < < 2/ ȹ' ) ' < < < 2/ ' ) ' < < < 2/ ' ) ' < < < 2/ 	' ) ' < < < 2/ ' ) ' < < < 2/ ' ) ' < < < 2/ D' ) ' < < < 2/ $' ) ' < < < 2/ $' ) ' < < < 2/ ' ) ' < < < 2/ ' ) ' < < < 2/ ' ) ' < < < 	2/ ' ) ' < < < 2/ (' ) ' < < < 
2/ ' ) ' < < < 2/ t' ) ' < < < 2/ ' ) ' < < < 2/ ' ) ' < < < 2/ ' ) ' < < < 2/ ' ) ' < < < 2/ ' ) ' < < < 2/ X' ) ' < < <  2/  N' ) ' < < < &2/ N' ) ' < < < "2/ 	N' ) ' < < < (2/ ]N' ) ' < < < !2/ N' ) ' < < < $2/ N' ) ' < < < 92/ N' ) ' < < < =2/ O' ) ' < < < A2/ O' ) ' < < < '2/ kQ' ) ' < < < %2/ mQ' ) ' < < < 82/ R' ) ' < < < )2/ AS' ) ' < < < ?2/ TS' ) ' < < < 42/ T' ) ' < < < :2/ |T' ) ' < < < #2/ V' ) ' < < < /2/ W' ) ' < < < ;2/ f[' ) ' < < < 02/ e' ) ' < < < *2/ g' ) ' < < < 22/ 	g' ) ' < < < -2/ (g' ) ' < < < 12/ *h' ) ' < < < ,2/ 4l' ) ' < < < +2/ kp' ) ' < < < 52/ yr' ) ' < < < <2/ v' ) ' < < < 32/ >y' ) ' < < < 72/ ]y' ) ' < < < @2/ my' ) ' < < < B2/ ' ) ' < < < C2/ ' ) ' < < < 62/ ' ) ' < < < >2/ ǌ' ) ' < < < .2/ ё' ) ' < < < Y< < < } < < <  < < < 5< ' ) ' < < < 	< < < Z< < < ~ < < <  < < < 6< ' [ ' < < < ;< < < G< ' ] ' < < < =< < < H< ' { ' < < < [< < < [< < < 7< ' } ' < < < ]< < < \< < < 8< :< ;< << =< < < E < F < #< 	#< 
#< #< )< )< )< )< )< < < _< )< < < `< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< '< '< '< '< '< '< '< '< '< '< '< '< h'< i'< j'< k'< l'< m'< n'< o'< p'< q'< r'< s'< t'< u'< .< .< .< .< 	.< 
.< .< .< .< .<  .< !.< ".< #.< $.< %.< &.< '.< (.< ).< U.< V.< W.< X.< Y.< Z.< [.< \.< 0< < < ?< 	0< < < @< 
0< < < =< 0< < < >< 0< < < b< < < A< 0< < < c< < < B< 0< < < C< 0< < < D< 0< < < ;< 0< < < << 0< < < <*/ S 0< < < <A/ 	N0< < < <B/ N0< < < <G/ R0< < < <C/ [0< < < <E/ Sb0< < < <H/ We0< < < <@/ ,g0< < < <D/ p0< < < <F/ v0< < < ]< < < 9< 0< < < ^< < < :< 0< < < < 0< < < < 0< 0< 0< 0< >< ?<  < >.< )< )< )< )<  < 9.<  < K < M.< ?.< ' @ ' < < <  < < < k< ' * ' < < < 
< < < a< N < Q <  m < s< ' / ' < < < < ' \ ' < < < << < < h< J.< ' & ' < < < < < < `< J < R.< ' # ' < < < < < < _< ' % ' < < < < < < j< j< 0 < 	< 1 < 
<   < ! < 6.< 7.< 8.< K.< " < # < ' < C < L < M < 2 < < < 3 / 2 < < < 4 / 2 2 < < < W / 2 2 2 < 5 < < < 6 / 5 < < < 7 / 5 5 < 0< =0< 8 < ; < ? < T < @ < P < A < B <  .< .< .< .< .< .< .< .< .< .< .< .< .< .< .< .< .< .< .< D.< E.< F.< G.< H.< ~< Z< [< _<   <   <   <   <  
 <   <   <   <  ^ <  < `< a< b< c< d< e< f< g< h< i< j< k< l< p	< < < < <  < < < < < < < < < 	< 	< v
< 
< w< < < O< Z< [< ު< ߪ< < < < < < 	< 
< < < < < < < < < < < < < < < < < < < ?< @< A< B< C< D< E< F< ؚ< ؛< ؜< ؞< ؟< ؠ< ء< آ< p< q< =< >< ?< L< M< N< O< < < < < < < < < < < < < < < < < < < < < p-< t< u< < < < < .< ީ< ߩ< \< o< I< J< K< L< M<  P <  Q <  R <  S <  T <  U <  X < C< D< E< 9<   <   <   <   <   <   <   <   <  ؙ <  ؚ <  ؛ <  ؜ < ػ< ؼ< t< u< < < < < :< ;< << =< < < M< Z< N< O< [< ]< < < < < < < < < < < < < < < < < < < < < < < C< ع< ;< E< < < < 7< 8< 9< :< ;< D< m< ؙ< ؚ< 6؇< 6؈< 6؉< 6؊< 6؋< 9& 0< ' ` ' < < < @<  = < < ' ^ ' < < < ><  < < < < < <  < < <  < < = < < < 0< 0< < u< < < < < < < < < < < < < < < < < < < < j< k< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< < < < [< +< +< +< +< +< +< +< +< +< +< +< +< +<  < < < !/ C < < < 	!/ F < < < <   < ;< ;< < < < < @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< < < < <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   < < 	< p< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < O< y< (< )< *< +< 6< 7< 9< < < < < < < < < < < < < < 4< 6< 8< < < < < < < < < < < < < < < < < < < < < m< @< < < w< x< y< ?< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < a< b< c< d< e< f< g< h< i< j< t< u< v< w< x< y< z< {< |<  < </<  < <ح< !< !< !< !< !< !< !< #!< %!< '!< )!< .!< :!< A!< B!< C!< D!< J!< L!< O!< !< !< !< < < < !< < < < !< < < < !< < < < !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !< !<  "< "< "< < < 5= 5= 5O= 5؉= 5< "< "< "< "< < < 5= 5= 55= 5o= 5ة< "< 
"< "< "< < "< "< "< "< < < @!< ' + ' < < < < < < )< < < b< < < z < < <  <  ؎ <  <  <  < ' < ' < < < < < < d< ' = ' < < < < < < u*/ ' = ' < < < v*/ ' = = ' < < < f< < < | < < <  < ' > ' < < < < < < e<  < < < < ' | ' < < < \<  < < < < ' ~ ' < < < ^< "< < < { < < <  < R <  ؏ < "< "< "< D < "< "< "< "< "< "< < "< < "< "< "<  "< !"< ""< #"< %"< '"< ("< )"< *"< +"< < < ,"/ +"< < < -"/ +"+"< < < */ +"+"+"< ."< < < /"/ ."< < < 0"/ ."."< 1"< 2"< 3"< 4"< 5"< 6"< 7"< 8"< 9"< :"< ;"< <"< ="< >"< ?"< @"< B"< C"< E"< F"< H"< J"< K"< L"< M"< N"< O"< P"< Q"< R"< S"< T"< U"< V"< W"< X"< Y"< Z"< ["< \"< ]"< ^"< _"< a"< c"< d"< e"< f"< g"< h"< i"< j"< k"< l"< r"< s"< v"< w"< z"< {"< |"< }"< ~"< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< K!< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "< "<  #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #<  #< !#< "#< ##< $#< %#< &#< '#< (#< +#< ,#< -#< .#< /#< 0#< 1#< 2#< 3#< 4#< 5#< 6#< 7#< 8#< 9#< :#< ;#< <#< =#< >#< ?#< @#< A#< B#< C#< D#< E#< F#< G#< H#< I#< J#< K#< L#< M#< N#< O#< P#< Q#< R#< S#< T#< U#< V#< W#< X#< Y#< Z#< [#< \#< ]#< ^#< _#< `#< a#< b#< c#< d#< e#< f#< g#< h#< i#< j#< k#< l#< m#< n#< o#< p#< q#< r#< s#< t#< u#< v#< w#< x#< y#< z#< {#< |#< }#< ~#< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #< #<  $< $< $< $< $< $< $< $< $< 	$< 
$< $< $< $< $< $< $< $< $< $< $< $< $< $< $< $< $< $< $< $< $< $<  $< !$< "$< #$< $$< %$< &$< '$< ($< )$< @$< A$< B$< C$< D$< E$< F$< G$< H$< I$< J$<  %< %< %< < < < %< %< %< %< %< %< 	%< 
%< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %<  %< !%< "%< #%< $%< %%< &%< '%< (%< )%< *%< +%< ,%< -%< .%< /%< 0%< 1%< 2%< 3%< 4%< 5%< 6%< 7%< 8%< 9%< :%< ;%< <%< =%< >%< ?%< @%< A%< B%< C%< D%< E%< F%< G%< H%< I%< J%< K%< L%< M%< N%< O%< P%< Q%< R%< S%< T%< U%< V%< W%< X%< Y%< Z%< [%< \%< ]%< ^%< _%< `%< a%< b%< c%< d%< e%< f%< g%< h%< i%< j%< k%< l%< m%< n%< o%< p%< q%< r%< s%< t%< u%< v%< w%< x%< y%< z%< {%< |%< }%< ~%< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< < < < %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< < < < %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< %< 3 < 3< 3< 3< 3< 3< 3< 3< 3< 3	< 3
< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3 < 3!< 3"< 3#< 3$< 3%< 3&< 3'< 3(< 3)< 3*< 3+< 3,< 3-< 3.< 3/< 30< 31< 32< 33< 34< 35< 36< 37< 38< 39< 3:< 3;< 3<< 3=< 3>< 3?< 3@< 3A< 3B< 3C< 3D< 3E< 3F< 3G< 3H< 3I< 3J< 3K< 3L< 3M< 3N< 3O< 3P< 3Q< 3R< 3S< 3T< 3U< 3V< 3W< 3X< 3Y< 3Z< 3[< 3\< 3]< 3^< 3_< 3`< 3a< 3b< 3c< 3d< 3e< 3f< 3g< 3h< 3i< 3j< 3k< 3l< 3m< 3n< 3o< 3p< 3q< 3r< 3s< 3t< 3u< 3v< 3w< 3x< 3y< 3z< 3{< 3|< 3}< 3~< 3< 3؀< 3؁< 3؂< 3؃< 3؄< 3؅< 3؆< 3؇< 3؈< 3؉< 3؊< 3؋< 3،< 3؍< 3؎< 3؏< 3ؐ< 3ؑ< 3ؒ< 3ؓ< 3ؔ< 3ؕ< 3ؖ< 3ؗ< 3ؘ< 3ؙ< 3ؚ< 3؛< 3؜< 3؝< 3؞< 3؟< 3ؠ< 3ء< 3آ< 3أ< 3ؤ< 3إ< 3ئ< 3ا< 3ب< 3ة< 3ت< 3ث< 3ج< 3ح< 3خ< 3د< 3ذ< 3ر< 3ز< 3س< 3ش< 3ص< 3ض< 3ط< 3ظ< 3ع< 3غ< 3ػ< 3ؼ< 3ؽ< 3ؾ< 3ؿ< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3 < 3< 3< 3< 3< 3< 3< 3< 3< 3	< 3
< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3 < 3!< 3"< 3#< 3$< 3%< 3&< 3'< 3(< 3)< 3*< 3+< 3,< 3-< 3.< 3/< 30< 31< 32< 33< 34< 35< 36< 37< 38< 39< 3:< 3;< 3<< 3=< 3>< 3?< 3@< 3A< 3B< 3C< 3D< 3E< 3F< 3G< 3H< 3I< 3J< 3K< 3L< 3M< 3N< 3O< 3P< 3Q< 3R< 3S< 3T< 3U< 3V< 3W< 3X< 3Y< 3Z< 3[< 3\< 3]< 3^< 3_< 3`< 3a< 3b< 3c< 3d< 3e< 3f< 3g< 3h< 3i< 3j< 3k< 3l< 3m< 3n< 3o< 3p< 3q< 3r< 3s< 3t< 3u< 3v< 3w< 3x< 3y< 3z< 3{< 3|< 3}< 3~< 3< 3؀< 3؁< 3؂< 3؃< 3؄< 3؅< 3؆< 3؇< 3؈< 3؉< 3؊< 3؋< 3،< 3؍< 3؎< 3؏< 3ؐ< 3ؑ< 3ؒ< 3ؓ< 3ؔ< 3ؕ< 3ؖ< 3ؗ< 3ؘ< 3ؙ< 3ؚ< 3؛< 3؜< 3؝< 3؞< 3؟< 3ؠ< 3ء< 3آ< 3أ< 3ؤ< 3إ< 3ئ< 3ا< 3ب< 3ة< 3ت< 3ث< 3ج< 3ح< 3خ< 3د< 3ذ< 3ر< 3ز< 3س< 3ش< 3ص< 3ض< 3ط< 3ظ< 3ع< 3غ< 3ػ< 3ؼ< 3ؽ< 3ؾ< 3ؿ< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3 < 3< 3< 3< 3< 3< 3< 3< 3< 3	< 3
< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3< 3 < 3!< 3"< 3#< 3$< 3%< 3&< 3'< 3(< 3)< 3*< 3+< 3,< 3-< 3.< 3/< 30< 31< 32< 33< 34< 35< 36< 37< 38< 39< 3:< 3;< 3<< 3=< 3>< 3?< 3@< 3A< 3B< 3C< 3D< 3E< 3F< 3G< 3H< 3I< 3J< 3K< 3L< 3M< 3N< 3O< 3P< 3Q< 3R< 3S< 3T< 3U< 3V< 3W< 3X< 3Y< 3Z< 3[< 3\< 3]< 3^< 3_< 3`< 3a< 3b< 3c< 3d< 3e< 3f< 3g< 3h< 3i< 3j< 3k< 3l< 3m< 3n< 3o< 3p< 3q< 3r< 3s< 3t< 3u< 3v< 3w< 3x< 3y< 3z< 3{< 3|< 3}< 3~< 3< 3؀< 3؁< 3؂< 3؃< 3؄< 3؅< 3؆< 3؇< 3؈< 3؉< 3؊< 3؋< 3،< 3؍< 3؎< 3؏< 3ؐ< 3ؑ< 3ؒ< 3ؓ< 3ؔ< 3ؕ< 3ؖ< 3ؗ< 3ؘ< 3ؙ< 3ؚ< 3؛< 3؜< 3؝< 3؞< 3؟< 3ؠ< 3ء< 3آ< 3أ< 3ؤ< 3إ< 3ئ< 3ا< 3ب< 3ة< 3ت< 3ث< 3ج< 3ح< 3خ< 3د< 3ذ< 3ر< 3ز< 3س< > < >< >< >< >< >< >< >< >< >	< >
< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< > < >!< >"< >#< >$< >%< >&< >'< >(< >)< >*< >+< >,< >-< >.< >/< >0< >1< >2< >3< >4< >5< >6< >7< >8< >9< >:< >;< ><< >=< >>< >?< >@< >A< >B< >C< >D< >E< >F< >G< >H< >I< >J< >K< >L< >M< >N< >O< >P< >Q< >R< >S< >T< >U< >V< >W< >X< >Y< >Z< >[< >\< >]< >^< >_< >`< >a< >b< >c< >d< >e< >f< >g< >h< >i< >j< >k< >l< >m< >n< >o< >p< >q< >r< >s< >t< >u< >v< >w< >x< >y< >z< >{< >|< >}< >~< >< >؀< >؁< >؂< >؃< >؄< >؅< >؆< >؇< >؈< >؉< >؊< >؋< >،< >؍< >؎< >؏< >ؐ< >ؑ< >ؒ< >ؔ< >ؕ< >ؖ< >ؗ< >ؘ< >ؙ< >ؚ< >؛< >؜< >؝< >؞< >؟< >ؠ< >ء< >آ< >أ< >ؤ< >إ< >ئ< >ا< >ب< >ة< >ت< >ث< >ج< >ح< >خ< >د< >ذ< >ر< >ز< >س< >ش< >ص< >ض< >ط< >ظ< >ع< >غ< >ػ< >ؼ< >ؽ< >ؾ< >ؿ< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< ><  &< &< &< &< &< &< &< &< &< 	&< 
&< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &<  &< !&< "&< #&< $&< %&< &&< '&< (&< )&< *&< +&< ,&< -&< .&< /&< 8&< 9&< :&< ;&< <&< =&< >&< ?&< @&< A&< B&< C&< D&< E&< F&< G&< H&< I&< J&< K&< L&< M&< N&< O&< P&< Q&< R&< S&< T&< U&< V&< W&< X&< Y&< Z&< [&< \&< ]&< ^&< _&< `&< a&< b&< c&< d&< e&< f&< g&< h&< i&< j&< k&< l&< p&< q&< r&< s&< t&< u&< v&< w&< x&< y&< z&< {&< |&< }&< ~&< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< &< << << << << << << << << << << << << << << << << << << << << << << << << << <<  '< '< '< '< '< '< '< '< '< 	'< 
'< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '<  '< P.< Q.< !'< "'< #'< $'< %'< &'< ''< ('< )'< *'< +'< ,'< -'< .'< /'< 0'< 1'< 2'< 3'< 4'< 5'< 6'< 7'< 8'< 9'< :'< ;'< <'< ='< >'< ?'< @'< A'< B'< C'< D'< E'< F'< G'< H'< I'< J'< K'< L'< M'< N'< O'< P'< Q'< R'< S'< T'< U'< V'< W'< X'< Y'< Z'< ['< \'< ]'< ^'< _'< `'< a'< b'< c'< d'< e'< f'< g'< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '< '<  )< )< )< )< )< )< )< )< )< 	)< 
)< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )<  )< !)< ")< #)< $)< %)< &)< ')< ()< ))< *)< +)< ,)< -)< .)< /)< 0)< 1)< 2)< 3)< 4)< 5)< 6)< 7)< 8)< 9)< :)< ;)< <)< =)< >)< ?)< @)< A)< B)< C)< D)< E)< F)< G)< H)< I)< J)< K)< L)< M)< N)< O)< P)< Q)< R)< S)< T)< U)< V)< W)< X)< Y)< Z)< [)< \)< ])< ^)< _)< `)< a)< b)< c)< d)< e)< f)< g)< h)< i)< j)< k)< l)< m)< n)< o)< p)< q)< r)< s)< t)< u)< v)< w)< x)< y)< z)< {)< |)< })< ~)< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )< )<  *< *< *< *< *< *< *< *< *< 	*< 
*< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *<  *< !*< "*< #*< $*< %*< &*< '*< (*< )*< **< +*< ,*< -*< .*< /*< 0*< 1*< 2*< 3*< 4*< 5*< 6*< 7*< 8*< 9*< :*< ;*< <*< =*< >*< ?*< @*< A*< B*< C*< D*< E*< F*< G*< H*< I*< J*< K*< L*< M*< N*< O*< P*< Q*< R*< S*< T*< U*< V*< W*< X*< Y*< Z*< [*< \*< ]*< ^*< _*< `*< a*< b*< c*< d*< e*< f*< g*< h*< i*< j*< k*< l*< m*< n*< o*< p*< q*< r*< s*< w*< x*< y*< z*< {*< |*< }*< ~*< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *< *<  +< +< +< +< +< +< +< +< +< 	+< 
+< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +<  +< !+< "+< #+< $+< %+< &+< '+< (+< )+< *+< ++< ,+< -+< .+< /+< 0+< 1+< 2+< 3+< 4+< 5+< 6+< 7+< 8+< 9+< :+< ;+< <+< =+< >+< ?+< @+< A+< B+< C+< D+< E+< F+< G+< H+< I+< J+< K+< L+< M+< N+< O+< P+< Q+< R+< S+< T+< U+< V+< W+< X+< Y+< Z+< [+< \+< ]+< ^+< _+< `+< a+< b+< c+< d+< e+< f+< g+< h+< i+< j+< k+< l+< m+< n+< o+< p+< q+< r+< s+< v+< w+< x+< y+< z+< {+< |+< }+< ~+< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< +< ,< ,< ,< ,< ,< ,<  (< (< (< (< (< (< (< (< (< 	(< 
(< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (<  (< !(< "(< #(< $(< %(< &(< '(< ((< )(< *(< +(< ,(< -(< .(< /(< 0(< 1(< 2(< 3(< 4(< 5(< 6(< 7(< 8(< 9(< :(< ;(< <(< =(< >(< ?(< @(< A(< B(< C(< D(< E(< F(< G(< H(< I(< J(< K(< L(< M(< N(< O(< P(< Q(< R(< S(< T(< U(< V(< W(< X(< Y(< Z(< [(< \(< ](< ^(< _(< `(< a(< b(< c(< d(< e(< f(< g(< h(< i(< j(< k(< l(< m(< n(< o(< p(< q(< r(< s(< t(< u(< v(< w(< x(< y(< z(< {(< |(< }(< ~(< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< (< &< &< &< &< &< &< 0&< 1&< 2&< 3&< 4&< 5&< 6&< 7&< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< 4 < 4< 4< 4< 4< 4< 4< 4< 4< 4	< 4
< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4 < 4!< 4"< 4#< 4$< 4%< 4&< 4'< 4(< 4)< 4*< 4+< 4,< 4-< 4.< 4/< 40< 41< 42< 43< 44< 45< 46< 47< 48< 49< 4:< 4;< 4<< 4=< 4>< 4?< 4@< 4A< 4B< 4C< 4D< 4E< 4F< 4G< 4H< 4I< 4J< 4K< 4L< 4M< 4N< 4O< 4P< 4Q< 4R< 4S< 4T< 4U< 4V< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ¤< ä< Ĥ< Ť< Ƥ<  7<  8<  9<  :<  ;<  <<  =<  ><  ?<  y<  z<  {<  |<  }<  ~<  <  ؀<  ؁<  ؂<  ؃<  ؄<  ؅<  ؆<  ؇<  ؈<  ؉<  ،<  ؍<  ؎<  ؐ<  ؑ<  ؒ<  ؓ<  ؔ<  ؕ<  ؖ<  ؗ<  ؘ<  ؙ<  ؚ<  ؛<  ؜<  ؠ<  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  w <  x < << =< >< ?< E< 8O< 3P< 3Q< 3R< 3S< 3T< 3U< 3V< 3W< 3X< 3Y< 3Z< 3[< 3\< 3]< 3^< 3_< 3`< 3a< 3b< 3c< 3d< 3e< 3f< 3g< 3h< 3i< 3j< 3k< 3l< 3m< 3n< 3o< 3p< 3q< 3r< 3s< 3t< 3u< 3v< 3w< 3x< 3y< 3z< 3{< 3|< 3}< 3~< 3< 3؀< 3؁< 3؂< 3؃< 3؄< 3؅< 3؆< 3؇< 3؈< 3؉< 3؊< 3؋< 3،< 3؍< 3؎< 3؏< 3ؐ< 3ؑ< 3ؒ< 3ؓ< 3ؔ< 3ؕ< 3ؖ< 3ؗ< 3ؘ< 3ؙ< 3ؚ< 3؛< 3؜< 3؝< 3؞< 3؟< 3ؠ< 3ء< 3آ< 3أ< 3ؤ< 3إ< 3ئ< 3ا< 3ب< 3ة< 3ت< 3ث< 3ج< 3ح< 3خ< 3د< 3ذ< 3ر< 3ز< 3س< 3ش< 3ص< 3ض< 3ط< 3ظ< 3ع< 3غ< 3ػ< 3ؼ< 3ؽ< 3ؾ< 3ؿ< 3< 3< 3< 3< 4 < 4< 4< 4< 4< 4< 4< 4< 4< 4	< 4
< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4 < 4!< 4"< 4#< 4$< 4%< 4&< 4'< 4(< 4)< 4*< 4+< 4,< 4-< 4.< 4/< 40< 41< 42< 43< 44< 45< 46< 47< 48< 49< 4:< 4;< 4<< 4=< 4>< 4?< 4@< 4A< 4B< 4C< 4D< 4E< 4F< 4G< 4H< 4I< 4J< 4K< 4L< 4M< 4N< 4O< 4P< 4Q< 4R< 4S< 4T< 4U< 4V< 4W< 4X< 4Y< 4Z< 4[< 4\< 4]< 4^< 4_< 4`< 4a< 4b< 4c< 4d< 4e< 4f< 4g< 4h< 4i< 4j< 4k< 4l< 4m< 4n< 4o< 4p< 4q< 4r< 4s< 4t< 4u< 4v< 4w< 4x< 4y< 4z< 4{< 4|< 4}< 4~< 4< 4؀< 4؁< 4؂< 4؃< 4؄< 4؅< 4؆< 4؇< 4؈< 4؉< 4؊< 4؋< 4،< 4؍< 4؎< 4؏< 4ؐ< 4ؑ< 4ؒ< 4ؓ< 4ؔ< 4ؕ< 4ؖ< 4ؗ< 4ؘ< 4ؙ< 4ؚ< 4؛< 4؜< 4؝< 4؞< 4؟< 4ؠ< 4ء< 4آ< 4أ< 4ؤ< 4إ< 4ئ< 4ا< 4ب< 4ة< 4ت< 4ث< 4ج< 4ح< 4خ< 4د< 4ذ< 4ر< 4ز< 4س< 4ش< 4ص< 4ض< 4ط< 4ظ< 4ع< 4غ< 4ػ< 4ؼ< 4ؽ< 4ؾ< 4ؿ< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4 < 4< 4< 4< 4< 4< 4< 4< 4< 4	< 4
< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4 < 4!< 4"< 4#< 4$< 4%< 4&< m&< n&< o&< 4*< 4+< 4,< 4-< 4.< 4/< 40< 41< 42< 43< 44< 45< 46< 47< 48< 49< 4)< 4:< 4;< 4<< 4=< 4>< 4?< 4@< 4A< 4B< 4C< 4D< 4E< 4F< 4G< 4H< 4I< 4J< 4K< 4L< 4M< 4N< 4O< 4P< 4Q< 4R< 4S< 4T< 4U< 4V< 4W< 4X< 4Y< 4Z< 4[< 4\< 4]< 4j< 4k< 4l< 4؃< 4؄< 4،< 4؍< 4؎< 4؏< 4ؐ< 4ؑ< 4ؒ< 4ؓ< 4ؔ< 4ؕ< 4ؖ< 4ؗ< 4ؘ< 4ؙ< 4ؚ< 4؛< 4؜< 4؝< 4؞< 4؟< 4ؠ< 4ء< 4آ< 4أ< 4ؤ< 4إ< 4ئ< 4ا< 4ب< 4ة< 4خ< 4د< 4ذ< 4ر< 4ز< 4س< 4ش< 4ص< 4ض< 4ط< 4ظ< 4ع< 4غ< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4 < 4< 4< 4< 4< 4< 4< 4< 4< 4	< 4
< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4 < 4!< 4"< 4#< 4$< 4%< 4&< 4'< 4(< 4)< 4*< 4+< 4,< 4-< 4.< 4/< 40< 41< 42< 43< 44< 45< 46< 47< 48< 49< 4:< 4;< 4<< 4=< 4>< 4?< 4@< 4A< 4E< /؜<  ;ج <  ;. < < < << << << << << << << << <	< <
< << << << << << << << << << << << << << << << << << << << << << < < <!< <"< <#< <$< <%< <&< <'< <(< <)< <*< <+< <0< <1< <2< <3< <4< <5< <6< <7< <8< <9< <:< <;< <<< <=< <>< <?< <@< <A< <B< <C< <D< <E< <F< <G< <H< <I< <J< <K< <L< <M< <N< <O< <P< <Q< <R< <S< <T< <U< <V< <W< <X< <Y< <Z< <[< <\< <]< <^< <_< <`< <a< <b< <c< <d< <e< <f< <g< <h< <i< <j< <k< <l< <m< <n< <o< <p< <q< <r< <s< <t< <u< <v< <w< <x< <y< <z< <{< <|< <}< <~< << <؀< <؁< <؂< <؃< <؄< <؅< <؆< <؇< <؈< <؉< <؊< <؋< <،< <؍< <؎< <؏< <ؐ< <ؑ< <ؒ< <ؓ< <ؠ< <ء< <آ< <أ< <ؤ< <إ< <ئ< <ا< <ب< <ة< <ت< <ث< <ج< <ح< <خ< <ر< <ز< <س< <ش< <ص< <ض< <ط< <ظ< <ع< <غ< <ػ< <ؼ< <ؽ< <ؾ< <ؿ< << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << > < >< >< >< >< >< >< >< >< >	< >
< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< > < >!< >"< >#< >$< >%< >&< >'< >(< >)< >*< >+< >,< >-< >.< >/< >0< >1< >2< >3< >4< >5< >6< >7< >8< >9< >:< >;< ><< >=< >>< >?< >@< >A< >B< >C< >D< >E< >F< >G< >H< >I< >J< >K< >L< >M< >N< >O< >P< >Q< >R< >S< >`< >a< >b< >c< >d< >e< >f< >g< >h< >i< >j< >k< >l< >m< << << << <m< <n< <o< <`< <a< <b< <c< <d< <e< < < << << << << << << << << <	< <
< << << << << << << << << << << << << << << << << << << << << << < < <!< <"< <#< <$< <%< <&< <'< <(< <)< <*< <+< <,< <-< <.< </< <0< <1< <2< <3< <4< <5< <6< <7< <8< <9< <:< <;< <<< <=< <>< <?< <@< <A< <B< <C< <D< <E< <F< <G< <H< <I< <J< <K< <L< <M< <N< <O< <P< <Q< <R< <S< <T< <U< <V< <W< <X< <Y< <Z< <[< <\< <]< <^< <_< <`< <a< <b< <c< <d< <e< <f< <g< <h< <i< <j< <k< <l< <m< <n< <o< <p< <q< <r< <s< <t< <u< <v< <w< <x< <y< <z< <{< <|< <}< <~< << <؀< <؁< <؂< <؃< <؄< <؅< <؆< <؇< <؈< <؉< <؊< <؋< <،< <؍< <؎< <؏< <ؐ< <ؑ< <ؒ< <ؓ< <ؔ< <ؕ< <ؖ< <ؗ< <ؘ< <ؙ< <ؚ< <؛< <؜< <؝< <؞< <؟< <ؠ< <ء< <آ< <أ< <ؤ< <إ< <ئ< <ا< <ب< <ة< <ت< <ث< <ج< <ح< <خ< <د< <ذ< <ر< <ز< <س< <ش< <ص< <ض< <ط< <ظ< <ع< <غ< <ػ< <ؼ< <ؽ< <ؾ< <ؿ< << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << << = < =< =< =< =< =< =< =< =< =	< =
< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< = < =!< ="< =#< =$< =%< =&< ='< =(< =)< =*< =+< =,< =-< =.< =/< =0< =1< =2< =3< =4< =5< =6< =7< =8< =9< =:< =;< =<< ==< =>< =?< =@< =A< =B< =C< =D< =E< =F< =G< =H< =I< =J< =K< =L< =M< =N< =O< =P< =Q< =R< =S< =T< =U< =V< =W< =X< =Y< =Z< =[< =\< =]< =^< =_< =`< =a< =b< =c< =d< =e< =f< =g< =h< =i< =j< =k< =l< =m< =n< =o< =p< =q< =r< =s< =t< =u< =v< =w< =x< =y< =z< ={< =|< =}< =~< =< =؀< =؁< =؂< =؃< =؄< =؅< =؆< =؇< =؈< =؉< =؊< =؋< =،< =؍< =؎< =؏< =ؐ< =ؑ< =ؒ< =ؓ< =ؔ< =ؕ< =ؖ< =ؗ< =ؘ< =ؙ< =ؚ< =؛< =؜< =؝< =؞< =؟< =ؠ< =ء< =آ< =أ< =ؤ< =إ< =ئ< =ا< =ب< =ة< =ت< =ث< =ج< =ح< =خ< =د< =ذ< =ر< =ز< =س< =ش< =ص< =ض< =ط< =ظ< =ع< =غ< =ػ< =ؼ< =ؽ< =ؾ< =ؿ< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< = < =< =< =< =< =< =< =< =< =	< =
< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< = < =!< ="< =#< =$< =%< =&< ='< =(< =)< =*< =+< =,< =-< =.< =/< =0< =1< =2< =3< =4< =5< =6< =7< =8< =9< =:< =;< =<< ==< =>< =?< =@< =A< =B< =C< =D< =E< =F< =G< =H< =I< =J< =K< =L< =M< =N< =O< =P< =Q< =R< =S< =T< =U< =V< =W< =X< =Y< =Z< =[< =\< =]< =^< =_< =`< =a< =b< =c< =d< =e< =f< =g< =h< =i< =j< =k< =l< =m< =n< =o< =p< =q< =r< =s< =t< =u< =v< =w< =x< =y< =z< ={< =|< =}< =~< =< =؀< =؁< =؂< =؃< =؄< =؅< =؆< =؇< =؈< =؉< =؊< =؋< =،< =؍< =؎< =؏< =ؐ< =ؑ< =ؒ< =ؓ< =ؔ< =ؕ< =ؖ< =ؗ< =ؘ< =ؙ< =ؚ< =؛< =؜< =؝< =؞< =؟< =ؠ< =ء< =آ< =أ< =ؤ< =إ< =ئ< =ا< =ب< =ة< =ت< =ث< =ج< =ح< =خ< =د< =ذ< =ر< =ز< =س< =ش< =ص< =ض< =ط< =ظ< =ع< =غ< =ػ< =ؼ< =ؽ< =ؾ< =ؿ< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< > < >< >< >< >< >< >< >< >< >	< >
< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< > < >!< >"< >#< >$< >%< >&< >'< >(< >)< >*< >+< >,< >-< >.< >/< >0< >1< >2< >3< >4< >5< >6< >7< >8< >9< >:< >;< ><< >=< >>< >?< >@< >A< >B< >C< >D< >E< >F< >G< >H< >I< >J< >K< >L< >M< >N< >O< >P< >Q< >R< >S< >T< >U< >V< >W< >X< >Y< >Z< >[< >\< >]< >^< >_< >`< >a< >b< >c< >d< >e< >f< >g< >h< >i< >j< >k< >l< >m< >n< >o< >p< >q< >r< >s< >t< >u< >v< >w< >x< >y< >z< >{< >|< >}< >~< >< >؀< >؁< >؂< >؃< >؄< >؅< >؆< >؇< >؈< >؉< >؊< >؋< >،< >؍< >؎< >؏< >ؐ< >ؑ< >ؒ< >ؓ< >ؔ< >ؕ< >ؖ< >ؗ< >ؘ< >ؙ< >ؚ< >؛< >؜< >؝< >؞< >؟< >ؠ< >ء< >آ< >أ< >ؤ< >إ< >ئ< >ا< >ب< >ة< >ت< >ث< >ج< >ح< >خ< >د< >ذ< >ر< >ز< >س< >ش< >ص< >ض< >ط< >ظ< >ع< >غ< >ػ< >ؼ< >ؽ< >ؾ< >ؿ< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >p< >q< >r< >s< >t< >u< >v< >w< >x< >y< >z< >{< >|< >؀< >؁< >؂< >؃< >؄< >؅< >؆< >؇< >؈< >؉< >؏< >ؐ< >ؑ< >ؒ< >ؓ< >ؔ< >ؕ< >ؖ< >ؗ< >ؘ< >ؙ< >ؚ< >؛< >؜< >؝< >؞< >؟< >ؠ< >ء< >آ< >أ< >ؤ< >إ< >ئ< >ا< >ب< >ة< >ت< >ث< >ج< >ح< >خ< >د< >ذ< >ر< >ز< >س< >ش< >ص< >ض< >ط< >ظ< >ع< >غ< >ػ< >ؼ< >ؽ< >ؾ< >ؿ< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< = < =< =< =< =< =< =< =< =< =	< =
< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< = < =!< ="< =#< =$< =%< =&< ='< =(< =)< =*< =+< =,< =-< =.< =/< =0< =1< =2< =3< =4< =5< =6< =7< =8< =9< =:< =;< =<< ==< =>< =?< =@< =A< =B< =C< =D< =E< =F< =G< =H< =I< =J< =K< =L< =M< =N< =O< =P< =Q< =R< =S< =T< =U< =V< =W< =X< =Y< =Z< =[< =\< =]< =^< =_< =`< =a< =b< =c< =d< =e< =f< =g< =h< =i< =j< =k< =l< =m< =n< =o< =p< =q< =r< =s< =t< =u< =v< =w< =x< =y< =z< ={< =|< =}< =~< =< =؀< =؁< =؂< =؃< =؄< =؅< =؆< =؇< =؈< =؉< =؊< =؋< =،< =؍< =؎< =؏< =ؐ< =ؑ< =ؒ< =ؓ< =ؔ< =ؕ< =ؖ< =ؗ< =ؘ< =ؙ< =ؚ< =؛< =؜< =؝< =؞< =؟< =ؠ< =ء< =آ< =أ< =ؤ< =إ< =ئ< =ا< =ب< =ة< =ت< =ث< =ج< =ح< =خ< =د< =ذ< =ر< =ز< =س< =ش< =ص< =ض< =ط< =ظ< =ع< =غ< =ػ< =ؼ< =ؽ< =ؾ< =ؿ< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< = < =< =< =< =< =< =< =< =< =	< =
< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< = < =!< ="< =#< =$< =%< =&< ='< =(< =)< =*< =+< =,< =-< =.< =/< =0< =1< =2< =3< =4< =5< =6< =7< =8< =9< =:< =;< =<< ==< =>< =?< =@< =A< =B< =C< =D< =E< =F< =G< =H< =I< =J< =K< =L< =M< =N< =O< =P< =Q< =R< =S< =T< =U< =V< =W< =X< =Y< =Z< =[< =\< =]< =^< =_< =`< =a< =b< =c< =d< =e< =f< =g< =h< =i< =j< =k< =l< =m< =n< =o< =p< =q< =r< =s< =t< =u< =v< ={< =|< =}< =~< =< =؀< =؁< =؂< =؃< =؄< =؅< =؆< =؇< =؈< =؉< =؊< =؋< =،< =؍< =؎< =؏< =ؐ< =ؑ< =ؒ< =ؓ< =ؔ< =ؕ< =ؖ< =ؗ< =ؘ< =ؙ< =ؚ< =؛< =؜< =؝< =؞< =؟< =ؠ< =ء< =آ< =أ< =ؤ< =إ< =ئ< =ا< =ب< =ة< =ت< =ث< =ج< =ح< =خ< =د< =ذ< =ر< =ز< =س< =ش< =ص< =ض< =ط< =ظ< =ع< =غ< =ػ< =ؼ< =ؽ< =ؾ< =ؿ< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< =< > < >< >< >< >< >< >< >< >< >	< >
< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< >< > < >!< >"< >#< >$< >%< >&< >'< >(< >)< >*< >+< >,< >-< >.< >/< >0< >1< >2< >3< >4< >5< >6< >7< >8< >9< >:< >;< ><< >=< >>< >?< >@< >A< >B< >C< >D< >E< >F< >G< >P< >Q< >R< >S< >T< >U< >V< >W< >X< >Y< >`< >a< >b< >c< >d< >e< >f< >g< >h< >i< >j< >k< >l< >m< >n< >o< >p< >q< >r< >s< >t< >u< >v< >w< >x< >y< >z< >{< >|< >}< >~< >< >؀< >؁< >؂< >؃< >؄< >؅< >؆< >؇< >ؐ< >ؑ< >ؒ< >ؓ< >ؔ< >ؕ< >ؖ< >ؗ< >ؘ< >ؙ< >ؚ< >؛< >؜< >؝< >؞< >؟< >ؠ< >ء< >آ< >أ< >ؤ< >إ< >ئ< >ا< >ب< >ة< >ت< >ث< >ج< >ح< >ذ< >ر< >ز< >س< >ش< >ص< >ض< >ط< >ظ< >ع< >غ< >ػ< >< >< 6 < 6< 6< 6< 6< 6< 6< 6< 6< 6	< 6
< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6 < 6!< 6"< 6#< 6$< 6%< 6&< 6'< 6(< 6)< 6*< 6+< 6,< 6-< 6.< 6/< 60< 61< 62< 63< 64< 65< 66< 67< 68< 69< 6:< 6;< 6<< 6=< 6>< 6?< 6@< 6A< 6B< 6C< 6D< 6E< 6F< 6G< 6H< 6I< 6J< 6K< 6L< 6M< 6N< 6O< 6P< 6Q< 6R< 6S< 6T< 6U< 6V< 6W< 6X< 6Y< 6Z< 6[< 6\< 6]< 6^< 6_< 6`< 6a< 6b< 6c< 6d< 6e< 6f< 6g< 6h< 6i< 6j< 6k< 6l< 6m< 6n< 6o< 6p< 6q< 6r< 6s< 6t< 6u< 6v< 6w< 6x< 6y< 6z< 6{< 6|< 6}< 6~< 6< 6؀< 6؁< 6؂< 6؃< 6؄< 6؅< 6؆< 6؇< 6؈< 6؉< 6؊< 6؋< 6،< 6؍< 6؎< 6؏< 6ؐ< 6ؑ< 6ؒ< 6ؓ< 6ؔ< 6ؕ< 6ؖ< 6ؗ< 6ؘ< 6ؙ< 6ؚ< 6؛< 6؜< 6؝< 6؞< 6؟< 6ؠ< 6ء< 6آ< 6أ< 6ؤ< 6إ< 6ئ< 6ا< 6ب< 6ة< 6ت< 6ث< 6ج< 6ح< 6خ< 6د< 6ذ< 6ر< 6ز< 6س< 6ش< 6ص< 6ض< 6ط< 6ظ< 6ع< 6غ< 6ػ< 6ؼ< 6ؽ< 6ؾ< 6ؿ< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6 < 6< 6< 6< 6< 6< 6< 6< 6< 6	< 6
< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6 < 6!< 6"< 6#< 6$< 6%< 6&< 6'< 6(< 6)< 6*< 6+< 6,< 6-< 6.< 6/< 60< 61< 62< 63< 64< 65< 66< 67< 68< 69< 6:< 6;< 6<< 6=< 6>< 6?< 6@< 6A< 6B< 6C< 6D< 6E< 6F< 6G< 6H< 6I< 6J< 6K< 6L< 6M< 6N< 6O< 6P< 6Q< 6R< 6S< 6T< 6U< 6V< 6W< 6X< 6Y< 6Z< 6[< 6\< 6]< 6^< 6_< 6`< 6a< 6b< 6c< 6d< 6e< 6f< 6g< 6h< 6i< 6j< 6k< 6l< 6m< 6n< 6o< 6p< 6q< 6r< 6s< 6t< 6u< 6v< 6w< 6x< 6y< 6z< 6{< 6|< 6}< 6~< 6< 6؀< 6؁< 6؂< 6؃< 6؄< 6؅< 6؆< 6؇< 6؈< 6؉< 6؊< 6؋< 6،< 6؍< 6؎< 6؏< 6ؐ< 6ؑ< 6ؒ< 6ؓ< 6ؔ< 6ؕ< 6ؖ< 6ؗ< 6ؘ< 6ؙ< 6ؚ< 6؛< 6؜< 6؝< 6؞< 6؟< 6ؠ< 6ء< 6آ< 6أ< 6ؤ< 6إ< 6ئ< 6ا< 6ب< 6ة< 6ت< 6ث< 6ج< 6ح< 6خ< 6د< 6ذ< 6ر< 6ز< 6س< 6ش< 6ص< 6ض< 6ط< 6ظ< 6ع< 6غ< 6ػ< 6ؼ< 6ؽ< 6ؾ< 6ؿ< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 6< 67< 68< 69< 6:< 6m< 6n< 6o< 6p< 6q< 6r< 6s< 6t< 6v< 6w< 6x< 6y< 6z< 6{< 6|< 6}< 6~< 6< 6؀< 6؁< 6؂< 6؃< 6؅< 6؆< /< /< /< /< /< /< /< /< /< /< /< /< /< /< /< /< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 1< 0< 0< < < 60< 0<  0< 70< >0< ?0< 1< 1< 2< < < < < ؁< < < < ؂< q	< F< < < < ϩ< < p< ݪ< < <  o < B< C< 8<< 8=< 0< ;0< < < < 10< < < 20/ 0< 30< < < 40/ 0< 50< 0< 0< < < p< 0&  <  <  < < < < ' $ ' < < < < < < i<  < < < <  < < < < <   <   <   < 	< 	< 	< 
< 8< < < < < < ?< < 8<  <  <  <  <  <  <  <  < < < <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  ;ذ <  <  <  <  <  <  <  & [ l a s t   r e g u l a r ] < 0 = `= =   = f	= 	= f
= 
= f= = f= x= = f= = P= =  = @= = = = = F= = = = P= = @= P= 0=  = Ш=  = Щ= = P= =  ؊= ؠ= 0= @= f= = 6= = = P= = P= = = = 0= = P= = P= P= ؠ= P= 0= `= = P= p= ؀= 4= 4= 8@= 8= 9= 9=  :P < < < < < < 3< < < </ ' , ' < < < < / ' . ' < < < X3/ p< < < 3= 5= 5= 5= 5= 5= >< < < $= $= <= << < < p < < <  < < < !/  D ; < 1 = a= =   = g	= 	= g
= 
= g= = g= y= |= = g= = Q= = != A= = i= = = = G= = = = = Q= = A= Q= !0= != Ѩ= = ѩ= = Q= =  =  B=  X=  Y=  Z=  =   =  = ء=  X =  y =  ا =   =   =   =  @ =  } =  ؝ =   =  X =  x =  ة =   = 1= A= `=   =  Q =   = R= g= = 7= = = = Q= = Q= = = = 1= = Q= = Q= Z= Q= ء= Q= 	= 	= 	,= 	4= 	O= 	X= 1= a= = Q= q= ؁= 4= 4= 4`= 4r= 4w= 8A= 8= 9= 9=  : =  :Q =  ;q =  ;أ =  ; < < < < < < *< < < </ ' , ' < < < $/ ' . ' < < < $/  :P' . '  < < < 3/  :Pe < < < 2/  :Pg < < < b3/  :Pݹp < < < $/  ;' . '  < < < 3/  ;e < < < 2/  ;g < < < c3/  ;ݹp < < < $/  ;' . '  < < < 3/  ;e < < < 2/  ;g < < < d3/  ;ݹp < < < $/  ;' . '  < < < 3/  ;e < < < e3/  ;ݹp < < < $/  ;' . '  < < < 3/  ;e < < < f3/  ;ݹp < < < $/  ;' . '  < < < 3/  ;e < < < g3/  ;ݹp < < < $/  ;' . '  < < < 3/  ;e < < < h3/  ;ݹp < < < $/  ;' . '  < < < 3/  ;e < < < i3/  ;ݹp < < < $/  ;' . '  < < < 3/  ;e < < < j3/  ;ݹp < < < $/  ;	' . '  < < < 3/  ;	e < < < k3/  ;	ݹp < < < 3/ e< < < 2/ g< < < Y3/ p< < < 3= 5= 5= 5= 5= 5= >< < < `$= $= v'= '= '< < < i$/  :P = $/  :P = '/  :P = '/  :P = '/  :P = H2/  :P < < < j$/  ; = $/  ; < < < k$/  ; = $/  ; < < < l$/  ; = $/  ; < < < m$/  ; = $/  ; < < < n$/  ; = $/  ; < < < o$/  ; = $/  ; < < < p$/  ; = $/  ; < < < q$/  ; = $/  ; < < < r$/  ;	 = $/  ;	 < < <  < < <  < < < <ؤ/  ;:PP  < < < _!/ D < < < R!/  D ;:P < < <  /  D ; < < < S!/  D ; < < <  /  D ; < < < U!/  D ; < < < Y!/  D ; < < < P!/  D ; < < < [!/  D ; < < < Q!/  D ;	 < < ؔ=  ;ر < 2 = b= =   = h	= 	= h
= 
= h= = h= z= }= = h= = R= = "= B= = j= = = = H= = = = R= = B= R= "0= "= Ҩ= = ҩ= = R= =  =  [=  \=  ]=  ^=  =  = آ=  Y =  z =  ب =   =   =  A =  Y =  y =  ت = 2= B= a=   =   = S= h= = 8= = = = R= = R= = = = 2= = R= = R= [= R= آ= R= 	 = 	= 	= 	#= 	-= 	5= 	J= 	P= 	V= 	Y= 2= b= = R= r= ؂= 4= 4= 4a= 4s= 8B= 8= 9= 9=  : =  :R =  ;r =  ;ؤ =  ; < < < < < < +< < < </ ' , ' < < < $/ ' . ' < < < $/  :P' . '  < < < 3/  :Pe < < < l3/  :Pݹp < < < 3/  ;e < < < m3/  ;ݹp < < < 3/  ;e < < < n3/  ;ݹp < < < 3/  ;e < < < o3/  ;ݹp < < < 3/  ;e < < < p3/  ;ݹp < < < 3/  ;e < < < 3/  ;e < < < 3/  ;e < < < 3/  ;e < < < 3/  ;	e < < < 3/ e< < < 2/ g< < < Z3/ p< < < 3= 5= 5= 5= 5= 5= >< < < a$= $= w'= '= '< < < s$/  :P = $/  :P = I2/  :P < < < Q2/  ; < < < R2/  ; < < < S2/  ; < < < T2/  ; < < < U2/  ; < < < V2/  ; < < < W2/  ; < < < X2/  ; < < < Y2/  ;	 < < <  < < <  < < < <آ/  ;' . ' ; < < < <؝/ K < < < <؜/ n d '   ' S c r < < < T!/  D ; < < < V!/  D ; < < ؕ=  ;ز =  ;/ < 3 = c= =   = i	= 	= i
= 
= i= = i= {= ~= = i= = S= = #= C= = k= = = = I= = = = S= = C= S= #0= #= Ө= = ө= = S= =  	=  = أ=  Z =  { =  ة =   =   =  B =  Z =  z =  ث = 3= C= b=   =   = T= i= = 9= = = = S= = S= = = = 3= = S= = S= \= S= أ= S= 	= 	= 	= 	 = 	$= 	%= 	.= 	/= 	6= 	7= 	:= 	;= 	K= 	Q= 	W= 3= c= = S= s= ؃= 4= 4= 4b= 4t= 8C= 8= 9= 9=  : =  :S =  ;s =  ;إ =  ; < < < < < < ,< < < </ ' , ' < < < $/ ' . ' < < < 3/  :Pe < < < 3/  ;e < < < 3/ e< < < 2/ g< < < [3/ p< < < 3= 5= 5= 5= 5= 5= >< < < b$= $= x'= '= '< < < J2/  :P = Z2/  :P < < < [2/  ; < < < \2/  ; < < < ]2/  ; < < < ^2/  ; < < < _2/  ; < < < 2/  ; < < < 2/  ; < < < 2/  ; < < < 2/  ;	 < < <  < < <  < < < <؛/ D < < <  /  D ; < < < W!/  D ; < < < \!/  D ; < < ؖ< < <  ;0 < 4 = d= =   = j	= 	= j
= 
= j= = j= = j= = T= = $= D= = l= = = = J= = = = T= = D= T= $0= $= Ԩ= = ԩ= = T= =  
=  = ؤ=  | =  ت =  ث =   =  C =  [ =  { =  ج = 4= D= c=    =   = U= j= = := = = = T= = T= = = = 4= = T= = T= ]= T= ؤ= T= 	= 		= 	= 	= 	!= 	&= 	0= 	8= 	<= 	== 	>= 	?= 	L= 	R= 	S= 	i= 4= d= = T= t= ؄= 4= 4= 4c= 4u= 8D= 8= 9= 9=  : =  :T =  ;t =  ;ئ =  ; < < < < < < -< < < </ ' , ' < < < $/ ' . ' < < < 3/ e< < < 2/ g< < < \3/ p< < < 3= 5= 5= 5= 5= 5= >< < < c$= $= y'= '= '< < < K2/  :P = 2/  :P < < < 2/  ; < < < 2/  ; < < < 2/  ; < < < 2/  ; < < < 2/  ; < < < 2/  ; < < < 2/  ; < < < 2/  ; < < < 2/  ;	 < < < t < < <  < < < <؞/ K < < < X!/  D ; < <  ;1 < 5 = e= =   = k	= 	= k
= 
= k= = k= = k= = U= = %= E= = m= = = = K= = = = U= = E= U= %0= %= ը= = թ= = U= =  =  C=  H=  O=  _=  s=  =  != إ=  } =  ج =   =   =   =   = 5= E= d=  ! = V= k= = ;= = = = U= = U= = = = 5= = U= = U= ^= U= إ= U= 	= 	
= 	= 	= 	"= 	'= 	1= 	9= 	M= 	T= 	U= 	j= 5= e= = U= u= ؅= 4= 4= 4d= 4v= 4x= 8E= 8= 9= 9=  : =  :U =  ;u =  ;ا =  ; < < < < < < .< < < </ ' , ' < < < $/ ' . ' < < < 3/ e< < < 2/ g< < < ]3/ p< < < 3= 5= 5= 5= 5= 5= >< < < d$= $= z'= '= '< < < L2/  :P = 2/  :P < < < u < < <  < < < <ؠ/  ' . ' ; < < < Z!/  D ; < < < ]!/  D ; < <  ;2 < 6 = f= =   = l	= 	= l
= 
= l= = l= = l= = V= = &= F= = n= = = = L= = = = V= = F= V= != &0= &= ֨= = ֩= = V= =  =  = ئ=   = 6= F= e= W= l= = <= = = = V= = V= = = = 6= = V= = V= _= V= ئ= V= 	= 	= 	= 	= 	(= 	@= 	N= 	k= 6= f= = V= v= ؆= 4= 4= 4e= 8F= 8= 9= 9=  : =  :V =  ;v =  ;ب =  ; < < < < < < /< < < </ ' , ' < < < $/ ' . ' < < < 3/ e< < < 2/ g< < < ^3/ p< < < 3= 5= 5= 5= 5= 5= >< < < e$= $= {'= '= '< < < M2/  :P < < < v < < <  < < < <أ/  :PP  < <  ;3 < 7 = g= =   = m	= 	= m
= 
= m= = m= = m= = W= = '= G= = o= = = = M= = = = W= = G= W= '0= '= ר= = ש= = W= =  =  = ا=   = 7= G= f= X= m= = == = = = W= = W= = = = 7= = W= = W= `= W= ا= W= 	= 	= 	= 	= 	)= 	A= 	B= 	C= 	l= 7= g= = W= w= ؇= 4= 4= 4f= 8G= 8= 9= 9=  : =  :W =  ;w =  ;ة =  ; < < < < < < 0< < < </ ' , ' < < < $/ ' . ' < < < 3/ e< < < 2/ g< < < _3/ p< < < 3= 5= 5= 5= 5= 5= >< < < f$= $= |'= '= '< < < N2/  :P < < < w < < <  < < < <ء/  ' . ' ; < < < ^!/  D ; < <  ;4 < 8 = h= =   = n	= 	= n
= 
= n= = n= = n= = X= = (= H= = p= = = = N= = = = X= = H= X= (0= (= ب= = ة= = X= =  =  = ب=   = 8= H= g= Y= n= = >= = = = X= = X= = = = 8= = X= = X= a= X= ب= X= 	= 	= 	= 	= 	*= 	D= 	E= 	m= 8= h= = X= x= ؈= 4= 4= 4g= 8H= 8= 9= 9=  : =  :X =  ;x =  ;ت =  ; < < < < < < 1< < < <	/ ' , ' < < < $/ ' . ' < < < 3/ e< < < 2/ g< < < `3/ p< < < 3= 5= 5= 5= 5= 5= >< < < g$= $= }'= '= '< < < O2/  :P < < < x < < <  < < < <؟/ K < <  ;5 < 9 = i= =   = o	= 	= o
= 
= o= = o= = o= = Y= = )= I= = q= = = = O= = = = Y= = I= Y= )0= )= ٨= 	= ٩= = Y= =  =  = ة=   = 9= I= h= Z= o= = ?= = = = Y= = Y= = = = 9= = Y= = Y= b= Y= ة= Y= 	= 	= 	= 	= 	+= 	F= 	G= 	H= 	I= 	n= 9= i= = Y= y= ؉= 4= 4= 4h= 8I= 8= 9= 9=  : =  :Y =  ;y =  ;ث =  ;	 < < < < < < 2< < < <
/ ' , ' < < < $/ ' . ' < < < 3/ e< < < 2/ g< < < a3/ p< < < 3= 5= 5= 5= 5= 5= >< < < h$= $= ~'= '= '< < < y < < <  < <  ;6 < 	< 	< 	< 	< 	< 	< r< s< t< u< v< w< 0< 1< 2< 3< 4< 5< < < < < < < < < < < < < < < < < < < < < < < < < X< Y< Z< [< \< ]< ^< p< q< r< s< t< u< v< w< x< r< s< t< u< v< w< x< y< z< {< |< !< !< !< !< !< !< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< ,<  "<  #<   <   <   <   <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <   <  !<  "<  #<  $<  %<  &<  '<  (<  )<  *<  +<  ,<  -<  .<  /<  0<  1<  2<  3<  @<  A<  D<  E<  F<  G<  I<  J<  K<  L<  M<  N<  P<  Q<  R<  S<  T<  U<  V<  W<  `<  a<  b<  c<  d<  e<  f<  g<  h<  i<  j<  k<  l<  m<  n<  o<  p<  q<  r<  t<  u<  v<  w<  x<  ؋<  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  ~ <   <  ح <  خ <  د <   <   <   <  ~ <  ؞ <  ؟ <   <   <   <  [ <  \ <  ] <  ^ <  _ <   <   <   <  \ <  ] <  ^ <  _ <  | <  } <  ~ <   <  ح <  خ <  د <  " <  # <  $ <  % <  & <  R <  S <  T <   <   <   < :< ;< [< \< ]< ^< _< `< a< b< c< d< e<  D <  E <  F <  G <  H < c< d< e< f< g< h< i< j< k< l< < < < < < < < < < < < < < < < < < < < < [< \< ]< ^< _< `< a< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4<  ;z <  ;{ <  ;| <  ;} <  ;~ <  ; <  ;؀ <  ;؁ <  ;؂ <  ;؃ <  ;؄ <  ;؅ <  ;؆ <  ;؇ <  ;؈ <  ;؉ <  ;؊ <  ;؋ <  ;، <  ;؍ <  ;؎ <  ;؏ <  ;ؐ <  ;ؑ <  ;ؒ <  ;ؓ <  ;ؔ <  ;ؕ <  ;ؖ <  ;ؗ <  ;ؘ <  ;ؙ <  ;ؚ <  ;؛ <  ;؜ <  ;؝ <  ;؞ <  ;؟ <  ;ؠ <  ;ء <  ;آ <  ;ح <  ;خ <  ;د <  ;س <  ;ش <  ;
 <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ; <  ;  <  ;! <  ;" <  ;# <  ;$ <  ;% <  ;& <  ;' <  ;( <  ;) <  ;* <  ;+ <  ;, <  ;- <  ;7 <  ;8 <  ;9 <  ;: <  ;; <  ;< <  ;= <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <  ؽ <   <   <   <   <   <   <   <   <   <   <  ؼ < 	2< 	3< 	Z< 	[< 	\< 	]< 	^< 	_< 	`< 	a< 	b< 	c< 	d< 	e< 	f< 	g< 	h< 4i< 4j< 4k< 4l< 4m< 4n< 4o< 4p< 4q< a < < < A< < < c< < < / = / < < < / (< < <  !/ ' / ' c < < < !/ ' / ' s < < < 3/ a < < < / o = 5/ o < < < 7/ u < < < / v = 9/ v < < < =/ y < < < / < < < 5= 5N= 5؂= 5ض= 5= 5= 5R= 5؆= 5غ= 5= 5"= 5V= 5؊< < < $< < < A < < < !< < < / < < < / (< < < M!/ ' / ' S < < < 2/ A < < < 4/ O < < < 6/ U < < < 8/ V < < < </ Y < < < 3= 5 = 54= 5h= 5؜= 5= 5= 58= 5l= 5ؠ= 5= 5= 5<= 5p< < < $= <P< < <  = C< < < ؀/ a < < <  < < < 3/ ' . ' m ' . ' < < < ,= <0= <p< < < 3/ "m < < < <؎/ B < < < s3/ U < < < < <  / e = / e < < < ;/ v < < <  / E < < < :/ V < < < -/ e = ؃/ e <  < e,< < < :< < < < < < < < < < F< 1< P< < < o,< < < D< Q< < < < < < m,< < < E< 0< < R< < < p,< < < < d< b < < < B< < < < < < 5= 5O= 5؃= 5ط= 5= 5= 5S= 5؇= 5ػ= 5= 5#= 5W= 5؋< < < $< < < B < < < "< < < ,!= 3= 5= 55= 5i= 5= 5= 59= 5m= 5ء= 5= 5	= 5== 5q< < < $= <Q< < < G< < < t3/ a r < < < .= <1= <q< < < 3/ q < < < < ؄< < < < C< /< < l< < < < < < S< < < < < < ؅< < < < < < < < < < < < c < < < C< < < h= }!< < < / '< < < !/ ' / ' o < < < !/ ' / ' u < < < 5= 5P= 5؄= 5ظ= 5= 5 = 5T= 5؈= 5ؼ= 5= 5$= 5X= 5،< < < $< < < C < < < #< < < m!< < < != -!= 3= 5= 56= 5j= 5؞= 5= 5n= 5آ= 5= 5
= 5>= 5r< < < $= <+= <R< < < <-/ D < < < < < < 3/ a l < < < 3/ c < < < 3/ d < < < 3/ m < < < 3/  m ; < < < 3/  m ; < < < = <2= <r< < < 3/ "k g < < < <ؑ/ L < < < 3/ o ' . ' < < < <ؒ/ O O L < < << < < ;< < < < < < < < ħ< 7< < < < < U< < < < !< < < !< ?< < < >< d < < < / 5< < < D< < < i= ~!< < < 8/ b < < < / z = / z < < < / ~< < < f/ < < < / < < < / < < < 7/ 7< < < 7/ < < < F!= 5= 5Q= 5؅= 5ع= 5= 5!= 5U= 5؉= 5ؽ= 5= 5%= 5Y= 5؍< < < $< < < D < < < / 5< < < $< < < n!< < < / z < < < / Z < < < / ~< < < / }< < < E!= 3= 5= 57= 5k= 5؟= 5= 5= 5;= 5o= 5أ= 5= 5= 5?= 5s< < < $= <S< < < H< < < ؇/ z < < < ؈/ < < < ؉/ < < < ؊/ < < < <إ< < < r3/ a < < < 3/ B < < < 3/ l < < < w3/ m < < < x3/  m ; < < < y3/  m ; < < < 0= <3= <s< < < <ؐ/ J < <  = < < <  < < < < < = z< < < y< < < ȧ< < < ǧ< m< < V< < < < < < ؋< W< < < < < < ،< 7%< < < < ؍< < < < < !< q< < e < < < E< < < d< < < /!= G!= 5= 5R= 5؆= 5= 5"= 5V= 5؊= 5ؾ= 5= 5&= 5Z= 5؎< < < $< < < E < < < %< < < 0!= 3= 5= 58= 5l= 5= 5= 5<= 5p= 5ؤ= 5= 5= 5@= 5t< < < $= <T< < < I< < <  < < < 2/ r g < < < 2/ V < < < 1= <4= <t< < 2< 3< G< < < F< < 4< x,< < < < < < < 2< {,< Y< < < < < < < < < J< < <  < < [< < < < < < !< < < K< < X< < < ؎< Z< \< < < < < < < < < < < L< ]< ^< < < ؏< < d< < < ˧< < < ؑ< f < < < F< < < < < <  / f < < < / f i < < < / f l < < < / i < < < / l < < < / K< < < 5= 5S= 5؇= 5ػ= 5= 5#= 5W= 5؋= 5ؿ= 5= 5'= 5[= 5؏< < < $< < < F < < < &< < < ;!/ A X < < < 1!= 3= 5= 59= 5m= 5= 5	= 5== 5q= 5إ= 5= 5= 5A= 5u< < < $= <U< < < < < < ؐ/ K< < < 3/ m < < < = <5= <u< < < <ؓ/ R E E < < |< < < {< < 7 / K< 0< 5< < < < < n< < < < < < N!< < < 2!< < g < < < G< < < < < < / /؞< < < 
!= 5 = 5T= 5؈= 5= 5$= 5X= 5،= 5= 5= 5(= 5\= 5ؐ< < < $< < < G < < < '< < < / /؞< < < 3= 5= 5:= 5n= 5آ= 5= 5
= 5>= 5r= 5ئ= 5= 5= 5B= 5v< < < $= <V< < < M< < < 3/ a l < < < 3= <6= <v< < < 3/ B < < < 3/ H z < < < 3/ P a < < < 3/ y < < = y< < < }< ѧ< < < Ч< a< < < < < < < 7< 6< b< < < < < < ؒ< < < < < < `< < < < < < ؓ< < < < ؔ< w< 7< < < < ~< c< < < < < < < < < < < h < < < '/ 5= !/ 5< < < H< < < j< < < != 5!= 5؉= 5ؽ= 5= 5%= 5Y= 5؍= 5= 5= 5)= 5]= 5ؑ< < < $< < < H < < < &/ 5< < < (< < < != != != 3= 5= 5;= 5o= 5= 5s= 5ا= 5= 5= 5C= 5w< < < $= <W< < < < < < / 5= ؕ/ 5< < <  < < < 3/ a < < < q3/ P a < < < 4= <7= <w< < < <ئ/ c < < < <ا/ d R < < < 2/ g < < < <ب/ i '   ' R e s < < < 3/ P < < < <J/ V < < < 3/ z < < < < ؖ< < < < < < f< < < < < < < h,< < < g,< v,< < < u,< < < < < '< < < &< < < \< g< < < ؗ< < < i < < < I< < < e= p!< < < q!/ i < < < r!/ i i < < < 3/ j < < < s!/ v < < < x!/ x < < < 9!= H!= 5"= 5V= 5؊= 5ؾ= 5= 5&= 5Z= 5؎= 5= 5= 5*= 5^= 5ؒ< < < $< < < I < < < )< < < `!< < < a!/ I < < < b!/ I I < < < 2/ J < < < c!/ V < < < h!/ X < < < != != 3= 5= 5<= 5p= 5= 5@= 5t= 5ب= 5= 5= 5D= 5x< < < $= <X< < < q < < < b< < < 3/ n < < < 5= <8= <x< < < <؋/ C < < < <ؔ/ D < < < z3/ U < 1< < < 5ؤ< j< < < < < < < < < 	< < < N< h< < < < < < < {< < < < 7< < < < < < i< < < < < < < |< j < < < J< < < I!= 5#= 5W= 5؋= 5ؿ= 5= 5'= 5[= 5؏= 5= 5= 5+= 5_= 5ؓ< < < $< < < J < < < *< < < 3= 5	= 5== 5q= 5إ= 5= 5= 5A= 5u= 5ة= 5= 5= 5E= 5y< < < $= <Y< < < < < < |,< < < 6= <9= <y< 7< < < 5إ< 
< I< < < H< < < < < < < < _< < < < < < < ؘ< k < < < K< < < < < < / /؞< < < 5$= 5X= 5،= 5= 5= 5(= 5\= 5ؐ= 5= 5= 5,= 5`= 5ؔ< < < $< < < K < < < +< < < / /؞< < < 3= 5
= 5>= 5r= 5ئ= 5= 5= 5B= 5v= 5ت= 5= 5= 5F= 5z< < < $= <Z< < < O< < <  < < < 3/ A < < < 3/ c a l < < < 3/ g < < < 3/ H z < < < 3/ l < < < 3/ m < < < 3/  m ; < < < 3/  m ; < < < 3/ P a < < < 3/ t < < < 3/ V < < < 3/ W < < < 3/ < < < 7= <:= <z< < < 3/ B < < < 3/ K < < < 3/ M < < < < < < < j,< < < i,< A< < < @< C< < < B< E< < < D< 7< < < < < 7< l < < < B/ 5< < < L< < < = |!< < < / j < < < / l < < < / s < < < / z < < < != 5%= 5Y= 5؍= 5= 5= 5)= 5]= 5ؑ= 5= 5= 5-= 5a= 5ؕ< < < $< < < L < < < A/ 5< < < ,< < < l!< < < / j < < < / J < < < / L < < < != 3= 5= 5?= 5s= 5= 5= 5C= 5w= 5ث= 5= 5= 5G= 5{< < < $= <[< < < < < < ؙ/ s < < < ؚ/ z < < <  < < < 3/ m < < < 3/ n < < < 3/ o g < < < 3/ x < < < 8= <;= <{< < < <ة/ o s s l e s s < < < 2/ T D < < l  = l  = @< < < L  = L  = ?< < < < < < < < G< < < F< < I< < < H< < < < =< a,< < < `,< k< < < b,< < < ^< 8< < < < 9< l< < < < < < ؛< 7< < < ؜< 7< 7< < < ]< < < < < m< < < < 7&< < < < ؝< 7< 4< r< n< < < ؞< 7< < < ؟< < < < < ۧ< < < ڧ< < < < ܧ< < < < ؠ< 7< < < ء< m < < < M< < < k= !< < < 5&= 5Z= 5؎= 5= 5= 5*= 5^= 5ؒ= 5= 5= 5.= 5b= 5ؖ< < < $< < < M < < < -< < < o!< < < 3!= 3= 5= 5@= 5t= 5= 5= 5D= 5x= 5ج= 5= 5= 5H= 5|< < < $= <\< < < P< < < <j/ c < < < <k/ d < < < <l/ r < < <  < < < 3/ "s < < < 3/  "s ; < < < 3/  ; < < < 3/  ; < < < 3/ A < < < 3/ b < < < 3/ g < < < 3/ i l < < < 3/ l < < < 3/ m < < < 3/  m ; < < < 3/  m ; < < < 3/ o l < < < 3/ s < < < 3/ V < < < 3/ W < < < 9= <<= <|< < < 3/ B < < < 3/ H z < < < 3/ P a < < < 3/ V = <K/ V < < < 3/ W < < < 3/ < < < < < o< < q< < < n,< < < < :< < < s< n < < < N< < < < < < / /؞< < < / j < < < 5'= 5[= 5؏= 5= 5= 5+= 5_= 5ؓ= 5= 5= 5/= 5c= 5ؗ< < < $< < < N < < < .< < < / /؞< < < / j < < < / J < < < !/ o < < < != 3= 5= 5A= 5u= 5ة= 5= 5= 5y= 5ح= 5= 5= 5I= 5}< < < $= <]< < <  < < <  < < < 3/ A < < < 3/ F < < < 3/ m < < < 3/ s < < < 3/ V < < < 3/ W < < < := <== <}< < < <ؕ/ E W < < < <ؖ/ G < t< < < < < < < ;< < p< r< < < < < < < < < <  < < < < < < s< < < < 7'< 5< ;< t< K< < < J< < < Q< << 7< 7< o < < <  / 8< < < O< < < f< < < / = / < < < / 9< < < O/ o < < < 4!= 5(= 5\= 5ؐ= 5= 5,= 5`= 5ؔ= 5= 5= 50= 5d= 5ؘ< < < $< < < O < < <  / 8< < < /< < < / < < < N/ O < < < 3= 5= 5B= 5v= 5ت= 5= 5= 5F= 5z= 5خ= 5= 5= 5J= 5~< < < $= <^< < <  = R< < < آ/ 8< < <  < < < u3/ V < < < <= <>= <~< < < <ؗ/ K < < S/ e < < < R/ E < < < / e < < < =< v< < < أ< < A< B< @< C< D< < >< 7< T< < < < < < S< < < ?< < b< M< < < L< < < < T< < < < U< z,< u< < < < < < < K< < < J< w< < < ؤ< < < < < #< < < "< < < =< < p < < < P< < < < < < 5)= 5]= 5ؑ= 5= 5= 5-= 5a= 5ؕ= 5= 5= 51= 5e= 5ؙ< < < $< < < P < < < 0< < <  / t s < < < != 3= 5= 5C= 5w= 5ث= 5= 5= 5{= 5د= 5= 5= 5K= 5< < < $= <_< < < V< < <  < < < 3/ ' . ' m ' . ' < < < 3/ A < < < v3/ c < < < 3/ F < < < 3/ s < < < 3/ V < < < 3/ W < < < >= <?= <= <؊< < < 3/ a < < < <،/ A < < < 3/ H < < < 3/ P M < < < <N/ P V < < < 3/ R < < < P2/ T E < < }< < < c,< Q< < < P< q< < < < < < S< < < R< U< < < T< < x< < < < w,< q < < < Q< < < 9/ p < < < 5*= 5^= 5ؒ= 5= 5= 5.= 5b= 5ؖ= 5= 5= 52= 5f= 5ؚ< < < $< < < Q < < < 1< < < != 3= 5= 5D= 5x= 5ج= 5= 5= 5|= 5ذ= 5= 5= 5L= 5؀< < < $= <`< < < إ< < < = <@= <؀< < W< < < V< Y< < < X< < K< < < J< 8< r < < < R< < < l= < < < / /؞< < < 5+= 5_= 5ؓ= 5= 5= 5/= 5c= 5ؗ= 5= 5= 53= 5g= 5؛< < < $< < < R < < < 2< < < / /؞< < <  / s < < < != != != 3= 5= 5E= 5y= 5= 5}= 5ر= 5= 5= 5M= 5؁< < < $= <,= <a< < < < < < c< < < 3/ a d < < < 3/ a d "s < < < 3/  a d "s ; < < < ?= <A= <؁< < = < < < < < = [< < < Z< E< < < < < < < < < < ت< F< < M< < < L< r< y< < < < < z< < < ئ< 7< < < ا< {< < < < y,< < |< }< < < d,< < < ب< 7(< I< ~< < < ة< s< 7< < G< H< J< K< L< < < < < h< 7< u< v< ]< < < \< s < < < S< < < < < < / /؞< < < / t < < < 5,= 5`= 5ؔ= 5= 5= 50= 5d= 5ؘ= 5= 5 = 54= 5h= 5؜< < < $< < < S < < < 3< < < / /؞< < < 3= 5= 5F= 5z= 5خ= 5= 5= 5J= 5~= 5ز= 5= 5= 5N= 5؂< < < $= <b< < < < < <  !/ m < < <  < < < 3/ r < < < <B= <؂< < < <؍/ A < < < <L/ D < < < <ت/ H V < < < <ؘ/ O S < < < <M/ S < < < 3/ v < <  / s < < < / S < < = < < < / t < < < < < < < ٧< < < ا< 1< ʧ< < < ɧ< ͧ< < < ̧< t< < < < < ŧ< < < < 7)< 7< < < غ< ?< < < ~,< ק< < < ֧< < < < < < < < < < < < < M< < < < < < 7< 7< t < < < T< < < m< < < / U< < < / s = / s < < < g/ < < < / < < < 7/ < < < 7/ < < < )/ z < < < 5-= 5a= 5ؕ= 5= 5= 51= 5e= 5ؙ= 5= 5= 55= 5i= 5؝< < < $< < < T < < < 4< < < !!/ E L < < < (/ z < < < 3= 5= 5G= 5{= 5د= 5= 5= 5K= 5= 5س= 5= 5= 5O= 5؃< < < $= <c< < < W< < < ث/ U< < < "!/ m < < < ج/ s < < < ح/ < < < خ/ < < <  < < < @= <C= <؃< < < 3/ H z < < z/ h < < = < < < < < g< < < f< f,< < < >< u< < < < < < < < < < < < < < < د< 7*< 7	< 6< w< < < < < 7< u < < < U< < < g< < < / = / < < < / 9< < < 5.= 5b= 5ؖ= 5= 5= 52= 5f= 5ؚ= 5= 5= 56= 5j= 5؞< < < $< < < U < < < 5< < < / < < < 3= 5= 5H= 5|= 5ذ= 5= 5= 5L= 5؀= 5ش= 5= 5= 5P= 5؄< < < $= <d< < < X< < < d< < < A= <D= <؄< < < <ث/ H D < < < <ؙ/ P ' ! ' < < < < < N< < < < Y< < k< P< Q< < < < D< < < < O< < < < < ~< < R< < < _< < < < < e< < < < < < < < < o< < < < < < Z< < < p< < < < < < < < < < < < v < < < V< < < n= t!< < < u!/ i < < < v!/ i i < < < w!/ i i i < < < a/ y < < < 5/= 5c= 5ؗ= 5= 5= 53= 5g= 5؛= 5= 5= 57= 5k= 5؟< < < $< < < V < < < 6< < < d!< < < e!/ I < < < f!/ I I < < < g!/ I I I < < < `/ Y < < < 3= 5= 5I= 5}= 5ر= 5= 5= 5M= 5؁= 5ص= 5= 5= 5Q= 5؅< < < $= <e< < < [< < < e< < < },= <E= <؅< < < 3/ "m < < < <ج/ O D < < < <ؚ/ S <  < _< < < ^< < < < < < < < < q,< < < ذ< t,< < < < < < < < E< < < < w < < < W< < < = < < < 50= 5d= 5ؘ= 5= 5 = 54= 5h= 5؜= 5= 5= 58= 5l= 5ؠ< < < $< < < W < < < 7< < < 3= 5= 5J= 5~= 5ز= 5= 5= 5N= 5؂= 5ض= 5= 5= 5R= 5؆< < < $= <f< < < <./ Z < < < < < < B= <F= <؆< < < 3/ b < < < <O/ C = <؏/ C < < ç< < < §< !< s,< < < r,< < < < < < < i< x < < < X< < < o= y!< < < z!/ i < < < {!/ i i < < < 51= 5e= 5ؙ= 5= 5= 55= 5i= 5؝= 5= 5= 59= 5m= 5ء< < < $< < < X < < < 8< < < i!< < < j!/ I < < < k!/ I I < < < 3= 5= 5K= 5= 5س= 5= 5= 5O= 5؃= 5ط= 5= 5= 5S= 5؇< < < $= <g< < < < < <  < < < <G= <؇< < V< W< X< Y< S< < < < T< U< y < < < Y< < < 52= 5f= 5ؚ= 5= 5= 56= 5j= 5؞= 5= 5= 5:= 5n= 5آ< < < $< < < Y < < < 9< < < 3= 5= 5L= 5؀= 5ش= 5= 5= 5P= 5؄= 5ظ= 5= 5 = 5T= 5؈< < < $= <h< < < < < < <H= <؈< < < < ز< O< < < N< < < < < < < < < Z< < < < < z < < < Z< < < < < < / w < < < 53= 5g= 5؛= 5= 5= 57= 5k= 5؟= 5= 5= 5;= 5o= 5أ< < < $< < < Z < < < :< < < $!= (!= 3= 5= 5M= 5؁= 5ص= 5= 5؅= 5ع= 5= 5!= 5U= 5؉< < < $= <i< < < < < < <I= <؉< "< < < < < v< < < < Ƨ< %< < < $< < < < < < < < < @< < < ,< l,< < < k,< c< < < b< < < < < < < < #< < < < < 7< < < <  < < <  < ӧ< e< < < d< g< < < f< < < < < է< i< < < h< `< a< c< k< < < j< m< < < l< o< < < < < < n< < < p< x< < +< < < *< -< < < ,< /< < < .< < < < < < < < < < < < < < B< < < A< < < < < I/ n < < < #< < < "< < < < < < < < < < < < $< %< < < \< %< < < $< < < < س< < < < ش< < 7< < < < ض< < < < ط< < < < ظ< < 7
< < < ع< < 7< < < < ص< < < < < < 5= 5= 56= 5p= 5ت< < < < < < 5ب= 5= 5= 5V= 5ؐ< < < < < < < 5= 5= 57= 5q= 5ث< < < < < < 5ة= 5= 5= 5W= 5ؑ< < < ]< < < f< < < < =!= 5= 5= 58= 5r= 5ج< < < < < < >!= 5ت= 5= 5= 5X= 5ؒ< < < ^< < < g< &< < < < 5= 5= 59= 5s= 5ح< < < < < < 5ث= 5= 5= 5Y= 5ؓ< < < _< < < < < < < 5= 5= 5 = 5= 5:= 5P= 5t= 5؊= 5خ= 5< < < < < < 5ج= 5= 5 = 5Z= 5ؔ< < < < 5< < < < < < 5< w< < < v< < < < < < < < 5= 5= 5;= 5u= 5د< < < < < < 5ح= 5= 5!= 5[= 5ؕ< q< < < p< < < < 5= 5= 5<= 5v= 5ذ< < < < < < 5خ= 5= 5"= 5\= 5ؖ< < < < < < < 5= 5= 5= 5= 5== 5Q= 5w= 5؋= 5ر= 5< < < < < < < < < 5د= 5ع= 5= 5= 5#= 5-= 5]= 5g= 5ؗ= 5ء< < < < < < < z< < < 5= 5= 5>= 5x= 5ز< < < < < < 5ذ= 5= 5$= 5^= 5ؘ< < < < < < < < < < < / < < < 5= 5= 5= 5= 5?= 5R= 5y= 5،= 5س= 5< < < < < < / < < < 5ر= 5= 5%= 5_= 5ؙ< < < < 5= 5= 5@= 5z= 5ش< < < < < < 5ز= 5= 5&= 5`= 5ؚ< '< < < <  < < < 5= 5= 5A= 5{= 5ص< < < < < < 5س= 5= 5'= 5a= 5؛< < < 3/ A < < < 3/ F < < < 3/ g < < < 3/ l < < < 3/ m < < < 3/ s < < < 3/ V < < < 3/ W < < < < 5= 5= 5B= 5|= 5ض< < < < < < 5ش= 5= 5(= 5b= 5؜< < < < 5= 5	= 5C= 5}= 5ط< < < < < < 5ص= 5= 5)= 5c= 5؝< < < < 5= 5
= 5D= 5~= 5ظ< < < < < < 5ض= 5= 5*= 5d= 5؞< < < < < < < <!= 5= 5= 5= 5= 5E= 5U= 5= 5؏= 5ع= 5< < < < < < ?!= 5ط= 5= 5+= 5e= 5؟< (< < < < < < < < < < < < < < < < < < < 5= 5= 5= 5= 5F= 5T= 5؀= 5؎= 5غ= 5< < < < < < 5ظ= 5= 5,= 5f= 5ؠ< < < h< )< < < < < < < < 5= 5= 5= 5= 5G= 5H= 5؁= 5؂= 5ػ= 5ؼ< < < < < < < < < 5غ= 5= 5.= 5h= 5آ< < < < |< < < < {< < < < }< < < < < < < 5= 5= 5I= 5؃= 5ؽ< < < < < < 5ػ= 5= 5/= 5i= 5أ< < < < 5= 5= 5J= 5؄= 5ؾ< < < < < < < < < 5ؼ= 5= 50= 5j= 5ؤ< < < < < < < 5= 5= 5= 5= 5K= 5S= 5؅= 5؍= 5ؿ= 5< < < < < < 5ؽ= 5= 51= 5k= 5إ< < < `< < < i< < < < 5= 5= 5L= 5؆= 5< < < < < < 5ؾ= 5= 52= 5l= 5ئ< < < a< < < j< < < < 5= 5= 5M= 5؇= 5< < < < < < 5ؿ= 5= 53= 5m= 5ا< *< < < < 5= 5= 5N= 5؈= 5< < < < < < 5= 5= 54= 5n= 5ب< e< < < < < s< < < r< < < < < ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,/ ,,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< < < < < ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< < < < < < < < < ,< < < ,< ,< < < ,< < < < < ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< < < < < ,< < < ,< ,< < < ,< < < < < ,< < < ,< ,< < < ,< ,< < < ,< < < < < ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< ,< < < ,< 0< < < -< < < < < < 80< < < 8Q< < < < < < < 8K< < < < < 1< < < -< < < < < < 81< < < 8R< 2< < < = -< < < < < < 82< < < 8S< 3< < < -< < < < < < 83< < < 8T< < 8g< < < < < < < < < < < < < < < < < < < < < < < 4< < < = -< < < < < < 84< < < 8U< < < <  < < < < < R< < < < c< < < b< < < < < < < < < 5< < < -< < < < < < 85< < < 8V< T< < < t< < < < 6< < < -< < < < < < 86< < < 8W< +< < < *< < < < < < < < < 7< < < -< < < < < < 87< < < 8X< A< < < @< < < < < < < < < C< < < B< U< < < < < < 8i< E< < < D< < < < < < < < < < < 8J< < < < < < < < < 8< < < u< < < < < < 88< < < 8Y< < < < < V< < < 8؏< < < v/ < < < < < < 8L< < < 8h< G< < < F< 9< < < < X< < < < < < 8M< I< < < -< < < H< :< < < -< < < < < < 89< < < 8Z< < < < < < < < < < < < < < < < < < < < < < < < < < < < < ;< < < -< < < < < < 8:< < < 8[< +< < < < < /< < < .< < < < < !< < <  < Y< < < 	< e< < < d< 	< < < < < < < < << < < -< < < < < < 8;< < < < < g< < < f< =< < < -< < < < < < x< )< < < (< < < < < < < < < < < < < #< < < "< < < < < Z< < < 
< < < < 
< >< < < = -= i= k= m= n= = < < < < < < h= j= l= = < < < 8<< < < 8\< < < < < < < 8N< ?< < < -< < < < < < 8=< < < 8]< %< < < $< < < < < < < < < @< < < -< < <  < < < 8>< < < < < < < < < A< < < = -< < < -/ B< < < !< < < 8?< < < 8^< < < < < < < < < < < 8k< B< < < = = -< < < "< < < 8@< < < < < < < < < < < < < < < < < < < < < [< < < < C< < < w< < < #< < < 8A< < < 8_< < < < < < < 8O< < < < < < < 8m< K< < < = -< < < J< y< < < x< D< < < < < < $< < < 8B< < < 8`< E< < < -< < < %< < < 8C< < < 8a< < < < < < < < < < < < < < < < < '< < < &< < < < < a< < < {< < < `< < < < ~< M< < < L< }< < < |< {< < < z< F< < < -< < < &< < < 8D< < < 8b< a< < < `< < < < < < < < < < < < < G< < < -< < < '< < < 8E< < < 8c< -< < < ,< < < < < < < < < < < < < < < < < < < < < < < < < < < < < _< < < < < < 8j< H< < < -< < < (< < < 8F< < < 8d< < < < < I< < < -< < < )< O< < < N< /.< < J< < < = x< < < *< < < < < < 8e< Q< < < P< < < 8l< K< < < y< < < +< < < 8G< < < 8f< L< < < z< < < ,< < < < < < < < c< < < = -< < < b< S< < < R< M< < < -< < < 8H< N< < < -< < < .< < < 8I< U< < < T< W< < < -< < < V< O< < < /< < < < < e< < < < < < d< g< < < -< < < f< Y< < < X< k< < < -< < < j< [< < < Z< i< < < h< ]< < < \< m< < < -< < < l< o< < < n< q< < < p< s< < < -< < < r< u< < < t< _< < < ^< < < < < < < < < < < < < < < 8P< 0,< < < 8 < < <  ,< 1,< < < 8< < < ,< 2,< < < 8< < < ,< 3,< < < 8< < < ,< 4,< < < 8< < < ,< 5,< < < 8< < < ,< 6,< < < 8< < < ,< 7,< < < ,< 8,< < < 8< < < ,< 9,< < < 8	< < < 	,< :,< < < 8
< < < 
,< ;,< < < 8< < < ,< <,< < < 8< < < ,< =,< < < 8< < < ,< >,< < < 8< < < ,< ?,< < < 8< < < ,< @,< < < 8< < < ,< A,< < < 8< < < ,< B,< < < 8< < < ,< C,< < < 8< < < ,< D,< < < 8< < < ,< E,< < < 8< < < ,< F,< < < 8< < < ,< G,< < < 8< < < ,< H,< < < 8< < < ,< I,< < < ,< J,< < < ,< K,< < < 8< < < ,< L,< < < 8< < < ,< M,< < < 8< < < ,< N,< < < 8< < < ,< O,< < < 8< < < ,< P,< < < 8 < < <  ,< Q,< < < 8!< < < !,< R,< < < ",< S,< < < 8#< < < #,< T,< < < 8$< < < $,< U,< < < %,< V,< < < 8&< < < &,< W,< < < 8'< < < ',< X,< < < 8(< < < (,< Y,< < < 8)< < < ),< Z,< < < 8*< < < *,< [,< < < +,< \,< < < ,,< ],< < < -,< ^,< < < .,< _,< < < /,<  P< < <  v<  Q<  R<  S< < <  w<  T<  U<  V<  W< < <  x<  X<  Y<  Z<  [<  \<  ]< < <  y<  ^<  _<  `<  a< < <  z<  b<  c<  d<  e<  f<  g<  h<  i<  j<  k<  l<  m<  n<  o<  p<  q<  r<  s<  t<  u< < < < <  -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < !-< < < < < < < < -< < < < < < < < -< < < < < < < < 	-< < < < < < < < 
-< < < < < < < < -< < < < < < < < < < < -< < < < < < < < "-< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < #-< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < -< < < < < < < < $-< < < < < < < < -< < < < < < < <  -< < < < < < < < %-< < < < < < < < < < < < '-< < < < < < < < < < < < < < < < < < < < --< < < < < < < < < < < < a< < < 1< `< b< < < 2< c< < < 3< d< < < 4< e< < < / < < < 5< f< < < 6< g< < < 7< h< < < 8< i< < < 9< j< < < :< k< < < ;< l< < < << m< < < =< n< < < >< o< < < ?< p< < < @< q< < < A< r< < < B< s< < < C< t< < < / e< < < / k< < < / m< < < / v< < < D< u< < < E< < v< < < F< w< < < G< x< < < H< y< < < I< z< < < J< {< < < K< |< < < L< }< < < M< ~< < < / v< < < N< < < < O< < < < P< < < < Q< < < < R< < < < S< < < < T< < < < U< < < < V< Y<   < < < 5!< < <  O /   < < <  ! <   < < < 6!<   < < < 7!<   < < < 8!< < <  " <   < < <  # <   < < <   /   < < <   /   <   <   <   <   < < <   /   < < <   /   <   < < <  $ < < <   <   < < <  % <   < < <  & < < <   <   < < <   <   <   < < <    <   < < <   <   < < <   <   <   < < <  ' <   <   < < <  ( <    <   <   <   <   <   <   <   <   <  	 <  
 <   <   <   <   <   <   <   <   <   <   <   <    <   <   <   <   <   <   <   <   <  	 <  
 <   <   <   <   <   <   <   <   <   <   <   < < <   < <  ! < < <  t =   =   < < <  u /  ' < < <  v /  H < < <  w /   < < <  x /  J < < <   < < <   /   < <   <  " < < <   < < <   <  # < < <   < < <   <  r <  q < < <  Q < < <  P <  $ < < <   < < <   <  % < < <   < < <   <  s <  s <  t <  & < < <   < < <   /  , < < <   /  - < < <   /  . < < <   /  E < < <   /  G < < <   /  I < < <   /   < < <   < < <   /  E < < <   /  G < < <   < < <   /  ' < < <  d /  1 < < <  e /  2 < < <  f /  E < < <  g /  F < < <   /   < < <   /  H < < <   /   < < <   /   < < <   /   < < <   /  I =  h /  I < < <  i /  J < < <   /   < < <   < < <   /  ' < < <    /  , < < <   /  - < < <   /  E < < <   /   < < <   /  H < < <   /   < < <   /   < < <   /   < < <   /  I =   /  I < < <   /  J < < <   /   <   <   <   <  ' < < <  p =  q =  r =  s =  t =  u =  v =  w =  x =  y =  z =  { =  | =  } =  ~ =   =   =   =   =   < < <  ;  =  ;؀ < < <   < < <  < / K< < <   < < <  = / K< < <   /  C(1 < < <   /  DDG <  n < < <  ; =  ;| <  ( < < <  ; =  ;! =  ;a =  ;؁ =  ;ء < < <   < < <   /  , < < <   /  - < < <   /  . < < <   /  E < < <   /  G < < <   < < <   /  E < < <   /  G < < <   < < <   /  -J < < <   /  .J < < <  j /  1 < < <  k /  2 < < <  l /  E < < <  m /  F < < <  n /  I < < <  o /  J < < <   < < <   /  , < < <   /  - < < <   /  . < < <   /  E < < <  	 /  I < < <  
 /  J <  { < < <  T < < <  U < < <  S < < <  R <  ~ < < <  X < < <  Y < < <  W < < <  V <   < < <  \ < < <  ] < < <  [ < < <  Z <  P <  Q <  R <  S <  T <  U <   <  V <   <   <   <   <  ) < < <   < < <   <  * < < <  ; =  ;5 =  ;u =  ;ؕ =  ;ص < < <   < < <   /  , < < <  P /  ,E < < <   /  - < < <  R /  -, < < <  S /  -E < < <   /  . < < <  T /  .E < < <   /  E < < <  U /  E, < < <  V /  E- < < <  W /  E. < < <   /  G < < <   < < <   /  E < < <   /  G < < <   < < <   /  ,I < < <   /  ,J < < <  Q /  -, < < <   /  .I < < <   /  .J < < <  p /  1 < < <  q /  2 < < <  r /  E < < <   /  EI < < <   /  EJ < < <  s /  F < < <  t /  I < < <  u /  J < < <   < < <   /  , < < <   /  - < < <   /  . < < <   /  E < < <   /  I < < <   /  J <  + < < <  ; =  ;6 =  ;v =  ;ؖ =  ;ض < < <   < < <   /  E < < <   < < <   /  E < < <   /  G < < <   < < <  v /  1 < < <  w /  2 < < <  x /  E < < <  y /  F < < <  z /  I < < <  { /  J < < <   < < <   /  , < < <   /  E < < <   /  I < < <   /  J <  y < < <  h < < <  i < < <  g < < <  f <  z < < <  ` < < <  a < < <  _ < < <  ^ <  | <  } <   < < <  d < < <  e < < <  c < < <  b <   <   <   <  , < < <  ; =  ;" =  ;B =  ;b =  ;؂ =  ;آ < < <   < < <   /  - < < <   /  E < < <  Y /  E- < < <   < < <   < < <   /  -I < < <   /  -J < < <  X /  E- < < <   /  EI < < <   /  EJ < < <   /  I < < <   /  J < < <   < < <   /  - < < <   /  D'   ' ,D'DG < < <   /  E < < <   /  I < < <   /  J <   < < <  x < < <  y < < <  w < < <  v <   < < <  t < < <  u < < <  s < < <  r <   <   < < <  | < < <  } < < <  { < < <  z <   <   < < <   < < <   < < <   < < <  ~ <   <   <   <   <  - < < <  ; =  ;' =  ;G =  ;g =  ;؇ =  ;ا < < <   < < <   /  , < < <   /  E < < <   < < <   < < <   /  ,J < < <  [ /  EI < < <  Z /  EJ < < <   /  I < < <   /  J < < <   < < <   /  , < < <   /  E < < <   /  I < < <    /  J <  . < < <  ; =  ;7 =  ;W =  ;w =  ;ؗ =  ;ط < < <   < < <   /  , < < <   /  E < < <   < < <   < < <   /  I < < <    /  J < < <   < < <   /  , < < <   /  - < < <   /  E < < <   /  I < < <   /  J <   <   <   <  W <  X <  n <  o <  r <  | <  / < < <  ; =  ;؃ =  ;أ < < <   < < <   <  0 < < <  ; =  ;ؘ =  ;ظ < < <   < < <   < < <  [ / <   < < <   < < <   <   <   <   <   < < <   < < <   <   < < <   < < <   <   <   < < <   < < <   <   <   <   <   <  Y <  Z <  1 < < <  ; =  ;ؓ =  ;س < < <   < < <   < < <  \ / < < <   /  3HD < < <   /  'D <  2 < < <  ; =  ;؆ =  ;ئ < < <   < < <   <   < < <   < < <   <   <   <   <   <   <   <   < < <   < < <   <   <   <  [ <  k <  l <  q <   <   <   <  3 < < <  ; =  ;. =  ;N =  ;n =  ;؎ =  ;خ < < <   < < <   /  , < < <  ] /  ,- < < <   /  - < < <  \ /  -, < < <   /  . < < <   /  E < < <  a /  E, < < <  ` /  E- < < <  c /  EE < < <  1 /  G < < <   < < <  4 /  , < < <  5 /  - < < <  6 /  . < < <   /  E < < <   /  G < < <   < < <  ^ /  ,I < < <   /  .I < < <   /  .J < < <  * /  1 < < <  _ /  E- < < <  b /  EE < < <   /  I < < <   /  J < < <   < < <   /  , < < <   /  - < < <   /  . < < <   /  1 < < <   /  E < < <   /  I < < <   /  J <  4 < < <  ; =  ;4 =  ;T =  ;t =  ;ؔ =  ;ش < < <   < < <  - /  , < < <  . /  - < < <  h /  -E < < <  / /  . < < <  0 /  E < < <  k /  E. < < <  m /  EE < < <  2 /  G < < <   < < <  7 /  , < < <  8 /  - < < <  9 /  . < < <   /  E < < <   /  G < < <   < < <  % /  , < < <  i /  ,J < < <  & /  - < < <  g /  -E < < <   /  -J < < <  ' /  . < < <  ) /  1 < < <  ( /  E < < <  j /  E. < < <  l /  EE < < <   /  I < < <   /  J < < <   < < <  	 /  , < < <  
 /  - < < <   /  . < < <   /  1 < < <   /  E < < <   /  I < < <   /  J <   <   <   <   <  \ <  m <  p <  } <  ~ <  5 < < <  ; =  ;1 =  ;Q =  ;q =  ;ؑ =  ;ر < < <   < < <   /  - < < <  e /  -- < < <   /  . < < <   /  E < < <   /  EE < < <   < < <   < < <  d /  -- < < <   /  -J < < <  + /  1 < < <  f /  EE < < <  ! /  I < < <  " /  J < < <   < < <    /  - < < <   /  1 < < <   /  D9E < < <   /  DI < < <   /  DI'   ' 'DDG'   ' 9DJG'   ' H3DE < < <   /  D < < <  ! /  E < < <   /  I < < <   /  J <  6 < < <  ; =  ;9 =  ;Y =  ;y =  ;ؙ =  ;ع < < <   < < <   /  , < < <   /  - < < <   /  . < < <  p /  .E < < <   /  E < < <   < < <   < < <  n /  -I < < <   /  -J < < <  o /  .E < < <  , /  1 < < <  # /  I < < <  $ /  J < < <   < < <  " /  , < < <  # /  - < < <  $ /  . < < <   /  1 < < <  % /  E < < <   /  I < < <   /  J <   <   <   <   <  7 < < <  ; =  ;h =  ;؈ =  ;ب < < <   < < <   /  - < < <  3 /  E < < <  r /  E- < < <  s /  EE < < <   < < <  : /  E < < <   < < <  q /  E- < < <  t /  EJ < < <   /  I < < <   /  J < < <   < < <  & /  - < < <  ' /  E < < <   /  I < < <   /  J <  8 < < <  ; =  ;z =  ;ؚ =  ;غ < < <   < < <   /  E < < <   < < <  ; /  E < < <   < < <   < < <  ( /  E <   <   <   <   <   <  9 < < <  ; =  ;/ =  ;O =  ;o =  ;؏ =  ;د < < <   < < <   /  , < < <   /  ,E < < <   /  E < < <  w /  EE < < <   < < <   < < <  u /  ,E < < <  v /  EE < < <  x /  EI < < <   /  EJ < < <   /  I < < <   /  J < < <   < < <  ) /  , < < <   /  DJG < < <  * /  E < < <   /  I < < <   /  J <  : < < <  ; =  ;; =  ;[ =  ;{ =  ;؛ =  ;ػ < < <   < < <   /  , < < <   /  E < < <   < < <   < < <  y /  EE < < <  { /  EI < < <  z /  EJ < < <   /  I < < <   /  J < < <   < < <  + /  , < < <  , /  E < < <   /  I < < <   /  J <   <   <   <  ] <  ^ <  _ <   <  A < < <  ; =  ;0 =  ;p =  ;ؐ =  ;ذ < < <   < < <   /  , < < <   /  - < < <   /  . < < <  } /  .E < < <   /  E < < <   < < <   < < <  | /  .E < < <   /  EJ < < <  | /  I < < <  } /  J < < <   < < <  - /  , < < <  . /  - < < <  / /  . < < <  0 /  E < < <  1 /  I < < <  2 /  J <   < < <  ; =  ;~ <   <   <   <   < < <  l < < <  m < < <  k < < <  j <   <   <   < < <  p < < <  q < < <  o < < <  n <  ` <  a <  o < < <  ; =  ;_ <  B < < <  ; =  ;2 =  ;R =  ;r =  ;ؒ =  ;ز < < <   < < <   /  - < < <   /  E < < <   /  E- < < <   < < <   < < <  ~ /  E- < < <   /  EE < < <   /  EJ < < <  ~ /  I < < <   /  J < < <   < < <  3 /  - < < <   /  D < < <  4 /  E < < <  5 /  I < < <  6 /  J <   <   <   <   <   <   <  C < < <  ;
 =  ;* =  ;j < < <   < < <   /  , < < <   /  - < < <   /  . < < <   /  D < < <   /  E < < <   /  EE < < <   < < <   /  D < < <   /  E < < <   < < <   /  ' < < <   /  D < < <   /  E < < <   /  EE < < <   /  EJ < < <   /  I < < <   /  J < < <   < < <  7 /  ' < < <  8 /  , < < <  9 /  - < < <  : /  . < < <  ; /  D < < <  < /  E < < <  = /  I < < <  > /  J <   < < <   < < <   < < <   < < <   <   <   <   <   <   < < <   < < <   < < <   < < <   <   <   <   <   < < <   < < <   < < <   < < <   <   <   <   <   < < <   < < <   < < <   < < <   <   <   < < <   < < <   < < <   < < <   <   <  b <  ; <   <  < <  c <  d <   <  D < < <  ; =  ;+ =  ;K =  ;؋ =  ;ث < < <   < < <   /  , < < <   /  ,, < < <   /  ,E < < <   /  - < < <   /  -E < < <   /  . < < <   /  .E < < <   /  E < < <   /  E- < < <   /  G < < <   < < <   /  E < < <   < < <   /  " < < <   /  # < < <   /  % < < <   /  ' < < <   /  ,, < < <   /  ,E < < <   /  ,J < < <   /  -E < < <   /  -I < < <   /  -J < < <   /  .E < < <   /  E < < <   /  E- < < <   /  EJ < < <   /  I < < <   /  J < < <   < < <   /  " < < <   /  # < < <   /  % < < <   /  ' < < <  ? /  , < < <  @ /  - < < <  A /  . < < <  B /  E < < <  C /  I < < <  D /  J <   <   <   <   <  j <   <   <  E < < <  ; =  ;, =  ;l =  ;، =  ;ج < < <   < < <   /  , < < <   /  ,- < < <   /  ,. < < <   /  ,E < < <   /  - < < <   /  -, < < <   /  -E < < <   /  . < < <   /  ., < < <   /  .E < < <   /  E < < <   < < <   < < <   /  ' < < <   /  ,J < < <   /  -J < < <   /  .J < < <   /  E < < <   /  EJ < < <   < < <  E /  , < < <  F /  - < < <   /  -E/ < < <  G /  . < < <  H /  E < < <  I /  I < < <  J /  J < <   <  e <  f <   <  F < < <  ; =  ;- =  ;M =  ;m =  ;؍ =  ;ح < < <   < < <   /  , < < <   /  ,- < < <   /  ,E < < <   /  - < < <   /  -E < < <   /  . < < <   /  E < < <   /  G < < <   < < <   /  E < < <   /  G < < <   < < <   /  ,- < < <   /  ,E < < <   /  ,I < < <   /  ,J < < <   /  -I < < <   /  -J < < <   /  1 < < <   /  2 < < <   /  E < < <   /  EI < < <   /  EJ < < <   /  F < < <   /  I < < <   /  J < < <   < < <  K /  , < < <  L /  - < < <  M /  . < < <  N /  E < < <  O /  I < < <  P /  J <   < < <  ; =  ;] < < <   < < <   <   <   < < <   < < <   < < <   < < <   <   <   <   <  g <  h <  i <   <  G < < <  ;$ =  ;d =  ;؄ < < <   < < <   / < < <   /  , < < <   /  E < < <   /  E, < < <   /  EE < < <   < < <   < < <   < < <  Q /  , < < <  R /  E < < <  S /  I < < <  T /  J <   < < <   < < <   < < <   < < <   <   < < <   < < <   < < <   < < <   <   <   <   < < <   / ث< < <   / ث<  H < < <   =   < < <  ; =  ;؅ =  ;إ < < <   < < <   < < <   /  3DE <   <   < < <   < < <   <   < < <   < < <   <   < < <   < < <   <   < < <   < < <   <   < < <   < < <   <   <   < < <   < < <   <   <   <  x <  y <   <  I < < <   < < <   < < <   < < <   / < < <   < < <  ] / <  J < < <   =   =   < < <  ;	 =  ;) =  ;I =  ;i =  ;؉ =  ;ة < < <   < < <   /  , < < <   /  - < < <   /  . < < <   /  E < < <   /  EE < < <   /  G < < <   < < <   /  E < < <   /  G < < <   < < <   /  ,J < < <   /  -J < < <   /  1 < < <   /  2 < < <   /  E < < <   /  EE < < <   /  EJ < < <   /  F < < <   /  I < < <   /  J < < <   < < <  U /  , < < <  V /  - < < <  W /  . < < <  X /  E < < <  Y /  I < < <  Z /  J <   < < <   < < <   < < <   < < <   < < <   <   <   <   < < <   < < <   < < <   < < <   <   <  = <  > <  ? <    <  u <  v <  w <   <   < < <   < < <   / ث< < <   < < <   / ث<  z <  { <   <   <   < <  - <   < <   < <  . <   <   < <  / <   <   <   <  M <   <   < <   <   <   <   <  N <    <  ! <  " <  # < < <  $ <  % <  & < <  ' <  O <  ( <  ) <  * <  + <  , <  ` <  a <  b <  c <  d <  e <  f <  g <  h <  i <  j <  @ <  A <  B <  C <  D <  E <  F <  G <  H <  I <  J <  K <  L <  M <  N <  O <  P <  Q <  R <  S <  T <  U <  V <  W <  X <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   < < < < < < < < < < < <   <   <   <   <   <   <   <   <   <   <   <   <   < <   <   < <   <   <   < <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   < 0-< 1-< 2-< 3-< 4-< 5-< 6-< 7-< 8-< 9-< :-< ;-< f-< <-< =-< >-< ?-< @-< A-< B-< C-< D-< E-< F-< G-< H-< I-< J-< K-< L-< M-< N-< O-< P-< Q-< R-< S-< g-< T-< U-< V-< W-< X-< Y-< Z-< [-< \-< ]-< ^-< _-< `-< a-< b-< c-< d-< e-< o-<  < < < < < < < < < 	< 
< < < < < < -< < < < < < < < < < < < < < < < < < 9< < 9< < < -<  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< -< 0< 1< 2< 3< 4< 5< 6< 7< -< < < < < < < 8< 9< :< ;< << =< >< ?< -< @< A< B< C< D< E< F< G< H< 9< J< K< 9< L< 9< M< P< Q< R< S< T< U< V< X< Z< [< \< ]< `< a< b< c< d< e< f< g< < 9< < 9< < < -< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< -< x< y< z< {< |< }< ~< < -< < < < < < < < < < < < < < < < < < < < < < -< < < < < < < < < -< < < < < < < < < -< < < < < < < < < < 9< < < 9< < 9< < < < < < < < < 9< < 9< < < 9< < 9< < < < < < < < < < < < < < < < < < < < < < < < < -< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < -< 	< 
< < < < < < < < < < < < < -<  < < < < < < < < -< < 	< 
< < < < < < < 9< < < 9< < 9< < < < < < < < < < -< -< -< -<  < !< "< #< $< %< &< '< -< (< )< *< +< ,< -< .< /< -<  < !< "< #< $< %< &< 0< 1< 2< 3< 4< 5< 6< 7< -< 8< 9< :< ;< << =< >< ?< (< )< *< +< ,< -< .< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< < 9< < 9< < < P< Q< R< S< T< U< V< W< < 9< < 9< < < -< X< Y< Z< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< -< 9< -< 9< -< 9< -< 9< -< 9< -< 9< -< 9< -< -< -< -< -< -< -< -< P	< < r	< 	< 	< 	< s	< t	< u	< v	< w	< 	< 	< 		< 
	< 	< `	< 	< a	< 	< 	< 	< 	< < 	< 	< 	< 	< 	< 	< 	< {	< 	< 	< 	< 	< 	< y	< |	< 	< 	< 	<  	< x	< !	< ~	< "	< #	< $	< %	< &	< '	< (	< *	< +	< ,	< 	< -	< .	< /	< z	< 0	< 2	< 3	< 5	< 6	< 7	< 8	< 9	< =	< }	< < < < = = = = = = = < < < < < < = = = = < < >	< :	< ;	< O	< V	< W	< ?	< @	< A	< B	< C	< D	< b	< c	< E	< U	< F	< G	< N	< H	< < I	< J	< K	< L	< M	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< < < 	/ 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< t
< s
< 	
< 

< 
< 
< 
< 
< 
< r
< 
< 
< 
< 8
< 9
< Q
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
<  
< !
< "
< #
< $
< %
< &
< '
< (
< *
< +
< ,
< -
< .
< /
< u
< 0
< 2
< 5
< \
< >
< ?
< @
< A
< B
< G
< H
< K
< L
< M
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< 
< < < < < 	< 
< < `< < a< < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< *< +< ,< -< .< /< _< 0< 2< 3< 5< q< 6< 7< 8< 9< =< >< ?< @< A< B< C< D< b< c< G< H< K< L< M< V< W< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < 	< 
< < `< < a< < < < < < < < < < < < < X< < < Y< < < <  < !< "< #< $< %< &< '< (< < < ]/ M< *< +< ,< -< .< /< 0< 1< 2< 5< 6< 7< 8< 9< 3< 4< Z< =< >< ?< @< A< B< C< D< b< c< F< G< H< J< K< L< M< U< V< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < / < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < = < < < < < < < < < _< 	< 
< < `< < a< < < < < < < < < < / M< < < < < < < < < < <  < !< "< #< < < z/ M< $< %< &< '< (< < < {/ M< )< *< +< ,< -< .< < < T/ M< /< < < U/ M< 0< < < N/ M= |/ M< 2< < < }/ M< 5< 6< 7< 8< 9< 3< < < ~/ M< 4< < < V/ M< 1< :< =< < >< ?< @< A< B< C< D< b< c< F< G< H< J< K< L< W< M< < < ;= << < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < = < < < < < < «< ë< ī< ū< ƫ< ǫ< ȫ< ɫ< ʫ< ˫< ̫< ͫ< Ϋ< ϫ< Ы< ѫ< ҫ< ӫ< ԫ< ի< ֫< ׫< ث< ٫< ګ< < < < < < < < < < < < < < < < < < < < < < < < < < ۫< ܫ< ݫ< ޫ< ߫< < < < < <  < < < < < < < ,< < < 	< 
< < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ¨< è< Ĩ< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؛< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ج< ح< خ< د< ذ< ر< ز< س< ش< < ص< ض< ط< ظ< ع< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< v< p< q< r< < < ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< < < < < س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< < ؽ< ؾ< ؿ< <  < < @< < < < < < < < ?< 	< 
< < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< A< 0< 1< 2< 3< 5< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ؀< ؁< ؂< ؃< إ< ئ< ؄< ؅< ؆< ؈< ؊< ؋< ،< ؍< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؟< ؠ< ء< آ< أ< ؤ< ا< ب< P< < < < < 	< 
< < `< < a< < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< *< +< ,< -< .< /< 0< 2< 3< 5< 6< 7< 8< 9< =< ^< _< >< ?< @< A< B< C< D< b< c< G< H< K< L< M< W< ]< ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؋< ؎< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< < ح< خ< د< ذ< ر< ز< ش< س< ص< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < I< J<  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< G< `< a< H< _< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< < < ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< < ؀< ؁< ؂< < < < < ؃< < < ؄< < < ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< < < س< < < ش< ص< ظ< ع< غ< ػ< ؿ<  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << ?< D< ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ب< ا< ة< ؊< ؋< ظ< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ت< ح< خ< د< ذ< ر< ز< س< ش< ص< ض<  < < < < < < < 	< < < < < < ?< < < < < < < < < < < < < <  < !< "< #< $< %< @< &< A< '< B< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 7< 8< =< >< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 9<  < < < < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < @< A< B< C< D< E< F<  < !< "< #< $< %< &< '< (< )< *< +< < < <  < < < < < < < < 	< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< < < F< < < G< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< :< << =< ?< D< E< ؘ< `< a< b< c< d< e< g< h< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؐ< ؑ< ؓ< ؔ< ؗ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < 	< 
< < < < < q< < < r< < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< < < 4< 5< u< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< s< B< C< t< D< E< F< < p<    < < < < < < <   <  2 <   <   <   <   <   <   <   <   <  4 <   <  3 <   <   <   <   <    <  ! <  " <  # <  $ <  % <  & <  ' <  ( <  ) <  * <  + <  , <  5 <  - <  . <  / <  0 <  1 < ?<  < < < < < < < < < 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< @< /< 0< 1< 2< 3< 4< 5< 6< 8< 9< :< ;< ?< < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3= M2< 4< 5< 6< 7< 8< 9< :< @< A< B< C< D< E< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < / < < < / < < < < < < < < = < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ª< ۪< ܪ< @< < k< A< < B< < D< < E< < F< < G< < I< < J< < K< < L< < N< < O< < P< < Q< < S< < T< < U< < V< < X< < Y< < Z< < [< < ]< < < < ^< < _< < `< < a< < < < b< < j< < < < q/ q< < < qr/ qr= qr/ qr< < < qt/ qt= qt/ qt< < < l< c< < < < q/ q< < < qr/ qr= qr/ qr< < < qt/ qt= qt/ qt< d< < e< < f< < g< < h< < <  / |-< < < < < < < < < < q< r< qr< < q< t< qt< < w= q= q< < y= q= q< z< {< |< }< < < 2< < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< < < ;< +< < < :< < < << ,< < < =< -< < < >< .< /< 0< 1<  < < < < < < < < < 	< 
< 4< G< P< Q< R< S< Y< Z< T< V< U< W< X< [< \< < < ؊< ؃< ]< < < ؋< ^< _< `< < < ،< a< b< c< d< e< f< g< h< i< j< k< < < ؍< l< m< n< o< < < ؎< p< < < ؏< q< r< s< t< < < ؐ< u< v< w< x< y< z< < < ؕ< {< |< < < ؆< < < ؑ< }< < < ؇< < < ؒ< ~< < < < ؈< < < ؓ< ؀< ؁< < < ؉< < < ؔ< ؂< ؄< ؅< ؙ< ؝< r< ؒ< s< ؓ< t< ؔ< u< ؕ< v< ؖ< w< ؗ< x< ؘ< y< ؙ< z< ؚ< {< ؛< |< ؜< }< ؝< ~< ؞< < ؟< ؀< ؠ< ؁< ء< ؂< آ< ؃< أ< ؄< ؤ< ؅< إ< ؆< ئ< ؇< ا< ؈< ؉< ة< ؊< ت< ؋< ث< ،< ج< ؍< ح< ؎< خ< ؏< د< ذ< ر< ز< س< ش<  < < < < < < < < < 	< M< N< O< 
< < < < < < < < < < < < < < < < < $< < %< < < < <  < !< "< #< 6< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< @< A< B< C< D< E< F< G< i< j< k< l< H< I< J< K< L< M< N< O< P< Q< R< S< g< T< U< V< W< h< m< X< q< r< Y< Z< n< [< \< o< p< ]< b< c< d< e< ^< _< `< a< f< s<  < < < < < < < < < < < / )< 	< 
< < < < / *< < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< 0< 1< 2< 3< 4< 5< 6< 7< 8<  < < < < < < < < < 	< 
< < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< `< a< b< c< d< e< f< g< h< i< j< k< l< n< o< p< r< s<  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < = < < < < < < < < < < < < < < < < = < < < < < < < < < < < < < < < < < < < < < < = < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *<  < u< < v< < w< `< < < < < < Z< < x< a< < < b< ~< < c< < y< r< < [< < d< < a< < 	< z< e< < 
< < f< < g< < h< < < i< < < n< < < < < < {< < < j< < < |< k< ^< < < }< ~< o< < < < < < < < < < _< < ;< < s< z< << < `< < =< < < P< Q< e< < < < ?/ 9< l< < < m< >< n< q<  < < \< ]< o< p< f< !< "< #< $< %< &< R< S< T< U< '< (< )< *< ,< < < +< < r< < -< q< .< 3< /< s< t< 0< V< W< X< Y< 1< < 5< < 2< < < 4< b< g< h< < 9< :< c< d< i< j< k< l< m< < < < < < < < < < < {< |< }< t< u< v<    <   <   <   <    <  ! <   <   <   <   <   <   <   <   <  	 <  
 <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <  " <  # < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< G< $< %< &< D< '< (< )< *< +< ,< -< .< /< 0< 1< 2< E< F< 3< 4< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< p< q< r< s< t< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < / < < < / < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< < < X= Y< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< < < Z= [< << =< >< ?< @< A< B< C< D< E< F< < < T/ `F< G< H< I< J< K< L< S< k< U< V< W< \< ]< ^< M< N< O< P< Q< R< a< l< b< c< < < d< e< f< g< h< i< j< n< o< s< p< q< r< m< `<  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< 3< 4< 5< 6< )< *< +< ,< -< .< /< 0< 1< 2< @< A< B< C< D< E< F< G< H< I< J< K< L< M< < < < < 	< 
< < < < < < < < < < E< F< < < < < < < < < < L/ D< < < < < <  < !< "< G< #< $< %< &< '< H< (< )< *< +< ,< -< .< /< I< 0< 1< 2< J< K< 3< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< < -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< >< ?< @< A< B< < < < < < < < C<  < < !< D< ]< "< E< ^< s< < _< #< F< $< G< a< %< H< &< I< `< '< (< )< J< b< < < *< K< +< L< f< ,< M< -< N< d< < e< .< O< /< 0< 1< g< < < < < < 2< P< h< 3< Q< i< 4< R< q< x< \< < 5< S< j< w< 6< U< r< 7< u< 8< V< 9< k< v< :< W< c< t< < ;< << T< n< =< o< X< l< >< Y< m< ?< @< A< B< Z< [< p< < < < < < < < < < < < < < < < < < < < < < < < < Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< p< < < < q< < < < r< < < < s< < < < t< < < < u< < < < v< < < < w< < < < x< < < < y< < < < z< < < < {< < < < |< < < < }< < < < ~< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ذ< < < < ر< < < < ز< < < < س< < < < ش< < < < ص< < < < ض< < < < ط< < < < ظ< < < < ع< < < < غ< < < < ػ< < < < ؼ< < < < ؽ< < < < ؾ< < < < ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< }< o< ~< < < < < < < < < < < < < < < < p< < < < < < < < < q< r< s< t< u< v< < < < < < < < < < < < < < < < < < |< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< w< x< y< z< {< |< }< ~< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < / < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < / < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < / < < < < < < < < < < < < < < < < < < < < < < < < < < < < <   < < <  ؀ < <   < < <  ؁ <   < < <  ؂ <   < < <  ؃ <   < < <  ؄ <   < < <  ؅ <   < < <  ؆ <   < < <  ؇ <   < < <  ؈ <   < < <  ؉ < <   < < <  ؊ < <   < < <  ؋ <   < < <  ، <   < < <  ؍ <   < < <  ؎ <   < < <  ؏ <   < < <  ؐ < <   < < <  ؑ <   < < <  ؒ <   < < <  ؓ <   < < <  ؔ <   < < <  ؕ <   < < <  ؖ <   < < <  ؗ <   < < <  ؘ <   < < <  ؙ <   < < <  ؚ <   < < <  ؛ < <   < < <  ؜ <   < < <  ؝ < <   < < <  ؞ < <   < < <  ؟ <   < < <  ؠ <   < < <  ء <   < < <  آ < <   < < <  أ <   < < <  ؤ <   < < <  إ <   < < <  ئ <   < < <  ا <   < < <  ب <   < < <  ة <   < < <  ت < <   < < <  ث <   < < <  ج < <   < < <  ح <   < < <  خ <   < < <  د <   < < <  ذ <   < < <  ر <   < < <  ز <    < <   <   <   < <   <   <   <   < <   <  	 < <  
 <   < <   <   < <   <   < <   <   < <   <   <   < <   <   < <   <   < <   <   < <   <   < <   <   < <   <    <  ! <  " <  # <  $ < <  % <  & < <  ' <  ( < <  ) <  * < <  + <  , <  - < <  . <  / <  0 <  1 <  2 < <  3 <  4 < <  5 <  6 < <  7 <  8 < <  9 <  : < <  ; <  < <  = <  > <  ? < <  @ <  A < <  B <  C < <  D <  E < <  F <  G <  H <  < < < < < < < < < 	< 
< < < < < / < < < < < < < < < < < < < < < < < < < < < / < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< < < / < 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< < < / < H< I< J< K< L< M< N< O< P< Q< R< < < / < S< T< U< V< W< X< < < < < < / < Y< Z< < < / < [< \< ]< ^< _< `< < < / < a< b< c< d< e< f< g< h< i< j< < < < k< l< m< n< < < *< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < < < < < < < < < / < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < / < < < < < < < < < < < < < < ¥< å< ĥ< ť< ƥ< ǥ< ȥ< ɥ< ʥ< ˥< < < / < ̥< ͥ< Υ< ϥ< Х< ѥ< < < +< < < / < ҥ< ӥ< ԥ< ե< ֥< ץ< إ< < < / < ٥< ڥ< ۥ< ܥ< ݥ< ޥ< ߥ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ¦< æ< Ħ< Ŧ< Ʀ< Ǧ< Ȧ< ɦ< ʦ< ˦< ̦< ͦ< Φ< Ϧ< Ц< Ѧ< Ҧ< Ӧ< Ԧ< զ< ֦< צ< ئ< ٦< ڦ< ۦ< ܦ< ݦ< ަ< ߦ< < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  :  <  : <  : <  : <  : <  : <  : <  : <  : <  :	 <  :
 <  : <  : <  : <  : <  : <  : <  : <  : <  : <  : <  : <  : <  : <  : <  : <  : <  : <  : <  : <  : <  : <  :  <  :! <  :" <  :# <  :$ <  :% <  :& <  :' <  :( <  :) <  :* <  :+ <  :, <  :- <  :. <  :/ <  :0 <  :1 <  :2 <  :3 <  :4 <  :5 <  :6 <  :7 <  :8 <  :9 <  :: <  :; <  :< <  := <  :> <  :? <  :@ <  :A <  :B <  :C <  :D <  :E <  :F <  :G <  :H <  :I <  :J <  :K <  :L <  :M <  :N <  :O <  :P <  :Q <  :R <  :S <  :T <  :U <  :V <  :W <  :X <  :Y <  :Z <  :[ <  :\ <  :] <  :^ <  :_ <  :` <  :a <  :b <  :c <  :d <  :e <  :f <  :g <  :h <  :i <  :j <  :k <  :l <  :m <  :n <  :o <  :p <  :q <  :r <  :s <  :t <  :u <  :v <  :w <  :x <  :y <  :z <  :{ <  :| <  :} <  :~ <  : <  :؀ <  :؁ <  :؂ <  :؃ <  :؄ <  :؅ <  :؆ <  :؇ <  :؈ <  :؉ <  :؊ <  :؋ <  :، <  :؍ <  :؎ <  :؏ <  :ؐ <  :ؑ <  :ؒ <  :ؓ <  :ؔ <  :ؕ <  :ؖ <  :ؗ <  :ؘ <  :ؙ <  :ؚ <  :؛ <  :؜ <  :؝ <  :؞ <  :؟ <  :ؠ <  :ء <  :آ <  :أ <  :ؤ <  :إ <  :ئ <  :ا <  :ب <  :ة <  :ت <  :ث <  :ج <  :ح <  :خ <  :د <  :ذ <  :ر <  :ز <  :س <  :ش <  :ص <  :ض <  :ط <  :ظ <  :ع <  :غ <  :ػ <  :ؼ <  :ؽ <  :ؾ <  :ؿ <  : <  : <  : <  : <  : < `< < < @< a< < < A< b< < < B< c< < < C< d< < < D< e< < < E< f< < < F< g< < < G< h< < < H< i< < < I< j< < < J< k< < < K< l< < < L< m< < < M< n< < < N< o< < < O< p< < < P< q< < < Q< r< < < R< s< < < S< t< < < T< u< < < U< v< < < V< w< < < W< x< < < X< y< < < Y< z< < < Z< {< < < [< |< < < \< }< < < ]< ~< < < ^< < < < _<  J <  K <  L <  M <  N <  O < i<  p < < <  P <  q < < <  Q <  r < < <  R <  s < < <  ؄ < < <  S < < <  d <  t < < <  T <  u < < <  U <  v < < <  V <  w < < <  W <  x < < <  X <  y < < <  Y <  z < < <  Z <  { < < <  [ <  | < < <  \ <  } < < <  ] <  ~ < < <  ^ <   < < <  _ <  ؀ < < <  ` <  ؁ < < <  ؅ < < <  a < < <  e <  ؂ < < <  b <  ؃ < < <  c <  :" < < <  :  <  :# < < <  : <  :$ < < <  : <  :% < < <  : <  :& < < <  : <  :' < < <  : <  :( < < <  : <  :) < < <  : <  :* < < <  : <  :+ < < <  :	 <  :, < < <  :
 <  :- < < <  : <  :. < < <  : <  :/ < < <  : <  :0 < < <  : <  :1 < < <  : <  :2 < < <  : <  :3 < < <  : <  :4 < < <  : <  :5 < < <  : <  :6 < < <  : <  :7 < < <  : <  :8 < < <  : <  :9 < < <  : <  :: < < <  : <  :; < < <  : <  :< < < <  : <  := < < <  : <  :> < < <  : <  :? < < <  : <  :@ < < <  : <  :A < < <  : <  :B < < <  :  <  :C < < <  :! <  :K <  < < < 11< < < `2< < < n2/ a< < < < < < < 21< < < < < < < 41< < < a2< < < o2/ a< < < < < < < 71< < < b2< < < p2/ a< < < < < < < 81< < < < < < < 91< < < c2< < < q2/ a< < < < < < < A1< < < d2< < < r2/ a< < < < < < < B1< < < e2< < < s2/ a< < < < < < < C1< < < < 	< < < E1< < < f2< < < t2/ a< < < < 
< < < F1< < < < < < < G1< < < g2< < < u2/ a< < < ~2/ n< < < < < < < H1< < < h2< < < v2/ a< < < }2/ nX< < < < < < < I1< < < < < < < J1< < < i2< < < w2/ a< < < |2/ a< < < < < < < K1< < < j2< < < x2/ a< < < < < < < L1< < < k2< < < y2/ a< < < < < < < M1< < < l2< < < z2/ a< < < < < < < N1< < < m2< < < {2/ a< < < < < < < < e1< < < < f1< < < < < < < < @1< < < < < < < < n1< < < < q1< < < < r1< <  < < < s1< !< < < D1< < < < "< < < t1< #< < < u1< $< %< &< '< < < v1< (< )< < < w1< *< +< < < x1< ,< < < y1< -< < < z1< .< < < {1< /< < < |1< 0< 1< 2< < < }1< 3< 4< 5< 6< < < ~1< 7< 8< 9< :< ;< << =< >< ?< @< < < 1< A< B< C< D< E< F< G< < < 1< H< I< J< K< L< < < 1< M< N< O< P< Q< R< S< T< U< V< W< < < 1< X< < < 1< Y< < < 1< Z< [< \< ]< ^< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< _< `< < < d1< < < < a< < < O1< < < < b< < < P1< < < < c< < < Q1< < < < d< < < R1< < < < e< < < S1< < < < f< < < T1< < < < g< < < U1< < < < h< < < V1< < < < i< < < W1< < < < j< < < X1< < < < k< < < Y1< < < < l< < < Z1< < < < m< < < [1< < < < n< < < \1< < < < o< < < ]1< < < < p< < < ^1< < < < q< < < _1< < < < r< < < `1< < < < s< < < a1< < < < t< < < b1< < < < u< < < c1< < < < v< w< x< y< z< {< |< }< ~< < < < < < < < < 1< < < < 1< < < < < < 1< < < < < < < < < < < < 1< < < < 1< < < < < 1< < < < < < < < < < < < < 1< < < < < < 1< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < 31< < < < < < < < 51< < < < < < < 61< < < < < < < < < :1< < < < < < < ;1< < < < < < < <1< < < < < < < =1< < < < < < < >1< < < < < < < ?1< < < < < < < < < < < < < < < < < < < < < < < < g1< < < < h1< < < < < < < i1< < < < < j1< < < < < < < < k1< < < < < < < l1< < < < < m1< < < < < < < o1< < < < < p1< < < < < < < < < < < < < < < < < < < < < 1< < < < 1< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < A0< < < B0< < < 0< < < g< < < 0< < < q< < < 2< < < 3/ 00< < <  3/ q00h0< < < 3/ 0u0B0< < < 3/ 0z0B0< C0< < < D0< < < 0< < < h< < < 0< < < r< < < 2< < < 3/ k00P0< < < 3/ 0a0< E0< < < F0< < < 0< < < i< < < 0< < < s< < < 2< < < 3/ J00< , < G0< < < H0< < < 0< < < j< < < 0< < < t< < < 2< < < 3/ 0K00< < < 3/ Y0O00i0< I0< < < J0< < < 0< < < k< < < 0< < < u< < < 2< < < 
3/ 00< < < 	3/ 0Y0< 0< < < K0< < < 0< < < 0< < < v< < < 2< < < 3/ D00< < < 3/ 0d0h0< < < 3/ 000< < < 3/ 000< < < 3/ 00~0< M0< < < 0< < < w< < < 2< < < 3/ 0L0< < < 3/ 0k00< < < 3/ 000< < < 3/ 00`00< < < 3/ 0< < < 3/ 0P000< < < 3/ 000h00< < < 3/ 00d0h0< O0< < < 1< < < 0< < < x< < < 2< < < 3/ 000< < < 3/ 000h00< < < 3/ 0\0D00< < < 3/ 00m0< 0< < < Q0< < < 0< < < 0< < < y< < < 2< < < 3/ 0Y0< ,2< < < S0< < < ,U< < < 0< < < z< < < 2< < < 0/ h0< < < 3/ 0}0< < < </ S0< < < 3/ 0j0< U0< < < 0< < < {< < < 2< < < << < < 3/ D0O00< < <  3/ 0a000< 0/ 0< < < W0< < < 1< < < 0< < < |< < < 2< < < !3/ 00P0< Y0< < < 1< < < 0< < < }< < < 2< [0< < < 0< < < ~< < < 2< < < "3/ 0a0< < < #3/ 0h0< ]0< < < 0< < < < < < 2< _0< < < 0< < < < < < 2< < < $3/ 00Y0< a0< < < 0< < < < < < 2< c0< < < d0< < < 0< < < o< < < 0< < < < < < 2< f0< < < 0< < < < < < 2< < < </ 0< < < %3/ 0W0< h0< < < 1< < < 0< < < < < < 2< < < &3/ 00< < < '3/ 0< j0< < < 0< < < < < < 2< < < (3/ n0< k0< < < 0< < < < < < 2< l0< < < 1< < < 0< < < < < < 2< m0< < < 0< < < < < < 2< n0< < < 0< < < < < < 2< < < )3/ d0h0< o0< < < 1< < < 0< < < < < < 2< < < +3/ 00[00h0< < < ,3/ 00d0< < < -3/ 0000< < < *3/ D0d0< r0< < < 1< < < 0< < < < < < 2< < < .3/ 0B0Y0h00< < < /3/ 0O00< < < 03/ 0S0< < < 13/ 00< u0< < < 1< < < 0< < < < < < 2< < < 23/ B00d0i0< < < 33/ D00h0< < < 43/ 0d0W0H00< < < 53/ 00< x0< < < 1< < < 0< < < < < < 2< < < ;3/ 00X0< < < <3/ 00_0< < < 63/ O0_000< < < 73/ 0]0< < < 83/ 0k0r0< < < 93/ 0d0< < < :3/ 00Y0< {0< < < 1< < < 0< < < < < < 2< < < A3/ 00< < < B3/ 00< < < =3/ 0D00h0< < < < / K0< < < >3/ 00h0< < < ?3/ 0< < < @3/ 00i0< <0/ Y0< < < ~0< < < 0< < < < < < 2< < < C3/ D0O00< < < D3/ D00< < < E3/ d0o0< < < F3/ 0O0< < < G3/ 0W000< 0< < < 0< < < < < < 2< < < H3/ O000< < < I3/ 0< < < J3/ 0p000< 0< < < 1< < < 0< < < < < < 2< 0< < < 0< < < < < < 2< < < M3/ 0h00< < < K3/ L0< < < L3/ L0h00< 0< < < 0< < < < < < 2< 0< < < 0< < < 0< < < l< < < 0< < < < < < 2< < < N3/ 0i0< < < O3/ 00< , < 0< < < 0< < < 0< < < m< < < 0< < < < < < 2< < < P3/ B00< ,!< 0< < < 0< < < 0< < < n< < < 0< < < < < < 2< < < 0/ 0< 0< < < 1< < < 0< < < < < < 2< 0< < < 1< < < 0< < < < < < 2< < < Q3/ d0h00< < < R3/ 0< 0< < < 1< < < 0< < < < < < 2< < < T3/ 0v00< < < S3/ t00< 0< < < 1< < < 0< < < < < < 2< < < U3/ 0< < < V3/ 0h0R00< 0< < < 1< < < 0< < < < < < 2< 0< < < 0< < < 0< < < 0< < < < < < 2< < < W3/ d0h0< ,P< < < 0< < < ,d< < < 0< < < 2< ,< < < ,"< ,Q< < < 0< < < ,e< < < 0< < < 2< ,R< < < 0< < < ,f< < < 0< < < f< < < 2< 0< < < ,g< < < 0< < < < ,< ,< ,< ,< ,< ,< ,< ,	< ,
< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< , < ,!< ,"< ,#< ,$< ,%< ,&< ,'< ,(< ,)< ,*< ,+< ,,< ,-< ,.< ,/< ,0< ,1< ,2< ,3< ,4< ,5< ,6< ,7< ,8< ,9< ,:< ,;< ,<< ,=< ,>< ,?< ,@< ,A< ,B< ,C< ,D< ,E< ,F< ,G< ,H< ,I< ,J< ,K< ,L< ,M< ,N< ,O< ,P< ,Q< ,R< ,S< ,T< ,U< ,V< ,W< ,X< ,Y< ,Z< ,[< ,\< ,]< ,^< ,_< ,`< ,a< ,b< ,c< ,d< ,e< ,f< ,g< ,h< ,i< ,j< ,k< ,l< ,m< ,n< ,o< ,p< ,q< ,r< ,s< ,t< ,u< ,v< ,w< ,x< ,y< ,z< ,{< ,|< ,}< ,~< ,< ,؀< ,؁< ,؂< ,؃< ,؄< ,؅< ,؆< ,؇< ,؈< ,؉< ,؊< ,؋< ,،< ,؍< ,؎< ,؏< ,ؐ< ,ؑ< ,ؒ< ,ؓ< ,ؔ< ,ؕ< ,ؖ< ,ؗ< ,ؘ< ,ؙ< ,ؚ< ,؛< ,؜< ,؝< ,؞< ,؟< ,ؠ< ,ء< ,آ< ,أ< ,ؤ< ,إ< ,ئ< ,ا< ,ب< ,ة< ,ت< ,ث< ,ج< ,ح< ,خ< ,د< ,ذ< ,ر< ,ز< ,س< ,ش< ,ص< ,ض< ,ط< ,ظ< ,ع< ,غ< ,ػ< ,ؼ< ,ؽ< ,ؾ< ,ؿ< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< , < ,< ,< ,< ,< ,< ,< ,< ,< ,	< ,
< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< 1< < 1< 1< < < 1< 1< 1< 1< *1< 	1< 
1< < < 1< 1< /1< 1< 1< < < 1< < 1< 1< < < 1< +1< 1< 1< < < 1< 1< < 1< 1< ,1< 1< 1< 1< 1< 1< 1< 1< 1< < 1< 1< 1< 1< 1< 1< 1< < 1< 1< < 1< 1< 1< < < .1< 1< 1< < 1< 1< < 1< 1<  1< < 1< !1< "1< #1< $1< 1< %1< 1< 1< &1< '1< < 1< < < 1< (1< < 1< < 1< )1< -1< 1< 1<  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < à< Ġ< Š< Ơ< Ǡ< Ƞ< ɠ< ʠ< ˠ< ̠< ͠< Π< Ϡ< Р< Ѡ< Ҡ< Ӡ< Ԡ< ՠ< ֠< נ< ؠ< ٠< ڠ< ۠< ܠ< ݠ< ޠ< ߠ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ¡< á< ġ< š< ơ< ǡ< ȡ< ɡ< ʡ< ˡ< ̡< ͡< Ρ< ϡ< С< ѡ< ҡ< ӡ< ԡ< ա< ֡< ס< ء< ١< ڡ< ۡ< ܡ< ݡ< ޡ< ߡ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ¢< â< Ģ< Ţ< Ƣ< Ǣ< Ȣ< ɢ< ʢ< ˢ< ̢< ͢< ΢< Ϣ< Т< Ѣ< Ң< Ӣ< Ԣ< բ< ֢< ע< آ< ٢< ڢ< ۢ< ܢ< ݢ< ޢ< ߢ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < £< ã< ģ< ţ< ƣ< ǣ< ȣ< ɣ< ʣ< ˣ< ̣< ͣ< Σ< ϣ< У< ѣ< ң< ӣ< ԣ< գ< ֣< ף< أ< ٣< ڣ< ۣ< ܣ< ݣ< ޣ< ߣ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < < < < < < < < < < < < < < < < < < < < Ф< Ѥ< Ҥ< Ӥ< Ԥ< դ< ֤< פ< ؤ< ٤< ڤ< ۤ< ܤ< ݤ< ޤ< ߤ< < < < < < < < < < < < < < < ذ< < < < < < < < < < <  < < < < E< < < < < < < < 	< 
< < < < H< < < J< < < < < < < < < < < < < < < < < < <  < !< "< #< < < %< $< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< G< 3< F< 4< 5< 6< 7< 8< 9< I< :< ;< << =< < < ?< >< @< A< B< C< D< P< Q< R< S< O< T< U< V< W< X< ؁< Y< Z< [< \< ؃< ]< ^< _< `< ؄< a< b< c< d< e< ؆< f< g< h< i< j< k< l< m< < ؇< n< o< p< q< r< ؀< s< t< ؅< ؂< u< v< w< x< y< z< {< |< }< ~< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< < < < < ؠ< < < < ء< < < < آ< < < < أ< < < < ؤ< < < < إ< < < < ئ< < < < ا< < < < ب< < < < ة< < < < ت< < < < ث< < < < ج< < < < ح< < < < خ< < < < د< < < < ذ< < < < ر< < < < ز< < < < س< < < < ش< < < < ص< < < < ض< < < < ط< < < < ظ< < < < ع< < < < غ< < < < ػ< < < < ؼ< < < < ؽ< < < < ؾ< < < < ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< @< A< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< 8 < 8< 8< 8< 8< 8< 8< 8< 8< 8	< 8
< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8 < 8!< 8"< 8#< 8$< 8%< 8&< 8'< 8(< 8)< 8*< 8+< 8,< 87< 88< 89< 8:< 8;< 8N< 8ؐ< 8ؑ< 8ؒ< 8ؓ< 8ؔ< 8ؕ< 8ؖ< 8ؗ< 8ؘ< 8ؙ< 8ؚ< 8؛< 8؜< 8؝< 8؞< 8؟< 8ؠ< 8ء< 8آ< 8أ< 8ؤ< 8إ< 8ئ< 8ا< 8ب< 8ة< 8ت< 8ث< 8ج< 8ح< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9<  ؀<  ؁<  ؂<  ؃<  ؄<  ؅<  ؆<  ؇<  ؈<  ؉<  ؊<  ؋<  ،<  ؍<  ؎<  ؏<  ؐ<  ؑ<  ؒ<  ؓ<  ؔ<  ؕ<  ؖ<  ؗ<  ؘ<  ؙ<  ؚ<  ؛<  ؜<  ؠ<  ء<  آ<  أ<  ؤ<  إ<  ئ<  ا<  ب<  ة<  ت<  ث<  ج<  ح<  خ<  د<  ذ<  ر<  ز<  س<  ش<  ص<  ض<  ط<  ظ<  ع<  غ<  ػ<  ؼ<  ؽ<  ؾ<  ؿ<  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <    <  ! <  " <  # <  $ <  % <  & <  ' <  ( <  ) <  * <  + <  , <  - <  . <  / <  0 <  1 <  2 <  3 <  4 <  5 <  6 <  7 <  8 <  9 <   <  <  <  <  <  <  <  <  <  	<  
<  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  -<  .<  /<  0<  1<  2<  3<  4<  5<  6<  7<  8<  9<  :<  ;<  <<  =<  ><  ?<  @<  A<  B<  C<  D<  E<  F<  G<  H<  I<  J< (< < <  < )< < < < *< < < < +< < < < ,< < < < -< < < < .< < < < /< < < < 0< < < < 1< < < 	< 2< < < 
< 3< < < < 4< < < < 5< < < < 6< < < < 7< < < < 8< < < < 9< < < < :< < < < ;< < < < << < < < =< < < < >< < < < ?< < < < @< < < < A< < < < B< < < < C< < < < D< < < < E< < < < F< < < < G< < < < H< < <  < I< < < !< J< < < "< K< < < #< L< < < $< M< < < %< N< < < &< O< < < '< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < / < /< /< /< /< /< /< /< /< /	< /
< /< /< /< /< /< /< /< /< /< /< /< /< /< /< /< /< /< /< /< /< /< / < /!< /"< /#< /$< /%< /&< /'< /(< /)< /*< /+< /,< /-< /.< //< /0< /1< /2< /3< /4< /5< /6< /7< /8< /9< /:< /;< /<< /=< />< /?< /@< /A< /B< /C< /D< /E< /F< /G< /H< /I< /J< /K< /L< /M< /N< /O< /P< /Q< /R< /S< /T< /U< /V< /W< /X< /Y< /Z< /[< /\< /]< /^< /_< /`< /a< /b< /c< /d< /e< /f< /g< /h< /i< /j< /p< /q< /r< /s< /t< /u< /v< /w< /x< /y< /z< /{< /|< /؀< /؁< /؂< /؃< /؄< /؅< /؆< /؇< /؈< /ؐ< /ؑ< /ؒ< /ؓ< /ؔ< /ؕ< /ؖ< /ؗ< /ؘ< /ؙ< ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝<  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< ؗ< < < p< ؘ< < < q< ؙ< < < r< ؚ< < < s< ؛< < < t< ؜< < < u< ؝< < < v< ؞< < < w< ؟< < < x< ؠ< < < y< ء< < < z< أ< < < |< ؤ< < < }< إ< < < ~< ئ< < < < ا< < < ؀< ب< < < ؁< ة< < < ؂< ت< < < ؃< ث< < < ؄< ج< < < ؅< ح< < < ؆< خ< < < ؇< د< < < ؈< ذ< < < ؉< ر< < < ؊< س< < < ،< ش< < < ؍< ص< < < ؎< ض< < < ؏< ط< < < ؐ< ظ< < < ؑ< ع< < < ؒ< ػ< < < ؔ< ؼ< < < ؕ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &= &< '= '< (= (< )< *< +< ,< .< /< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j= j= j< k< l<   <  <  <  <  <  <  <  <  <  	<  
<  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <   <  !<  "<  #<  $<  %<  &<  (<  )<  *<  +<  ,<  -<  .<  /<  0<  1<  2<  3<  4<  5<  6<  7<  8<  9<  :<  <<  =<  ?<  @<  A<  B<  C<  D<  E<  F<  G<  H<  I<  J<  K<  L<  M<  P<  Q<  R<  S<  T<  U<  V<  W<  X<  Y<  Z<  [<  \<  ]<  ؀<  ؁<  ؂<  ؃<  ؄<  ؅<  ؆<  ؇<  ؈<  ؉<  ؊<  ؋<  ،<  ؍<  ؎<  ؏<  ؐ<  ؑ<  ؒ<  ؓ<  ؔ<  ؕ<  ؖ<  ؗ<  ؘ<  ؙ<  ؚ<  ؛<  ؜<  ؝<  ؞<  ؟<  ؠ<  ء<  آ<  أ<  ؤ<  إ<  ئ<  ا<  ب<  ة<  ت<  ث<  ج<  ح<  خ<  د<  ذ<  ر<  ز<  س<  ش<  ص<  ض<  ط<  ظ<  ع<  غ<  ػ<  ؼ<  ؽ<  ؾ<  ؿ<  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< `< a< b< c< d< e< f< g<    <   <   <   <   <   <   <  
 <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <    <  ! <  " <  # <  $ <  % <  & <  ' <  ( <  ) <  * <  + <  , <  - <  . <  / <  0 <  1 <  2 <  3 <  4 <  5 <  7 <  8 <  < <  ? < ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  ` <  a <  b <  c <  d <  e <  f <  g <  h <  i <  j <  k <  l <  m <  n <  o <  p <  q <  r <  s <  t <  u <  v <  w <  x <  y <  z <  { <  | <  ؀ <  ؁ <  ؂ <  ؃ <  ؄ <  ؅ <  ؆ <  ؇ <  ؈ <  ؉ <  ؊ <  ؋ <  ، <  ؍ <  ؎ <  ؏ <  ؐ <  ؑ <  ؒ <  ؓ <  ؔ <  ؕ <  ؖ <  ؗ <  ؘ <  ؙ <  ؚ <  ؛ <  ؜ <    <   <   <   <   <   <   <   <   <  	 <  
 <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <    <  ! <  " <  # <  $ <  % <  & <  ' <  ( <  ) <  * <  + <  , <  - < <  . <  / <  0 <  1 <  2 <  3 <  4 <  5 <  ` <  a <  b <  c <  d <  e <  f <  g <  h <  i <  j <  k <  l <  n < < <  m <  o <  p <  q <  r <  s <  t <  u <  v <  ؁ < < <  ؀ <  ؃ < < <  ؂ <  ؄ <  ؅ <  ؇ < < <  ؆ <  ؈ <  ؉ <  ؊ <  ؋ <  ؍ < < <  ، <  ؏ < < <  ؎ <  ؑ < < <  ؐ <  ؓ < < <  ؒ <  ؕ < < <  ؔ <  ؖ <  ؗ <  ؘ <  ؙ <  ؚ <  ؛ <  ؝ < < <  ؜ <  ؞ <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <  @ <  A <  B <  C <  D <  E <  F <  G <  H <  I <  J <  K <  L <  M <  N <  O <  P <  Q <  R <  S <  T <  U <  @ <  A <  B <  C <  D <  E <  F <  G <  H <  I <  J <  K <  L <  M <  N <  O <  P <  Q <  R <  S <  T <  U <  ` <  a <  b <  c <  d <  e <  f <  g <  h <  i <  j <  k <  l <  m <  n <  o <  p <  q <  r <  ؀ <  ؁ <  ؂ <  ؃ <  ؄ <  ؅ <  ؆ <  ؇ <  ؈ <  ؉ <  ؊ <  ؋ <  ، <  ؍ <  ؎ <  ؏ <  ؐ <  ؑ <   <   <   <   <   <   <   < < <   /   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   < <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <   <    < < <   <   < < <   <   <   < < <   <   <   <  	 <  
 <   <   <   <   < < <   < <   <   <   < < <  ' /   < <   <   <   < < <   < <   <   <   <   < < <   < <   <  0 <  1 <  2 <  3 <  4 <  5 <  6 <  7 <  8 <  9 <  : <  ; <  < <  = <  > <  ? <  @ <  A < <  E <  B <  C <  D <  p <  q <  r <  s <  t <  u <  v <  w <  x <  y <  z <  { <  | <  } <  ~ <   <  ؀ <  ؁ <  ؀ <  ؁ <  ؂ <  ؃ <  ؄ <  ؅ <  ؆ <  ؇ <  ؈ <  ؉ <  ؊ <  ؋ <  ، <  ؍ <  ؎ <  ؏ <  ؐ <  ؑ <  ؒ <  ؓ <  ؔ <  ؕ <  ؖ <  ؗ <  ؘ <  ؙ <  ؚ <  ؛ <  ؜ <  ؝ <  ؞ <  ؟ <  ؠ <  ذ <  ء <  آ <  أ <  ؤ <  إ <  ئ <  ا <  ب <  ر <  ة <  ذ <  ر <  ز <  س <  ش <  ص <  ض <  ط <  ظ <  ع <  غ <  ػ <  ؼ <  ؽ <  ؾ <  ؿ <   <   <   <   <   <  ؀<  ؁<  ؂<  ؃<  ؄<  ؅<  ؆<  ؇<  ؈<  ؉<  ؊<  ؋<  ،<  ؍<  ؎<  ؏<  ؐ<  ؑ<  ؒ<  ؓ<  ؔ<  ؕ<  ؖ<  ؗ<  ؘ<  ؙ<  ؚ<  ؛<  ؜<  ؝<  ؠ<  ء<  آ<  أ<  ؤ<  إ<  ئ<  ا<  ب<  ة<  ت<  ث<  ج<  ح<  خ<  د<  ذ<  ر<  ز<  س<  ش<  ص<  ض<  ط<  ظ<  ع<  غ<  ػ<  ؼ<  ؽ<  ؾ<  ؿ<  <  <  <  <  <  <  <  <  <  <  <  <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< < < c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< 	؀< 	؁< 	؂< 	؃< 	؄< 	؅< 	؆< 	؇< 	؈< 	؉< 	؊< 	؋< 	،< 	؍< 	؎< 	؏< 	ؐ< 	ؑ< 	ؒ< 	ؓ< 	ؔ< 	ؕ< 	ؖ< 	ؗ< 	ؘ< 	ؙ< 	ؚ< 	؛< 	؜< 	؝< 	؞< 	؟< 	ؠ< 	ء< 	آ< 	أ< 	ؤ< 	إ< 	ئ< 	ا< 	ب< 	ة< 	ت< 	ث< 	ج< 	ح< 	خ< 	د< 	ذ< 	ر< 	ز< 	س< 	ش< 	ص< 	ض< 	ط< 	ظ< 	ع< 	غ< 	ػ< 	ؼ< 	ؽ< 	ؾ< 	ؿ< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	 < 	< 	< 	< 	< 	< 	< 	< 	< 		< 	
< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	< 	 < 	!< 	"< 	#< 	$< 	%< 	&< 	'< 	(< 	)< 	*< 	+< 	,< 	-< 	.< 	/< 	0< 	1< 	2< 	3< 	4< 	5< 	6< 	7< 	8< 	9< 	:< 	;< 	<< 	=< 	>< 	?< 	@< 	A< 	B< 	C<  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < A< B< C< D< E< F<  ؠ < <  ؀ <  ء < <  ؁ <  آ < <  ؂ <  أ < <  ؃ <  ؤ < <  ؄ <  إ < <  ؅ <  ئ < <  ؆ < <  ؇ <  ا < <  ؈ <  ب < <  ؉ <  ة < <  ؊ < <  ؋ <  ت < <  ، < <  ؍ <  ث < <  ؎ < <  ؏ <  ج < <  ؐ <  ح < <  ؑ <  خ < <  ؒ <  د < <  ذ < <  ؓ < <  ؔ <  ر < <  ؕ <  ز < <  ؖ <  س < <  ؗ <  ش < <  ؘ < <  ؙ <  ص < <  ؚ < <  ؛ <  ض < <  ؜ <  ط < <  ؝ <  ؾ <  ؿ <  ؞ <  ؟ <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F< G< H< I< J< K< L< M< N< O< P< Q< R< S< T< U< V< W< X< Y< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< j< k< l< m< n< o< p< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < ؀< ؁< ؂< ؃< ؄< ؅< ؆< ؇< ؈< ؉< ؊< ؋< ،< ؍< ؎< ؏< ؐ< ؑ< ؒ< ؓ< ؔ< ؕ< ؖ< ؗ< ؘ< ؙ< ؚ< ؛< ؜< ؝< ؞< ؟< ؠ< ء< آ< أ< ؤ< إ< ئ< ا< ب< ة< ت< ث< ج< ح< خ< د< ذ< ر< ز< س< ش< ص< ض< ط< ظ< ع< غ< ػ< ؼ< ؽ< ؾ< ؿ< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  < < < < < < < < < 	< 
< < < < < < < < < < < < < < < < < < < < < <  < !< "< #< $< %< &< '< (< )< *< +< ,< -< .< /< 0< 1< 2< 3< 4< 5< 6< 7< 8< 9< :< ;< << =< >< ?< @< A< B< C< D< E< F&  N< < <  /< < < 2< < < 1< < < <)& N< < < 1& N< < < 2& 	N< < < 2< < < 1< < < <*& 
N< < < 2< < < 1& N< < < 2< < < 1& N< < < 1& (N< < < /& ,N< < < .& -N< < < 2< < < 1< < < <-& 6N< < < /< < .& ?N< < < /& YN< < < /< < < 1< < .& ZN< < < .& [N< < < .& ]N< < < 2& N< < < /& N< < < /< < < 2< < < 1< < < <& N< < < 2& N< < < /& N< < < <& N< < < /< < < 1& N< < < .& N< 2/ T& O< < < 2& O< < < 2& *Q< < < 2& ?Q< < < 	/& eQ< < < 
/& kQ< < < /< < < 2& mQ< < < 2& Q< < < /< < .& Q< < < <& Q< < < /& Q< < < 2& Q< < < /& Q< < < /< < .& Q< < < /&  R< < < /< < .& R< < < .& R< < < < & MR< < < <& rR< < < <9& R< < < /& R< < < 2& R< < < /& S< < < /& S< < < /& 8S< < < /& ;S< < < 2& AS< < < /= 80< < < 2& DS< < < 90& ES< < < :0& TS< < < 2& \S< < < /< < .& iS< < < /< < .& pS< < < 2& S< < < /< < .& S< < < /& S< < < /& S< < < <& S< < < /& S< < < <Q& S< < < 2< < < <.& T< < < <4& T< < < 2& 9T< < < <%& OU< < < D2& U< < < <:& V< < < /& V< < < 2< < < 1& W< < < /< < < 2& 0W< < < 1& X< < <  /& X< < < <$& Y< < < !/& 
Y< < < "/& Y< < < #/& Y< < < <& Y< < < 2& 'Y< < < $/< < < }3/ ck& )Y< < < 1< < < <& sY< < < %/< < < 2& P[< < < &/& W[< < < <& f[< < < 2& [< < < '/& [< < < 2& [< < < (/& \< < < )/< < .< < .& "\< < < .= */< < .& #\< < < .< < .& 8\< < < +/& n\< < < ,/& q\< < < -/& ]< < < ./& ]< < < //& ]< < < 2< < < <,& ]< < < 0/& ]< < < .& ]< < < 1/& r^< < < 2/& s^< {3/ b& z^< < < .= 3/& |^< < < E2& ^< < < 4/& ^< < < 5/& ^< < < 6/& _< < < 7/& _< < < 8/& P_< < < 9/< < .& Q_< < < .& a_< < < :/& s_< < < ;/& _< < < <& _< < < <P& _< < < </< < .& _< < < .& b< < < =/& 6b< < < >/& Kb< < < ?/< < < <& Lb< < < .& Sb< < < <1& b< < < <'& c< < < </& Uc< < < <(& /e< < < @/& 4e< < < A/& 5e< < < .& e< < < B/< < < F2& e< < < C/& e< < < <& e< < < D/& e< < < <& e< < < E/& e< < < F/& e< < < .& e< < < G/< < < 2< < .& f< ~3/ l&  f< < < <& -f< |3/ T& f< < < H/& g< < < I/< < < 2< < < <7< < .& 	g< < < 2< < < <6& (g< < < J/< < < 2& *h< < < 2< < < 3/ _O>y&  k< < < K/& bk< < < L/& ck< < < 2& yk< < < M/& zk< < .& k< < < N/& k< < < O/& k< < < .& k< < < P/& k< < < Q/& l< < < R/& l< < < .& l< < < S/& 4l< < < T/< < < 2& 5l< < < .& :l< < < .& l< < < 2& n< < < <5& o< < < <&& kp< < < U/< < < 2& lp< < < .& !q< < < <& *r< < < V/& +r< < < .< < .& 6r< < < W/& ;r< < < X/& ?r< < < Y/& Gr< < < Z/& Yr< < < [/& [r< < < \/< < .& yr< < < 2& r< < < ]/& r< < < .& s< < < ^/& s< < < _/& s< < .& t< < < `/& t< < < a/& u< < < b/& u< < < c/< < < <"& (u< < < d/& 0u< < < e/& 2u< < < 1& 3u< < < <8& 7u< < < 2& u< < < f/< < .& u< < < g/& vv< < < h/& }v< < < i/& v< < < j/& v< < < k/& v< < < 2& v< < < l/< < .& w< < < m/& w< < < n/& w< < < o/& :y< < < p/< < .& ;y< < < .& >y< < < 2& ]y< < < 2& y< < < <2& y< < < q/& y< < < r/& y< < < 2& tz< < < s/& zz< < < <3& z< < < t/& z< < < u/< < .& {< < < G2& s|< < < v/& |< < < w/& |< < < .& B}< < < <!& ~< < < .& 6< < < x/& Q< < < y/& R< < < .< < .& S< < < .< < .< < .& < < < z/< < .< < .& < < < .& < < < {/& < < < |/& < < < .& < < < }/& < < < ~/& 3< < < /& < < < /< < .& < < < .& < < < /< < .& < < < /& < < < /& < < < /& < < < /< < .& < < < /& < < < /& < < < /& n< < < /& r< < < /& x< < < /& y< < < .< < .< < .& M< < < /& N< < < .& k< < < /& @< < < /& L< < < /& c< < < /& d< < < .& ~< < < /& < < < .& < < < .& < < < /& < < < .& ҉< < < .= /< < .& < < < <&  < < < /& < < < .& 7< < < /& F< < < /& U< < < /& x< < < /& < < < /& < < < 2& < < < <#& ǌ< < < 2& < < < .& d< < < /& p< < < /< < < <0& < < < /< < .& < < < /& ʎ< < < /& f< < < .& < < < /& < < < /& < < < /& < < < .< < .< < .& J< < < <+& i< < < 2& < < < /< < .& I< < < /& M< < < <;& Ƒ< < < /& ̑< < < /& ё< < < /< < < 2& < < < .& w< < < .= /& x< < < .& < < < .& < < < /& < < < .& < < < /< < .& < < < .& < < < /& < < < /& < < < /< < .& Q< < < /& R< < < .& ^< < < /& b< < < /& i< < < /& ˗< < < /& < < < .& < < < /& < < < /& < < < /& < < < 2& u< < < .& < < < /& Θ< < < .& ۘ< < < /& ޘ< < < .& ߘ< < < .= /& < < < .< < .& c< < < .& < < < /< < .& < < < /& < < < /& l< < < .& < < < /< < .& ؚ< < < /& ߚ< < < /& %< < < /& /< < < /& 2< < < /& << < < /< < .& Z< < < /& |< < < .& < < < /& < < < .& u< < < /< < .& < < < /& < < < /& < < < .& < < < /& Þ< < < /& Ğ< < < .& ͞< < < /& ў< < < /& < < < /& < < < /& < < < .& < < < /& < < < /&  < < < /& ;< < < /& J< < < /< < .& P< < < .& R< < < /< < .& < < < .& < < < /< < .& < < < .& < < < /< < .< < .& < < < .& < < < /& = & = & = & = & = & = & != !& #= #& $= $& '= '& (= (& )= )& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& 	@= @	& 	A= A	& 	B= B	& 	C= C	& 	D= D	& 
@= @
& 
A= A
& 
B= B
& 
C= C
& 
D= D
& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D& @= @& A= A& B= B& C= C& D= D&  @= @ &  A= A &  B= B &  C= C &  D= D & !@= @!& !A= A!& !B= B!& !C= C!& !D= D!& "@= @"& "A= A"& "B= B"& "C= C"& "D= D"& #@= @#& #A= A#& #B= B#& #C= C#& #D= D#& $@= @$& $A= A$& $B= B$& $C= C$& $D= D$& %@= @%& %A= A%& %B= B%& %C= C%& %D= D%& &@= @&& &A= A&& &B= B&& &C= C&& &D= D&& '@= @'& 'A= A'& 'B= B'& 'C= C'& 'D= D'& (@= @(& (A= A(& (B= B(& (C= C(& (D= D(& )@= @)& )A= A)& )B= B)& )C= C)& )D= D)& *@= @*& *A= A*& *B= B*& *C= C*& *D= D*& +@= @+& +A= A+& +B= B+& +C= C+& +D= D+& ,@= @,& ,A= A,& ,B= B,& ,C= C,& ,D= D,& -@= @-& -A= A-& -B= B-& -C= C-& -D= D-& .@= @.& .A= A.& .B= B.& .C= C.& .D= D.& = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & = & =      J )  ܔ   '      UCol   	.                 D   D   D   @  @  ]  ]  @^  @^  L  Ԑ    2irT @  @      6 > F N 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 _ g 0 0 0 0 0 0 o 0 0 v } 0 0 0 0 0 0 0 0 0 0   0 0 0 0   0 0 0 0 0 0  0 0 0 0 0 0               0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 "0 *0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ^ 0 0 V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0                                @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ `?0 0 0 0 0 D0 0 0 0 HP0 0 W_fm0 0 0 0 0 u}#+3;C0 KS[c0 0 0 0 0 0 0 k0 0 0 0 0 0 0 0 px0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0                                    
                                                                         Zt	   

n	z	|	` z  
` ʁ ʢ    & G h ʉ 6*dz
 + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ]~	
	

 + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ]		                                                                                                                                                                                                                                                                      Ċ+Ĉ+Ď+Ě+Ė+Ē+Ţ  Ġ/Ċ3Ĉ3Ď3Ė3Ċ;Ĉ;Ď;Ė;p 1ĚEĊGĈGĎGĚGĖGĞGĊSĈSĎSĖSĈ[(^  Ċ+Ĉ+Ď+Ě+Ė+Ē+" Ġ/Ċ3Ĉ3Ď3Ė3Ċ;Ĉ;Ď;Ė;p 1ĚEĊGĈGĎGĚGĖGĞGĊSĈSĎSĖSĈ[(^Ė[                                                                                                                                                                                                                                                                                                                                          (                                                                                                            "                                                                                   ל՜                        ӝ                                                                              ޞ                                                   ў՞؞ڞҞ֞Ӟ؜ٜڜ֜            ۞ܞݞ                                                                                                                    Z[                              О                           Ԟ                                                                                                      WVYX   !                           ɝ            0                        k                                                   N                                 ÞĞŞƞǞȞɞʞ˞                                 ok      n   lm                                                                                                                     <?JT   H                                 LK            |~                                 @A                                     ̞;      ɀ                                     xt               QzSÜ   Tɠ {                  /            Ɯęϙ                                                            *                              	
                                                                                                      ɀ                                                                                                                                                                                                                                                                                                                                                          TU                                                                                                                                                                                                                                          @   A                  q                                                                                          p                                                a Ɓ                                     ơ                                                    ! A a Ɓ ơ    !                      nopqrstuvwxyz{|}~   34                                                                     :                                                7      ;?>C65=9B                                                   8<                                          |}$R
IJKL	      ݛܛ  ՛ٛěśƛǛ  ʛ˛͛ΛϛЛћқ !"#$)*+,-&D2356789.C456%%&g'(+,-.h/0123      :7         ܝ8U۝ߞu9ޝsb[d_eIrWGXCf   ɀ> <;EF G ɀO ɀX JDKLNPTU[`~aZVWXYbcdefghijklmnop      ɀa ɠc    OBH        UTABC67Xɠi ~;HJI&ihɀj EFOjklɀk n_-KLS@5W18%)D}V. m `GfYߙ n יٙřÙș˙z p  @$&@)+@4ɠ5 >WɠF OSnopfqrijɠW `Йɠh q[]qb@#lҙ˜Н֝ם؝ٝ !$%&'()*+-.ʝ˝̝Z	
ǝȝߝݝ   ͞ΞϞ͝ϝ56734Lc !"E9GF^XY`edDH\]^_`aמٞ                                 oyuw   ޜܜߜݜ                     ۜ      ɠy{c                        ,                                                   ѝ      ҝ                        ԝ՝                           t               01                                    2"#                        I8      >                                                            MSrsNh	
2G)$%*`3J]_LfeZ^dYUVWa4b,[ɠPX\QR6ɠɠ8uvtwxy|{zMɠ+``}~ə`Ι                                                ќ̜͜ΜϜŜ`gb{`ikl               gӜfz      v_c            =CĜ         ǜ   Ȝɜ         М      YҜ         EFGIJMQNOPRS                                                         "9H :sƙǙ͙Dm;5.`=#g<C_b̙љRh``   @&V:;ER   =>?PQZMBH؛ߛڛۛ
/ԛB	=כ(̛cE@>?MFTS}|4g<pq\s/>'QN=[dMwRx0erPtab(cvZ?+K!"$#ޙՙ֙ݙ@/7~ؙәԙ'?@A>@@H@gIoɀX ɀ ɀ ɀ ɀ `ڙ4)fUVWOڝyP\QԜovxpgqrsux                                                \^`a_         \]ʜAahjĝŝƝ               Shn:ÝDFROdejwytmw}]iΝ^uyÛ{ۙܙ`aQ                      9:ӛޛ֛1<G      !K'v/7                  ʙ                                                                                                                                                                    *  F њ  F К  G њ  G К  H њ  H К  I њ  I К  J њ  J К   "   $   -   /   #   %   &   '   )   +   ,   .   0 E  1   2  F   F   F   F   F   G   G   G   G   G   H   H   H   H   H   I   I   I   I   I   J   J   J   J   J   F Ț  F ǚ  G Ț  G ǚ  H Ț  H ǚ  I Ț  I ǚ  J Ț  J ǚ  F Κ  F ͚  G Κ  G ͚  H Κ  H ͚  I Κ  I ͚  J Κ  J ͚  F Ԛ  F Ӛ  G Ԛ  G Ӛ  H Ԛ  H Ӛ  I Ԛ  I Ӛ  J Ԛ  J Ӛ  F Ś  F Ě  G Ś  G Ě  H Ś  H Ě  I Ś  I Ě  J Ś  J Ě  F   F   F <  F !  F $  F d  F   F 6  F 9  F   F *  F 3  F -  F '  F 0  F ?  F B  F   F   F   F   F   F   F   G   G   G <  G !  G $  G d  G   G 6  G 9  G   G *  G 3  G -  G '  G 0  G ?  G B  G   G   G   G   G   G   G   H   H   H <  H !  H $  H d  H   H 6  H 9  H   H *  H 3  H -  H '  H 0  H ?  H B  H   H   H   H   H   H   H   I   I   I <  I !  I $  I d  I   I 6  I 9  I   I *  I 3  I -  I '  I 0  I ?  I B  I   I   I   I   I   I   I   J   J   J <  J !  J $  J d  J   J 6  J 9  J   J *  J 3  J -  J '  J 0  J ?  J B  J   J   J   J   J   J   J   F   F   F =  F "  F %  F c  F   F 7  F :  F   F +  F 4  F .  F (  F 1  F @  F C  F   F   F   F   F   F   F   F   G   G   G =  G "  G %  G c  G   G 7  G :  G   G +  G 4  G .  G (  G 1  G @  G C  G   G   G   G   G   G   G   G   H   H   H =  H "  H %  H c  H   H 7  H :  H   H +  H 4  H .  H (  H 1  H @  H C  H   H   H   H   H   H   H   H   I   I   I =  I "  I %  I c  I   I 7  I :  I   I +  I 4  I .  I (  I 1  I @  I C  I   I   I   I   I   I   I   I   J   J   J =  J "  J %  J c  J   J 7  J :  J   J +  J 4  J .  J (  J 1  J @  J C  J   J   J   J   J   J   J   J   F        G         H         I         J         F        G         H         I         J         F        G         H         I         J         F F  F E  G F  G E  H F  H E  I F  I E  J F  J E  F ^  F ]  G ^  G ]  H ^  H ]  I ^  I ]  J ^  J ]  F   L   M   M   N   N   O   O   P   P   Q   Q   R   F V  F U  G V  G U  H V  H U  I V  I U  J V  J U  F P  F O  G P  G O  H P  H O  I P  I O  J P  J O  F   F   G   G   H   H   I   I   J   J   F L  F K  G L  G K  H L  H K  I L  I K  J L  J K  F   F   G   G   H   H   I   I   J   J   F   F   G   G   H   H   I   I   J   J   F I  F H  G I  G H  H I  H H  I I  I H  J I  J H  F   F   G   G   H   H   I   I   J   J   F   F   G   G   H   H   I   I   J   J   F   F   G   G   H   H   I   I   J   J   F   F   G   G   H   H   I   I   J   J   F   F   G   G   H   H   I   I   J   J   F   F   G   G   H   H   I   I   J   J   F ˚  F ʚ  G ˚  G ʚ  H ˚  H ʚ  I ˚  I ʚ  J ˚  J ʚ  F ך  F ֚  G ך  G ֚  H ך  H ֚  I ך  I ֚  J ך  J ֚  F ښ  F ٚ  G ښ  G ٚ  H ښ  H ٚ  I ښ  I ٚ  J ښ  J ٚ  F   F   F   F   F   G   G   G   G   G   H   H   H   H   H   I   I   I   I   I   J   J   J   J   J   F   F   G   G   H   H   I   I   J   J   F [  F Z  G [  G Z  H [  H Z  I [  I Z  J [  J Z  F   F   G   G   H   H   I   I   J   J   F ݚ  F ܚ  G ݚ  G ܚ  H ݚ  H ܚ  I ݚ  I ܚ  J ݚ  J ܚ  F   F   G   G   H   H   I   I   J   J   F   F   G   G   H   H   I   I   J   J   F   F   G   G   H   H   I   I   J   J   F l  F k  G l  G k  H l  H k  I l  I k  J l  J k  F o  F n  G o  G n  H o  H n  I o  I n  J o  J n  F   F   G   G   H   H   I   I   J   J   F   F   F   F   F   G   G   G   G   G   H   H   H   H   H   I   I   I   I   I   J   J   J   J   J   F 
  F 	  G 
  G 	  H 
  H 	  I 
  I 	  J 
  J 	  F   F   F ;  F    F #  F e  F i  F   F 5  F 8  F   F )  F 2  F ,  F &  F /  F >  F A  F   F   F   F   F   F   F   G   G   G ;  G    G #  G e  G i  G   G 5  G 8  G   G )  G 2  G ,  G &  G /  G >  G A  G   G   G   G   G   G   G   H   H   H ;  H    H #  H e  H i  H   H 5  H 8  H   H )  H 2  H ,  H &  H /  H >  H A  H   H   H   H   H   H   H   I   I   I ;  I    I #  I e  I i  I   I 5  I 8  I   I )  I 2  I ,  I &  I /  I >  I A  I   I   I   I   I   I   I   J   J   J ;  J    J #  J e  J i  J   J 5  J 8  J   J )  J 2  J ,  J &  J /  J >  J A  J   J   J   J   J   J   J   F   F   G   G   H   H   I   I   J   J   K   K   L   F   F   G   G   H   H   I   I   J   J   F   F   G   G   H   H   I   I   J   J   F   F   G   G   H   H   I   I   J   J   F r  F q  G r  G q  H r  H q  I r  I q  J r  J q  F u  F t  G u  G t  H u  H t  I u  I t  J u  J t  F x  F w  G x  G w  H x  H w  I x  I w  J x  J w  F {  F z  G {  G z  H {  H z  I {  I z  J {  J z  F ~  F }  G ~  G }  H ~  H }  I ~  I }  J ~  J }      0  p + 3p O Op + 3   ɀ  @ ɠ	   `    
  0  |
  0     0     0     0     0     0     0     0      0   "  0   $  0  N   2  =إܞM1 =إܞM   <
 0   @&B&    $ 0   @&!B&A0   @&ơB& A0   @& aB& Ɓ0   @& ơB& 0   @& B&   0   = >0 yޙ0 %ݙ2  =ߛ2  =ߛɚ   < - Q u ߙ 0   @& B& 'AA  1  '0 'A  1  '!0 '!0   @& B& 'AA  1  'a0 'aAƁ  1  'ơ0 'ơ0   @& B& 'aA  1  '0 'AA!  1  'A0 'A0   @& B& 'AAƁ  1  'ơ0 'ơAA  1  '0 '0   @& B& 'ơA!  1  'A0 'AAa  1  'Ɓ0 'Ɓ @& B& '  1  '0 '  1  '0 '  8 <    % 0   @&aB&Ɓ0   @&aB&Ɓ0   @&ơB&0   @&B&0   @&!B&A @&B&ǚ  8 <    % 0   @&ơB&0   @&ơB&0   @&B&0   @&!B&A0   @&aB&Ɓ @&B&͚   <
 0   @&B&    % 0   @&	B&
0   @&B&	0   @&	!B&	A0   @&	aB&	Ɓ0   @&	ơB&	   <
 0   @&B&    % 0   @&!B&A0   @&
!B&
A0   @&
aB&
Ɓ0   @&
ơB&
0   @&
B&j   0   &l<0 ߟki  ' @3 g@b@ e s w5 @l@s@ܟ5 @n@g@ܟ5 @c@t@ܟ0  &m21  +3*2  >غݛ,m0   +z=0 %ݛ|]1  D'^   2  =ݙ1 =ݙ  < j  ,ߍ0   <U <# =< >    F! 'A2  =hƁFơ 'F '  AaƁơ>s|! ,	 ,!Aa'&a&Ɓ'ơ0   <U <# =< >    C! 'A2  =hƁCơ 'C '  AaƁơ>s|! ,	 ,!Aa'&a&Ɓ'ơ0   <U <# =< >    ݱD! 'A2  =hƁqDơ 'qD '  AaƁơ>s|! ,	 ,!Aa'&a&Ɓ'ơ0   <U <# =< >    qE! 'A2  =hƁ1Eơ '1E '  AaƁơ>s|! ,	 ,!Aa'&a&Ɓ'ơ0   <U <# =< >    1F! 'A2  =hƁEơ 'E '  AaƁơ>s|! ,	 ,!Aa'&a&Ɓ'ơ d' d'  <= =V > 
   ' ' '   1  = hܚ2  =hܚ0 = hܚ2  =hܚ  ߚ6ߚ9ߚߚ*>ߚ!sߚ$|ߚdߚ	  ܚ-'ݚ',ݚ0ޚ?ޚBf	 g h i2 ܚ3 =fܛ = fܛgܛ1  = f g = fܛgܛ =fܛ1  = f g = fܚgܚ =fܚ&&'<  < n  8ߝ0   <Y <' =@ >    ݱJ ')1  = h)i)!JA ')aJƁ ')ơ  ''((!>'As'a|'Ɓ'ơ ,	 ,(ơ(((A(a'(Ɓ&&&'''!0   <Y <' =@ >    ݱGA 'a1  = hƁiơqG 'G '!  AaƁơ>s|! ,	 ,!Aa'&a&Ɓ'ơ0   <Y <' =@ >    qHa ' Ɓ1  = hơi1H ' qH! ' A  aƁơ>s|!A ,	 ,AaƁ'!&Ɓ&ơ'0   <Y <' =@ >    1IƁ '#ơ1  = h"i"1I '#!1IA '#a  !Ɓ!ơ!!>!s!!|!A!a ,	 ,"a"Ɓ"ơ""!'"A& ơ& ' 0   <Y <' =@ >    Iơ '&1  = h%i&I! '&AIa '&Ɓ  $ơ$$%>$!s$A|$a$Ɓ ,	 ,%Ɓ%ơ%%!%A'%a&#&#'$ d' d'  <K =d > 
   ' ' '   1  = hܚiܚ1  = hܚiܚ0 = hܚiܚ1  = hܚiܚ  ߚ7ߚ:ߚߚ+>ߚ"sߚ%|ߚcߚ  ܚ.'ݚ(,ݚ1ޚ@ޚCf g i ܚ4 =fܛ = fܛgܛ1  = f g = fܛ	gܛ =fܛ
&&'=0 < **B*Ƃ*+0 < +B+Ƃ+,,B0 < ,Ƃ,--B-ƂD  8 <    % 0   @&.B&.0   @&-B&-0   @&.B&.!0   @&.AB&.a0   @&.ƁB&.ơ @&FB&E0   @&B&\  8 <    % 0   @&0B&0!0   @&/B&/!0   @&/AB&/a0   @&/ƁB&/ơ0   @&/B&/ @&^B&]0 A  8 <    % 0   @&1ơB&10   @&0ơB&00   @&0B&10   @&1!B&1A0   @&1aB&1Ɓ @&0aB&0ƁT  8 <    % 0   @&2B&30   @&1B&20   @&2!B&2A0   @&2aB&2Ɓ0   @&2ơB&2 @&VB&UN  8 <    % 0   @&4!B&4A0   @&3!B&3A0   @&3aB&3Ɓ0   @&3ơB&30   @&3B&4 @&PB&O  8 <    % 0   @&5aB&5Ɓ0   @&4aB&4Ɓ0   @&4ơB&40   @&4B&50   @&5!B&5A @&B&J  8 <    % 0   @&6ơB&60   @&5ơB&50   @&5B&60   @&6!B&6A0   @&6aB&6Ɓ @&LB&K  8 <    % 0   @&7B&80   @&6B&70   @&7!B&7A0   @&7aB&7Ɓ0   @&7ơB&7 @&B&  8 <    % 0   @&9!B&9A0   @&8!B&8A0   @&8aB&8Ɓ0   @&8ơB&80   @&8B&9 @&B&G   <
 0   @&IB&H    % 0   @&:aB&:Ɓ0   @&9aB&9Ɓ0   @&9ơB&90   @&9B&:0   @&:!B&:AO2  =بܙ-A2  =ثܙB&2  <+ߙ(0   !0!1! b  8 <    % 0   @&;ơB&;0   @&:ơB&:0   @&:B&;0   @&;!B&;A0   @&;aB&;Ɓ @&B&  8 <    % 0   @&<B&=0   @&;B&<0   @&<!B&<A0   @&<aB&<Ɓ0   @&<ơB&< @&B&  8 <    % 0   @&>!B&>A0   @&=!B&=A0   @&=aB&=Ɓ0   @&=ơB&=0   @&=B&> @&B&  8 <    % 0   @&?aB&?Ɓ0   @&>aB&>Ɓ0   @&>ơB&>0   @&>B&?0   @&?!B&?A @&B&  8 <    % 0   @&@ơB&@0   @&?ơB&?0   @&?B&@0   @&@!B&@A0   @&@aB&@Ɓ @&B&  8 <    % 0   @&AB&B0   @&@B&A0   @&A!B&AA0   @&AaB&AƁ0   @&AơB&A @&B&  8 <    % 0   @&C!B&CA0   @&B!B&BA0   @&BaB&BƁ0   @&BơB&B0   @&BB&C @&B&ʚ  8 <    % 0   @&DaB&DƁ0   @&CaB&CƁ0   @&CơB&C0   @&CB&D0   @&D!B&DA @&B&֚  8 <    % 0   @&EơB&E0   @&DơB&D0   @&DB&E0   @&E!B&EA0   @&EaB&EƁ @&B&ٚ   < - Q u ߙ 0   @& B& 'HARa  1  'HƁ0 'HƁARơ  1  'H0 'H0   @& B& 'FaQ  1  'F0 'FQ!  1  'FA0 'FA0   @& B& 'GQƁ  1  'Fơ0 'FơQ  1  'F0 'F0   @& B& 'GơR!  1  'GA0 'GARa  1  'GƁ0 'GƁ0   @& B& 'HAR  1  'G0 'GAR  1  'H!0 'H! @& B& '  1  '0 '  1  '0 '  8 <    % 0   @&JB&J!0   @&IB&I!0   @&IAB&Ia0   @&IƁB&Iơ0   @&IB&I @&B&Y  8 <    % 0   @&KAB&Ka0   @&JAB&Ja0   @&JƁB&Jơ0   @&JB&J0   @&KB&K! @&[B&Z  8 <    % 0   @&LƁB&Lơ0   @&KƁB&Kơ0   @&KB&K0   @&LB&L!0   @&LAB&La @&B&  8 <    % 0   @&MB&M0   @&LB&L0   @&MB&M!0   @&MAB&Ma0   @&MƁB&Mơ @&B&ܚ  8 <    % 0   @&OB&O!0   @&NB&N!0   @&NAB&Na0   @&NƁB&Nơ0   @&NB&N @&B&0   @&B&ߚ  8 <    % 0   @&PAB&Pa0   @&OAB&Oa0   @&OƁB&Oơ0   @&OB&O0   @&PB&P! @&B&  8 <    % 0   @&QƁB&Qơ0   @&PƁB&Pơ0   @&PB&P0   @&QB&Q!0   @&QAB&Qa @&B&j  8 <    % 0   @&RB&R0   @&QB&Q0   @&RB&R!0   @&RAB&Ra0   @&RƁB&Rơ @&lB&km  8 <    % 0   @&TB&T!0   @&SB&S!0   @&SAB&Sa0   @&SƁB&Sơ0   @&SB&S @&oB&n  8 <    % 0   @&UAB&Ua0   @&TAB&Ta0   @&TƁB&Tơ0   @&TB&T0   @&UB&U! @&B&   < - Q u ߙ 0   @& B& 'XƁAV  1  'X!0 'X!AVA  1  'Xa0 'Xa0   @& B& 'VUƁ  1  'Uơ0 'UơU  1  'U0 'U0   @& B& 'VơU!  1  'VA0 'VAUa  1  'VƁ0 'VƁ0   @& B& 'WAU  1  'V0 'VV  1  'W!0 'W!0   @& B& 'WVa  1  'WƁ0 'WƁVơ  1  'W0 'W @& B& '  1  '0 '  1  '0 '  8 <    % 0   @&YơB&Y0   @&XơB&X0   @&XB&Y0   @&Y!B&YA0   @&YaB&YƁ @&
B&	  	< m  5ߙ0   <X <# =? >    ݱZA 'ia2  >hơqZ 'hZ 'i!  gAgagƁgơg>fsf|gg! ,	 ,hAhahƁgh'h!&fa&fƁ'fơ0   <X <# =? >    qW '\2  >\!qWA '\aqWƁ '\ơ  ZZ[[![A>ZAsZa|ZƁZơ ,	 ,[[\[a[Ɓ'[ơ&Y&Z'Z!0   <X <# =? >    1X '`2  >_A1Xa '_Ɓ1Xơ '_  ]^^!^A^a>]as]Ɓ|]ơ] ,	 ,^__!^Ɓ^ơ'^&]&]!']A0   <X <# =? >    1Y 'c!2  >baXƁ 'bơX 'b  aa!aAaaaƁ>`Ɓs`ơ|`` ,	 ,bb!bAaơa'a&`!&`A'`a0   <X <# =? >    Y! 'fA2  >eƁYơ 'eY 'f  d!dAdadƁdơ>cơsc|cd ,	 ,e!eAeadd'e&cA&ca'cƁ <t <? =[ >      >ݛ '2  > >ݛ
   '2  >ݚ '  ߚߚ5ߚ8ߚߚ)>ߚ sߚ#|ߚeߚi ,	 ,ݚ/ޚ>ޚAܚ2ܚ,'ݚ&&&';i Ɓ  8 <    % 0   @&jB&k0   @&iB&j0   @&j!B&jA0   @&jaB&jƁ0   @&jơB&j @&iơB&i  8 <    % 0   @&l!B&lA0   @&k!B&kA0   @&kaB&kƁ0   @&kơB&k0   @&kB&l @&B&  8 <    % 0   @&maB&mƁ0   @&laB&lƁ0   @&lơB&l0   @&lB&m0   @&m!B&mA @&B&  8 <    % 0   @&nơB&n0   @&mơB&m0   @&mB&n0   @&n!B&nA0   @&naB&nƁ @&B&p  8 <    % 0   @&oB&p0   @&nB&o0   @&o!B&oA0   @&oaB&oƁ0   @&oơB&o @&rB&qs  8 <    % 0   @&q!B&qA0   @&p!B&pA0   @&paB&pƁ0   @&pơB&p0   @&pB&q @&uB&tv  8 <    % 0   @&raB&rƁ0   @&qaB&qƁ0   @&qơB&q0   @&qB&r0   @&r!B&rA @&xB&wy  8 <    % 0   @&sơB&s0   @&rơB&r0   @&rB&s0   @&s!B&sA0   @&saB&sƁ @&{B&z|  8 <    % 0   @&tB&u0   @&sB&t0   @&t!B&tA0   @&taB&tƁ0   @&tơB&t @&~B&}0   @&B&0   @&B&"     !!!! &!&@&A&B&C&&&&&'	'D'E'd'e'''++<?@A  	 + , > ? s t | }                f j           % & ' ( , -                     y z b  d  e  f  g  h  l  m  n  o  s  u  w  x     @                                                      @p `` "$&(*,.@HPP8<@DHLPTX`dhlpx|h P8<@DHLPTX`dhlpx|(`0p            (                                                    Bh@8X   ( H x    999:Y:9: BIIIZJYYYZZDryyyzYz8zY999:H:(:BIIIHJYYYHZDryyyzHz0zHH9;(;99;;AAAABBBBFFYGHG:K(KIIJJKKJJQQQQRRRRUUYWHWZZ:[([YY[[Z\aaffiijjjjykhkYkHkqqrrrr
tt9{({yyyzhz9(ٙș9(yhYAAAAAAABAAA          hipx8X         08          B  xH8HȌ8HX`X`pxHxH  xX $(,04 S J ) g `  `83   '      UCol   	.             D   D   D   L.  L.  L.  L.  .  .  d/  d/   3  2irT @  ;      0 8 @ H P X _ g o w           0 8 0 8 0 8 0 8       0 8 0 8 0 8  0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 !)19AIQ0 0 0 0 R0 0 Z0 0 0 0 0 0 0 0 0 0 0 0 b0 0 0 imr0 z0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 																															0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0     @|4t    4p            @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0                                    
                                                                         Zt	


n	z	|	|
z  
  " C d ʅ ʦ   	 6*dz
 + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ]~	
	

 + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ]		                                                                                                                                                                                                    Ċ+Ĉ+Ď+Ě+Ė+Ē+" Ġ/Ċ3Ĉ3Ď3Ė3Ċ;Ĉ;Ď;Ė;p 1ĚEĊGĈGĎGĚGĖGĞGĊSĈSĎSĖSĈ[(^b Ċ+Ĉ+Ď+Ě+Ė+Ē+Ţ Ġ/Ċ3Ĉ3Ď3Ė3Ċ;Ĉ;Ď;Ė;p 1ĚEĊGĈGĎGĚGĖGĞGĊSĈSĎSĖSĈ[(^Ė[                                                                                                                                                   F ;                  M ?                                    F ER ER E                                                                              G QG Q                                                                        G -L -M -M -        I GI /I /J 1K 1M 1M 1Q 1O 3Q 3S 3I 5I 5J 7N 7"  M ;J ;H ?H ?J AT AM CK EL EQ G      P 7P 7K IK IF M        M OO OJ QK QK QL Q      L SJ UH [H [G ]G ]  V ]V ]X ]               I W                                                                                           O 3                  H 7H 7                        T ]T ]                  b  I W                                                                                    K [K [      L EN 1T GT GJ ]J ]                                          Q AP EM QF =      G +G /G /J AH QJ ON ]        G -I SN UL 3L 3H =H =I KI KI MI MG [G [I +J +L +L -I GJ /J 1K 1U 3Q 3V 3S 3W 3Z 3[ 3J =J 7F 7G 7N 7O 7L 9G 9K 9J ;M ;G ;L AM AO AŢ  M CP CI CK EO EG EQ G  S GO IK MM MO MQ MR MS MU MF MV MI OM OK =P OR OO QL QI SL SJ UN UH WJ [F [K ]L ]  Y ]                    F -\ 3K 7F 9I =N ?F AH K           " b       Ţ                  M 9N 9   G 9      K MO MV M                                                                                                                                  N 7                                                                                                        F b                        Fb                                     &                                                                         Ɇ                                                                                F b                        Fb                                                                                                               ObOb                                                                                                                                                                     Qe                                                                                                                                                                                                                                                                                                                                    F + " I -F /F 1G 1K 3Y 3I ;G =F ?H AF CI EF GJ GG GK GH Gb U GN GO GF IH ML MF QF SG SH SO CG UF WF ]U ]        F
aF&aF2aF<aFRaFbb         H -      O 3                        H E   T G                  I +J +Ţ          Q 3S 3Y 3   I ;      R E   I GN GO G         G SM C                                                  J -H 1G 5G CJ EI IJ MT MG OI QH ]L 7         K ;N ;G IJ SM SK -I 1H 5I 7G ?N AH CN EJ IN MH ON OI UF YI ]H +K +L 1M 3T 3X 3R 3L ;L GQ OK SW ]L +   J /   W 3   J =F 7L 9J ;M ;G ;K ;I =O AN AF AI CP CK EO EG EQ GO II OM OJ QI SL SF SJ UN U   K ]L ]Q ]                                                                                     G 7      F AF C   G EF MG M                                                                                    K OL O   P 1                                                                                    M UM UI [I [                                                            Q 3                                          S 3                                                                              J 5                                             J 5                                                            L /L /                                                                                 K AK AL AG IR MG +H QH 9H 9I ?I ?O ]O ]J +I CI +L +K UG WG WL UI 9I 9P IN 3P MP GP 3      J ON ]                      J 9J 9                              F 5F O                                    M /M /J ?J ?K ?K ?L ?L ?G AG AI AI AR GR GM GM G      H IH IL IL IM IM IF KF KG KG KG MG MY MY MH UH U      P ]P ]F(^F(^G(^G(^                                    O 1R AL CQ EW MX MN Q                   M 7M 7S AS A                                   L 9P A   M EM EH /H /                                          G 9                                                                                 N CK 5N IJ CH ;K C            F ;F =                                                                                                                                                                                                                               9F U 9F U AR ] GG 3 1S ] 1M ] QK / +I 3 +J 3 GH 3 +J 3 SF 3p + 3p O Op + 3          " $ ]Q0  ]T ]Q0  ]Tb  bFA bFTb bFAbFb  bFA bFTb bFAbF@                                                      @xpX0`` $(,04PX`P8<@DHLPTX\`dhlptx|h P8<@DHLPTX\`dhlptx|(p0            (                                                    Bx@ 8h  ( 8 H p    999:Y:9: BIIIZJYYYZZDnqqqrYrHrY999:H:(:BIIIHJYYYHZDnqqqrHr@rHH9;(;99;;AAAABBBBFFYGHG:K(KIIJJKKJJQQQQRRRRUUYWHWZZ:[([YY[[ZX]]bb`eeffffyghgYgHgmmnnnnlll9s(sqqyrhr
}}~~~~لȄ9(ىȉ9(yhYAAAAAAABAAA          hipx8X         08          B  H8HȀ8HX\X\pHpH   S J ) 5 `  `!   '      UCol   	.              =   D   D   D           ,!  ,!  r!  r!  r!  2irT @         0 8 @ H 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 P X ` h 0 8 g o 0 8 0 8 0 8 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0   0 0 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  0 0  0   0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  0 0 0 0 0 0 0 0 0 0 w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w ~ 0 0                                 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  0 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0                         @                                        
                                                                         Zt	


n	z	|	|
z  
  ! B c ʄ ʥ    ) 6*  dz
 + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ]~	
	

 + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ]		                                                                                                                                                                                                    Ċ+Ĉ+Ď+Ě+Ė+Ē+ Ġ/Ċ3Ĉ3Ď3Ė3Ċ;Ĉ;Ď;Ė;p 1ĚEĊGĈGĎGĚGĖGĞGĊSĈSĎSĖSĈ[(^" Ċ+Ĉ+Ď+Ě+Ė+Ē+b Ġ/Ċ3Ĉ3Ď3Ė3Ċ;Ĉ;Ď;Ė;p 1ĚEĊGĈGĎGĚGĖGĞGĊSĈSĎSĖSĈ[(^Ė[                                                                                                      FgGgFgHgFg     Fg                                                                                         ɦ GgɆ                                                                                                                                                                   gg                                                                                                                                                                                                                                                                                      zt|t~ttt                                                                                 zu|u~uuu                                                                                    "        b           Ţ             "                                                             b    Ţ        "    b ţ        B Ń        "                                  |"  b 
|Ţ  ||" b Ţ  " b Ţ ||  |  ||"|$|&|(|*|                                                                                          	xxx      x                                                                                                               ~uu      u   uu                                 GgGg                                                                     FgFgGgGgFgFgHgHg	FgFgFgFggg            FgFg                                    	gggggg	GgGg
g	ggg                                                                                                                 ||||||||||g||k||o||s||w|g|w|g||w|||o||o||||||||
||
|*||||||||||&||(||*|p + 3p O Op + 3|"  
||b  |||Ţ  |  ||" "|$|&|(|*|g|b k|Ţ o| s|" w|b ţ  ||B Ń  ||" ||"  b 
|Ţ  ||" b Ţ  " b Ţ ||  |  ||"|$|&|(|*|          " $0 8g SgFTgGUgHg0 TgFg0 TgF S J ) {B  `  `     '      UCol   	.      S J ) J      ` < D b f u |   `5 vB x PJ J     ) 1  v I `  `J   `  '      UCol   	                        P   P   P   h h   0        2irT u      @ H P X ` h p x                   (08@HPX`hpx "_*_^-m\%m\]B`_]bJ`_=nraR`_EnzaZ`_MnJ_b`_z^e
a]nUnej`_en1dr`_mnaz`un(e0e`}nn9dTo ia0 \odoa0 ]]toa%]@e-]0 o"aboHellcdqqqqqqqqmmmmmnnnn%nb_rbdYpipypbppppppppppppppppppbappbobooo5]=]0iE]9p1pAp)pIpppoabooo8iXecppM]@i^^0 `_zbU]*aHio_o_Pi
cull]]c]mk=k5kk}kk^^UkkllekEkkkl5l=l-l%ldddk]s]a{]c(i_^dhepekxeeeeeefef$f,ffcd4f4f4f4f4f4f4f:fBfccckiJfKfKfKfKfSfYf\ffffffffffffcffccggggggggffffcfdcfffjbfffggggggggglllukElMlUlr^llm]m-n5n]l2b"b*b0 ttuut=uuuuuuuhaaqr
_:brBbArlq|qq iIrhhcccitjj!rq	rijkk]kj1	iI		
OA=
d3Ii)w\A@]d}p~ +!!!9"A""l##$b$$d%%$&y&&''O(()**-+}++I,,-z--.../[//a001f11a222y34445T55-6m66677288J9989:8;;;d<<<%==>u>>#????@DAA/BBBCCTDDE{EFwFEGyGHiHHH8II<JJ\JKLLbM1NmOINNPQQ"8jRRS_SSTfTTT[UUKVVsV+WWXXYXbY>ZZZR[[[N\"g"g@Xh6<TYy~)aaa9Yp	Y			
1
Q
R
h
p





CG'q-E}9<ks!
+7<Aw[s+(9Yay	!?o<T	a0X)1QU#7\8HOou
029bh^f&fn     !!!!!#!K!K!S!s!s!x!!!!!!")""y"1"""""%#\####2$j$$%!?%F%V%\%t%{%%%%%%%&&&c&c&&k&&q&&&&&5'='{'E''''(?(g((((())")))) **g**+%+]+u+++++2,Y,q,,,,,-*-B-b----).A.q..../5/E/s///	0Q0000161V111122Q2Y222222393a3333?4_44445D5z5556%6=6U6]66e6667=7s7777*8888"9B9q9u99999:88
9a999Z::::(;P;x;;;;<><F<V<\<<<<< =]====>=>]>e>>>m>>>>>???/4?S?W?)????@@T@Z@@@@@y	tAAAAABBBLBTBBB\BBCECuCCCCCC$D<DdD3Dq3E;EsEEEEE F'F_FoFFFFCEE FGFFF*GbGGG	H&GG1HaHHHHI0IPIIII,JlJJJJDJJ(K@KPKKKKKLbLwLLLLM<MRMrMMM!N)NaNdNlNNNNNNO O&OeOOOOOO PMANtNNNOEOO]PPPePPQ$QLQdQQQR=RbRRR	S'SgSSST>TSTvTTTKUsUUUkUU#VCVVVVV[VVW[WxWWWtXXXXX:YBYYTXX	YZYYY6ZjZ#EZZZYYYZZJ[[)[&\^\\\1PQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrQrBgFgMgRbppqqqqq"qZbXil]l*q*qj_ddkkdkMkk2a8eob:an`]`ia"cq`_bippbPeloaabmkddapqpnafffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0qq(ShLhDh<h2g2g2g2g2g2g2g2g2g2g2g2g2g2g2g2g2g2g2g2g2gh2g2g2g2g2g0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 tutt%utut	
AmutMuuu0 _elumme	emmm2_B_memm:_mddm]mmm8dR^Z^bb^lmmj^b
bcJb_tqq 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0    @ @ @ @ @ @ @ @!2ar2GGr!
!aaa!!!aa!	
!!a
!aT
aaJZrZxZ{ZZZZZZZZZ[[[#[+[2[Z:[B[Z[a[q[[[[[[[[[[[ \\\\.\F\V\f\n\~\\\\\\\\\\H0 xQqyP 8@h &DLa	9AiIq	)9Qi	19YiABmCDDEcEEWFFBGGAHH`IIJhKL:LLMMNO	N|NUOPP<QQRRRS.TTUUUVSW%XYdXjYZY&ZZi[>\\X piY`qIy			
[TlIg(vN6 C!!q"##$$7%%S&&%''()q))i334565779829z:;;< %>>;??<@@\A'BBDD[EEFGHIdJ`KKLMNOMMOP4Q-RRST3UU{VWYX"YZZZ[0)B8OFOHy)1		a			

+stStc'sqt!Rf>L4MMMN=OONFPuPDQQQzRRGSSTSUUkVVpW-XX*YZ.Z[\\^Z$(i,,y.W49>CxKNOU0 0 0 0 0 0 0 0 0 0 0 0 0 Q\QQRSSTTUV;VVWDX\XX2YRZYbZZ
[y[[6\\`.!	I

;T|ecsoS;
 !)Qaqx)	9	Q	Aq				!		1	Y
)
9
Z
`
x
|







   #W_`c/6=\+
,,",:,A,Q,a,y,,,,,,--2-J-R-j--------.	..1.I.Y.......//%/-/=/M/S/c/{//////////0!090A0I0Y0i0000000	11'1.1>1^1n1q1x1111111111
22*2:2A2i2n2t2222223!313A3Q3Y3333333344O4g4444$4DLdtQ+)9IiA (HP`el99eeek1yIIi		A

 3{LU1DC/kS1W,!y8|A{T-#4#D#d#t######	#$$#$*$:$J$r$$$$$$$$$$$%%'%/%N%l%%%%%%%,&,&%4&;&&&&&&&&''M'M'S'[''g_!	#;Kc{
#3C[k{")AIQq17GO_kgA		
k)4SCc|s_6F>f !!!a""<# %%&'')((6))7**+,"-r-!..0012*9R9Y9}999999:":%:+:2:B:R:9::b:j:r::Y::::	: ;; ;@;X;h;p;;;;;;;;;;<<&<V N<l<^ t<<<~ <<<<<=\D%5M]uDK{%,<L\l|#;K{QQW++/?Dl|d(@W ABJxx|&.FNVn~HI%I(I@IXIIpIxIIIIIIIIIJJJ4JTJtJJJJJJJKK KJ00KHKXKpKKKKKKKKKlL"LKJLRLjLoLLLLLLLLLM&MDDDDDDDDEE+EKEEEEEEF/F7FgFFFFFFFFFF
G"G2GJGRGZGjGqGGGGGGH:H)H9HGIHQHYHqHvH{HHHHHHHH'''''''!(1(7(G(_(w(((((((*).)N)R)Y))a)))))[**'*O*W*_*o*w*m********++5+#M+z$U+e+m++++++ .V^v.v~6QK  & > N v     !3!![![!c!!!!!!!!"""I"M"R""""Y"""""""##==L===M=U=m=u=}==74/*======>0->5>E>}>>>>>>>>>+?+?+?+?3?_?_?&g?o??????????@t@'@/@b@4@j@p@@x@,MDMJMZMjMzMMMMMM9N=NNNOO.O.O5OuOzOOOOOOOPPP.PNQN6P>PNPUPPPPPPPPP}PPQ,Q3TQlQtQyQQQQQQQQQ Z>nF F   ;!!!i""#L###B$$%%%K&&'k''	(o((F)i))?**E+++,,--a...//0q00F11V k!!""#$%&[&&&-'s''(W((y))G***+*,,Z--9..k/)00N12|22I3344r55677R88i9:`;.<E=>>?L@AA+U6UV+VSVcVVVVVVVVW3VVWW#W3W;WCWKWcWhWWWWWWWWWWWWXXX5X<XLXXX|XXXYYJYRYrYwYYYYYYXXYYFZQRRR%R5RERJRrR2LRRRRRRRRRSSS/S7S?SOSWSoSSSSSSSSST&T6TFTVTnT~TTNTNTTTTTTUUCUcU{UUUUUUU#U. n  !!"""|##R$$%C&&c'((>))**=+,,:--Q../y001I2)33G455M6677j898:9::;;<e==M>C???@@4A444445$5,5T#<5L5\5b555555555 6 6656E6u6{66666666666%76-7E7L7S7c7{77777778
88:8J8Z8b8z8888*++,,-i../10011"2233w44556k78889J:0;6<|<<5==U>??@lADBBCDSEEFGGGHhI$JLJJKKZLMMMYNN]OOmP22	3334o44j55667[777r89
:8::H;;<<-===>?K?w??D@@@@ATAA{BBMCCDDDE?FF:GG!HHHIII|JJ8KKLBL@@@@AA@	AA&A,A<A'4LAdA|AAAAAAAABB7B<BdBdBlBsBBB:BBBBBCCC&C-C5C=CUC]C}CCCCCCCD,D4DDD\DlDsD{DDBeCLD3EkEGGIIJJK*LLMNN&PPQZRwS^T;UVWlXYZv\0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 sss0 ssssRcUgi]gdglgpg^0 0 0 0 rrr]rillZctbc0 rrs	sshipp's-s1sYd9sAsIsPsssssssssssssil0 0 ss*cxgsi0 ijcJc0 0 Ztj jj^abadj0 s^s2cjjid j0 0 ppp0 ppp(jo^pi^e0 0 0 0 0 0 0jsZ_m]8jj^s^t@js`Dobxi`]]i`ib_`n_HjnR_n0 n:cBa_`_n]nn`]nn_nn``0 0 0 0 0 n`
`0 nJa`!dn`ijob%o0 0 0 0 0 HtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHtHt]]PtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPt2q2q2q2q2q2q2q2q2q2q2q2q2q2q2q2q2q4qXsb`sasir_radjr0 0 0 0 0 0 0 0 0 0 0 0 0 ysc0 0 0 0 0 0 LqDqbb0 0 0 arqrirryr0 0 ]0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ssss^]0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 dfdfdfdfdfdfgfiofofofofofofofofofofofofofrf0 0 ]]]gggg0 ggggggggggg]^^gggg^0 0 0 ii*g*g:ghj0 0 0 0 jkjkjj%kjjjkkjjk
kkkkkjkeeeeeeeeeihhhhhhhhhhhhhhhh]^]#^*^2^0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 kk0 0 0 0 0 0 <q<q<q<q<q<q:^0 \qTqz_0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ojjg0 0 wjg0 0 0 0 0 0 5mMm}mEm=mUm0 d0 0 0 0 0 0 0 0 B^]]]0 0 0 0 ]]]]]]]J^0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 lelml}ll0 0 0 rag0 0 0 0 0 0 0 0 0 r^ra0 0 0 0 0 0 0 0 0 0 0 0 0 0 ra0 0 0 0 0 0 Qp^0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 mo`0 0 0 rrio`"`0 0 oRaqd|o*`AdoZaIdrr)d0 0 0 0 0 isydLo`bQdo`0 0 -o4o2`<obai0 0 0 0 0 0 0 0 0 Bca!p:`0 0 Yr ed0 0 0 0 0 0 0 0 qsja0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 tttttttttttttttttttt't'tt/t/t/t/t/t1t0 0 0 PjXj`jrc9t9t9t9t9t9t@t0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ssszcggggggh	hcc-k$hj`e0 frt	d,h0 0 0 0 4h4h4h4h4h4h4h4h4h4h4h4h4h4h4h4h4h4h4h4h4h4h4h4h~h~h~h~h~h~hhhhhhhhhhh0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 dhhhhhhh0 [h[h[h[h[h[h[h[hhhhhchghnhvhzfzfzfzfffff0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 q9r9r9r9r9r9r9r1rqq)rtttttttttttt0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtPtRtbtbtbtbtbtbtbtbtbtbtbtbtbtbtbtbtbtbtit0 0 0 0 0 0 0 0 0 0 0 0 0 qtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtqtst{t{t{t{t{t{t{t{t{t{t{t{t{t{t{t{t{t{t{t{t{t{t{t{tttttttttttttttttt0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 t-uuEuUueuu}uuuuu5uuu]uu0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0                                    
                                                                         Zt	


n	z	|	|
z  
`ʁʢ&Ghʉ6*dz
 + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ]~	
	

 + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ]		                                                                                                                                ( \n
\+ +v	    `S~$ $ *ar
   $ + Gx	#E cD S fĊ+Ĉ+Ď+Ě+Ė+Ē+"m Ġ/Ċ3Ĉ3Ď3Ė3Ċ;Ĉ;Ď;Ė;p 1ĚEĊGĈGĎGĚGĖGĞGĊSĈSĎSĖSĈ[(^ł Ċ+Ĉ+Ď+Ě+Ė+Ē+l Ġ/Ċ3Ĉ3Ď3Ė3Ċ;Ĉ;Ď;Ė;p 1ĚEĊGĈGĎGĚGĖGĞGĊSĈSĎSĖSĈ[(^Ė[Ĥ+Ĥ+Č+Č+Ģ+Ģ+Ĉ/Ĉ/Ď/Ď/Ĝ/Ĝ/Đ/Đ/Đ1Đ1Ĳ1Ĳ1Ĥ3Ĥ3Č3Č3Ĝ3Ĝ3Ģ3Ģ3Đ3Đ3Ď7Ď7Č7Č7Ĝ7Ĝ7Ġ7Ġ7Ď9Ď9Ĳ9Ĳ9Ě;Ě;Ĥ;Ĥ;Č;Č;Ģ;Ģ;Ĝ;<  Ď=Ď=Ġ?Ġ?LĈAĈAĠAĠAĐAĐA ł ĲAĲAĈEĈEĠEĠEĐEĐE  F FĤGĤGČGČGĘGĘGł B ĈMĈMĠMĠMĐMĐMĈOĈOĎOĎOĠOĠOĐOĐOĠQĠQĐQĐQRRĚSĚSĤSĤSČSČSĒSĒSĘSĘSĢSĢSĎWĎWĎ[Ď[Ė[Ĉ]Ĉ]Ĝ]Ĝ]Đ]Đ]t O....P^P^ H002222B 4446688:<<
@
@B6B(TFF4HľGľG 8 8JJNL^L^P&PRRRRľSľS0TV
\
\^^^^^$^D^N^N^ł 0^x^z^|^~^C| { Ń{ ł B  ł B  Đ+Đ+Đ;Đ;ĐGĐGĐSĐS Ń ţ C #  c  4f cf Ńg #g n cn 88Đ7Đ7Đ?Đ?ĢGĢGţ C  ł Đ={ z łz Ĉ7Ĉ7:0^ĊEĊEŃe #e n ţm  Ń ĸ+ĸ+ļ+ļ+ĸ3ĸ3ļ3ļ3ĸ;ĸ;ļ;ļ;ĸGĸGļGļGĸMĸMļMļMĸSĸSļSļSʜOOʜQQ\\Đ9Đ9F2<H<H^^Ĝ+Ĝ+Ġ3Ġ3 Ń # ì ĜGĜG Ń Ĥ[Ĥ[*BFR>łx B ,00B
RP^T^T^.TV44
>
>LLNN\\,,,. H022 44"44$4*4,4>888804"T::<<<BB"B.B(T.TDFFF4HH8HJNNN N"N(N.NN:NPP>(P*PRRT0TVV
X8B\^^^&^R^d^t^^^..48:>@BLp^r^łz Ţ} "} ł B   " B ^^$T&T+ 9.:+ =+ M N N :N4 W+ [:X^:\^f^V^h^	 "$&(*,.02ln4	444,434		:4A4.8+ A+ O+ Y d^H4O4V4]4d4k4r468Z^	8888%8,838:8A8H8O8V8]8d8k8r8y8                                                                                                                                        "                                                                 + 3 ; G S / 1 9 C M Q U Yaa\a\aaa aFaDaHa*"ab1 ł    b b bBŢ'aa
aaaaaa a$a&a*a,a.a0a2a<aBaJaLaNaPaRaVałBB " " łaa
aaaaaa a$a&a*a,a.a0a2a<a3BaBaJaLaNaPaRaVaB"b'	aaLałłNa2ac	:a:aaaaa8a8aZaZaaaaaaaaaaaaaaa$a<aBa"aaav^a^aBa6a6a@aFaDaHa,- bb,*b:bJbŢ1Pbjbbb"2/3bbbbbb(b,b2bf NbTbbbrbxbbbbbbbbbbbbbbbbbbbbbbbb(b,b2bF NbTbbbrbxbbbbbbbbbbbbbbbbbbbŢ,Ţ- b",*b:bJb"1Pbjbbb1Ţ/Ţ3bA bơ bƁ 	b ba ,b! b :b Ab HbA Oba VbƂ "7Ɓ 	b ,bơ %ba bbbU                HbHbbbbbpb pbbbbb0b0b&b&bVbVb^b^b\b\bZbZb~b~bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb.".XbXbfbfbbb|b|bbbtbtbb*Ţ*b+"+
b
bb-"-bb+Ţ+.Ţ.b/"/>b>b0Ţ0b0"0Ţ2b2bb"326Ţ6b5"5b4"44Ţ45Ţ5bbb6"6bbơ b 	bbb$b$b6b6bBbBbnbnbbbbb! b 8bơ 	hbpbpbbbA ba 	`bbbA `b hbbbbb bzbzb .b! bƁ hbe
eeeeeeeeeee e"e$e&e(e*e,e.e0e4e6e8e:e<e>e@eBeDeFeHeJeLeNePeReTeVe`lee
eeeeeeeeeee e"e$e&e(e*e,e.e0e4e6e8e:e<e>e@eBeDeFeHeJeLeNePeReTeb72e8	UU                                                                                                                            Fh6Xzz    
&        Xff
ffffffff.fff.ff  f f"f$f &f&f (f(f*f,f.f0f$=Ţ;;Ţ=|n	y                         ,:U

,U3U                                            ,    7	:nggg
gggg& g(g*g,g:gJgLgVgXgpgrggggggggg:gHg	ggg    ggggggg g Jn<^
,Np`ʁʢ&Ghʉ

gHgggg gBCłCCBD.g0g g2g4g"g6g$gNgPg<g>gRgBgFgZg\g^g`gbgdghgjglgtgvgxgzg|g~gggggggggggg	ggg,g3ggggggggggggg%g,gg	ggg	gg	ggggDgg½ggg	ggggg	ggggggggŢ	g                                :U                        gg        AU                ngg`ʁʢ&Ghʉgg	gpgpg	g9	
		
	<	<<<<%<p	    	hhhphh
hh	hhhhphh	hhh%h,hh hhhph	hhhh%hphxhph.Pr@b                                    hhh&g	&g&g&g&g%&g3&gTg	Tgngng	g	gggg:gAg3gOgVgg	ggggggggTgTgggTg	gg%g,g3gg%gg	g%Tgg%g	gh$h&h(h,h.h0h2h8h<h>h@hDhLhNhRhTh\h^h`hbhdhfhhhFh h"hBh*hVhXhZhHhJh4h6hPh:hlhnhphrhthvhxhzh|h~hhjh`ʁʢ&Ghʉ	hhhh%h,h3h:hAhHhOhVhhhhh              phphph0Rt dhkhTV	9	b      	       dhfj            :j                                                                                                 ##ŃNcÍţmU
 "$&LNPRTVX~Zr
							 	"	<X4~#\i0,.02\^`bdfrm3	<>@BlnprtDFHJvxz4b24Dbn:PRT(		 	"	$	1111*111122"22$2&2(2*2l2n2p2r2t2v22222p3~333368hLzZ@(<>6jl*@BZp	z	:,	 Jp!`"'<.b2225P6R6<@|MORHTVbj NPRT|
.>@	|:
8^ "$&(*\^`Z0	6dfhjl8:tv|~LT *,24BR
	<>@XBDFHJpr?t?vxXk"$&(*,.02VXZ\^`~?k:X00X4./]j|6!\nlp#`b@$"$&(*:<J`LNPRTV&fX0Z0h0j0n0r0t0v0z0|0l000000100000000000000Bp(>DJNj 6FH^dr0Lhn
HJn:$&	8h;;@: @: @: @: @: @: @: @: v
vvvvvvXvv@vBvDvFvHvJvLvNvPv~`: `: `: `: \hj

*,@BV^rlxzXDL$&.Hrt`bd
FHJLNPRxz|TVXZ\vxz|"~".68<FLP`bdfhlnp DFHJXlvxz|:<>̉DFL`bdrtvxzHdf|B,L8RL	8tz;H5J5z5$Lr&02468:NPRTZ\jfp~t8npr,.\^		2	X	d	f	r	~			
L
p
r

		KH
1*jVh`(Z
XBg.Zֈx2.GhK^hXZTV
LNbp|6	P	R	j	l	v	

6,.024bdrfNr, "@BDtv0246DFH`4	@	33 3"3$3>3@3B3D3R3T3V3X3Z3f3r3v3z333333333333h33~8Jnrvz	D	h	t	|		2
R
T
<t~&					Z

nprtvxz|468:<>@BstttJtLtNtPtRtTtVtXtZt\t^t`tbtdtfthtjtltntptrttt :  :  :  :  : $&(VXdfhjx>.024VXZ\^`bdfhjll"l$2:<>@HTXZ\dfhprtv~				
					(	*	,	.	0	8	:	<	>	F	H	J	L	T	V	Z	^	`	b	n	B	N	\											
(
*
,
.
0
N
P
t
v
x
z







x																							l	







																				4
6
V
X








			&
J


(\^`bd




 
"
$
8
:
<
>
@
B
D
F
\lH
\
^
`
b
d
f
h
j
l
|
~
n









N







l
l


l









*,.
ln
4                              
02          





"$&~,2@  @  @  @  @  @  @  @  @  @  @  @  




                                                                                                                                                    `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  DBDFHJLNP@  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  DRTVXZ\^`bdPRTxz|~
X`  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  fhjlnprtvxz|~<Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  Π  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀                                      Π  Π  Π  Π  
          ` ` ` ` ` `           hjlnprtv                                                                                                        prtvxz|~nprtvxz| "$&(*,.02468:<>@BDFHJLNPRTVXZ@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ fhjprtvxz|~"$&(*,.02468:<>@BDF                                                                      hjln@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π rtvxz|~` ` ` ` ` ` ` ` ` ` "$&΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀                    
 LNPRTV02XHJLNPRTV|~^`bdp   "##$`$h',-2<357t9=rF$IVYZ([8\:\^^^                                                                                    tkz(*,.02468:<>@BDFZ\^`bdfhjlnprtvxZ\^`bfhj\^                                                                 "$&(*
 "$&(*,.02468:<@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ^`bdfhjlnprtvxz|~>D΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ @BDFH@BDF(*,zRTVXZ                                    ` ` ` ` ` ` ` ` ` ` ` @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ TV6TTXZ\΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ^NΠ Π Π Π Π Π Π Π Π Π Π Π HJLNP       ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` lΠ Π Π Π Π Π Π N                        nprtvxz|~`bd >R        &E\DFHJLNP68D^`bjlnpr
 "$&lnprtRTVXZ:t.ThjNjln|~fhj"H46BPR(N    
024BF(*FHbvxDTz|~<N024V<> 8:d   $&(*,.@JL",P\fhTVXZdvxz|~6 "$&:<
,JLNPRdf:^`bh`zJ
   R j    !!!!N!P!R!!!8Xl&(,>dr$@&BV>@BDZ\^nprtvxz|~JL\| 2 4      
 "$*.028j#l#n#######################$#$$@$$FHJLTVXZ\ftvxz
 68:NP^`b~n*,.024DFHXZfh|5~555555555555555555555΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ "<RTd46  b     ! !"!b!d!!!!!4"jlnprtvx8     n:p:r:t:v:x:z:|:~:::::::::zk::::::::"$<Lhjvx " 
&(*,.>@BDFHPRTVXlnz|~Π
 Π
 Π
 Π
 Π
 VVVVVVV"WNVV$W&WZW\W^WWWWWXXXXX X"X02Z\^`bdfrt  T V X Z \ ^ ` l n p r $&:FHr6468:Z\^`bd& t     8!r!t!v!x!z!!!!!"@"""""&$$~%%%%%D&       ( * , . 0 D F H J L N P h v x z | ~       С$ 6 8 : < > @ B f             (!*!,!.!0!2!4!h!j!l!n!         ^!`!!!!!!!*","."0"2"j"l"n""""""""                 !!!!
!!:!<!>!@!B!D!F!H!J!!!!!T!V!X!Z!\!!!!!!!&"("b"d"f"h"""""""#$#&#`###$!&!f!!!!!v"""""#$$$%%&&&&&&d'f'''((((|!L!~!!!!!!!!!!!!!!!!!!!!!!                p!!!!!!!!!!!!!!!:"<">"x"z"|"~""""#
###0#2#>#!!" """$"Z"\"^"""""" #:#h###$4$X$$$$$%%2%6%%%          B"D"F"H"J"L"N"P"R"T"V"X""""""""""            6"8"p"r"t""""""""#.#R#T#"$$$$$$%&%(%p%r%%%%&&        """"""########4#"6#8#@#B#D#F#H#J#L#V#X#Z#""(#*#,#<#P#b#j#########$$$$8$:$N$\$^$v$$$$%% <  <  <  <  <  "$&(*,.024N#68:<TVXxZ\^`\#^#d#f#l#n#r#v#x####################@ @ @ @ t#z#|#~#############$$<$>$b$d$~$$$$$$$$$$$@ @ @ @ @ @ #########$
$$$$$$$<($*$k,$.$0$2$B$88 8"8$8&8.80828<8>8@8B8D8$F8J8L8N89P8R8T8V8X8n8p8r8t8888 $6$L$Z$$$$
%%%%%"%8%:%<%%%%%&~&&&&&&&8':'<'>'D$F$H$J$P$R$T$V$f$h$j$l$n$p$r$t$x$z$|$$$$$$$$$j;$$$$$$$$$$$$$$$$$$$$$$$$$$$%%&f %*%,%4%68>@BDNPRTVX`%hjln|~$%.%j%l%n%%%%&&&
&&&&&&&&&&@'B'D'F'H'J'L'N'P'R'T'|ȣʣ̣ΣУңԣ֣ 0%ܣ
>%@%B%J%P%Z%\%^%`%b%d%f%h%%%%%%%%%%%%%%%%` ` ` ` D%F%H%L%N%R%T%V%X%t%v%x%z%|%%%%%%%%%%%%%%%΀ ΀ ΀ ΀ ` ` ` ` ` ` ` ` ` ` ` ` ` ` Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π %z&|&2'4'6'''((()*),).)))),*.*0*+V+X+,,,,,(-r-t-v-&&&&&&&Z'\'^'`'b''''''''((((T)V)X)Z)L*N*P***΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ &&&&&&&&&&&&&&&&&&F&&&&&&&''''',(.(0(2(4(((((((f)h)j)l)n)))`*b*Π Π Π Π Π Π Π                          &&&j'l'n'p'r't'v'x'z'|'~'''''                                                            V'X''''''''(((((((((((>)@)B)D)F)H)J)L)N)P)R))                                               ''((((0)2)4)6)8):)<))))))2*4*6******++++++                (\)((((((((^)`)b)d)()))))))))                                                          (((((((((((((())))
)))))))()))) )")$)&)p)()R*T**f++++,&,,,,,,@-----...|////////r)t)v)x)z)|)~))))))))))))))))))))))v))))))))))))))))****
*********** *"*$*&*))))))8*:*<*>*@*B*D*F*H*J*** +Z+\+^+`+b+++++++
,",(***x*z*|*~***************************V*X*Z*\*^************$+&+(+*+,+h+++++++++,,d*f*h*j*l*n*p*r*t*v**.+0+2+j+l++++,4,6,8,h,j,,,,
-N-P-R-*************++++
+++++++++@ @ @ @ @ @ ***"+d+++++N,,,,,,-----.L...... /x/z///@ @ @ @ @ @ @ @ @ @ @ "Sn+p+r+t+v+x+z+|+~+++++++++++++++++++++++++++++++,,,,, ,:,<,>,@,B,D,F,+++++L,,,,*-,-.-0-2-x-z-|-~---..>.@......../,,,(,*,,,.,0,2,P,R,T,V,X,Z,\,^,`,b,d,f,,,,,,,,,,,, 	  	  	  	  	 FRHRJRLRSSSSSSSTTTUUPVRVTVV(W*WWWX,,X$,,,,,,4-6-8-:-<->------------..
.B.D.F.H.J..H,J,l,n,p,r,t,v,x,z,|,~,,,,,,,,,,,,,,,,,,,--,,,,,,,,----B-D-F-H-J-L------V-------.-------- -"-$-T-V-X-Z-\-^-`-b-d-f-h-j-l-n-p-&-` ` ` ` ` --Z......///080b0 00&1F1H1J1\11112,2.223P4R4` ` ` ` ` -------------- .".$.&.(.*.,...0.2.4.6.8.---:.|.~...0*0P0p000011d11`22233&3(3F3\3l3334........N.P.R.T.V.X............/
//////\.^.`.b.d.f.h.j.l.n.p.r.t.v.x.z...................../8/B/N/P/d/f/v/////,0<0R0\000000001,1.1h11..........///,/./0/2/</>/@/F/H/J/L/X/Z/\/^/`/b/j/l////"/$/&/(/*/:/D/R/T/V/h/~///////00$0^0`00000004/6/////0"0d0f0~00000000011@1R1f1x1z11111d22n/p/r/t/////////////////////////////////////00
00000 0&0.000204060:0B0D0F0H0J0L0N0T0V0/(0>0l001101T1111122 2N2P2f2h2j22222222333N3/000@0x021B111111122234383:3P3j33&4p4444j5566000000000011 1"1$1D1V1X1Z1j1|11111111111100010000011111(1*1416181:1<1>1L1N1P1^1`1b1l1n1p1r1t1v1~111111111111111111111111122222
2222222
3.30363^3`3n3x3334T4b4n444444444444220222426282:2<2>2@2B2D2F2H2J2L2R2T2V2X2Z2\2^2z2|2~222222222222222222222222222222222233332
68:<>@ *  *  *  *  *  *  * 2222333*3,3H3J3L3h3t33344 4*4,444>4@4B4`4444444b3d3|33333"4$4<4J4d444444444585f5h5566\6^6`6b6d6333333334H4L4N4V4f4h4j4r4t444444444444444~~~~~~~~~~~3~~.02468:<>@BDF          33333333333333333333333334
444449999999993::::::::: :":           444^l4(4.4046484:4D4F4X4Z4\4^4l4v4x4z4|4~4444444444244425555666
6H6J6L6N66666777T7V77777Z8v88844B5D5F5t5v5x5555 6"6$666(7*7j7777l888899N9x999444444555
5555$5&5(5*5,5.505L5N5P5R5T5V5X5Z5\5^5`5b544555555 5"5:5<5>5@5l5n5p5r555555555556666454555555566T66666666666667777X7Z77765d55556V6X6Z66666666677\7^7`7777(8*8`8b8d8z8|8΀ ΀ ΀ ΀ ΀ ΀ ΀ &6(6*6,6.60626466686:6<6>6@6B6D6F6p6r6t6v6x6z6|66LNHpr6DFf6h6j6l666666n666 7"7$76&7f7h7777777788888,8~666666666666666666667777
7Π Π Π Π Π Π Π 677H8h8j888888888889J999999:4:6:8:j:::;;66666667b7d77778f88H9h9j9l9n9p9r99999999::Π Π Π Π Π Π Π Π Π Π Π Π Π l7n7p7r7t7v7x7z7|7~777.p777777777777748\8^8x88888889.9b999999999(:*:,:.:77777777"77777777777777778
8888886888:8888889
999999092949L9v99999999999
::~888889F9d9f999999:0:2:b:d::::::;; <"<$<&<(<*<8888888888888888888888888899 9"9$9&9 K  K  K  K  K 8z|~889*9,9`999999$:&::::::;f=h=j=>>>>΀ ΀ ΀ ΀ ΀ ΀ (96989:9<9>9@9B9D9P9R9T9V9X9Z9\9^9z9|9~9999999999999Z:\:^:`::::::::::::*;;;<<<<<<l=n=p=r=t=v=x=>f:h:::::;;2<4<====??????Π Π Π Π Π Π Π Π Π Π Π Π l::Qb;d;f;;;;<<<<<<<<<<<<<<0>2>4>6>8>:><>>>@>::;;,;.;0;2;4;6;8;:;<;>;@;B;D;F;H;J;L;N;P;R;T;V;X;Z;\;^;`;;V%ؤbN'lj,r7
T*I:_LcZB	2#]jҝ((J
::::::::::::::::;;
;;;;;;;; ;";$;&;(;l;΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ :i;iZi\i^iiiiiijjjjjj j"j$j0j2jBjVjXjbjdjfjtjjjjn;p;r;t;v;x;z;|;~;;;                     ;;;;;;;;;;;;;;;;;;;;;;;;                                                                     ,<.<0<z=|=~=========>>>>>>>????
?????@@6<8<:<<<><@<========= ?"?$?&?(?                                                                              ===                                                                @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ =======================================>>>>
>>>>>>>>>>> >">$>&>(>*>,>.>*?,?@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` >>>>>>>>>>>@@@@@@@@@@@@@@@@@@BBB.?0?2?4?6?8?:?<?>?@?B?D?F?H?J?L?N?P?R?T?V?X?Z?\?^?`?b?d?f?h?j?l?n?p?r?t?v?x?z?|?~???????????????????????????????????????AAAAAAAAAAAAAAAA2D` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `                                         ΀ ΀ ΀ ΀ BBBBBBBBBBBEEEEEEEEEEEEE` ` ` ` @@@@@@@@@@@@@@@@@@@@@@ @ @ @ @ @ @ @ @ @ @ Π Π Π Π JCLCNCPCRCTCVCXCZC\C^C`CbC$F&F(F*F,F.F0F2F4F6F8F:F<F>FH      dCfChCjClCnCpCrCtCvCxCzC|C~CCCCCCCCCC@FBFDF                                ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `                                                                   `D\B^B`BbBdBdr                                                                    d΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ BBBBBCCCC
CCCCCCCCCΠ Π Π Π Π Π Π Π Π Π Π Π Π Π @ @ @ @ @ @ @ @ @ @ @ @                     ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` tFCCCCCCDDDD
DDDDDDvFDDDDD D"D$D&D(D*D,D.D0D      4D6D8D:D<D>D@DBDDDFDHDJDLDNDPDRDTDVDXDZD\D^D                    ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ :G<G>G@GBGDGFGHGJGΠ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π \H^H`HbHdHfHhHjHlHnHpHrHtHvHxH               ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ FFHFJFLFNFPFRFTFVFXFZF\F^F`FbFdFfFhFjFlFnFpFΠ Π Π Π Π Π Π Π Π Π              &I                                                                  (I                                    IIIIIIIIIIIIIILGNGPGRGTGVGXGZG\G^G`GbGdGfGhGjGlGnGpGrGtGvGxGzG|G~GGGGGGGGGI@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ IIIII8H:H<H>HI` ` ` ` ` ` ` ` ` ` JJJJJJJJJJJKKK` ` ` ` ` ` ` ` zH|H~HK
KKKKKKKKKKK K"K$K&K΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀       HHHHHHHHHHHHHHHHHpKrKtKvKxKzK|K~KKKKKKKMΠ Π Π Π Π Π Π Π Π Π                                             *I,I.I0I2I4I6I8I:I<I>I@IBIDIFIHIJILINIPIRITIVIXIZI\I^I`IbIdIfIhIjIlInIpIrItIvIxIzI|I~IIIIIIIIIIII                    pN#T74c<K XZ:<^Ia0/II&L(L*L,L.L0L2L4L6L8L:L<L>L@LBLNNNNNNNNNN 	  	  	  	  	 IIIIIIIIIIIIIIIIIIIIIIIIIIIIIJJJJ
JJJJJJJJJJJ J"J$J&JNNN                                 @ @ @ @ @ @ @ @ @ @ @ @                               MM        NNN
NNNNNNNNNNN N"N$N&N(N 	  	  	  	  	  	  	  	  	                                                               *N,NLLLLLL LΠ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π "LN$LNDSNNNNNNNN<P>P@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @                                ` ` ` ` ` OOOOOOOOO|Q~QQQQQQRRRR<T>T@TBTDTFT.U΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ OOOOOOOOOOOOOO`	 `	 `	 `	 `	 `	 `	 `	 `	 `	 MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOMMMMMMMMNOOOOOPQQQQQQQQ<S>S@SBSDSFSHSTT@PBPDPFPHPJPLPNPPPRPTPVPXPZP\P^P`PbPdPfPNhPjPlPnPpPrPtPvPRRR                                                              @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 OLQNQPQRQTQVQXQZQ\Q^Q`QbQdQfQhQjQlQnQpQrQtQvQΠ	 Π	 Π	 OOQQQQQQQQQQQQQQQQQQQQQQQQQQ	 	 	 	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	 ΀	 ΀	 ΀	 ΀	 ΀	 ΀	 ΀	 ΀	 ΀	 ΀	 ΀	 ΀	 ΀	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	 @	               xQ
@d @d @d @d @d @d @d @d @d @d @d @d @d @d @d @d @d @d @d zQ`d `d `d `d `d `d `d `d `d `d `d `d `	 `	 `	 `	 `	 `	 `	 RRSSSS
SSSSSJTLTNTPTRTTTVTXTZT\T`
 `
 `
 `
 ΀	 ΀	 ΀	 ΀	 ΀	 JSLSNSPSRSTSVSXSZS\S^S`SbSdSTTTTTTTTTTUUURR R"R$R&R(R*R,R.R0R2R4R6R8R:R<R>R@RBR	 	 	 	 	 	 	 	 	 	 	 	 	 TTTTTTTTTTTTUUUUUUUUUDRΠ
 Π
 Π
 Π
 Π
 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	 Π	  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 TTTTTTTTTTTTTTTT:T@
 @
 @
 @
 @
 @
 @
 @
 @
 @
 @
 @
 @
 @
 @
  
  
  
  
  
  
  
  
  
  
 TUVUXUZU\U^U`UbUdUfUhUjUlUnUpUrUtUvUxUzU|U~UTTTUUU(V*V,V.VVVWXXXXYY"Z>ZZZZ\\ \"\$\&\(\.]@
 @
 @
 @
 @
 @
 @
 @
 @
 FT U"U$U&U(U*U,U΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 0U2UUUUVzW|WXXXBY|Y~YYZLZZZ[[[[[[[[[[[[[`
 `
 `
 `
 `
 `
 `
 `
 `
 `
 `
 `
 UUUUUVVVV
VVVVW>W@WBW~WWWUUVVVVVVVVVV V"V$V&VVVVVWWW
WWWWWWWDWFWUUUUU0V2V4V6V8VVVVWWW WTWVWXWWWWWXX
YYYYRYTY΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 ΀
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 jVVVVVVVVVVVVVVVVVVVVVVVVV,W.W0W2W4W6W8W:W<W
 
 
 
 
 
 
 HWJWLWNWPWRWWWWWWWWWWWWWWWWWWWWWXXXXYY
 
 
 
 
 
 WWWWWWWWWWWWWWWWWWWWWWWWWWWWXXXXXYYDYFYYYYYYYZ6ZNZ\ZxZZZZ[[@ @ @ @ @ JJJ J"JW$J&J,J2J?6JBJDJFJNJPJRJTJ^J`JjJlJnJxJzJJJJJJJWWWXXXX.X0X2X4X6X8X:X<X>X@XBXDXFX                        $X&X(X*XHXJXLXNXPXRXTXVXXXZX\X^X`XbXdXfXhXjXXXXXXXXXXX                XXXXXrXXXXXXXXXXXXXXXXXXXXX YYjZZv[x[z[|[~[[[[[[\\\\\]]]]]]]]]^XYYYYYYVYXYZY\Y^YYYY`YYYYYYYYYYY&Z@ZBZ|Z~ZZ"Y$Y&Y(Y*Y,Y.Y0Y2Y4Y6Y8Y:Y<Y>Y@YbYdYfYhYjYlYnYpYrYtYvYxYYYYYHYJYLYNYPYYYYYYYYZZZZ Z8Z:Z<ZPZ^ZbZhZzZZZ[[ [\\zYYYYYYYYYYYYYYYYYYYYYYYYYZZZZ
ZZZYYYYY$ZZ"[$[&[*\,\.\0\2\4\6\:]<]>]@]B]D]F]H]J]L]N]P]v^x^z^RRRRRRRRRRRRRRRRRRRRRRRYRRRRS
SSSZZ(Z*Z,ZDZ.Z0Z2Z4ZFZHZJZRZTZVZXZZZ`ZdZfZlZnZpZrZtZvZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ*[,[.[0[2[ZZZZZZZZZZZZZZZZZ[[[[
[[~                4[6[8[:[<[>[@[B[D[F[H[J[L[N[P[R[T[V[X[Z[\[^[`[b[d[f[h[j[l[n[p[r[t[` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `                                                                 ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ [[[]]]]
]]]]*^,^.^0^2^4^6^8^:^                        @ @ @ @ @ ]]]]<^>^@^B^D^F^H^____________    \\\\\]]] ]"]$]&](]*],]J^L^N^P^R^T^V^X^Z^\^^^`^b^@ @ @ @ ` ` ` ` ` ` ` ` ` ` ` Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀          0]2]4]6]8]d^f^h^j^l^n^p^r^t^_________8a:a<a>a@aBaDaFaHaΠ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π                 ]^^^^^^^^^^^^^` ` ` `                             
^^^^^^^^^^^ ^"^$^&^(^                                      |^~^^^^^^^^^______________        ^^__ra c"c$cdeeeegghj>j@j&kmnHoq~qJrLrNrPrHsJsht^^^^^^^b`d`f`h`j`l`n`aaaaaaaaaaa|c~cccccc                                                                    Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π  %  %  %  %  %  %  % h_
΀%         ``````````aaaabbbbbbbbbbbbdd@ @ @ @ @ @ @ @ @ a a"a$a&a(a*a,a.a0a2a4a6a@ @ @ @ @ @ @ @ @ @ ` ` ` ` ` ` ` ` ` ` ta΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀                       Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π                                                               bbbbbbbbbbbb,d.d0d2d4d6d8d:d<dxeze|e~eeJabbbbbbbbbbbb`dbdddfdhdjdldndpdrdtdvd                         bcccc
cccccccccccΠ Π Π Π Π                                                           &caaaaa(caaaaa` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `                                                                     ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ @ @ @ @ @ @ @ @ @ @ @ @ >d@dBdDdFdHdJdLdNdPdRdTdVdXdZd\d^deee` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `               ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀                    KKK K"K2K4K
d6KDKFKHKJKZK\K^K`KbKdKfKhKjKlK|K~KKKKKKKKdddddddd d"d$d&d(d*d`ebedefehejelenepereteffffffgΠ Π Π Π Π Π Π Π Π Π eeeeeeeeee@ @ @ @ @ @ @ @ @ @ @ @                                     dddddddffffff f"f$fDgFgHgJgLgNgPghhh
hhhh
ii                              (f*f (*,468^e<>@BDJLNZ\^`fhprjtvxvegkknzpr&t(tfuhujufxz{p
Γ, eeeffffffffffgggdhfhhhjhlhnhhhh>i@iBiDizi|i~ieeeeeeeeeeffffffffffffggggggggphrh            ffffffffffffgggggggvhxhhhhhh                eeeeeeeeffff
fffff` ` ` ` ` ` ,f.f0f2f4f6f8f:f<f>f@fBfDfFfHfJfLfNfPfRfTfVfXfZf\f^f`fbfdfffhfjflfnfpfrftfvfxfzf|f~fffffffffffffffffffffRgTg@ @ @ @ gggggggzh|h~hhhhhhhhTiViXiiiiiiijj` ` ` ` ` ` ` ` ` ` ` ` ` ggggggggggghhhhhhiiVgXgZg\g^g`gbgdgfghgjglgngpgrgtgvgxgzg|g~gggggg΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ hhhhhhhhhh h"h$h&h(h*h,h.h0h2h4h6h8hggggggXhZh\h^h`hbhhhhh<ixiRjjj(kkk
ll4lNltllll:h<h>h@hBhDhFhHhJhLhNhPhRhThVhhhhhhhhhhhhhhhhhthhhhhFiHiJiLiNiiiiiiiii.jnjpjrjjjjjjjjjk,kihhhhhhhhhhhihhhiiiiiii i"i$i&iJΠ Π Π Π hPiRiiiiii*jTjjjjjkxklllllllllZmmmmHnJnLnΠ Π Π Π Π Π bidifihijilinipiritiviiiiiiiNiiiiiiii`iiihjjkJkLkklZllllFmlmnmpmmmmmmmmm`nbnoooVoiiiiiiiiiiiiiiiiiiiiiiijj
jjjj&j(j,ji:j<jjjjjjjj$k\k^kl6lPlRlvlxlllllllmm6mmmmm4j6j8jDjFjHjJjLjNjPjZj\j^j`jjjljvjXoxjzj|j~jjjjjjjjjjjjjjjjkkkFk*k2k8kHkTkVkkkkkkkkkkkkkkkl8ljjjkrkkkllllmmmmNnnnnnnnooo(p*p,pppppjjjjjjKjjjjjjjܜjjjjjjjkkk
kkkk"k.k0k,.02468:<>@BDFHfhjlnpr ktvxz4k6k:k<k>k@kZkdkfkhkjklknkvk|k~kkkkkkkkkkkkkkkkkBkDkNkPkRk`kbkpkkkkkkkkkkkkkkklTlVlzl|l~lllllkkkkkkkkkkkkklllllll l"l$l&l(l*l,l.l0l<l>l@l2l
"$&*,.:lXllllll m"m$m&m(m*m,m8m:m<m>m@mBmDm\m^m`mbmdmfmhmjmmmmBlDlFlHlJlLl`lbldlflhljlllnlpllrllllllllllllllllllllllllllmmmmmm
mm.m0m2mHmJmLmNmPmRmTmZtmvmxmlmXmmmm<n>n@nBnDnFnnnnnnnn8o:o<o>oooooooooom4mVmmmmm*n,n.n0n2n4nnnnnnn0o2o4ooooooopppNp
 m"$.026:<>FHJzm|m~mmmmmmmmmmmmmmmmmmmmm         mmmmmmmmmmnmmmPnRnTnVnXnZnm\n^nnnnnnnnno             dnfnhnjnlnnnpnrntnvnxnzn|n~nnnnnn6n8n:nnnnnn6ooooooooooooopp pTpVpXpZp\p|p~ppnnnn@oBoDoFoooooooo$p&p^pppppqtqvq<r>r@r@sNtPtRtnnnnnnnnnnnnnnnnnnnn               Zo\o^o`obodofohojolonoporotovoxozo|o~oo          JoLoNoPoRoToooooooo.p`pbpppppppp@ @ @ @ @ @ @ @ @ odpp>q@qBqDqFqHqqqqqqqqrrrrrrrrrrrrrrrr                        opppp
pppppp                  "pppppppq
qqqqpqrq8r:r4s6s8s:s<s>sFtHtJtLtuuuuuu            fphpjplpnppprptpvppppppppppppppppppPpRpppfqhqrrrrrrr"s$s&s(stt t"t$t\u^u`ubudu΀ ΀ ΀ ΀ ΀ xpMMMMMMMMMMMMNNNN
NNNN4 4 4 4 4 4 4 4 4 4 4 pppppppqjqlqnq r"r$r&r(r*r,r.r0r2r4r6r*s,s.s0s2s        ^`pښܚޚppqqxqzq|qBrDrFrHrBsDsFs\t^t`tbtdtftuuuuuuwwwxxxppppppppppppqqJqLqNqPqRqTqVqXqZq\q^q`qbqdq΀ ΀ ΀ ΀ @ @ @ @ @ @ @ @ @ qqqqLs` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π qtttt,v.v0v2v4v6v8v:v<v                  ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ rrrrrrrΠ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π         rrssssssssssstttttttttttttttttttrrrrrrrrrrrrrrrrrrssss
sssssssssss s                                                                        rt                   ssss@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @                             ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `                     lunupuruvtuvuxuzu|u~uuuvvvvvvvvvTtVtXtZtuuvvvvvvxxxyyyyyyz{{|||f~~~
jtltntptuuuw
wwwwwxxxxyyzzzzz{}}~`\T@ @ @ @ @ @ @ @ @ @ @ @ uttttttttuuuuuuuutuu` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` >v@vuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuvvvv
vvvvvvvvvvv v"v$v&v(v*vΠ Π Π Π Π Π Π Π Π BvDvFvHvJvLvNvPvRvTvVvXvZv\v^v`vbvdvfvhvjvlvnvpvrvtvvvxvzv|v~vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv        ΀ ΀ ΀ ΀ ΀ ΀ PxRxTxVxXxZx\x^x`xbxdxpyrytyvyxyzyzzzzzzzzzvvvhxjxlxnxpxrxtxvxxxzx|x~xxx|y~yyyyyyyyyyyyyzvvvvvxxxxxxxxyyyyyzzzzzzzzzzzz{{Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π x                                                         wxxxxx` ` ` ` ` ` ` ` ` ` `      xxxxxxxyyyy
yyyyyyyzzzz
zzzzz                                                                @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ *z,z.zNx΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ,{z.{zz z"z$z&z(zyyyyyyyzzzzzz{{F}H} ~"~D~~~^,Z` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` Π Π Π Π Π Π Π Π Π Π Π Π Π zzz {"{${&{({*{|||||||T}V}}}}}}}}*~L~~~~~~΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀                  zzzzzzzzzzzz{{{{{{{{{{{{                Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π {{{{{{{{{{{{||||                                  |{               {{{{{{|||||.}~}}}}}}~<~>~p~~H{{||||@}B}D}}}}}}}~~~~~~~~~~~~~~PRT
||||||||||||||||||||||||J}}L}N}P}R}}}                                 ||||||||||||||}}}}
}}}}}}}}}          0}2}4}6}8}:}<}>}}}}}}}}}}}}}}~~@~B~b~d~}} }"}$}&}(}*},}X}Z}\}^}`}b}d}f}h}j}l}n}p}r}t}v}x}z}|}}}}}}}}}}}}}}}}}}}}}~~~~
~~~,~.~0~2~4~6~}8~}}}}}}}$~&~(~F~H~J~h~t~v~~~~~~~~~~~~~~~~:~N~P~R~T~V~X~Z~\~^~`~j~l~n~x~z~|~~~~~~~~~~~~~~~~~r~~JLNPRrtހHJXZ\(*XzЀNPxz| "$&(bdf.0^`bԀ*h2|(*hjlnȁ$&(*8:<>@V "$&TVvxȀL                
                                            Πl Πl Πl Πl Πl Πl Πl Πl Πl Πl Πl Πl Πl Πl Πl Πl Πl Πl Πl Πl l l l l l l l l l l l 468:<>@BDFHJLNdfhjln~pĀƀZ\^|~$&(*,.0ʀ̀΀ր؀ڀ܀,.0ҀR~ bdrtj܇އ
 "$&VXZ\^`bdf2468:<>@BDFprtvxz|~@ @ @ @ @ @ @ @ @ @ 
lnprtvāƁ ""@ @ @ @ @ @ @ @ @ ,.02468:<>@BDFHJLNPRTVX`bdfhj
` ` ` ` ` ` ĂƂȂʂ̂΂Ђ҂Ԃւ؂ڂ܂ނFHJLNPRTVXZ\^`bdfhjlnprtvxzރRTVXZ\^`lnp$&(*,.0246ăƃȃʃ̃΃Ѓ҃ԃփfhjlnprtBDڃ܃vxz|~8Ƈ0RΉf|
؃vx6
 "` ` ` ` ĄƄȄʄ̄΄Є҄Ԅք؄rtvxz|~FHJLNPڄ܄ބ
fhj΀ ΀ ΀ ΀ ΀ fhjlnBDFHچ܆ކ*,Jz ">ąƅȅʅ̅΅Ѕ҅ԅօ؅څ܅ޅJLNPRTVXZ\^`bd "$&(*,.02468:<>@z|~4rvĈ܈N$Ċފ46LNPĆƆȆʆ̆ΆІ҆Ԇֆ؆
 "$&(Π Π Π Π 02Rh؇ڇ
$&(DFHZ\^`prt,Xz|~vxTVXdfD.LNPdfnp|~@BRTVX"$HJΠ Π Π Π TVXZ\^`bltvxȇć*,.bxƈȈΈЈ҈Ԉވ.02ʇ̇·Ї҇ԇև2468:<JLNPdfh*P&(@:ln8:R$fjlnz|~ʈ̈؈ڈ# # # # # # # # # \^`
&(Lʉp68F,.02468:<>@BDFTVXZ\^`bdjln fh"4ދ$~@ҍԍ֍PR|prtvxz|~ĉƉȉЉ҉<^V&(*ԉ։؉ډ܉މ
*,.0268:>.q2q4q6q8qBqNqZqbqlqnqrqtqxqzq4|q~qqqqqqqqqqqqqqqBHJNPRTVXZ\hjln~Ȋʊ̊ΊЊҊԊ֊؊ڊ܊
Ɗ "ʋFHJLN
\^.$&(*,.02<>@BDJLNPRTZ\^`bhjprtvxz~̋΋Ћҋԋ֋؋ڋ܋
ċƋȋ<>@BDTV "PRTVXZ\^`bdfhjlnprtvxzČƌȌʌ̌ΌЌҌԌ֌،ڌ܌ތ                                  B~ΎЎ8TVГғԓ֓DFHJ؍ڍ܍ލ TVXZ\^Ҏ܎XZ&(*,Ǝގfjrtvxz@ @ @ @ @ @ @ @                                                     "`bdNАҐԐ֐Бґԑ֑ؑڑĒƒȒʒ̒        
2468:<>@BDFHJLNj0
|~Əȏʏ̏ΏЏҏԏJLNPRTVX` ` ` ` ` ` ` h:ؐڐܐސܑޑ    lnprtvxzĎȎʎ̎Ԏ֎؎ڎēƓȓʓ̓<>@BD "$&(*,.0246          PRXZ\^`bdlnp֏؏ĐƐȐʐ̐ΐđƑȑʑ̑Αړ@ @ @ @  "$&(*,.02468:<>@BDFHڏ܏ޏZ\^`bdfhjlnprtvxz|~΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ 
 "$&(*,.02468:<>@BDFΠ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π ` ` ` ` 8:<(*,.02468:<>@BDF` ` ` ` ` ` ` ` ` ΀ ΀ ΀ ΀ Pr                     Π Π Π Π Π Π Π Π                                                                                                    
nprtvx            @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @                                                                   ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ J J J J "$&(*,.02
468:<>@BJ J J J ؓJLNPRz|~jlnprtvPRTV@Bܙޙj
ܓޓTVXZ\^`bdfhjlrtvxZ\^`tĚƚ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π ` ` ` ` ` ` ؕڕܕޕ              ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀                       FHnprtvxbdfhBDFHJLN8:<>ԙؙ֙ڙdfhvΠ Π Π Π Π Π Π Π Π Π ĕƕȕʕ̕ΕЕҕԕ֕                                                        z|~bdfȚ~h 0:ĖƖȖʖ̖ΖЖҖԖ֖ؖږܖޖ                                          @ @ @ @ @ @ @ @ xz|~XZ\^`bdfhjlnpDFHJLNPRTVX                              ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `           ĘƘȘʘ̘Θ
@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ` ` ` ` ` ` hjlnprtvxz|~ʚ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ęƙșʙ̙ΙЙҙlnprPRTz|̛
( "$&(*,.02468:<>@BDFHJLNPRTVXZ\68:<>@BDFHJLNbΠ Π Π Π z|~̚ΚК&(*,.02VXZҚԚؚ֚4\^Ԝ֜FX:<>@BD,.024FHJLNPVbnprtvx~xʛԛBPp̜&Nȝʝr"$֛8:V\Ĝ,$~ޞTVpȡΠ Π Π Π Π Π Π ěƛțΛЛқ4ޜ$*8^R"$&(hġ0f؛ڛܛޛ "$&*,.02>@JLnFHX|ƜȜҜ<>@BPVdfhjlvНҝ6DΜМT`bt̝ "z|ҞԞ֞؞ڞܞLNPRNRTZ^`bdfjlnrtvxzʜ؜ڜܜ
"(.246DHJLZ\nprxz|~\^fhjxz|®Ʈ0 0  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1 ĝƝΝ           &(XZ468: ĠƠȠ rtʡ̡Ρ2HJLnDԝ֝؝ڝܝޝ*,.02468     FHJLNPRTVXZ\^`bdfhjlnp     tvxΞОJ*,hj &68Lpr؟ڟܟޟTVXZ\^`b֠ؠڠܠޠ8:<>                                                \^`bdfhjlnğƟȟʟ̟ΟПҟԟ֟<>@                                                                  @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ .02jlnơ
BDFl΢@ @ @ @ @ @ @ @ @ @ @ ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` BDFHJLNP"Rʠ̠ΠРҠԠ|$&(*,.024v6΀ ΀ ΀ ΀ ` ` ` ` ` ` ` ` ` ` 
@BDFHJLNPRTVXZ\^`bdfΠ Π Π Π Π Π Π Π Π Π Π Π Π ΀ ΀ ΀ ΀ ΀ ΀ Сҡԡ֡468Np¢Ģ`bnޣءڡܡrtƣڣ@BڤܤޤΠ Π Π Π Π Π Π Π Π Π Π Π Π ޡҢ
.0Bz| Ȥʤ&(*h "$&(*,.:<>@PRTVXZ\^`bdvxz~|4JVbd¤prtvxzNPƢȢʢ̢Ԣ֢آڢܢТޢ(*,NjlxhjlnpĤƤFPR nprاڧܧާ2Z~ةdz@£ģأf|~ TVXZ"$&(*,.02468:<rtv>xz|~DFHJLNPRTVXZ\^`                 
       ̤ΤФҤԤ֤ؤ"$&(*,.02,.0468:<<>@B&"$\^`bdfħƧȧʧ̧ΧЧҧ΀ ΀ ΀ ΀                                             b
          2468:
` ` ` ` ` ` `                                                               ¦ĦƦȦʦ̦ΦЦҦԦ֦ئڦܦަ@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ RJLNxި.LNjp|Щ:Fj8:z̬jlԧ֧ZbʪܪުPRڬܬެ "$n` ` ` ` ` \֨ $46@BRTV\
,.02468:<>@&BDF§PRTVzҨ
0rtҩԩ֩&(<H΀ ΀ ΀ ΀ X|~Ԩ:<>PJZtvxH^`bdfhjlnprtvΠ Π Π Π Π *|~HJ*468fhjHJn~Π Π Π Π بڨܨ?"(*,F8HJXDL^f̪JLNP|~īƫȫʫ
bd^`bdfhlnvxzީĩƩȩʩ# # # # # 
 2468:<>@BDFHJLxz|©کܩ\
,.BDFHtvx̩Ω
 "$*,.024prlnp<>@BD|~άЬj*rFHJLNҬԬ֬جªĪƪȪΪЪҪԪ֪تڪ "$ *  *  *  *  *  *  * &(02468:<>@RTVXZ\^`bdfh         z«Z\^`&      ̫ΫЫҫԫ֫ثګܫޫ            fhjlnprtvx¬ĬƬȬʬ468:<>@BPRTVXZ\^`bdf|~
h,NprڱܱޱLN6LN"DFl­ԭ<>L`prbdrtvدگR(*,HJLprtvĭ
 "02BVdtv.02Nxz4Ю(DFl~̯68|~\ƭȭʭ̭έЭ֭حڭܭޭb~ Tܯb
XV468ҭ:lnƯ֯PtvxPRqqqqqqqqqqqqqqqqqqr
rrrrr r"r$r*r,r.r0r$&(*.68rDFHJPRTXZN>@fxzޯ "Z "~³<> 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 >5@5B5D5F5H5ĮȮڮܮޮ
"$&BVhj|ȯʯ        ʮ̮ήҮԮ֮خ*,.02468:<HJLNPRXZ\^`np¯įίЯүԯ
:<>@BDFHJL                  hjlnprtvxz°@ @ @ @ @ TVXZ\^`z|~Vİư(*,.02bdf(Zj                    Ȱʰ̰ΰаҰ԰ְذڰܰް468:<>@BDFHJLNPRTVXZ\^`bdfhjln@ @ @ @ 
\^`$&X±ıƱȱʱ̱α@-бұԱֱر` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ J²ĲƲȲʲ̲βвҲԲֲزڲܲΠ Π Π Π Π Π Π T޲8PR|$&(*.02468:<~Td,.02>@BDFHJLNP              Π Π Π Π Π -*,.-024:<>@BDFHJ\^`vblnpfhvĳƳȳʳ̳γгҳԳֳسڳܳ޳FHJr-txz              ` ` ` ` ` `                                 :RTVXZ\^`b8:<>@BDF    @Bdfhjln¶Ķƶȶʶ̶HJLNPR޻LNPRTVXZ\^`bdfhjlnprtvxz|~                                                                                  "$&(*prtvxz|z|~~prtζTV24rT:(xz\N                                                                
 "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjln΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀                  "$&(*,.0246          @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ XZ` ` ` ` ` ` ` ` ` ` ` ` ` ` ¸ĸƸȸʸ̸θиҸvԸָظtv΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π 
\^`bdfhjlnprtvxz|~                                Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π             »ĻƻȻ       ̻λлһԻֻػڻܻ½ĽƽȽʽ̽νнҽ                                                                        @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ xz|~` ` ` ` ` `                                                                 ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ \^`bdfhjlnpr "$&(*,.02ʻ         Խֽؽڽܽ޽@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π                 j@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ` ` ` ` ` ` ` ` ` ` ` ` TVXZ\^`bdfhjlnpr` ` ` ` ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀                    tvxz|~468:<>@BDFΠ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π                                                                          Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π            "$&(:<>@*,.02Bnp@ @ @ @ @ @ @ @ @                        ` ` ` ` ` ` ` ` ` 
΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀                `K `K `K `K `K ~V΀K ΀K ΀K ΀K ΀K ΀K ΀K ΀K jlnprtprtvxz|~vxz "Π Π Π Π Π Π @ @ @ @ @ @                                                                                                                                     ` ` ` ` ` ` ` ` ` ` `                                                                     ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ,.@N @N @N @N @N @N @N @N @ @ @ @ @ |~$&(*,.02468` ` ` ` ` ` ` ` ` DFHJLNPRT<>
4jlnB|~<R΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ Π Π Π Π Π ΠR ΠR ΠR ΠR ΠR ΠR ΠR nR R R R R R R R R R R R R R R R R R R R R R R R Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π                                       $&TVvXZ$d.0bdf,.0l
^`bdf(*,$&\^&.024X(*,`*hj,     @BDFHJLNPR^`bdfhjlnprt|~68:Z\xz2h                68:<>@BDFHJLNPRTVprtvxz|~
68:<>@tvxz "$&68:JLN "FHJLNPRTVXZ\^`b                            (fd&:Z"$&("Z\^`bdfhj "$Π Π Π Π Π Π Π (*.024>@BDFVXZ\^`b@ @ @ @ @ @ @ @ @ @ Hfh$0\.02468:<>Pjln(*,2h<>@BDFHjlnprtvxTprJLNRTVXZ\^`b@ @ @ @ @ ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 ΀6 Π6 Π6 Π6 Π6 Π6 Π6 Π6 Π6 Π6 Π6  468PRTVX@nBnDnFnHnJnLnNnTnVnXnZn\n^n`nbnfnhnjnvtnvnxnzn|nnnnnnnz|~` ` ` ` ` ` ` ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀             TVXZ\^`bdfhjDFHJLNPRTVX                  Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π                       
                                                                                               *,nprtvxz|~@B΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀                                 @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @                                                                       ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `                                   @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @                            ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `                                                               l΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ Π Π Π Π Π Π Π  "$&(*,.02468VXZ\^`bdfhj                                  :<>                                                                                  ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `           <>@BDFHJLNPRT(*,.02468:<>@@BDFHV@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ lnprtvxz|~` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` X ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀  "$&(*,.02468:                                          <Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π XZ\^`bdfhjl>                                                                           @  @  @  @  @  @  @  @  @  @  @  @  @  ~                     
BDFHJLNPR*,.02468                                                                                                   @B`  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  *,.02468BDFHJL@  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  *,:< "$&(
>@`  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  Π  Π  Π  Π  Π  Π  Π  
 "$&(΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀  ΀                                                                                                                         "$&(*,.02468:<>@ !  !  !  !  !  !  !  !  !  !  !  !  !  !                                             $&(*,.0246@BBDj&^` !  !  !  !  !  !  ! DFHJLNPRT "VXZPRTr8:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvxz| !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  ! (8f0
np<VXv.02468:<2BDPT !  !  !  !  !  !  !  !  !  !  !  !  ! \^`bdfhjlnprtvxz|~ "$&(*,.0246VXZ\^`bdprF
HJLNln4Z\^`hjlnp>h(@Rbrtvxz|~
tvxz|~ f"$Z\*,F:^68:<>FHJLNVvxz|~@! @! @! @! @! @! @! @! @! @! @! @! @! Xd LNPRt*,.JLNPRTVXZ\^`@! @! @! @! @! @! @! @! @! `! `! `! `! `!  "$&(Π! Π! Π! Π! `! `! `! `! `! `! `! `! `! `! `! `! `! `! `! `! `! `! `! `! `! `! `! `! `! ΀! ΀! ΀! ΀! ΀! ΀! ΀! l "$΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! ΀! bdfhjlnprtvxz|~>@>6P:PR    8!Π! Π! Π! Π! Π! Π! Π! Π! Π! Π! Π! Hbdf0246468:Z! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! >@BDFHJ 
 "$&(*,.02TVX"$&(^`h24hjln8:<>$JVT\dp "! ! ! ! ! ! H
@B.HN8:`~VrtvXZFDFHJLNPRTVXZ\^`bdfhjlnprtvxz|~ "
*<DJPXln~
SSSTT\T^T`TbTdTfThTTTTTUUUU8U:U<U>UlUnUUUvOOO&(*,.02468:LNPRTbdjlnprt~
<"$(*,026:<>LN>@BDZ\fxz|B|46Z\jz>0PfJL^`bdfhjlnprtvxz|~Πp Πp Πp Πp Πp Πp Πp Πp Πp Πp Πp Πp &(,.068>@FHLRZ^`bfhrtvx$&(.0*,<>bd
 "$
xz@BDFHJLN
:2BDFHJLNPRTVXfhjlnprt@`(b*d\^8:jlnprt`" `" `" `" `"  =  =  =  =  =  =  =  =  =  =  = ܊vċƋȋ|P>ZRTjlnpJLNPRTV6,.0468RTVjl&RTVXZ\^ "@Btv2468:<fhjlnprtvxz|~! ! ! ! 2&(H(*

ZP""*-&3(3*3R8t:h>D! ! ! ! ! ! ! ! $&(*,.DFHJLN`bdxz|~<Xnpr&LNPLNPRTVXZ\^`bdfh8:<>@BD "$" " " " " " " 
 "$<>JFHJ*,.&(*,.(*,.0246XZ\^`bdfh "  "  "  "  "  "  " @BDFvHxz|~ "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  " @" @" @" @" @" @"  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  "  " ΀" ΀" ΀" ΀" ΀" ΀" ΀" ΀" ΀" h02468:<>@BDFH" " " " " " " " " " " " " " " " " " @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" @" `" `" `" `" `" |~΀" ΀" ΀" ΀" ΀" ΀" ΀" ΀" ΀" 
Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" ^`bdfhjlnprtvxz|~ #  #  #  #  #  #  #  #  # Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" Π" @# @# @# @# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# " " " " "  "$ " " " " 
 "$&(*`# `# `# `# `# `# `# 8:<>@BD,.0246RTVXZ\^`bfhjln468:<HJL8:<>@Bdfhjlnprtvxz|~@BDFHJLPRTDpPRT28 t
 #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  "$&(N~ "@# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @#  #  #  #  # rtvxz|~zΠ# Π# Π# Π# Π# Π# tvxz|~JLNPRTVXZ@# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# @# 02"$&(*,.0
VXZ>@`# `# `# `# `# `# `# `# 2468:<>@BDFHJLNPRTVXZ\^`΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# ΀# bd "$&(*,.02Π# Π# Π# Π# Π# Π# Π# Π# Π# VXZ\^`bdfhjlnpr# # # # # # # # >
prtvbdf~6Nxz|JLZ0XH(*,.02468:<>@BDFHJLNPRTZ\^f~ "F\^`bdfhjln# # # # # # # # # # # # # # 
~bdfhjlnprtvxz|~ "$*hjt<>fhz024Z
,ƲȲʲ̲ҲԲֲ8:<BDFH`
4Vj.02468:<PRTVXlnprtvxz|I(*,<>.02PRTh$JLN|~8X
.TV,RTzBDF
@% @% @% @% @BDJLN\^`bdvxz|lnp&(*,PR@Bjlnprt $  $  $  $  $  $  $  $  $  L  L  L  L  L  L  L  L D΀L ΀L ΀L ΀L ΀L ΀L vxzFHlTVXZ\^ "$JLnp $  $  $  $ 
68:<>@BD\^~`bd M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M @M @M @M @M @M @M @M @M @M @M @M @M ~VX| $  $  $  $  $  $  $  $  $  $  $  $  $  $  $ &(*NPrtvxM M M M .~ N  N  N  N  N  N  N  N  N fhj02468:<>|.jlnprtvxz| %  %  %  %  %  %  %  % 8Rx".0Pd"$`.t $  $  $  $ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ @$ @$ @$ @$ @$ @$ @$ @$ @$ @$ 
`$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ ΀$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ fh,.02468:<>@
|~jlnprtvxz|~BDFHJLNPRTVXZxz|~Π% Π% Π% Π% Π% Π% Π% Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ Π$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $  %  %  %  %  %  %  %  %  %  %  % `bd "$&Z$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `%  %  %  %  %  %  %  %  % HJLNPRTVXZ\^`bPd% % % % % % % %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  % \^` "$&(*,.02468:<>@BDF &  &  &  &  &  &  &  & @% @% @% @% @% @% @% HJLNPRTVXZ '  '  '  '  '  ' `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% `% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀% ΀%  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  & Π% Π% Π% Π% Π% 
,	.	0	% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& % % % % % % % % % % %  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  & `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& \^`bdfhjlnprtvxzΠ& Π& Π& Π& Π& Π& Π& Π& Π& Π& Π& Π& Π& Π& Π& Π& & & & & & & & & & & & &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  &  & & & & & & & & & & & @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @& @&  '  '  '  '  '  '  ' H
~		`& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& `& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& ΀& @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' Π& Π& Π& Π& Π& Π& Π& Π& 


& & & & & & & & & & & & & & & `' `' `' `' `' `' `' `' `' `' `' `' `' `' `' `' `' & & & & & & & & & & & & & & & 				
		 '  '  '  '  '  '  ' 									 	"	$	&	(	*	' ' ' ' ' ' ' ' ' '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  ' D	F	H	J	L	N	P	z΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' |			 (  (  (  (  (  (  (  (  (  (  (  (  (  ( @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' @' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' `' `' `' `' `' `' `' 
 "$&@( @( @( @( @( @( @( 2	4	6	8	:	<	>	@	|~΀( ΀( ΀( ΀( ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀' ΀'  (  (  (  (  ( 	
													



 


"$&(*,.02468:
<>@BDFHJL8:<>@BDFHJLNPΠ' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' Π' N' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  ( 
RTVXZ\^`bdfhjlnp












:<>@BDFHJLNPRTVX(*,.02468:<>@BDFHJLNPRTVXZ\`( `( `( `( `( ' ' ' ' ' 468:<>@B~ (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  ( @( @( @( @( @( @( @( @( @( @( @( @(  "RTVXZ\^`b`( `( `( `( `( `( `( `( `( `( $&(*,.02fhjlnprtvxz|jl
 "$&(*,.0246Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( rtvxz|~( ( ( ( ( ( 
BDFHJLNPRTVXZ$&(*,@΀( ΀( ΀( ΀( ΀( ΀( JLD,.z^z|Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( Π( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( $ )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  ) d\.^`bdfh02FHJL(@ln( ( ( ( ( ( ( @) @) @) @) @) @) @) @) ln\^`bXZx )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  )  ) N )  )  )  )  )  )  )  )  )  )  )  )  )  ) nprtvxz|~468:<>@BDFHNPR4vx$&(*vxx )  )  )  )  )  )  )  )  )  )  )  )  )  )  ) prtvxz|~@) @) @) @) @) @) jTVXZ*,`) `) `) `) `) `) `) `) `) `) `) `) `) `) `) `) `) `) `) `) `) `) `) `) `) `) ΀) ΀) ΀) ΀) ΀) ΀) ΀) ΀) ΀) BD&fhl*N Bx6΀) ΀) ΀) ΀) ΀) ΀) ΀) ΀) ΀) ΀) ΀) 8BT*,.02t "t,rtv«īƫȫʫ̫Ϋ֫ثګLNPpVrtv468:<>@z|~R\^`bdfhjΠ) Π) Π) Π) Π) Π) Π) Π) Π) z|~BDFHV:Π) Π) Π) Π) Π) Π) Π) 
 "$) ) ) ) ) ) &(jlnprnpr6Jnp"$DF) ) ) ) ) ) ) ) 02468|~
JQ) ) ) ) ) ) ) ) ) ) ) ) ) ) <>":FPhXZD) ) ) ) ) ) ) ) 
 $&(.0<24>@BDHLR8X`f~TVB|TV\bdjl&JLNP "$<>Tdfhjz(*,.02R&(\l4*@^`LJLN8:$Bn~Hz|~8:RXZBD@BD^l5 5 5 5 5 5 5 5 5 5 5 5 5 Y
YYYYYYYYYYY Y"Y$Y&Y(Y*YFHJFH
NPRTPRXTVXZ\&bdx "$&(*,.02468:< *  *  *  *  *  *  *  *  *  *  *  *  *  *  * @* @* @* @* @* @* @* @* @* @* n^`b"\^`b  h j l n p r   @* @* @* @* @* @* @* @* @* @* @* @* @* @* @* @* @* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `*  "$<VXp*,
(*,.024>@BDFHJLZ\fhjrtvzNPRT "$&(Z\|~|~
RTVXz"Dfx TVX t $%$)&)X+<.>.@.&1(1*1,1.1V6X6Z6\6
99:::=AAABBB4h(*,.0h& ( * , . 0 2      .02df&FHLNTVZ\z$&68:<>@BDFHJLN\jlnprtvx΀* ΀* ΀* ΀* ΀* YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY΀* ΀* ΀* ΀* ΀* ΀* ΀* ΀* ΀* ΀* ΀* ΀* 
6<RhZ d f    <!>! (*,.0248>@JPX^`bdjlprtv|
2468:<>@BDFHJLNΠ* Π* Π* Π* Π* Π* Π* Π* df   " $ v x z | ~           J!!Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* Π* * * * * b :!!!!*"Z""""###*#^#|####$$$$%%%' '"'$'&'* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   F!H!!!d"f"######J$L$$$%%%%%%%%%%@, @, @, @, * * * * * * * *  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +     @!B!D!!!!!!!!!!!!2""""""##0#D#b#d#~##    L!N!P!R!T!V!!!!""j"l"""#T####$*$,$.$0$$$$ +  +  +  +  + X!Z!\!^!`!b!d!f!h!j!l!n!p!r!t!v!x!z!|!~!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!@+ @+ @+ @+ @+ @+ @+ @+ !!"\#z####H$$$$$%%%%''''''(((((((**!!!,"."0"\"^"`"b"""""""#$#`####$$%%%%%('*','!!!!!!!!4"6"8"h"""""""""6#8#:#<#>#F#H#N#P#R#f#h#@+ @+ @+ @+ @+ @+ @+ @+ @+ @+ :"<">"@"B"D"F"H"J"L"N"P"R"T"V"X"`+ `+ `+ `+ `+ `+ `+ `+ `+ `+ `+ `+ `+ """"""""""""""""""""""""""""
###### #"#&#(#,#.#2#4#@#B#J#L#V#X#Z#p#r#t#v#x##################$$
$2$4$6$8$:$<$>$@$B$D$F$######$$$$$$%%%%%%F'H'J'L'N'P'R'T'V'X'Z'\'(($$$$$ $"$$$&$($΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ ΀+ $$$$$$$$$$$$$$$$$$$Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ $$$$$$$$$$$$$$+ + + + + + + + + + + + + + + + + + Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ Π+ + + + + + + + + + + + + + + + + + + + + + X%Z%\%^%`%b%d%f%h%j%l%&&&&&&&&&&&΀, ΀, ΀, ΀, ΀, ΀, ΀, ΀, ΀, ΀, + + + + + + + + + + + + + + + + + +  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  , + + + + + + + + + + + + + + + + + + + + + + + + + + p' ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  , &&&&&&&&&r' ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  , Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, .'0'2'4'6'8':'<'>'@'B'D'((((((((((( -  -  -  -  -  -  -  -  - @, @, @, @, @, ((())))
))))))))))) )")@- @- @- @- @- @- @- t'v'x'z'|'~''''''''()''''''''*)`, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, , , , , , , , , , , ΀, ΀, ΀, ΀, ))))))))))))))))΀- ΀- ΀- ΀- ΀- ΀- ΀- ΀- ΀- ΀- ΀- ΀- Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π, Π,  -  - (((((((**************- - - - - - - - - - - (((((((((((++
+++++++++++ +"+$+&+(+---, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Z+, , , , , , , , , , , , `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- *- - - - - ************~-----------Π. Π. Π. Π. Π. Π. Π. Π. Π.  -  -  -  -  -  -  -  - ------------------------@- @- @- @- @- @- @- @- @- @- @- @- @- @- @- @-  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- `- B.,,,,,,,, ,",$,&,(,*,,,.,0,2,4,6,D.F.8, .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . :,...////
////΀- ΀- ΀- ΀- ΀- ΀- ΀- ΀- ΀- ΀- ΀- ΀- ΀- ΀- ΀- @. @. @. @. @. @. @. @. @. @. @. @. @. @. @. @. @. Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- Π- - - - - - - - - - - - - - - - - - - - - - - - - - - - - `. `. `. `. `. `. `. `. `. `. |-΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. - - - - - F0H0J0L0N0P0R0T0V0X0Z0\0^0`0b0d0f0@/ @/ @/ @/ @/ @/ @/ @/ @/ @/ ---h0j0l0n0p0r0t0v0x0z0|0~000000000000000000-------....
.. . . . . . . . . . . . . . . . . . . .  .  .  .  .  .  .  .  . . . . . . . . . . . . . . . . . . . . . . . . .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . /01////// /"/$/&/(/ /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  / */311111111111113111,/1@. @. @. @. @. 1111111111112222
2222222/ / / / ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀. ΀.  /  /  / Π. Π. Π. Π. Π. Π. Π. Π. Π. Π. 2223333
33333333333 3"3$3500J3L3N3P3R3T3V3X3Z3\3^3`3b3d3f3h3j3l3n3p3 0  0  0  0  0  0  0  0  0  0 . . . . . r3t3v3x3z3|3~3333335556666
66666666. . . . . . . . . . . . . . `/ `/ `/ `/ `/ `/ `/ `/ `/ `/ `/ `/ `/ `/ `/ `/ `/ `/  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  / 11111111111΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ΀/ ^6
44444441Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  / / / / / / / / / / / / / / / / / / / / @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q 2`Q `Q `Q `Q `Q `Q `Q `Q `Q @/ @/ @/ @/ @/ 5555555555555Π0 Π0 Π0 Π0 Π0 Π0 Π0 Π0 Π0 Π0 Π0 Π0 Π0 Π0 `/ `/ `/ `/ `/ `/ `/ `/ `/ `/ `/ @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 @0 Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ Π/ `6j4l4n4p4r4t4v4x4z4|4~444444`0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 / / / / / / / / / / 777
77777777777 7"7$7&7(7|9~99/ / / / / / / / / / / / / / / / / / / / *7 0  0  0  0  0  0  0  0  0  0  0 J5L5N5P5R5T5V5X5Z5\5^5`5b5d5f5h5j5l5n5p5r5t5v5x5z5|5~555555555΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 55555555555.80828486888:8<8>8@8B8D8F8H8J8L8N8P8^:`:b: 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66688888888888888::::::::0<2<4<6<8<:<<<@0 @0 @0 @0 @0 @0 88888888888888888888888899`0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 :6666666666666666666666669666699T9V9X9Z9\9^9`9b9d9f9h9j9l9n9p9r96t9v9x9;;z9 1  1  1  1  1  1  1  1  1 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 ΀0 977778888
88888888888 8"8$8d;&8(8*8,80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Π0 Π0 Π0 Π0 Π0 Π0 Π0 Π0 v:x:z:|:~:::::::;;;;;<<<Z=\=^=`=j>0 0 0 0 0 0 0 0 0 0 0 0 ::::::::::::::::@1 @1 @1 @1 99::::::::::::::::::::::::::::::999999 9"9$9&9(9*9,9.90929496989:9<9>9@9B9D9F9H9J9L9N9P9R9999999999999999H;J;L;N;P;R;T;V;X;Z;\;^;`;b;<<<0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 d:f:h:j:l:n:p:r:;;;;;;;;;;;L=N=P=R=T=V=X=\>^>`>b>d>f> 1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1 =>;@;B;D;F;`1 `1 `1 `1 `1 `1 `1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1 <;;΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 @1 @1 @1 @1 @1 @1 @1 @1 @1 @1 @1 @1 @1 @1 @1 @1 b=d=f=h=j=l=n=p=r=t=v=x=1 1 1 1 ><@<z=|=~========>>>>R?T??T@V@&AjAAAAAAABBBB<D<F<H<J<L<N<P<R<T<V<X<Z<\<^<`<=========== 2  2  2  2  2 `1 `1 `1 `1 `1 `1 `1 `1 `1 `1 `1 `1 `1 `1 `1 `1 `1 `1 `1 `1 `1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 <<<<========>>>>>>???????@@f@h@j@@@΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 ΀1 =$=&=(==*=,=.=0=2=4=6=8=:=<=>=@=B=D=F=H=J=1 1 1 1 1 1 1 1 1 1 1 1 1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 Π1 >>>>>>>>>>>>>>>>>1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2 l>n>p>r>t>>?@?B?D?F?H????J@L@@@"A.AAAAAAAA~BBBBB1 1 1 1 1 1 1 1 1 1 1 1 J?L?N?P????????N@P@R@@@@@*A<A 2  2  2  2  2  2  2  2 V?X?Z?\?^?`?b?@@@@X@Z@\@@@@@@@@@@A>>d?f?h?j?l?n?p?r?t?v?x?z?@|?~?
@@@@@@@@^@`@b@d@@@@ 2  2  2  2  2  2  2  2  2  2  2  2  2  2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 8?:?<??????F@H@@@@:AAAApBrBtBvBxBzB|BCCCCCCCC@2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 `2 `2 `2 `2 `2 `2 `2 `2 `2 `2 `2 `2 l@n@p@r@t@v@x@z@|@~@@@@@@@@@@@@@@@@@@@@A
A$A(A2A4A6A>A@ABADAFAHArAtAvAxAzA|A~AAAAAA@@@@@@@@@@@@@@@@@@@@AAAAAAAAAAA A@LANAAAA(B*B,B.B0BCCCCCCCC2D4D6D8D:D<DzE|E~EEEEEAlAnApAAAAAABBBBBBBBCCCCCCCCCCCCEEE,A0A8APARATAVAXAZA\A^A`AbAAAAAAAAAAAAAAAAA2B4B6BAAAAAAAJAAAAABBBB
BBBBBBBBBBB B"B$B&BBdAfAhAAAAAABBBBBBBBBBCCCCCCCCC2 2 2 2 2 8B:B<B>B@BBBDBFBHBJBLBNBPBRBTBVBXBZB\B^B`BbBdBfBhBjBlBnB΀2 ΀2 ΀2 ΀2 BCCDDDDDDFFF F"F$F&F(F*F,F.F0F2F4F`3 `3 `3 `3 `3 `3 `3 `3 `3 BCCCCCCCDDDDDDDDDDDDDDDDDEEEE
EEZFBBBCC E"E$E&EFF@HBHDHFH J"J$J&J(JKKLLfOhOW|WX\]0aBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBCCCC
CCΠ2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 ΀2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 CCCDDDDDDDDF
FFFFFFF@3 @3 @3 @3 @3 @3 @3 @3 @3 @3 @3 @3 @3 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2 Π2  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 EEEEEEEEEEEEEEEEEEEEEEEEEEE2 2 2 2 2 2 6F8F:F<F>F@FBFDFFFHFJFLFNFPFRFTFVFXF΀3 ΀3 ΀3 ΀3 ΀3 ΀3 ΀3 ΀3 EEEEEEvFxFzF|F~FFFFFFF"H$H&H(H*H,H.H0H2H4H6H8H:H<H>H 3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3 FrEtEvExEFFFFFFFEEFFFFFFFFFFFFHHHHHHHHHHHHHHHHHpJEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEFFF 3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3 F6KW\0^~c:eNgxihj:qzty|Ҁ0ZR* Ұ\^`\F^F`FbFdFfFhFjFlFnFpFrFtFH
HHHHHHHHHHH H 4  4  4  4  4  4 FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFHHJHLHNHPHRHTHVHXHZH\H^H`HbHdHfHhHjHlHnHpHrHtHvHxHzH*JΠ3 Π3 Π3 Π3 Π3 Π3 Π3 Π3 Π3 Π3 Π3 Π3 Π3 Π3 FHHHHHHHHHH,JH 4  4  4  4  4  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 @3 @3 @3 @3 IIIIIIIIIIIIIIKKKK K"K$K&K(K*K,K.K0K2K`3 `3 `3 `3 `3 `3 `3 `3 `3 IIIIIIIII8K:K<K>K@KBKDKFKHKJKLKNKPKL΀3 ΀3 ΀3 ΀3 ΀3 ΀3 ΀3 ΀3 ΀3 IIIIIIIIIIIIIIIIIIIIIII3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 `4 `4 `4 `4 `4 `4 `4 `4 `4 `4 `4 `4 `4 `4 `4 IΠ4 Π4 Π4 Π4 Π4 Π4 Π4 Π4 Π4 Π4 Π4 Π4 Π4 Π4 Π4 Π4 IIRKTKVKXKZK\K^K`KbKdKfKhKjKlKnKpKrKLLLLLLLLLL6N8N:N 4  4  4  4  4  4  4 tKvKxKzK|K~KKKKLLLLLLLLLTNVNXNZN\N^N`NJJJJ
JJJJJJJJJJJKKKKKKKKKKKKKKLLL 4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4 ΀4 ΀4 ΀4 ΀4 ΀4 ΀4 ΀4 ΀4 lJKKKKKKKKKKKKKKK4 4 4 4 4 4 4 4 4 4 ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q nJΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ rJtJvJxJzJ|J~JJJJJKKKKKKKKJMLMNMPMRMTMVMXMZM\M^MNN@4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 K`4 `4 `4 `4 `4 `4 `4 `4 `4 `4 `4 `4 `4 4KLLLLLLLLLNNNNNNN N"N$NOOOO O"O$O&OOOOObn2@HdK "FΠ4 Π4 Π4 Π4 Π4 Π4 Π4 Π4 Π4 `M(L*L,L.L0L2L4L6L8L:L<L>L@LBLDLFLHLJLLLNLPLRL
TLNVLXLZL\L^L`LbLdLfLhLjLlLnLpLrLtLvLxLzL|L~LLLLLLbMdMfMLLLLL&N(N*N,N.N0N2N4N(O*O,O.OOOOPPPPP Q"Q$Q&Q(QQ
RLLLLLLLLLLLLLLLhNjNlNnNpNrNtNvNZO\O^O`ObOdOPPP4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 xNhMjMlMnMpMrMtMvMxMzM|M~MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM<N>N@NBNDNFNHNJNLNNNPNRN0O2O4O6O8O:O<O>O@OBODOFOHOJOOOOOOObNdNfNLONOPOROTOVOXOPPP
PPPPPPP0Q2Q4Q6Q8Q:QxQQrRRRRzN|N~NNNNNNNNNNNNNNNNNNNNNN 5  5  5  5  5  5  5  5 NNNNOO4P6PP8PPPPHQQQQRZR\RR0SSSSTTxTTbUdUU4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 OOOOOOOOOOOOOOOOOOOOOOOOOOOO 5  5  5  5 P P"P$P&P(P*PP,P.P0PPPPPPP2PPPPBQDQFQ~QQQQOOO,OOOOOOOOOOOOOO 5  5  5  5  5  5  5  5  5  5  5  5  5  5 PVXZ\^`bOnprt|~vO|P~PQQQQQQQRR"RPRRRRRRRSSVSXSSSSSSTTTOPPP*Q,Q.QQQQpRRRRRRRRSS@SBS^SpSrSSSSSTZT\TPPPPPPPP<Q>Q@QzQ|QQQQRRR8RFRRRTRtRRRRRRRSS 5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5 PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPQQQQ
QQQQQQQJQLQNQPQRQTQVQQQXQZQ\Q^Q`QbQdQfQhQjQlQnQpQrQtQvQQQQQQQQQQQQQQ$R.R4R<R>RVRXRvRxRzRRR.SFSSSSSSTT T*T4TNTQQQQQQQQQQQQQQQ\QQQQQQQQQQQQQQQQQRRRRRRR R&R0R(R2R6R@RBRDRHRJRLRNR^R`RbRdRfRhRjR|R~RRR*R,R:RlRnRRRRRRRRSS<S>SZS\SlSnSSSSSSSST@THTTRRRRS S"S`StSSSSSTlTnTpTTTTTTU^TTvUxUUUUUUSS2S4S6S8S:SHSJSLSNSPSRSTSdSfShSjSxSzS|S~SSSSSSSSSSS$S&S(S*S,SbSvSSSSSBTJTrTtTTTTTTU4UBUTT^UUUUUU.VSSSSSSSSSSSSSSSSSSSSSST
TTTTTT"T$T&T(T,T.T0T2T8T:T<T>TPTRTTTVTXTbTdTfTzT|T~TTTTTTT@5 @5 @5 @5 @5 `TvTTTTU(UTU`UzU|UUUUUUVVVVV0V2V4VzVVVVVVVVhTjTTTTTT2U:UtUUUUlVxVVVVVVVhWjWlWnWpWWWWW"X$XTTTTTTTTTUU"U$U&U8U@UFUHUUpUrUUVVVV
WdWfWWX X@5 @5 @5 @5 TTTTTTTTTTTTTTTUU
UUUUUU U*U,U.U0UU6UUUUU\VVVWWWXXXX@YYYYY*ZZ[\\\\z]|](^*^<U>UDUJULUNUPURUVUXUZU\UfUhUjUlUnU~UUUUUUUUUUUUUUUUU V`VnV~VVVVVV"W$W&W(W*WWWWWWWWWX8X:X<X>X@XBXDXUUUUUUUUUUUUUUUUUUUUUUUUV
VVVVVVVVV"V$V&V(V*V,V6V8V:V<V>V@VBVDVFVHVJVNVPVRVTVVVXVZVbVdVfVhVjVpVLV^VVVVVVVVzWWWW(X*X2ZPZZZzZ[[8\:\<\>\\\\]]]X^rVtVvV|VVVVVVVVVVVVVVVVVVVVVVWWW`5 `5 `5 `5 VVVVVVVWWrWtWvWxWWWWWWWW&XzXXXJYYYY0Z[[[VVVVVWWWWWWW W~WWWWWWWWWWWWWW,X.X0X2X4X`5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 `5 ΀5 ΀5 ΀5 ΀5 ΀5 ΀5 ΀5 ΀5 ΀5 ΀5 ΀5 ΀5 ΀5 ΀5 ΀5 ΀5 ΀5 XXX
XXXXXXXΠ5 Π5 Π5 Π5 Π5 |X6X~XXXXXXXXXXXXXXXXLYNYPYRYTYVYYYYYYZZZFXXXXXYXYYYZY\Y^YYYYYYZ
ZZ6Z8Z:ZRZTZhZZZ4[6[8[:[Π5 Π5 Π5 Π5 Π5 Π5 Π5 Π5 Π5 Π5 Π5 Π5 Π5 Π5 Π5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 pXXXBYDYFYYYYZ
[[\\\\\\~]]]2^4^6^________rXtXvXxXXXXXXXXXXHYYYYYYY,Z.ZxZZZ[[[[[[ \,Y.Y0Y2Y4Y6Y8Y:Y<Y`YbYdYfYhYjYlYnYpYrYtYvYxYzY|Y~YYYYYYY>YYZZZZZZZZZ Z"Z$Z&Z(Z<Z>Z@ZBZDZFZHZJZLZNZVZXZjZlZnZpZrZ4Z\Z^Z`ZbZdZfZ|Z~ZZZZZZZZZZZZZZZZZ5 5 5 5 5 5 5 tZvZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ[[[[ 6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6 5 5 5 5 5 5 5 5 5 [[[[[[[[[[[[[[[[[[[[[[@\<[[[[[[[[[[[h\j\l\n\p\r\]]]] ]"]$]&]]]]]]]] 6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6 ~[@6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 [[*\,\.\0\2\4\6\\\\\\]]]]]B^D^F^H^J^L^N^P^R^T^V^._0_"\$\&\(\\\\\\\]]]]]]]]8^:^<^>^@^___ _"_$_&_(_*_B\D\F\H\J\L\N\P\R\T\V\X\Z\\\^\`\b\d\f\`6 `6 `6 `6 `6 `6 `6 `6 `6 `6 `6 `6 `6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 @6 (]*],].]0]2]4]6]8]:]\<]>]@]B]D]F]H]J]L]N]P]R]T]V]X]Z]\]^]`]b]d]f]h]j]l]n]p]r]`6 `6 `6 `6 ]]]]]]]]]]]]]]]]]]]]]]]]]]]]t]v]x]]]]]]]^^^^
^^^^^^^^^^^ ^"^$^&^΀6 ΀6 ΀6 ΀6 ]]j^l^n^p^r^t^v^x^]z^|^~^^^^^^^^^^^^^H_J_L_N_P_R_]^^^^^^f_h_j_l_n_p_r_````
````````DaFaHaaaa,^.^_
_____b`aaa bbpcrctcvcxczc|cPdRd(e*e,e.e0e2e4e6e8eZ^\^^^`^b^d^f^h^4_6_8_:_<_>_@_B_D_F________```````T_^V_X__Z_\_^_`_b_d_`__________6 6 6 6 6 6 6 6 6 6 Π6 Π6 Π6 Π6 Π6 Π6 Π6 Π6 Π6 Π6 Π6 Π6 Π6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 ,__n`p`r`t`v`x`aaa a"aaaaaa>bRbbbcccccc7 7 7 7 2__z`|`~``$a&aa"b$b&bTbbbcccccrdtdvdZe\e^e`ebedeBfDfFf6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 ```````_d`f`h`j`l`aa~aaaaa<bzbbbbcccccTdVdXdZd\d^d`d<e>e`` `"`$`&`(`*`,`.`0`2`4`6`8`:`<`>`@`B`D`F`H`J`L`N`P`R`T`V`X`Z`\`^``` 7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7 ``(a*a,a.aaaaaaabb@bVb|b~bbccccxdzd|dfehejeleJfLf6 6 6 6 6 2a4a6a8a:a<a>a@aBaaaaaaaaaaaabb
b(b*bBbDb 7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7 aaaaaaaaaaaaaa@7 @7 @7 @7 @7 @7 @7 @7 @7 @7 @7 @7 abb,b.b0b2bpbbbbbbbbb6c8c:c<c>c@cBccccccccdd@7 @7 @7 @7 @7 bbbbbbbb4b6b8b:bFbHbJbLbNbPbZb\b^b`bhbjblbnbrbXbbbdbfbbbbbbbbbbbbbbbbbbbbbbbbb`7 `7 `7 `7 tbvbxbbbbbbbbbbbbbbbbbbbbbbb΀7 ΀7 ΀7 ΀7 ΀7 ΀7 ΀7 bcccccccc~ddddddneperetevexeze|e~eRfTfVfXfZf\f^fg`7 `7 `7 `7 `7 `7 `7 `7 `7 `7 `7 `7 `7 `7 `7 `7 `7 `7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 ΀7 ΀7 ΀7 ΀7 ΀7 ΀7 ΀7 ΀7 ΀7 ΀7 ΀7 ΀7 ΀7 ΀7 ΀7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7 Π7  8  8  8  8  8  8  8  8  8  8  8  8  8  8 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  8  8  8  8  8  8  8  8  8  8  8 7 7 7 7 JeLeNePeReTeVeXe0f2f4f6f8f:f<f>f@fdgfghgjglgngpgrgtgvgxg 8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8 eeee`f@8 @8 @8 @8 @8 @8 @8 @8 @8 deeeeeeeeeebfdfffhfjflfnfpfrftfgvfdddddddddeeeeeeeeffffffffffffggg 8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 @eBeDeFeHe&f(f*f,f.fPgRgTgVgXgZg\g^g`gbghhhhhhh8 8 8 8 8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 ΀8 ΀8 ΀8 ΀8 ΀8 fff f"f$f4g6g8g:g<g>g@gBgDgFgHgJgLgzh|h~hhhhhhhhhhhHfgggghhhhiijjjjklknkpkrk l"lmmRmTmmmm
n.nBnDnNfPfgggggggghhhiiiiiiiiiiiiiiijjjjxfzf|f~ffffffffffffffffffffffffffggg΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 ΀8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 zg|g~ghhhhhhhhiiiivjxjzj|j~jjjVkXkZk\k^k`kbkdkfkhkgggggghhhiiijjjjjkkkkk:llm\m^mn pr0t2tgggggggggggggggggggggggggggggggggggggghhiiiiiiiiiiiiijjjjjjjjkkkΠ8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 Π8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 hhh^i`ibidifihijilinipiritiviZj\j^j`jbjdjfj2k4k6k8k:k<k>k@kBkhhhhhhhhhhhhhhhhhhhhhhhhh 9  9  9  9  9  9  9 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8  9  9  9  9  9  9  9  9  9  9  9  9 8 8 8 8 8 jjljnjpjrjtjFkHkJkLkNkPkRkTkll
lllllmJmLmNmmm 9  9  9  9  9  9  9  9  9  9  9  9  9 jijjjjijjjjjjjjjjjj 9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9 jXj@9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 jjjtkvkxkzk|k~k$l&l(l*l,l.l0l2l4l6l8lllllllllmmmmjjkjjkkkkkkkkkkkkkkkk<l>l@lBlDlFlHlJlLlNlPl@9 @9 @9 @9 @9 @9 @9 @9 @9 @9 @9 `9 `9 `9 `9 `9 `9 `9 `9 `9 `9 `9 `9 `9 `9 `9 `9 `9 `9 `9 `9 `9 DkkkkkllllllmBmDmFmHm~mmmmm@nnnn"ooopHpJppkkkllll*mmmmmmnnnFnHnJnXnZnxnnnnnnnoooo`9 `9 `9 `9 `9 `9 `9 `9 `9 `9 `9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 lllllllllllllmm
mmPmmmmmmmntnnnnn\o^oRlTlVllllllllllmm m"m$m&m(m`mbmdmfmmmmmmmmmm΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 ΀9 lllllllllllllllllllll,m.m0m2m4m6m8m:m<m>m@mhmjmlmnmpmrmtmvmxmzm|mmmmmmmmmmmmmVmXmZmmm0nVnn$odofohooPpvpxppppp
qqLqqqrr2r>rrrtr|rmmmmmmmmmmmmmmmmmmmnnnnnn n"n$n&n(n*nmmnnnnnnToVoXoZooopLpp\qdqqqqqqqqrrrVrXrrn2nlnnnnnnnnnnnnnnnnnnnn&o(o*ojolonopoooo,n4n6n8n:n<n>n\nLnNnPnRnTn^nnnpn`nbndnfnhnjnrnvnzn|n~nnnnnnnnnoopp<q>qJqRqqqqqrbrhrjrprrrrrssssssstnnnnnnnnnnnnnnnnnnnoooooooooo o8o:o
o,o.o0o2o4o6orotovoxoooooooooooooo(p*p,p\p^p`pbpp<o>o@oBoDoFoHoJoLoNoPoRozo|o~oooooooooooooΠ9 Π9 Π9 Π9 Π9 `oboooNppppppq qHq^qfqhqpqqqqqq&r(rZr`rnrzrrrssooooooo"p$p&pRpTpVpXpZpzp|p~pppppppq"q0qDqFqTqVqqΠ9 Π9 Π9 Π9 Π9 Π9 Π9 oooooopppp
popppppp9 9 9 9 9 9 9 9 dpfphpjplpnppprptpppppppppoppppppppppppppppppppqq@qXq`qjqvqqrrrrr6s8s:sssFtHttppppppppppppppppppqqqqqqqqq$q&q(q*q,qPqqqqqqDrrssssst
tttvtxtttttt`ubuduuuuuvqqqqqqqr:r<r@rFrHr\r^rvrrrrrrrrrrrrrrrrr4r6r8rBrJrRrTrfrlrxr~rrrrrrrrrrrrrrrrrrrrrrrrrrrrssssssss,t.tttttttuutuvuuuuuu8vrrrrrrsss s"s$s&s(s*s,s.s0s2s4sssssssssssssssss
sssss9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 sstt|t~ttttttfuuuuuuuu v"vdvvvw`wwwwPxRxTx9 9 9 9 9 9 9 9 9 9 9 9 ssssssssssssssssssssssssssstttttttttttttuuuu
uuuhujulunupu t"t$t&t(t*tttttturuuuuuu4v6vlvnvpvrvtvvvxvvvv$w(w4t6t8t:t<t>t@t2BtttttttDtxutttuuuu u"uzu|u~uuuttu|v`~"t$u&u(u*uuuuuv>vvvvvvZwwwwwwwwwwxxxxxx :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  : uuuuuuuuuuuu@: @: @: @: @: @: @: @: @: uuuuuuu$v&v(v*v,v.v0v2vfvhvjvvvvvvvvvwww"w:wBwuvv:v<v~vvvvvv2w<wDwPwRwhwjwwwwwwwwwwwwwwwvvbvvvvv|wHxJxLxNxxxxyNzPz*{{{{||~~~Ѐ:<`: `: `: `: vvvvvvvvvvvvvvvvvvvvvvvvvvvvzvvvvvw0wNwfwwwjxlxyyyy yyyylznzF{||||||||vvvvw
wwwwwwwww w&w*w,w.w4w6w8w>wFw@wTwVwXw\w^wpwtwHwJwbwlwnwrwXxZxyyyyyy\z^z`zbzdz4{6{8{:{{{{{{{{|\}Lwdw\x^x`xbxdxfxhxyyyyfzhzjz<{>{@{B{D{||||
|||||n}p}vwxwzw~wwwwwwwwwwwwwwwwwwww΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: wwwwwwwwwwwwwwwwnxpxrxtxvxxxzx|x~xxwΠ: Π: Π: Π: Π: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: ΀: : : : : : : : : : Vxyyy
yyyyyyyyyRzTzVzXzZz,{.{0{2{{{{|X}Z}
~~~VΠ: Π: Π: Π: Π: Π: Π: Π: Π: Π: "y$y&y(y*y,y.y0y2y4y6y8y:y ;  ;  ;  ;  ;  ;  ;  ;  ; xxxxxxxxxx<y>y@yByDyFyHyJyLyyyyyyyyyyyyyy: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : yyyyyyyzzzz ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ; yyzzzzzzzzp{r{t{v{x{z{|{~{{{{{8|:|<|>|@|B|D|F|H|J|
zzzzzzzzzzz z"z$z&z(z*z,z.z0z2z4z6z8z:z<z>z@zBzDzFzHzJzLz@; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @;  ;  ;  ;  ;  ;  ;  ; H{J{L{N{P{R{T{V{X{Z{\{^{`{b{d{f{h{j{||||| |l{@; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; `; `; `; `; `; "|$|&|(|*|,|.|n{0|2|4|6|||||||||||||||||||||`; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; `; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; L|N||||}}}}}}J~L~N~P~R~T~~~~~:<>bzFv΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; ΀; 
}}}|t}v}"~$~&~(~~~~~~~*,.rt$Plʁ́0bx}z}|}~}}}}}}}|}}}}*~,~.~0~2~4~6~8~:~<~>~@~B~D~F~H~~}}}}}}}} }"}$}&}(}*},}.}0}2}4}6}8}:}<}>}@}B}D}F}H}J}L}N}P}R}T}}}}}}}}}}}}}}}}}}}}}}}}}}}}V}}^}`}b}d}f}h}j}l}~~~~~~~~~~~~~"$&Zr}~~~ ~~~~~(p
<hjB~`}}}}}}}}}}}}}}}}}}}}}}}}~~Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; Π; ; ; ; ; ; ; ; ; ; ; ; ~~~~~~~02468\^`vx024; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 
 @BDFHJLNPRTdfhjl|~Xn:Ԁր>nprtJr2\^  &(.*68H",N`bdf؀ڀ܀ހ
@vxz|ȁ>@BDRnprtDFH΁JLTVXZ\^xz|~; ; ; ; ; ; ; ; ;  "$&(*,.02468 <  <  <  <  <  <  < Jԁ4TfxzPR~ƃ$BDz| <  <  <  <  <  <  <  < āց؁ځ܁ށjlƁ<tnpVXNP|~>@dԆrЁҁ$&2DZdHJLN|ă
Ԃւ؂ڂ܂ނ:<>tvڃ` "(*,.68:>@BFHLNPRVX\^hjlnpr|~Ăvz܃bdf
LNnprtĆƆ@BDFx 4(*hƂȂʂ̂΂Ђ҂
 "$&(*,.02468TVXZ\^`bdfhjlȃʃ̃΃Ѓ҃ԃփ؃ރ
"68:<>@hjlnprtvxĄƄȄʄ,.0&(*,.FHJLNPRTЄ҄~̄΄24r҅ԅvȆFHJLNćƇȇʇ̇·ЇԄք؄ڄ܄ބ
68:<>@BDF&`bdfąJj.02xz|~<>"$TVXZ\^BDFHfhHJLtvxz <  <  <  <  <  <  <  <  <  <  <  <  < jlnp̅΅ЅPR
:<>@BD@< @< @< @< @< @< @< @< @< @< ƅȅʅlچ4LNPR*,.02468bz|~ʆ̆ΆІ҆܆ކN N N N N N N N ֆ؆v8:֋؋ڋ܋68TVXZ\^:<>@B

 "$&(*,PRTVXZ\^`bdfhjlnp`< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< t246
܉މފ΋Ћҋԋ܌ތ>@BD@< @< @< @< @< @< @< @< @< @< @< @< @< @< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< `< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< @BDFHJ "$&(ދ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< ΀< DFHJLNPRTVXZ\^`bdfjlnprtvx<>@BDFHJLNPRTVXZ\Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< Π< < < < < < < h "$&(*,.02468 "$&(*< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < 
΍Ѝҍԍ֍؍^FHJLNPRTVNPRTVXZ\^`bdf(*,.02468< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ^֊؊ڊ =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  = ,.02468:<>@BD =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  = ʋ̋@= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= čƍȍʍ̍LNP
ڍ܍ZFHJLNPʐ̐jʒ =  =  =  =  =  =  =  "$&΀= ΀= ΀= ΀= ΀= ΀= ΀= ΀= ΀= ΀= ΀= ΀= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= @= `= `= `= `= :<
ҎԎ֎؎ڎ܎ގrtvxz|~\^`b`= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= `= Π= Π= Π= Π= Π= Π= Π= Π= Π= Π= Π= Π= Π= Π= Π= = = = = = = = = = = = = = = = = = = = = = = = = HJ6HdfĒƒl~΀= ΀= ΀= ΀= ĎƎȎʎ̎ΎЎ\^`bdfhj= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = |~< >  >  >  >  >  >  >  > VX܏ޏBDȐ8BThx$HJjȒ<>@PRF44R@B24lnprt<>RTΏЏҏԏ֏؏ڏ8:<>@ĐƐ<@dftvΑؑ"DFlnpRTVXZ :JVz| >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > 
 "$&(*,.02 >  >  >  >  >  >  >  >  >  >  >  >  >  >  > АҐԐ֐ؐڐΐ6DLlڑܑޑNPprВؓړ>@BDFܐސ9
"$&(*,.02>FNPXZ\^`bnpr~&(,.0LlnΒZ\ēƓȓʓ̓ΓГғđƑȑʑ̑Бґԑ֑
 *2468:<>RTVXZ\^`b@> @> @> @> @> @> @> h68:N~RTVXZ\^@> @> @> @> @> @> @> @> @> @> @> @> @> @> `> `> `> `> `> `> `> `> ̒Bnpr`> `> `> `> `> `> `> `> `> `> 
 "$&(*,.0DFHJLTVX ?  ?  ?  ? ^`bdfhjtvxz|ܓޓԓ֓
 "$&(*,.02468:<ĔƔȔ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> ΀> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> vxz|HJLNPhjlnbdfhjBʔ̔ΔДҔԔ֔ؔڔܔޔ
ĕƕȕʕ̕ΕЕҕԕ֕ؕڕܕޕ> > > >  "$@? @? @? @? @? @? @? @? @? Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> Π> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ? xz|~Π? Π? Π? Π? Π? Π? Π? Π? > > > > > > > > > > > > > > > > > > > > > > > >  ?  ?  ?  ?  ?  ?  ?  ?  ?  ? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? @BDF\^`bdf^`<>@LNPH`bprtvxz|~lnprtvxz|~DFHJL @  @  @  @  @  ?  ?  ?  ?  ?  ? NPRTVXZ\ ėƗȗʗ̗ΗЗҗԗĘƘȘʘ̘Θ֗ИҘԘؘ֘ژܘޘ@? @? @? @? @? @? @? @? Z`? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? `? ΀? ΀? ΀? ΀? ΀? ΀? ęƙșʙ̙ΙЙҙԙؙ֙ڙܙޙprtvx΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ΀? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Π? Π? Π? Π? ^`bdfhjln$&(*bdz|~ @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? \^`bdfhj "|֜؜ڜ*,.0RT؝246? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@  @  @  @  @ ʛ̛ΛЛқԛVXZ\^`Jr"֛؛ڛܛޛvxxz @  @  @  @  @  @ 
fhjlnprtv@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ `@ `@ `@ `@ `@ `@ `@ `@ `@ ěƛțRTrtjlnp,.02468:ܠޠ`@ `@ `@ `@ `@ `@ `@ `@ `@ `@ ~΀@ ΀@ ΀@ ΀@ ΀@ xzĜƜȜʜ̜ΜМҜԜ "$&(Pz|̝Νҝ֝΀@ ΀@ ΀@ ΀@ ΀@ ΀@ ΀@ ΀@ ΀@ ΀@ ΀@ ΀@ ΀@ ΀@ ΀@ ΀@ ΀@ ΀@ 2468:<>@BDFVXZLN| RTVXZ\^`
\^`bdfhjlnp~ĝƝȝʝНԝڝܝޝΠ@ Π@ Π@ Π@ Π@ Π@ Π@ Π@ Π@ Π@ Π@  "$&(*,
fh|~ "$&(Ƞʠ̠ΠРҠԠ֠ؠڠ97(7@7t7v7.7778J8888$9R9T99:
:":$:&:(:*:f:h::j:l::8<>@ڟܟޟ|~>@BDF̡Ρ*,.02Π@ Π@ Π@ Π@ Π@ Π@ Π@ Π@ Π@ Π@ Π@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ tv
<>@BDFH$&(*,.02468:ğƟȟʟ̟ΟПҟԟ A  A  A  A  A  A  A @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A ֟xz "$&(*,.02468:<΀A ΀A ΀A ΀A ΀A ΀A r6|66666666777"7,7.7B7D7F7H7J7L7~7؟77$7777888 A  A  A  A  A  A  A  A @A @A @A @A @A @A @A @A @A @A @A @A @A @A @A @A @A @A @A @A @A @A @A @A JLNPҢXZnޣ:x@A @A @A @A @A @A `A `A `A `A `A `A `A `A `A `A `A `A `A `A `A `A `A `A `A `A `A `A `A `A `A `A dfhjlnp¢ĢƢ
6
rtvxz|~Ȣʢ̢΢Т8:`A `A `A `A `A ҡԡ֡ءڡܡޡΠA ΠA ΠA ΠA ΠA ΠA ΠA ΠA  "Ԣ֢آ<>@\^`pң
z΀A ΀A ΀A ΀A $&(ڢܢޢ Brtȣ̣Σԣأ ΠA ΠA ΠA ΠA ΠA ΠA ΠA ΠA ΠA ΠA ΠA ΠA ΠA ΠA `b4tܤޤtvxz^`bd$&(*,.02FHJLNP"Dbƣ*,JLNPRT8:<>A A A A A A RTVܣ8vdfhjlvxz|~£ģʣУ֣ڣΠU ΠU ΠU ΠU ΠU ΠU PRTVXZ\^fhjltvz~|΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q ΠN ΠN ΠN ΠN ΠN .02468:<@BDFHJLN"$&(<>@BDFH|~A A A A A A A A 6|~"$&hjln*,.P0ةکܩީtvnpr¤ĤƤȤʤ̤ΤФҤԤ֤ؤڤ@BB֦hԱ$ҴԴжҶԶ68:ĽHJvA A A A A A A A A A A A A A A A A DDFHJLNPRTVXZ\^`bdfhjlnpr B  B  B  B  B  B  B  B (*,.¦prtvxz|~2468:0246ĦƦȦʦBDFH8:<>@̦ΦЦҦԦJLNPFHJLNPRTVXZ\^`@B @B @B @B @B @B @B @B @B @B @B @B @B @B @B @B @B A A A A A A A A A A A dfhjlnprt
 B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B @B @B @B @B @B @B §ħƧȧʧ̧ΧЧҧԧ֧ا΀B ΀B ΀B ΀B ΀B ΀B ΀B ΀B ΀B ΀B ΀B ΀B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B ΀B ΀B ΀B ΀B RTVXZڧ\^`bdfhj
ܧާ¨ĨƨȨlnprtvx
 "$&(*,.02468:<>@BDFHJLNPRTVXZ\ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB f"$&(֩r|ج:<8:<
~
ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB ΠB B B B B <>@z|~<ܫޫ:ܬެB­ĭƭB B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B >@Bҫ<FHJLNPRԭ֭حLNNPRT
B B B B B B B B B B B B B B B B B B B B  C  C  C  C  C  C  C  C  C  C  C  C x:~ڬ>@>ȰXZƱȱ
DFHJԫ C  C  C  C  C  C  C  C  C  C  C  C  C  C ܪު "$&(*,.P02468RTVXZ\^`bdfhjlnprtvxz|~ЫDʭ̭έЭҭNPR$&(
 "$&(*,.02468@C @C @C @C @C @C @C @C @C @C @C @C  C  C  C  C TVXZ\^`b@C @C @C @C @C @C @C ¬ĬƬȬʬ̬άЬҬԬ֬dfhjlpr̮ήЮ468:<>02 "$&(*,.02468`C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C `C ΀C ΀C ΀C ΀C ΀C ȭ@BDFHJL "BDڭܭޭTVXZ\^`b *,Jbddfhjln®ĮƮȮʮ"$&(*,.02΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΀C ΠC ΠC ΠC ΠC ΠC ΠC ΠC ΠC ΠC ΠC ΠC ΠC ΠC ΠC ΠC ΠC ҮԮ֮خڮܮޮ@BDFHJLNPRTVXZ\^¯`bdfhjlnprtvxz|įƯȯʯ̯ίЯүԯ֯دگܯޯ.Lfhİʰ̰԰ְ "$&(D
468:<>PR@TVjXZ\^`C C C C C FH\^`ḇαHJLpڲ
Nưذڰ*,.0lޱvβ6XZC C C C C C C C C °ΰаܰްfбұV"dд̶ζdNPRT`bĴƴȴʴ̴δĶƶȶʶ2468:<>@BDFHJLNPRnprtvxz|~TV±ı>@hjlز\гҳԳֳسڳ~Fjֱرڱܱr "tܲ޲ D  D  D  D C C C C C C C C ʱ
BDFn ^ܳ޳C C C C C XZ\^`bdfxz|~в²Ĳ D  D  D  D ִfhjlnprtvxz|~@D @D @D @D @D @D @D @D @D @D >@BDFHJLNPRTVXZ D  D  D  D  D  D  D  D  D  D  D  D  D  D  D  D  D `D `D `D `D `D `D `D `D `D `D `D `D `D `D `D `D `D `D `D `D ´¶
@D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D @D ش\^`bdfh "$&(*,.02
`D `D `D `D `D `D `D `D `D `D 468:<>@BDFHJLNPRTVXZ\ڴܴ޴
^`bdfhjlnprtvxz|΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ޷bdfhjlµĵƵȵʵ̵εеҵԵֵصڵܵ޵ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD dfhjlnprtvxz|~ E  E  E  E  E  E  E  E  E  E  E  E .02468:<>@BDFD D D D D D D D D D D D D D D D D D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D ΀D HD D D D D D D D D D D D D D D D D D D ҷԷַطڷܷPRTVXZ̺κкҺԺֺغں "$&(*,.ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD ΠD <>@BDFHJLNPRTVXZ\^`bD D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E rtvxz|~E E E E E E E E E E Z\^,. "$&(*,.024
E E E E D D D D D D D D D D 
΀E ΀E ΀E ΀E ΀E ΀E ΀E ΀E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E @E @E @E @E @E @E @E @E npܺ޺0246vxz|~¿ E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E `E `E `E `E `E `E `E `E `E `E `E `E `E `E `E `E `E RTVXZ F  F  F  F  F  F  F  F @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E @E ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΀E ΀E ΀E ΀E ΀E ΀E ΀E ΀E ¼ļƼȼʼΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE ΠE μ F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F bdfhjlnprtvxz|~E E E E E E E E E E E E ½0246h
.0 G  G  G  G  G  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F ƽȽʽ̽νнҽԽֽؽڽܽ޽̼¾BDFHJLNP
xz|&ZNPR F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F  F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F rtJJ|~ 8:<>@@F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F @F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F `F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F  "$&(*Ŀƿȿʿ̿οпҿԿֿؿڿܿ޿XZ\^`bdf΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΀F ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF $>"$&(*,BDFHJLNjlnprtvXbfnprΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF ΠF F F F F F F F F F F F F LNPRTV68:l$&(*F F F F F F F F F F F F F F F F  (*,.024@LNBDFHPR"<V ,.02468:<>@T\^`dhjtvxz468:<>@BDFHJ
VXZ\^`bdfhjlnprtvxz|~ G  G  G  G  G  G LbdfhjlnpTtvxz|~
VX G  G  G  G  G  G  G  G  G  G  G  G  G  G  G  G  G @G @G @G @G @G @G @G @G @G @G @G @G @G @G "hjln&(
6HJ&. G  G  G  G 2468:<>@BDFr@BDFHJLNPR@G @G @G @G @G @G @G @G @G @G @G @G @G @G @G @G @G @G @G @G @G @G @G @G  "$prtvx,.08:<dz|~ "$&(2f&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdf`G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G `G *,.0468:<>>@TV2468FH`G `G `G `G ^`bdfhjlnprtvxz|~Zpr^֩RdfhjLNPRT jHlnVXZ\^`b"$Jp&(*,G G G G G G 
 "$΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G *4*6rxz(bdf		:*--069VI=$?΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΀G ΠG ΠG ΠG ΠG ΠG ΠG ΠG ΠG ΠG ΠG BDFh:<NPdfhΠG ΠG ΠG ΠG ΠG ΠG ΠG ΠG ΠG ΠG ΠG ΠG ΠG ΠG ΠG &(*,.024LNPRTVXZ\^r`btvxz|~LN(*468:~nPR,.0<>@BD.02468:<>@BDF`J `J `J `J jlnp
xz|PRTdfhj|~XZ\^`bdfhjl>@BDFHJLNPnRTVXZ\^`R468HJ"Ddf:vJL`b.0bd
vxz "$246ft
LNPR "$G G G G G G G G G G G G G G G G G G G G G G 8:<>@ "$&rpvbx ~VXZrlnprtG G G G G G G G  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H G G G G G G G G V
 "$ H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H  H |~:<>@BDFHJ H  H  H  H  H  H  H  H  H  H  H  H  H @H @H @H @H  H  H  H  H  H  H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H 02xz|\^`bdfhjl*,.02TVXZ\^`bdfhjlnprtz4@BDZ ~(*,:<24V^zNPR@H @H @H @H @H @H @H @H @H @H @H @H @H @H @H @H @H @H @H @H @H @H @H @H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H `H ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH  "$&(68:<FHb,.02
>@΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H ΀H H H H H XZ\^`bd I  I  I  I  I  I  I  I  I  I  I  I  I ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH ΠH H H H H H H H H H H H H H H H H H H H H H H H H H H 
TVXPR`$$xz|TVXH H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H  I  I  I  I  I  I  I  I  I  I H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H prtvxz|~68:<>@BDFHJLNPRTVXZ\^I I I I I I I jlnprtvxz|~΀I ΀I ΀I ΀I ΀I ΀I ΀I 
LNVXZ\^ " I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I  I `I `I `I `I `I `I `I `I `I `I `I `I `I `I `I `I `I `I `I `I `I `I `I `I  I  I  I  I  I  "$&hjlnprtvxz@I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I @I (
 "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bd`I `I `I `I `I `I `I `I `I ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI fhjlnprtvxz|~|I I I I I I I I I I I I I I I I I I I I I I I ΀I ΀I ΀I ΀I ΀I &(*,.028:<>
h&(FH*,.024Lln.VX `bΠI ΠI ΠI ΠI ΠI ΠI ΠI ΠI T`bbdf J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J I I I I I I I I I I I I I I I I I I I I I I I I I I I I  J  J  J  J I I I I "$&(*,
\^`BDFJLNPRT BXLprtJxz J  J  J  J  J  J dfhjlnprtvxz|~`J `J `J `J `J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J @J ΀J ΀J ΀J ΀J RTVXZ\^`bdfhjlnprtv
68:<>@NPRTVZ\^`prtvxz|~(ΠJ ΠJ ΠJ ΠJ ΠJ ΠJ ΠJ ΠJ ΠJ ΠJ ΠJ ΠJ 
NPR~dfhbf8:xzΠJ ΠJ ΠJ ΠJ ΠJ ΠJ ΠJ tvxz|~Jhj(*,NPRT "$&02<4>86@BDFHJZ\^`bdfhjlJ J J J J J J J J J J J J J J J J J nDFH"N$>&(*,XZ*\^`L|$&(VXZ\^`b&(BZ\^*,.0lnprJ J J J J vj*<&dPRT@H.\^`
,.0bdtv8P:<>x>lnDF~
DLNrz|@^ @^ @^ @^ @^ LSNSPSRSTSVSSSSSSSSSSSSSSSSSSST
Tp ",.0246:<FRT X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X Jd02bd246prtvVXZ\^`fhjlntvx~ K  K  K  K  K  K  K  K  K  K 
 "$ K  K  K  K  K  K  K 468hjlnprtvfhj
 "$&(@K @K @K @K @K @K @K @K @K @K rtvxz|~ "$&(*,.\BDxzLhFFH024z|~4nXZ>@vHJfp|.BDZ02HJLNPRTVXZ\^`bdfhjl68:<>@B~.02fh|$bP
 "PrNr468:tvxz|VXZ
`K `K `K `K `K `K `K `K  "^`FHJLN|~N^bjjlnprVXZ\^`΀K ΀K ΀K ΀K ΀K ΀K ΀K ΀K ΀K ΀K ΀K ΀K ΀K ΀K ΀K ΀K  "$&(*,.024
RT24`ltv^P68JL68:bdfhjlnprt<*,.0<>@BDF$&(68:RT
 "$\dnxz~&PRfhjln
hjFH024HJ\JLDFH<>JL(*,8:<>@TVXprtvxz|~6LN`bd"8:RTVXZ\^` $&(*,.02<>@BDΠK ΠK ΠK ΠK 4,.tvx>~ f
bdf>@BDΠK ΠK ΠK ΠK ΠK ΠK ΠK ΠK ΠK ΠK ΠK ΠK ΠK ΠK ΠK ΠK NP"$&(NPjJ
 "$&(*K K K K K K K K K K K r
 "$&(*,.02468:K K K K @B:hvD
RTV*R*,K K K K K K K <nprtvxz|
,.02468@BDFHTVXZ\^bdntz`px|FHJ  Z\^`bdl~
 "$&.02468:<>@BT080246.024prtvxzdfhLNPR "$&(*,."$&(*,.0246 "$(VXZ\^`bdfhjlnprtvxz|~ L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L  L  L  L  L  L  L  L  L  L  L  L  L  L `L `L `L `L `L `L `L `L `L `L `L `L `L `L `L `L `L `L `L `L rtvxz|~ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL  M  M  M  M @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L @L ΀L ΀L ΀L ΀L ΀L ΀L ΀L ΀L ΀L ΀L ΀L ΀L ΀L ΀L ΀L ΀L ΀L ΀L ΀L ΀L L L L L L L L L L L L L &(*,."$&(*,hjlnprtvxzΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL ΠL L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M  M FHJLjlnfhjlnp8:<>@B0246dfNPRTVXprtvtvxDFHJL:<>@Bhj:L L L L L L L L L L L L L L L L L L L L L L L L L L L `M `M `M `M `M  M  M  M  M  M  M  M  M  M  M  M  M  M ΠM ΠM ΠM ΠM @M @M @M @M @M @M @M @M @M @M @M @M @M @M @M @M @M @M @M @M @M @M @M @M @M @M ΀M ΀M ΀M ΀M ΀M ΀M fxz|~z|~NPRTVXZ\^DFHJLN`M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M `M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M ΀M M M M M M M M M M M M M M M M M M M M M M M fh`bd`bdfhjlnPRTVXZ\^`b
M M M M M M M M M M M M M M ΠM ΠM ΠM ΠM ΠM ΠM ΠM ΠM ΠM ΠM ΠM M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M 
 "$&(*,.0246 N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N  N @N @N @N @N @N @N @N @N @N @N @N @N @N @N .`N `N `N `N `N `N `N `N `N `N `N `N `N `N `N `N  N  N  N  N  N  N  N  N  N  N  N  N  N  ">@$&(*"$&(B
,VlnprtRTbdfzvxzT6h|&h`N `N `N `N `N `N `N `N `N `N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N ΀N |~<$~4Z\l4΀N ΀N ΀N ΀N ΀N 
*,.0246DFHJLNP^`bdfhjlnprvxz|~VXZ"&8:jln
&:Xbdnt
`FHRVz| >Rfx $(*,.024<>@BDFHJLNPXZ\^prtv~2Tl"$(Nlnprt(*Tj
68:RTxΠN ΠN ΠN ΠN ΠN z&Ldfhjbd0@Z <*,.02PvXjv":<J\|>@BDFHJXZ\^`bz|~TVfh2 j6
<>@BDFHJLNP "$&(*,.0246`bdfhjlnpr8:tvxz(*,.0246|~
R|~ "$&nprtvxz:<
8:<>@BDFHJLNPRTVXZ\>@Ĉ^ƈ "$&(*,N N N N N N N N N N N N N N N @BD$,ln~ O  O  O  O  O  O 68xBLPRTVXO O O O O >|~(*Lz>@&(*,.hjlnprtv "$&@
&.02468>DFHNPRTVX^`bdfhprtvx
N N N N N N N N  "$&(*,.02468:< O  O  O  O  O  O  O  O  O  O  O  O  O BD024|~*,.0246hjlnprtvxz|~P P P P P FHJ@BDFHJLN\^`bdfhjlnprN N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N Z@O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O  O  O  O  O  O  O ^`bdfhjlnprtvxz| O  O  O  O  O  O  O  O  O  O  O  O  O  O  O  O  O  O  O  O  O  O  O `O `O `O `O `O `O `O `O `O 8:<>8:<>@BDFHJLNPRTVXZ`P `P `P `P `P `P `P @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O `O ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO 			68:<>@`b"".
 "$΀O ΀O ΀O ΀O ΀O ΀O ΀O ΀O ΀O ΀O ΀O ΀O ΀O ΀O ΀O TVXZO O O O O O O O O O O O O O O O ~2468:<>@BDFHJLNPRTVXΠP ΠP ΠP ΠP ΠP ΠP ΠP ΠP ΠP ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO ΠO  P  P  P  P  P  P  P  P  P  P O O O O O O O O 													O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O  "$&(*,.΀P ΀P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P @P @P @P @P @P @P @P @P @P @P @P P P P P P P P P P P P P P P P P P P P P P P BDFHJLNPRTVXZ\^`&(*,.02468:<>@BD`P `P `P `P `P `P `P `P `P `P `P `P `P `P `P `P jlnprtvxz|~r	t	v	΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P ΀P  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q ΠP ΠP ΠP ΠP ΠP ΠP ΠP ΠP ΠP ΠP ΠP ΠP ΠP ΠP \
Q Q Q Q P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q F				
				 R  R  R  R  R  R  R  R  R  R P P P P P P P P P P P P 					 	"	$	&	(	*	,	.	0	 R  R  R  R  R  R 2	4	6	8	:	<	>	@	B	D	F	H	J	L	N	P	R	T	V	X	Z	\	^	`	b	d	f	h	j	 Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q ΀Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q @Q `Q `Q `Q `Q `Q `Q `Q 
Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q l	n	p	 "$&(*,.02468:<>@BDFHJLNPRTVXx	z	|	~								\^`bdfhΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ ΠQ @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R Q Q Q Q Q Q Q Q Q Q Q Q Q Q 8:<>@BDFHJLNPRTVXQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q v R  R  R  R  R  R  R  R *,. R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R ΀R ΀R ΀R ΀R ΀R ΀R ΀R ΀R ΀R ΀R ΀R ΀R Z
R R R R R R R jlnprtvxz|~ "$&(*,.024 S  S  S  S  S @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R @R BDFZ\^`bdfhjlnprV,t.02468:<>@BDXZ\^`bdfhjln(*xz|~`R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R `R xΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΀R ΀R ΀R ΀R ΀R ΀R ΀R ΀R ΀R ΀R ΀R ΀R ΀R ΀R <>@BDFHJLNPR΀S ΀S ΀S ΀S ΀S ΀S HJLNPRTVXZ\^`bdfhjlnprtvxz|~ S  S  S  S  S  S  S  S  S  S ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR ΠR R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R F
 "$&@S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S (`S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S 02468PRTVXZ\^`bdfhjln T  T  T  T  T  T  T  T  T  T  T R R R R R R R R R R R R R R R R R R R R R R R R R R ΠS ΠS ΠS ΠS ΠS ΠS  S  S  S  S RTVXZ\^ S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S "$&(S S S S S S S S S S S S S S S S S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S @S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S `S S S S S S S S S S S S S S S S S S S S S S S LN T  T  T  T  T  T  T ΀S ΀S ΀S ΀S ΀S ΀S ΀S ΀S ΀S ΀S ΀S ΀S ΀S tvxz|~ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS ΠS @T @T @T @T DFHJLNP.B<>S S S S S S S S S S S S S S S S S S S S `T `T `T `T `T `T `T `T `T `T `T `T T:<>@BDFHJS S S S S S S S S S S S S S S S S S S S 68: T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T fhjlhjln<>
nprtvxz|prtvxz@T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T ΠT ΠT ΠT ΠT ΠT ΠT ΠT ΠT ΠT `T `T `T `T `T `T `T `T `T `T `T `T `T `T d "$&T T T T T T T T T T ,.024PR ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T ΀T T T T T T T T T T T T T T d U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U ΠT ΠT ΠT ΠT ΠT ΠT ΠT ΠT ΠT ~ U  U  U  U  U  U  U  U T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U  U @U @U @U @U @U @U @U @U @U @U @U @U @U @U @U @U @U @U @U  U  U  U  U  "$&(*,@02468DFn@BBt  @U @U @U @U @U @U @U @U @U @U @U @U @U @U @U @U @U @U @U @U @U @U `U `U `U `U `U `U `U `U `U `U `U `U `U `U `U `U `U `U `U `U `U `U `U `U ΀U ΀U ΀U ΀U ΀U ΀U ΀U ΀U ΀U ΀U 4`bd>T~΀U ΀U ΀U ΀U ΀U ΀U ΀U ΀U ΀U ΀U ΀U ΀U ΀U ΀U 
dΠU ΠU ΠU ΠU ΠU ΠU "JLN`bHJLNP
(*D "$&(*,.RTVXZ\
68:fh"$@Vb02           !!!^vxz|~U U U U jlnpr  !!!""f#rt&U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U ,.02468F:<HJLNPRXZ\^`dfhjlnpvxz|
 V  V  V  V  V U U U U $&(* V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V rtv>@BDFHJLN4 6 8 : < > @ B D <!>!@!B!D!F!H!J!L!x" V  V  V  V  V  V  V  V  V  V  V p@V @V @V @V @V @V @V @V @V @V @V @V @V @V @V @V @V @V @V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V PR@V @V @V @V @V @V @V @V @V @V @V @V @V @V @V @V  `V `V `V `V `V `V `V `V `V TVXZ\^`bdfhjlnprtvxz|~΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V       !!!!!!>#@#B#D#F#H#J#L#N#P#R#T#V#$$$$&        !!!!!!!!!!!!!!X#Z#\#^#`#b#d#$$CWoq@{,n$lzȦV-.l2FKPPa&j>`V `V `V `V `V `V `V `V `V `V `V `V `V `V `V `V `V `V `V `V `V V V V V V V V V V V V ΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V ΀V N!~  P!ΠV ΠV ΠV ΠV ΠV ΠV ΠV ΠV ΠV ΠV ΠV ΠV ΠV ΠV ΠV ΠV ΠV R!T!V!X!Z!\!^!`!b!d!f!h!j!l!n!p!r!t!v!x!z!|!"~!  ""
""""|#~######$$$$$$$$$$$$$L&N&P&R&V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V 8! W  W  W  W  W  W  W  W  W  W  W  W  W  W  W  W  W  W  W  W  W  W :!n"p"r"t"v"@W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"""""""""""""""""""""""""""!"!!.#0#2#4#6#8#:#<#$$$$$&&&&&&&b'd'f'h'(((((j)z"|"~"""""""""######$$$$"
$L%N%P%R%T%V%X%Z%&""""""""""""""""$ W  W  W  W  W  W  W  W  W  W  W  W  W  W  W  W  W  W  W \%,#`W `W `W `W `W `W `W `W `W `W `W `W `W `W h#j#l#n#p#r#t#v#x#z#$$$$<&>&@&B&D&F&H&J&'''''(()))@W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W @W $#######΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W '#''''''''''''''''''''((((((((((`W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W `W ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW ΠW $W W W W W W W W W W W W W W W W W W W W W W W W $$$$$$$$&&(&*&,&.&0&2&4&6&8&:&r't'v'x'z'|'~''(((((΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W ΀W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W  X  X  X  X  X  X  X  X && &"&$&j'l'n'p'((((((r)t)v)*
******+++,,"-$-T&'''''''(((()"*$***$+p+++++z,,,,--&-T-t-W W W W W W W W W W W W W W W W W W W '''''''''''''&&&&&&&&&&&&&&&'''''(((((((()))) X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X  X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X ('(((((((((((('())))))))))ΠX ΠX ΠX ΠX ΠX ΠX @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X @X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X ((x)z)|)~)))********** +h+j+l+n+++++ ,D,L,t,v,`X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X `X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X l)n)p))****+,,f,r,,4-P----...h/j/l/*0,0.00020011)** **"++x,,,R-f-h-j-r---.///////T0V011111))>*@*B******4+6+8++,R,Z,j,,,,->---------d.΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X ΀X X X X X X X X X X X X X X X X ΠX ΠX ΠX ΠX ΠX ********&+(+*+,+.+0+2+<*r+t+v+x+z+|+++++,X X X X X X X X X X X X X X X X X X X X X X X X X X X X X *************************++++
+++++++++:+<+>+@+B+D+F+H+J+L+N+P+R+T+V+X+~+Z+\+^+`+b+d+f+X X X X X X X X X X X X X X X X ++++++++++++++++++++++++++++,,,,
,,,,,,,,,$,&,(,*,.,0,2,4,f6,8,:,<,>,@,F,H,J,T,\,^,`,b,d,l,n,p,,,,,,,,,,,,,,B,N,P,V,X,h,|,~,,,,,,---(-*-,-.-0-6-8-:-<-V-x-z-|-~---,,-d-----*........z/|/~///////D0F0H0J0L0N0P0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,--
------ -2-B-D-F-H-J-L-N-X-Z-\-^-`-b-l--n-p-----v------,..//X0Z0\0^0`0"1$1&1(1*1
2222222333324--- .".$.&.(....n/p/r/t/v/x/406080:0<0>0@0B00000011------------- Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y --------------....
...........j.l.n. Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y f.h.// /"/$/&////////0000j1l1n1p1r1t1v1x1z1|1~111p.r.t.v.x.z.|.~......................(//*/ Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y  Y //@Y @Y @Y @Y @Y @Y @Y @Y @Y @Y @Y @Y @Y @Y @Y ,/./0/2/4/6/8/:/</>/@/B/D/F/H/J/L/N/P/R/T/V/X/Z/\/^/`/b/d/f////,1268X?Z?\?CCGJxO(Q>R@RSU]deefggh<ijDkkop@Y @Y @Y @Y @Y @Y @Y @Y @Y @Y `Y `Y `Y `Y `Y `Y `Y `Y `Y `Y `Y `Y `Y `Y `Y `Y `Y `Y `Y `Y `Y `Y ////////////0000
00000000000 0"0$0&0(0R000001111
11111111122222222222222`Y `Y `Y `Y `Y `Y 2ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΠY ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y ΀Y 11111111111111111111111\2Y Y Y Y  122~333,4.4046J6667777H88"9977N8P8R88(9Z9999ΠY ΠY ΠY ΠY ΠY 222222 2"2$2&2(2*2,2.20222426282:2<2>2@2B2D222111F2H2J2L2N2P2R2T2V2X2Z23
333333333333333Z4\4Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 1111122`3b3d3444444444<5>5556264666>777>81111122f3h3j3444 444@5B55555556666p7788Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y  Z  Z  Z  Z  Z  Z  Z  Z 2l3n3p3r3t3v3x3z3|3"4$4&4(4*444444444D5F5H5J555556222222222222222223333 Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z  Z 33333333333^33333f4333333333333334444 Z  Z  Z  Z  Z  Z :4<4>4@4B4D4F4H4J4L4N4P4R4T43V44444444444
44@Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z 44648444L5N566666667P99x7z7|77
8888*9::;;;&<^4`4b4d445\5^5`5b555
66&6(6@6V6~666660727N7P7R77777@Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z @Z `Z `Z `Z `Z `Z `Z `Z `Z `Z `Z `Z `Z `Z `Z `Z 444P5R5T5V5X5Z5555555555566 6"6$66686:6<6>66n6p6`Z `Z `Z `Z `Z `Z `Z `Z `Z `Z `Z `Z `Z d5f5h5j5l5n5p5r5t5v55΀Z ΀Z ΀Z ΀Z ΀Z ΀Z ΀Z ΀Z ΀Z ΀Z ΀Z 555555555555555555555555555566666*6,6.606B6D6F6H6L6N6P6R6T6X6Z6\6^6`6b6d6f6h6j6l6t6v6x6z66666666666666666666666666666666666677
7777r77777B8D8F88888 999999:6667777 7&7476787:7<7T7V7X7Z7\7^7`7b7d7f7h7j7l7n7ΠZ ΠZ ΠZ ΠZ 89N9|9~999*77778L888888&9X99:::H;<f<h<<<<=ΠZ ΠZ ΠZ ΠZ ΠZ ΠZ ΠZ ΠZ 7777777777777777777Z Z Z Z Z @8888L99997788V99::z;|;<<==>>>>.@0@AAAB7788\8^888889994969f9h9j9l9n9999,:::::;;;;88T8V8X8Z88888888888,9.90929\9^9`9b9d99999999Z Z Z Z Z Z Z Z Z Z Z `8b8d8f8h8j8l8n8p8r8t8v8x8z8|8~888888888888888888888888888889
999999999989:9<9>9@9B9D9F9H9J9p9r9t9v9x9z9999999999999999999999999999999999::::::::Z Z Z Z Z :::Z:\:^:`:b:d:::::::::::J;;;;j<l<<<====>: ::::;;N<n<p<=>>N@P@R@T@V@X@Z@\@^@`@b@d@AAAC C~DDZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z n:p:r:t:v:x:z:|:~::::::::::::::::::::::::::: [  [  [  [  [  [  [  [  [  [  [  [ ::::::::::::;
;;;L;N;~;;;;;;;;<<<< <,<;P;R;T;V;;;;;;;;;.<^<`<b<<<`[ `[ `[ `[ `[ `[ `[ `[ `[ `[ `[ `[ `[  [  [  [  [  [  [  [  [  [  [  [ X;Z;\;^;`;b;d;f;h;j;l;n;p;r;t;v;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;; [  [  [  [  [  [  w  w  w  w ;@w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w  [  [  [  [ ;;;<<
<<<<<<<<"<$<(<*<0<2<4<6<:<<<B<D<H<J<L<8<<<<<==f@h@j@"C$C&C(CDDDDEEFFGGGGlHHHHbII><@<P<R<T<V<X<Z<\<~<<<<<<<<<<<<<<<<<<@[ @[ @[ @[ @[ F<r<t<v<x<z<<<<<<<<<<<<<==============d<<<<<<<<<<<<<<΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ DDDEEFGGGH|<<<======6?8?:?<?>?@?B?D?F?H?J?L?N?BTDVDXDZD\DEEEFFFFGGGZH\HHIIII
J(J<==????\ \ \ \ \ FGGGG^H`HHHHHHHXIZI\III.J0J<<=====JJ<<>>T?V?@@@AABCCDDDFFHHjI~JJJJJ*KKK@[ @[ @[ @[ @[ @[ @[ @[ @[ @[ @[ @[ @[ @[ @[ @[ @[ @[ @[ @[ >>
>>>>>>>>>>`[ `[ `[ `[ `>b>d>f>h>j>l>n>p>r>t>v>x>z>|>~>?????????AAA΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ ΀[ >>>>=>>2@4@6@8@:@<@>@AAAABBCCCC^D`DbDdDfDhD\ \ \ \ \ \ =>>>>>>>>????
??????[ [ [ [ [ [ [ [ [ [ [ [ [ III=@RCEEFI8J@JZJ\JvJJJJJJKK0K>K@KBKXKrKtKvKxKzK> >">$>&>(>*>,>.>0>2>4>6>8>:><>>>@>B>D>F>H>J>L>N>P>R>T>V>X>Z>\>^>Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ >>>>>>>>@@B@D@F@H@J@L@AAAAAAAA
CCCCCCCCC ?"?@@@@@AAAATCVCXCZCDDDDDDEEEEFFGGtHHdI&?(?*?,?.?0?2?4?@@@@@@@@@@@@AAAAAAAAA`CbCdCP?R?@@@@@AAAAAAAAAtCvCxCzC|C~CCCCEEEFFFFΠ[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ Π[ @@@@@@@@@@@@@@@@@@@@@?@@@@AAAA
AAAAAA \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \ ,@~AAA[ [ [ [ [ [ [ [ [ [ AAAAAAAAAAAAA@\ @\ @\ @\ @\ @\ @\ @\ @\ AA A"A$A&A(A*A,A^B`BbBdBfBhBjBlBnBpBrBtBvBxBzB|BCCCCCEEAAAAAA~BBBBBBBBBBBBBBBBBBBBBBBBBBfHhHjHHH^I`IIIAGhIXJpJ|JJJJ$KLKNKKKKKK(L^L~LLLL \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \  \ `\ `\ `\ `\ `\ `\ `\ `\ `\ `\ \B΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ ΀\ BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBΠ\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ CjDlDnDpDrDtDvDxDzD|DEEEEEFFFFFFFFFGGGGGbHdH@\ @\ @\ @\ @\ @\ @\ @\ @\ @\ @\ DDDDDDDDDDDDDDDDDDDDE\C^CE`bhklnssvJy{{Fr"$ćx̏ΏfChCjClCnCpCrCDDDDDDDDDEEEEEEEEFFFFFGGG΀\ ΀\ ΀\ ΀\ DDDDDDDDDDDDDDDDDDEEEE
EEEEEEΠ\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ Π\ \ \ \ \ \ \ \ \ EEE
FFFFFFFFFFF F"F$F&F(F*F,F.F0F2F4F6F8F:F<F>F@FF E"E$EBFDFFFHFJFLFNFPF0G2G4G6G8G:G<GHHHHH H"HHHHHHHI\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ] EEEEEEEEFFFFFGGGGGGnHpHrHI4J>JHJJJLJhJtJJJ ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ] >G@GFFFFGGGGG|H~HHHIII<JdJfJrJJJJJK&K(K:KPKpKKKFFFFFFGGGG
GGGGGGGGGGGG G"G$G&G(G*G,GGGGBGDGFGHGJGLGNGPGRGTGVGXGZG\G^G`GbGdGfGhGjGlGnGpGrGtGvGxGzG|G~GGGGGGGGG$H&H(H*H,H.H0H2H4H6H8H:H<H>H@HBHDHFHHHJHLHNHPHRHTHGGGGGGvHxHzHHHHHfIIIIIbJJJJK8KKKK&LZL\LLLGGGGGGGGGHHHH
HHHHHHHHHHHHHHHHHIIVHXHHHHHHHHHHHHHHHHIHHHHHHHHHH ]  ]  ]  ] 
IIIIIIlInIpIrItIvIxIzI|I~IIIIIIIIIIIIIJJJ*J ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ] @] @] @] @] @] @] @] @] @] IIIIIIIIIIIIIIIIIIIIIJJJJJJ:JVJJnKK"LXLLL.MMhNNOOOOOPPPPQRRRRRXSZS\SSJJJJJJJJJJJJJJJJJJJJJJJJJJJKK
KKKJJJJJJJKKK,K.KRKTKVKKKKLLLLL.L:L<L>L@LBLDL`LbLKKKKL0LFLHLhLLLLLMMfMzM|MMMMMMMMMNNrNNNNKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKL*L,LLM
MM6M8M:M<M^MMMOO0P2P4P6P8P:P<P>P@PPPPPK`MMM>N@NNfOBPDPPPPQQQRRpSrSSSjUUUUOfPhPjP Q"QL
LLLLL LLL$L2L4L6L8LJLLLNLPLRLTLVLjLlLnLpLrLtLvLxLzL|LLdLfLLLLLLLLLLMMMM>M@MBMDMFMbMdMMxMMMMMMMNNLLLLLLLLLLLLLLLLLLLLLLLL`] `] `] `] `] `] `] `] L0M2M4MvMMNN:N<NNNLOOOOOO"P$P&P(P*P,P.PPPPPPPPLMMMZM\MMMjNN(O*OJOdOOPPP PPQQRRRR RRRRRR`] `] `] `] `] `] `] `] MMM M"M$M&M(M*M,MHMJMLMNMPMRMTMVMXMhMjMlMnMpMrMtM~MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNNNNN N"N$N&N(N*N,N.N0N2N4N6N8NPNRN
NNNNBNDNFNHNJNLNNNlNnNpNNNNNNNNNN
OOO,OnOpOtOzO|OTNVNXNZN\N^N`NbNdNfNtNvNxNzN|N~NNNNNNNNNN΀] ΀] ΀] ΀] ΀] ΀] ΀] ΀] ΀] NNNNNNNNNNNNNNNNNNNNNNNNOONOO.O0O2O4OOOPPPPPPPDQFQHQQQQjRlRnRpRrRtRvRxRzR|ROOOOOO6OO O"O$O&O8O:O<O>ONO@OBODOFOHOPOROTOVOXOZO\O^O`ObOhOjOlOrOOOOOOOOOOOOOOOOΠ] Π] Π] Π] Π] Π] Π] Π] Π] Π] Π] Π] Π] ~OOOOOOOOOOOOOOOlPnPpPrPtPvPxPzP|P~PPPPPPPPOOOFPHPJPLPNPPPRPTPVPXPZP\P^PPPPPQQQQ
QQQQ] ] ] ] QQQQQ.RRRRnSSSSPTRTTTVTTTTTTTT,U.U0UhUUUOOOdPQRRRSSSSSTT6UUUVVVVnWpWWWWXXYbYdYfYYYΠ] Π] Π] Π] Π] Π] Π] Π] Π] PPPPPPPPPPPPPPPPPPPPPPPvUxUzU|U~UUUUUUUUUUUUU`PQ8RRRRZTUUUUUUUU^S`SbSSSSFTHTTT U"UU$U`UbUdUUUbPQQQQ<RR~SSSSS4UPP*Q,Q.Q0Q2Q4Q6Q8Q:Q<Q>Q@QBQQQQQQQQQQQ ^  ^  ^  ^  ^  ^  ^ PPP] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] PQQQQ"R$R&R(R*R,RRRRRRRRRRRdSfShSjSlSSSSSJTLTSDTT\U^UUQQ:RR|ST2UUU
V2VVbWWWBXDXFXXXXYYRYYY$Q&QSSSSSV>VVWrWWTXVXXYhYYYZZZh[j[l[(\*\,\\\\] ] ] ] ] QQQQQQQQQQQQQQRRRR
RRRR ^  ^  ^  ^  ^ ] ] ] ] ] ] ] 0R2R4R6RRRRRRRRRRRRtSvSSSSSXTTTTSSSS SSSTjTT@UpUQRRxSzSUUUU@VVVVVVVVW W"W ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^ SS
SSSSSSSSSSSSSSSSS ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^ @^ @^ @^ @^ @^ @^ @^ @^ @^ @^ @^ @^ @^ @^ @^ TTTTTTTTTT T"T$T&T(T*T,T.T0T2T4T6T8T:T<T>T@TBT`^ `^ `^ `^ NTTTTTTTTT&U(U*UfUUUUU"V`VVVVjWlWWWPXRXY^Y`YY`^ `^ `^ `^ `^ `^ `^ `^ `^ `^ `^ `^ `^ `^ `^ `^ `^ `^ `^ `^ `^ `^ ΀^ ΀^ ΀^ ΀^ ΀^ ΀^ ΀^ ΀^ ΀^ ΀^ TTTUUUUUUUUUVVV$VXVZVbVdVfVhVzV|V~VVVVVVVV΀^ ΀^ ΀^ ΀^ ΀^ ΀^ 
UUUUUUUUUUUBUDUFUHUJULUNUPURUTUVUXUrUtUZUUUU VLVVVVVdWfWhWWWHXJXLXNXXXYYYYTYVYXYZY\YYYYUUUUUUUUVVVVVVVVVV&V(V*V,V.V0V4V6V8V:V<VBVDVFVHVJVNVPVRVTV\V^VlVnVpVrVtVvVxVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVΠ^ Π^ Π^ Π^ Π^ Π^ Π^ Π^ Π^ Π^ WW
WWWWWWWWWWtWvWxWzW|W~WWWWWWWWWW _  _  _  _  _ $W&W(W*W,WWWWWWWWWWWWWWWlXnXpXrXtXvXXXXX Y"Y$YΠ^ Π^ Π^ Π^ Π^ Π^ Π^ Π^ Π^ Π^ Π^ Π^ Π^ Π^ Π^ Π^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ xXzX|X~XXXXXXXXXXXX@XXX _  _  _  _  _ XXXYYYYYYYZZFZhZnZxZZZZZZZZ.\ZZZXXXXXXXX _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _ (Y*Y,Y.Y0Y2Y4Y6Y8Y:Y<Y>Y@YBYDYFYHYJYLYNYPYvYxY&YjYlYnYpYrYtYYYYYYZ0Z2Z4ZHZVZ\ZzZ|ZZZZZZZZZ[[[zY|Y~YYYYYYYYYYYYYYYYYYYY@_ @_ @_ @_ @_ @_ @_ @_ @_ @_ @_ @_ @_ @_ @_ YZZZZ
ZZZZZZZ Z"Z$Z&Z(Z*Z,ZZZZZZb[d[f[\\\\\\\\]]]]^^^^^^Π` Π` Π` Π` Π` Π` .Z6Z8Z:Z<Z>Z@ZBZJZLZNZPZRZTZXZZZ^Z`ZbZdZfZjZlZpZrZtZ~ZZZZZZDZvZZZZZZZZV[X[Z[\[^[`[\\\\ \"\$\&\\\]]]]]]]ZZZZZZZZZZZZZZZZZZ`_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ ZZZL[N[P[R[T[\\\\\\\\\\]]]]^^^^^^΀` ΀` ΀` ΀` ZF[H[J[
\\\\\\\\]]]^^^^^_____```|a~aaaZZZZZn[p[r[t[v[x[z[|[~[[[[[[[[[[[[[[[[[[0\`_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ 2\4\6\8\:\<\>\@\B\D\F\H\J\L\N\P\R\T\V\X\Z\[\\^\`\b\d\f\_ _ _ _ [[[[[[[[[[[[[[h\j\l\n\p\r\4]6]8]:]<]>]@]B] ^D]"^$^΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ ΀_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ Π_ `` `` `` `` `` `` `` `` `` `` `` \x_z_|_~____ `"`$`&`(`*`,`.`0`2`4`6`8`\\]]]]
]]]]]^^^^^___________`````_ _ _ _ _ _ _ _ _ _ _ _ _ _ _  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  ` _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  ` ^^^^^^^^^^^^^^^^@` @` @` @` @` &^(^*^,^.^0^2^4^6^8^:^<^>^
__________````````` `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  ` _ _^^^^^^^^^^^^^^^^_________________@` @` @` @` @` @` ______````
````` ` ` ` ` ` ` ` ` ` ` ` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` ΀` ΀` ΀` ΀` ``````aaaaaaabbdbfbhbbbbLccccdfdxddΠ` Π` Π` Π` Π` Π` Π` Π` ``atbvbxbzb|bbccXcZc\cccDdhddeeeee:`<`>`@`B`D`F`H`J`L`N`P`R`T`V`X`Z`\`^```b`d`f`h`j`l`n`p`r`t`v`x`z`|`~```` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `````````aaaaaaaaaaajblbnbpbrbbbbNcPcRcTc`aaaaa~bbcc^c`cbcdccccdddFdZdjddddddeVeXeZe` ` ` ` ` ` ` ` aaaaaa`aaaaaaaaaaaaaaaaa`bbbbbbbbb
ccccccfchcjclcncpcrcccccccccc```aaaaabbcctcccc(dndddddde e"e$eeeffLf` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` aaaaaaaaaabbbb
bbzabbbbbbbbb b"b$b&b(b*b,b.b0b2b4b6b8b:b<b>b@bBbDbFbHbJbLbNbPbRbTbVbXb a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a  a Zb\b^bbbbbHcJccFeHezef f@fjffggLhNhiii>j
kkkk"l$l a  a  a  a  a  a  a  a  a  a ccc c"c$c&c(c*c,c.c0c2c4c6c8c:c<c>c@cBcDcFcvcxczc|c~ccccccccccccccccc a  a  a  a  a  a  a  a  a  a VcccccccccccddXdddeLeNePeReTe|e~eeefffffg a  a  a  a ccdddd
dddd*d,d.d0d2d4d6d8d:d<d>d@dBdLdNdPdRdTdcd d"d$d&dHdJdld\d^dddddddee\e^e`eeeeeeeeeeeVd`dbdddpdrdtdvdzd|d~dddddddddddddd@a @a @a @a @a @a @a @a dd
eJeeeeeeeee"f$f&fBflfgPhRhThi@jBjkkk&l(l*llNm@a @a @a @a @a @a @a @a @a dddddddddddeeee`a `a `a `a `a `a `a `a bedefehejeleneperetevexeeeeeeeeeeeeeeeeeeeeee*f,f.fpfffffffglhiifjhjjj k4l6l8l$m~meeeeeefeeeeeeef
ffffffffff4f6f8f:f<f>fNfeeeeee(fnfffgggdhfhhhjhiiVjXjZj\j^j`jbjdjkkkkk0f2fDfFfHfJfrffffffffffffffff΀a ΀a ΀a ΀a ΀a ΀a ΀a ΀a ΀a ΀a PfRfTfVfXfZf\f^f`fbfdfffhfvfxfzf|f~ffffffffffffffftffffffNgPgRgTgVgXgZg\g^ghhhhhhhhhPiRiTiViiiii*m,m.mdmfmmfffg g"ggggggnhphrhthvhxhzh|h~hhh b  b  b  b kkk2llllll"mXmZmmmmfff*g,g.g0ggggggga a a a fffffffffgggg
ggggggΠa Πa Πa Πa Πa Πa Πa Πa Πa Πa Πa Πa Πa $ggh$nnnnnnnoooooopppppppppXqZq\qrr
rr|llmm&g(ggghhh,i.ii|j~jjj.k0kk<l>lll\mmnnnn:o΀a ΀a ΀a ΀a ggggggggghgggggggggghhhh
hhhhΠa Πa Πa Πa Πa Πa Πa Πa Πa Πa Πa Πa Πa Πa a a a a a a a a a a a a a a a a a a ggggggVhXhZh\h^h`hbh
iiiiiiiDjFjHjJjLjNjPjRjTjkkkmmmmmggh*ilmmmmmmmmmmmmnnnnnn&n(n*n,nPmggghh0i2iiiiij2k4k6kkk@lBll&mmmmmnnnoookkk,l.l0l~llllllmmm mRmTmVmgh4ii8k:kll n.nlnnnggimmnn2npnnnnLoNoPoRoooozp|p~ppqqqqqqqqra a a a a a a a hhhhhhhhhhhhhhhhhhhhhhhia a a a 6i8i:iiijjjjjjjjj<k>k@kBkkkDlFlllllllhhhhhhhhhhhhh>i@iBiDiFiHiJiLiNi b  b  b  b  b  b  b  b  b  b iiXiZi\i^i`ibidifihijilinipiritivixizi|i~iiiiiiiiiii b  b  b  b iiiljnjpjrjtjvjxjzj"k$k&k(k*k,kkkk:lllmmmmm b  b  b  b  b  b  b  b  b  b  b  b  b jjjjjjjjjjjjjjjjFkHkJk@b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b @b `b `b `b `b `b `b `b `b `b `b `b `b `b `b `b `b `b `b `b `b `b `b `b `b `b jjjjjXkZk\k^k`kbkkkkkkkkXlZl\l^lllmm0m2mmmmm`b `b `b `b `b `b `b `b `b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b LkNkPkRkTkVkkkkkkkkHlJlLlNlPlRlTlVllllllllllll΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b ΀b Πb Πb Πb Πb Πb Πb Πb Πb Πb Πb Πb Πb Πb Πb Πb Πb Πb Πb Πb Πb Πb Πb `lbldlflhljlllnlplrltlvlxlzlb b b b b b b b b b b b b b mm
mmmmmmm4m6m8m:m<m>m@mBmDmFmHmJmLmhmjmv(w*w,w.w0w2w4w6w8w:w<w>w@wBwDwFwHwJwLwNwPwRwvwxwzw|w~wlwwwl(m^m`mbmmm
n0nPnnn~nnnnBoDoFoHoJoooxpqqqqqqqrrlmnmpmrmtmvmxmzm|mmmmmmmmmmmmmmmmmmmmmmmmmnnn"n4n6n8n:n<n>nRndnrnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnoooo o"o$o&o(o*o,o.o0o2o4on<o>o@ooofphpjplpnppprptpvp
qqqqqqqΠc Πc Πc Πc Πc Πc Πc Πc Πc Πc noooo
oooooToVoXoZo\o^o`obodofohojolonoporotovoxozo|o~o6o8oooooooooooooooooooooooooooooooooooooooooooopppp
ppp c  c  c  c  c  c  c  c  c  c  c  c oob b b b b b b b b b b b b b b b b b b b b b b b b b b b b b ooZp\p^pqqqqqqtrvrxrzr|r~rrrsssssssZt\t^t`tuuo`pbpdpqqqqqqqqqrrrrrrsssssssbtdtfthtjtltb b b b b  c  c  c  c  c  c  c  c  c  c  c  c  c  c  c  c  c  c  c  c  c  c  c  c  c  c  c pqrrsttXuxxz6{{{l*hjlΔ^`bdfhj c  c  c  c  c  c  c  c  c  c  c @c @c @c @c @c @c @c @c @c @c @c @c @c @c @c @c @c @c @c @c @c  c  c  c  c  c `c `c `c `c `c `c `c `c `c `c `c `c `c `c `c `c `c `c `c `c `c `c `c `c `c `c `c @c @c @c @c @c @c @c @c qqqqqqqqqqqqqqqqqqrrc c c c `c `c `c `c `c `c `c `c `c `c `c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c rsstttttttpurutuvu:vvv&wx*xHxxxxy
yyyyyyy΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c ΀c sVrXrZr\r^r`rbrdrfrhrjrlrnrprsssrrc c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c Πc Πc Πc Πc Πc Πc Πc Πc Πc sssssssssssssntptrtttvtxtzt,u.u0urrrrrrsss|t~ttttDuFuHuJuvv
vvvvvvvwwx xfxrrrrrrssssssttLuNuPuRuTuVuvvvvvvvvv v"v$vc c c c c c c c c c c c c c c c c c c c c c c c  d  d  d  d  d  d  d  d c c c c c c c c c c c c c c c c c c c c c c c c c c c c c t
tt d  d  d  d  d  d ttttttttttttZut\u^u`ubudufuhujulu&v(v*vttttttttt t"t$t&t(t*t,t.t0t2t4t6t8t:t<t>t@tBtDtFtHtJtLtNtPtRtTtVtXt d  d  d  d  d  d  d  d  d  d  d  d  d  d  d  d  d  d  d  d  d  d  d  d  d  d @d @d @d @d @d @d @d @d @d @d @d @d uuuuuuuuuuuvvvwwTwVwwwwww`xxxFyHyynzpzrzuuu u"u$u&u(u*uuuuuuuuuvvvvvvvvvvvΠd Πd Πd Πd 2u4u6u8u:u<u>u@uBuuuuuuvvvvvvvvvvwwwwwfwhwjw,v.v0v2v4v6vnuvv8v w"w$wtwwww"x&x(x4x6x8x:x<x>x@xBxDxFxlxnx`d `d `d `d `d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d ΀d vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvpwrwwwwwwwxxjxyyzzz2{4{{{8||4}6}8}}}@n @n @n @n @n @n @n @n @n @n @n @n @n @n v¬ĬƬȬʬ̬άЬ`n `n `n `n `n Πd Πd Πd Πd XwZw\w^w`wbwdwwwwwwwww0x2xxxLyNyPyyyyyvzxzlwnwwwwwwwxxbxdxxxxRyTyVyXyZy\y^y`yyyyyzz"{${&{wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwxx
xxxxxxx$x,x.xJxLxNxPxRxTxVxXxZx\x^xd d d d d d d d d d hxxxxxxxbydyyzzz({*{,{.{0{{{.|0|2|4|6||||2}}}~pxrxtxvxxxzx|x~xxxxxxxxxxxxxxxxxxyyy e  e  e  e d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e  e yy@e @e @e @e @e @e @e @e @e @e @e @e yyy z"z$z&z(z*z,zzzzzzz\{^{`{{{{{{V|X|Z|\|^|||| e  e  e  e  e  e  e  e  e  e  e `e `e `e `e `e `e `e `e `e `e `e `e `e `e `e `e `e `e `e `e `e @e @e @e @e @e @e @e @e zzzzzzzzzzzzzzzzzΠe Πe Πe Πe Πe Πe Πe `e `e `e `e `e `e `e `e `e `e `e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e zz|z~zzz{{{{{ {{{{{{{||||(}*}v}x}z}|}~}}}}}΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e ΀e b{d{f{h{j{l{n{p{{e e e e e e e e {{{{{$|&||||r}t}}},~.~0~b~~~:<>jlԂΠe Πe Πe Πe Πe Πe Πe Πe Πe Πe Πe {{{{{{{{{{{{{ f  f  f  f  f  f  f  f e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e {{{(|*|,||,}.}0}}}}}}}}~~R~d~~~~~~~ "$&e e e e e e e e e e e  f  f  f  f  f  f  f  f  f  f  f  f  f  f  f  f  f  f  f  f  f  f  f  f  f  f  f |||||||||||||:}<}>}@}B}}}}}}}}~ f  f  f  f  f  f  f  f  f  f  f |||||||||||||||@f @f @f @f @f @f |D}}t~v~~~~~~~~~~>@BDFHrtvx@f @f @f @f @f @f @f @f @f @f @f @f @f @f @f @f @f `f `f `f `f `f `f `f `f `f `f `f `f `f `f `f `f `f `f }}}}}}}}}}}}}}}}}}}΀f ΀f ΀f ΀f ΀f ΀f }~
~~r~~~~,.RTVʀ̀LNP"z΀f ΀f ΀f ΀f ΀f ΀f ΀f ΀f ΀f ΀f ΀f ΀f ΀f ~~~~~~ ~"~$~&~(~*~@~B~D~F~H~J~L~~<~~>~T~V~X~f~h~~~~~~~~~~~~~~~~~~~~~~~02~4~6~N~P~~|@BD02468Thƃ8~:~~~*LNPĀƀȀHJ vxނ`̄Z~\~^~`~j~l~n~p~x~z~|~~~~~~~~~~~Πf Πf Πf Πf Πf Πf Πf Πf Πf Πf Πf Πf Πf Πf Πf f f f f f f f f f f f f f f f f f f f f f (~FHJ:<>@BDF2468:<
f f f f f f f f f f f f f f f f f  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g XZ\^`bdfhjlnp΀ЀҀԀր؀ڀ܀ހ@g @g @g @g @g @g @g @g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g  g lnprԁ.0246BZprt g  g  g  g  g tvxz|~@g @g @g @g @g āƁȁʁ́΁Ёҁ$&(*,|~ց؁ځ܁ށ
8:<nprtւ؂ڂ܂(V^|ȃʃ̃҃ԃރ
>@BDFHJLNPRTVXZ\^`bdfh`g `g `g `g `g `g `g `g `g `g `g `g ĂƂȂʂ̂΂Ђ҂
 *,24:NPXbd0268>@BDFHJLNPR"$&.068<>@DFHJLRZ\jlnrtvxzfЃĄBDFHJLԊ֊؊pփ"(ԅօ؅hj "&(df|~ "ă΃؃ڃ܃$&,.\^`NPRTVXZ *ƄȄʄąƅȅʅ̅\^`

4:<fhjlnЄ҄Ԅք؄ڄ܄ބΠg Πg Πg Πg Πg Πg Πg Πg TVXxz|~bd΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g ΀g XZ\֘p xz|~rtvxz$*tvg g g g ΄΅Ѕ҅bdf "$XZ\^`bĘƘȘʘ̘ΘИҘԘV
 $&`&(*,.02468:<Ƈȇʇ̇·Ї҇ԇևbdؘ"(>܍̑F<\^$ĔƔȔʔ̔&(
RTVXZ\ "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjlng g g g g g g g g g g g g g g g g g g vPRTVXZ\^bdfh΀g ΀g ΀g ΀g ΀g 
 "$&(*,.02468:<Πg Πg Πg Πg Πg Πg Πg Πg Πg Πg Πg Πg Πg Πg Πg Πg  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h hjlnprt|~02468:ėƗ6np<>68026@k @k @k @k @k @k g g g g g އg g g g g g g g g g g g g g g g g g g g g g g g g g g g g g g g g 
 "$&(*,.02468: h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h @h @h @h @h @h @h @h @h @h @h @h @h @h @h @h @h @h ؇ڇ܇z|~čƍȍʍ̍΍Ѝҍԍ֍؍ڍЏҏ
`bd h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h  h `h `h `h `h `h `h `h `h `h `h `h `h `h `h Ȉʈ̈ΈЈ҈Ԉֈ؈ڈ܈ވ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h @h @h @h @h @h @h @h @h @h @h @h @h @h @h @h @h @h @h @h @h @h @h @h @h Πh Πh Πh Πh Πh Πh Πh Πh vl:hj
$&(*,.0`h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h `h h h h h h h h h h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h ΀h  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i ڊ܊ފ
LNPRTVXZ8:<>@BD "$&(\^`bdfHJLNPRTVXZ\^*,.02468:<>@BDFHJLNPRTV΀i ΀i ΀i ΀i ΀i ΀i ΀i Πh Πh Πh Πh Πh Πh Πh Πh Πh Πh Πh Πh Πh Πh Πh Πh Πh Πh Πh Πh Πh Πh  i  i  i  i  i  i  i  i  i  i ލi i i i i i i i i i i i 
XZ\^"$&(PR$h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h ^@i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i Πi Πi Πi Πi Πi Πi Πi Πi Πi Πi Πi Πi Πi Πi @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i @i i i i i i i i i i i i i i i i i i i i i i i i i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i `i  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j ΀i ΀i ΀i ΀i ΀i ΀i ΀i ΀i `bdfhjlnprtv
Πi Πi Πi Πi Πi Πi &(*,.02468ďƏȏʏ@B:<ژJLԏ֏؏ڏ܏ޏđƑȑʑDFHJLNP
>@BDi i i i i i i ΑБґԑ֑ؑڑܑޑRTV HJi i i i i i i i i bdfhjlnprtvxz|~Z\^`bdfhjlnpГғԓ֓ؓړܓޓbdf j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j ƵTڸ޾r 0(D> j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j h.jlnpX`j `j `j `j `j `j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j @j v΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j rtvxz|~ؖږܖޖ

^:ДҔԔ֔ؔڔܔޔ*,.024fh,.8Bfș2R4f*,b8hڵZVdfp.02hjhh`j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j `j 02468:<>@BDFHJLNPRTVXZ\΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j ΀j Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj  "^`TVXZ\^`bdfhjlnprtvxj j j j j j j j j j j Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj Πj j j j j j j j j j j j j j j LN
 "lޘ>`ęƙ.0dƚȚʚ̚VXjj j j j j j j z(*,.024nprtvxzj j j j j j j j j j j j j j j j j j j j j j j j  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k  k ȗʗ̗ΗЗҗԗ֗ؗڗܗޗ k  k  k  k  k  k jܘNP
JLОҞԞ*ԟ֟vxz|&@P@ΚZlZܞޞ2468*,. k  k  k  k  k  k  k  k  k |~@k @k @k @k @k @k lnprtvxz|~ʙ̙ΙЙҙԙؙ֙ڙܙޙ*,LNĚRTfhNPRTV֞؞ڞ,
 "$&(468:<>BDFHJ`k `k `k `k `k `k `k `k `k `k `k tv~΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k rz|NPxКҚԚؚ֚\^`bdfhjnprtvxX&(ܝޝz|~DFޟ.0؟ڟ.B~
֝؝ڝxTVXZ "$&(*02468:<,F>HJLNPRښܚޚlnhjlDXbdfhjlz|~@l @l @l @l @l @l H(ҟ@prtȝ<>ܠNP΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k ΀k Πk Πk Πk Πk Πk Πk Πk Πk Πk Πk Πk Πk Πk  "02468:<>@BΠk Πk Πk Πk Πk Πk Πk Πk Πk Πk Πk Πk Πk k k k k k k k k k k k k k k k k k k k  "$ʝ̝ΝНҝԝnprtv@BޠR¡k k k k k k k k k k k k k k k k k k k k k k k k k k k k k k k k z|~ĝƝ\^`bd:ܟTVZ\JLNPRTVXZ
Rf^`xk k k k k k k k  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l DFHJL l  l  l  l  l  "$&(*,.02468:<>@BDFHfhjޡtvx246ޣ
ĞƞȞʞ̞Ξ l  l  l  l  l  l  l  l  l  l  l  l TVXZ\^`bdfhjlnprtvxz|~ğƟȟʟ̟ΟП
\^`bdҡԡ֡ءڡܡhjlnpr "$&(*,.nprtv`l `l `l `l `l `l `l `l `l 
dfh
@l @l @l @l @l @l @l @l @l @l  "$&(*,.02468:<>@BDFHJ`l `l `l `l `l `l `l `l `l `l lnprtvxz|~z΀l ΀l ΀l ΀l ΀l LΠl Πl Πl Πl Πl Πl Πl Πl PRTjlbdfh\ƦRܧܨʩ(ġVXZ
£ģƣȣnprtjln¥ĥƥȥơȡʡ̡ΡС\^`bdfʣvxz|~΀l ΀l ΀l ΀l ΀l ΀l ΀l ΀l ΀l ΀l |~l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l jl0̣ΣУңԣ֣أڣܣz|~ԥ֥إڥ68:<l l l l l l l l l l l l l l l bnprtvxz|~ m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m  m ܥޥ@fȦЦ Bh|024prtv  m  m  m  m  m  m  m  m  m  m @m @m @m @m @m @m @m @m @m @m @m @m @m @m @m @m @m @m @m @m @m @m >z`jl\Ω8:Ԫ֪تHܫޫ@m @m @m @m @m @m @m @m @m @m prtvxʥ̥ΥХҥ4^xԦVXZ\dfh
 "$&(*,.0DFHJLNPRTV2rtvTާ`b:<>rt,.x.0XZjlnp~¦Ħʦ̦ΦҦ`bd^@vx̩:<>@BDFҫԫ֫ثګ֦ئڦܦަ
68:<>@BDFHJLNP "$&(*,.bdfhjlnnxz|~`m `m `m `m `m `m `m `m `m `m `m `m `m `m `m `m `m 
"$&(*,.02468:<>@BDFHJLNPRTVXZ\^tvxz|~΀m ΀m ΀m ΀m ΀m ΀m ΀m ΀m ΀m ި©0246z|~ЪҪ2468«īƫȫʫ̫ΫЫ n  n  n  n BЩҩԩ<>@BDFHJLNP΀m ΀m ΀m ΀m 
Πm Πm Πm Πm Πm Πm Πm Πm Πm Πm Πm Πm Πm Πm Πm DFHJLNPRTVXZ`bdfhjlnpm m m m m m m ĩƩȩةکܩީ
 "$&TVXZ\^`bdfhjln*tv̪Ϊ*,RTҬJLNP<TVz̯prªĪƪȪʪm m m m m m m m m ڪܪުJLNPRTVXZ\^`bm m m m m m m m m m m m m m m m m m  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  "VXZ\ԬNP
RTVXXZ¯įܯVXZ\ȭʭfh
>fpFtvxz|^`bdfhj̭έЭҭԭ֭ح
~ln"$&ln(2$&(*,.02468:<>@BDFHJLNP@n @n @n @n @n @n @n @n @n  n  n  n  n ֬جڬܬެR­ĭƭZ\^`bԮnprTd &4ln2BDP`n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n `n prtvxz|~΀n ΀n ΀n ΀n ΀n ΀n ΀n ΀n ΀n ΀n ΀n ΀n ΀n ΀n ΀n ΀n ΀n Πn Πn Πn Πn Πn Πn Πn Πn Πn Πn Πn Πn Πn Πn Πn  j֮,68@BHJ^`bjrt~Πn Πn Πn Πn prtvxz|~®ĮƮȮʮ̮ήЮҮخڮܮޮ"$*.0:DFLNPRdvx|\ƯȯίHJbİް~>@|ʯԯ֯دگޯЯ$Ldư "468:<>@Bn n n n n n ү&(*fhȰʰ$&(DFHJLN
 ",.02468:<>@BPRTVXZ\D`~ܱޱ8:BJbܶlе|~bv̷BF°<zdȵʵ̵DжTnV¶xz|8^jlnprtvxz|̰ΰаҰ԰ְذڰܰ
*,.0PRTVXZ\^`bdfhjlnprtvxz|n n n n n n n n n n n n n n n HJLNPRTn n n n n n n n n n n n n n n n  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o fhjlnprtvxz|~VXZ\^`bd$&(*,.0T
 "LNPR²ĲƲȲʲ̲βвҲԲֲزڲܲ޲2468:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvx o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o ~DFHJBDFεFpҵPR~η o  o  o  o  o  o 
 "$&(*,.02468:<>@`bdfhjlnprtvxz|~@o @o @o @o @o @o @o @o @o @o @o @o @o VXZ\^ƴȴ&Vxz|~޵*,.dfƶ´Ĵ0@Ltvܵ "$&(\^`b@o @o @o @o @o ʴ̴δдҴԴִشڴܴ޴4
hHJԷPRTƺtvx

\nnp(* "$(*,.2468:<>NXZ\^``o `o `o `o `o `o `o `o ԶֶHRLNzBXZhjַطfrԵֵصXĶҶ*Tзҷ¸ĸºĺZ̽ȶʶ̶ζضڶ޶jP`o `o `o `o µĵ΀o ΀o ΀o ΀o ΀o ΀o ΀o ΀o ΀o 02468:<>@BhjlnprtvxR
 $.&(02468<>@N^`nprt",:HJL\l·ڷܷJLķƷȷʷ޷
 "&0246NPRTVXZ\^Πo Πo Πo Πo Πo Πo Πo $*,.@BDFHrtvxz|~ p  p  p  p  p ¼ļƼlnpҽ(:<bdfho o o o `DFع`bT(>ܸ޸bdfhj
^Rjظ^`ֺغ>@ll"$&dξоҾΠo Πo Πo Πo Πo Πo Πo Πo Πo Πo Πo Πo Πo Πo Πo Πo o o o o o o o o o o o o o o o o HJLNڹܹ޹dfhjlnprVXo o o o o VXZ\Ⱥʺ̺κкҺԺzo o o o o o o o o o o o o o o  p  p  p  p  p  p  p  p  p  p  p  p  p  p  p  p  p  p  p  p  p  "$&(*,.02468:<>@BDFHJLNPR
»ĻƻȻFH p  p  p  p  p  p  p  p  p  p  p  p  p  p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p ںܺ޺ bн( nԿֿ@p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p @p 468:<>@BD "$&(*,.02468:<>@BDFHJLNPRTVXZ\ܽ޽
 "$&x|~24>@BDFHʻ̻λлһԻֻػڻܻ޻`p `p `p `p `p `p `p ,f.h0FH&2D
FJLNPRTVXȼʼ̼μ "$rtvԽֽ0<VXZ\`p `p `p `p `p `p `p `p `p `p `p `p `p `p `p `p `p `p `p ΀p ΀p ΀p ΀p ΀p ΀p ΀p ΀p ΀p ΀p ΀p ΀p ΀p ^`ν*8:RT(*rtJLNPR΀p ΀p ΀p ΀p ΀p ΀p ΀p ΀p ΀p &(*,.02468:<>@BDFHJLNPxz|~½ĽƽȽʽؽڽ6̾`fڿ~TXZ,NԾ־ؾʿ24rvbdf¿Ŀƿȿ*,.BV`bP"$&pܿ޿< "0@lҿ:\:t46~,.024vxz|~VXZ(4Πp Πp Πp Πp 
p p p p p p p p p p p p p hjlnpھܾj̿οп68txzp p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p 
\ "$& q  q  q  q ؿBD$P|^`bd<>@ q  q  q  q  q  q  q  q  q  q  q  q  q  q  q  q  q  q  q  q  q 
*,.68:<>FHJLNRT\^dfBD~246*,.0,.024^`bdfhj "$&(*<@q @q @q @q @q @q @q @q @q @q @q jlnprtv
HJLR "$&(*,.0`bdf "@q @q @q @q @q @q @q @q `q `q `q `q `q `q `q `q `q `q `q `q `q `q `q `q `q `q `q `q `q `q `q `q q q q q @BDFHJLNPZ\^`bdfhjzxz|TVX$&Z\^ .^`n8:24
.rLNz`q `q `q `q `q `q `q `q `q lnprtvxz|~>@BDFHJLNPRTVXZ\jlnprvxz|TVl|~PRTVXZ\^$&(*,DFHJL
 "$&(*,.02468NPR
 "48DFHfhtvxz|~68:<>@BDFHJLN`΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q $&((*,8&@΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q ΀q Πq Πq Πq Πq Πq Πq Πq :<pBp4@BD "02468:<>@BXrtΠq Πq Πq Πq Πq Πq Πq Πq Πq Πq Πq Πq Πq Πq Πq Πq Πq Πq Πq Πq dfhjlnpr
PRTVXZ\^`bdfhjlnprtvxz|~
>vxJz|~"HJ<q q q q q q q q q q q q q bd2^`bdxzPRXTVZ\lnjtvx :<>@BDFq q q q q q q q q q \v8 h8lvVXZ H,~^Ztfl
$&(*,.0LNPRTVXJ&.6fhj|n8PRTTVXHJNFHJ,rtvxjlnprtq q q q q q q q 
 "$&(*,.02468L r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r ,0246<^`bd<>@tvxz|~LN0246:
@r @r @r @r @r @r @r @r @r @r @r @r >@BDFH " r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r PRTVXZ.02468:
 r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r `r `r `r `r `r `r `r `r `r `r |~:<>"$&(*jlnph(:\@DnpJLfhjBDF&(p"n8@r @r @r @r Πr Πr Πr Πr Πr Πr Πr Πr Πr Πr Πr Πr `r `r `r `r `r `r `r `r `r `r `r `r `r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r 6fhjnHJ*,t
$:<",468 pr.L>@Bz|~Rx$&΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r ΀r Πr Πr Πr Πr Πr Πr Πr Πr Πr 8:<>@BDFHJLNPRTVr r r r r r r XZ\^`bd*,.02468024|~ "$
FHJXZ\^`bdfr r r r lnprtvxz|~:<>@BDFHJLNPRTVXZ\^`b
.DF@r r r r r r r r "$&(*,.vxzdf68~>BNPRTVhjlD:<>@BDFHJLNPRTVXZ\^`bd*r r r r r r r r r r r r  "$&(*,.02468 s  s  s  s  s  s  s  s  s FH0246Zjz.:l s  s  s  s  s  s  s  s  s  s  s  s  s 8\l0RrtRT
 "$&(*,:<>@BDFHJLNP^`bdfhnprtv|~
 (*2<>@LNTXZ^`bjvxz|~BPV\dfhBD H|.:dfXpBDFHJLN s  s  s  s  s  s  s  s  s  s  s  s  s  s  s  s  s  s  s @s @s @s @s @s @s @s @s @s @s @s @s @s @s @s @s :<>FHJLpr"*Pdnz<RZ\PRTVXZ\^68:<xz@s @s @s @s @s @s @s 2tFR0>JLn^``bdf>&,2
 "$&(*,.02468:<`s `s `s `s `s `s >@0X~VNP4v\hl(*88:< "$`s `s `s `s `s `s `s `s `s `s `s `s `s `s `s `s `s `s `s `s `s `s ΀s ΀s ΀s ΀s ΀s ΀s ΀s ΀s ΀s ΀s ΀s ΀s ΀s ΀s ΀s ΀s ΀s 
 "$&(*,.@BDFHJLNPRTVXZ\^`bdfhjlnΠs Πs Πs Πs Πs |$4<>JNpvxtΠs Πs Πs Πs Πs Πs 
(.0268:@BDLTVXZ^`bfjrt~
s s s s s s s s s s 68@BDFHNPTVZ\^`bhjlprvxz|,bd:<>@\^&
 "$&s s s s s s .0`bd.02s s s s s s s s s s s s fhjlnprtvxz|~ t  t  t  t  t  t  t  t  t  t  t PR 46ZT
"$&(* t  t  t  t  t  t  "$&(*,.02BDFHJLNPRTVX t  t  t  t  t  t  t  t  t  t  t  t  t  t V,.0246(*,
468:<>@BDFHJΠu Πu Πu Πu Πu Πu Πu Πu @BD"$&(*,npXZ\^`"f.02468:<>@`t `t `t `t `t `t  `bd"$&(*2468FHJjlnpr*,.&b$hjBDFPR^`bdPRT&D(*,lnprtvxz|~@t @t @t @t @t @t L΀t ΀t ΀t ΀t ΀t ΀t ΀t ΀t 
TZ\^&(*,.:<>@BDdfh

 "$&(*,.0|~FHJLNP.rt"$ v  v  v  v  v  v  v 2468 "$&X,LNt@t @t @t @t @t @t @t @t @t @t @t @t @t @t @t @t @t @t @t @t @t @t @t @t @t TVXZ\^`bdfhjlnprtvxz|~fhjlnΠt Πt Πt Πt Πt  u  u  u  u  u  u  u \^`b>d >@BDFHJLNPR~`t `t `t `t `t PRTVXZ\vxz|~΀t ΀t ΀t ΀t ΀t ΀t ΀t ΀t ΀t ΀t ΀t ΀t ΀t t t t t t t t t t t t t t t t t t t t Πt Πt Πt Πt Πt Πt Πt Πt Πt Πt Πt Πt Πt Πt Πt Πt Πt Πt Πt Πt t t t t t t t t t t t t t t t t t t t t t t 
t t t t t t t t t t t t t t t t t t t t t t t  u  u  u  u  u  u  u  u  u 
>@BDFHJLNPRTV. u  u  u  u  u  u  u  u  u  u  u TVXZ\^`bdf~ u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u  u hj "$&D@Bf"jlnp JLLjV|~
468΀w ΀w ΀w ΀w BDFHJLNNPRTVXNPR "$ lX "$&(*,.02468:<>@BDFHJLNPTVXZR\^`bdfhjlnprtvxz`u `u `u `u `u `u `u `u `u `u `u `u `u `u `u lnprtvxz|~@u @u @u @u @u @u @u @u @u @u @u @u @u @u @u 
02468:<(*,.02468
>@B<rtvxz|
΀v ΀v ΀v ΀v ΀v ΀v ΀v 02468:<>@FHFHJh
T@u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u @u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u 
V`u `u `u `u `u `u `u `u `u VXZ\^`bdfhjlnprtvxzΠu Πu Πu Πu ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u ΀u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u (*,.02468:fhjlnp v  v  v  v  v  v  v  v  v u u u u u u u u u u u u u vxz|~ v  v  v  v  v  v 468:<>@B "$FHbd "$&(@BDRTV$^`
&bd
Z\ "@v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v FHJDTb^$&(*prtv v  v  v  v  v  v  v  v  v  v `v `v `v `v `v `v `v `v `v `v `v `v `v `v `v `v `v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v @v Πv Πv Πv Πv rtvxz$&n(*,.02DFv$&"X":Rt(*,.024`b$&Z\^`"<HJLNP~tBDFHJprtvx68:<>@BDLz|npldz&RTr.0p`v `v `v `v `v `v `v `v `v `v `v `v `v v v v v v v v v v v v v v v v v v v v ΀v ΀v ΀v ΀v ΀v ΀v ΀v ΀v ΀v ΀v ΀v hjlnprtvxzΠv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv Πv v v v v v v v v v v v v v v :<>@B:<>@BRZ\^`68:<>@dfhjl(*,.024bd^ "NPRTVXZ\^`bdfhjln~v v v v v v v v v v  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w `w `w `w `w `w `w `w `w `w LNPRTVXZ\F HJL@w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w Πw Πw Πw Πw Πw Πw Πw Πw Πw Πw Πw Πw Πw Πw 
RTVXZ\^`bdf`w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w `w w w w w w w w w w w ΀w ΀w ΀w ΀w 
*,.02468FHJLNPX\
FHJLNPRTVXrtvxz|~Πw Πw Πw Πw Πw Πw Πw Πw Πw Πw Πw Πw w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w  x  x  x  x  x  x Zz|2VLN`\^rRw w w w w w w w w w w  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x NPRTVVXZ\dfhj@B FH`fhjlfhjprtvx "`P8fP x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x  x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x `bdlnr$*P:Rjbnprtvxz|~$&(*,.0DD\(*@x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x @x F`x `x `x `x `x `x `x `x `x `x `x `x `x `x `x `x `x `x `x HJLNPRTVXZ\^`bdfhjlnprtvxz|
΀x ΀x ΀x ΀x ΀x ΀x ΀x ΀x ΀x JLNPRTVXZhjlnprz|~
$&(*,.0246<>@BJLNTVXZ^npvxΠx Πx Πx Πx Πx hjl|~,.02468XZ\^tv:x
(*^`bdΠx Πx Πx Πx Πx x x x x x x x x x x x x <>@BDFHJLN`bdfhjlnpz|~,<>@Z(bfhHJB2VBDFHJtv "$&XZ\PJ4r"$,T
LN68 &(*02468:BDFHJRT<>@\BD|Bjl f|~x x x x x x x x x x x x RTVXZ\^`bdfhjlnxz|~^lxDhz|FH.pr*JRTLNPVXdfhtvz|~
 "$&,.0468:<>FLNVXZ\^`fhjlnprtvxz~ y  y  y  y $&LNPRrtRj2T&(* y  y  y  y 
(*,.02468:<>@THJnp"$LNP
VXZ\^`bdxz|~
&(*,.02468:<>@BDFTVXZ\^`bd y  y  y  y  y  y  y  y  y  "$&468:<>(dx4LZ`*v,.0PR~*D"$8`bdf@VXZ\^`jlnprJLNh 6.0,.$&(zDtvf
^(H.024,.02<>@BDFHJNPRT:hVj
0zNPRdfVXjlnptvxz|~246Tbdfh
 "$&(*8:<>@,BDFHJLNPXZ\lnprtvxz|~ZbFfhj82\	BJLVXdx:<>@BDF "$&2468:<>@DFNPRT\^`fhjlnprt|~@y @y @y @y @y HJLZ\^`b46d6RT@BDF.F@y @y @y @y @y VXZ\^`bdfhjlnprtv "x
X02^`bDtvxz|NP:<>lTV(d "$&(*,V`y `y `y `y `y 
, "<>@B`y `y `y `y `y hjlnprtvxz|~΀y ΀y ΀y ΀y ΀y ΀y ΀y ΀y ΀y ΀y ΀y ΀y  "$&(*,.LNPRTVXZ\prtvxz|~NPX`blpggg gggg gU%g@g	ggAgg                                 8g	Hg]gggHgHg,g	gg                                                                                                    :*(                        l    \~L`>iiiiiiiiiiiiiiiii            iiibŢ"bŢ"bţWWWFHJLNPRX XZ\^`bdWLWWW        WWWWWW`ʁʢ&Ghʉ         " $ W    W    W				        vvffvf        vvvvvvvvvvv~vvv"v&v*v.v2vb6v:vXXX&X-X4X    ;XBXIXPXWX^XeXlXTVhjlsXzXXXnpwwwwwwwwwwwwwwwwwwww        wwwwwwwwwwwwwwww              w    0	2	Nv|~w  %		HJ 	                        `ʁʢ&Ghʉ$xxx x  x"x	"x"x"x"x%"x3xxV"x,"x3"xA"xH"xO"x:"x(Jl    	YYYYYYYYYY                                    YYYZZZZ"Z)Z%A	,A	A	AHOV]dkr                                                                    i i i i i i i i    ii             i       (                         b
pn	sn	vn	yn	pt	rt	tt	vt	



  C 
                    ( 


"0 c0 
0 1 
p	r	
 v
                                                            $ + ;$ $ $ $  $ "( $(z (%z	%|	+ E΀ ΀ ΀ ΀ ΀ ΀ ]hhhy     b"b"blblbvbvbbbbbbbb$            
 *bFbb1bbbb!     b                                                                        i i i i i iii4ii             " $n&p&r&t&v&x&z&|&~&&&&&&&&&&            ƦrͦrԦrۦrrrrrrrrbrr#r*r1r8r?rFrMr[rbrirprwrD    A	A	4	4	Tr    Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π ArOrrr                                                        @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @                                                                     ++++++                                                            	(    p                                                                                                                                                                                                                                                                    WWWWW                                                                                                                                        Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π                 x                                                                                                        &d-d4d;d                                                        BdIdPdWd^dedldsd                            ddAHOV]                                                                                              " $                                                                                                                                                                1 ,".	16,*(Z1d R
 T
ţ                                                      . ,
,
3z	3|	,	,	,N
,P
 J
 L
 >
 @
 :
.
.|
 z... .
..
.z
, J     . . . .n n.  g0g(gg g0g(gg g0g(gg g1g&g1g&g3g,gg%g¢łB£łb    aaaaC*
aaaa      aa		tt`	%		`	pmrmtmvmxm  mmmm  mmŢVm	%,x4		4	4	4	3:                               W 
X                      p 7p Mx Q                     M              @^p +l "o bp r x 1p 1 7 8 ? A B D E FNx M Ot O ], - .4 5 Bł  IP  We                                   .Pr                              &&&%^w,^w^w^w        `ʁʢ&Ghʉzzzzzz3z  D  zzzzzzzzzzzzzzzzy	p                       #&*&1&A	A	A	A	A	y        A	A	A	A	W[^[e[l[s[z[[[[[[[[[[[[[[    %	@ @ @ @ @ @ @ @ @ @ @ @ @ @   Π Π Π Π Π Π Π Π Π Π Π Π Π Π     Gx`ʁʢ&Ghʉd	hhhh%h,h3h:hAhHhOhVh]hdhkhrhyhhhhhhhhh      ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀   	GsGsGsGs%Gs,Gs3Gs  :GsHGsOGsVGs]GsdGskGsrGsyGsGsGsGsGsGs>`            H}J}L}N}N}R}R}V}V}X}Z}\}^}`}b}b}d}h}j}l}B}}    %A Ţ&}(}*},}.}0}2}4}6}8}:}<}>}@}B}D}F}H}J}L}N}R}V}X}Z}\}^}`}b}l}    Ţ  b  C B  b8Ţ77Ţ8"8Ţ<H=	3f3f3f3f%3f,3f33f:3fA3fH3fO3fV3f]3fd3fk3fr3fy3f3f3f3f3f3f3f3f|3f3fjj8Z,<3<:<A<H<O<V<]<d<k<r<y<<<<Ţ~"¬łgł"bŢB¸ºBbbBBłŢdłbbhŢhłb  Ţ  BHłPQŢX[^_nbqwbzŢŢ"BBłb  b  BłŢ"qbrzb{bf" Ţ " b BFłFBGGBJJOPPBQRłRW"XXB[\ł\B]ł]B^^B__łbll~ll`ʁʢ&Ghʉ68lnDDD                                irprwr~rrDn4	4	#*1Or#*841shzhhhhhhhhhhhǙhΙhՙhܙhhhh$h+h2h9h@hxhhhdB                yA		X 2t              2Tv	B{D{F{H{"J{`ʁʢ&Ghʉb3tZi^ibidifihijilinipiritixizi|iiŢiiiiiiiiiDiii:j<j>j@jBjDjFjHjJjLjNjPjRjTjVjXj\j`jbjdjfjDhjjjlj<k>k@kBkDkFkHkJkLkNkPkRkTkVkXk\k^kb`k" k"kDdkfk@lBlDlFlHlJlLlNlPlRlTlVlXlZl\l^l`lllbldlflhljlDnlplrl8m:m<m>m@mBmDmFmHmJmLmNmPmRmTmXmZm\m^mbmdmfmhmDjmlmnm@oBoDoFoHoJoLoNoPoRoToVoXoZo\o^o`obonopodofohojoloDtovoxo<p>p@pBpDpFpHpJpLpNpPpRpTpVpXpZp\p^pjp`pbpdpfphpDnpvp  0x0x%0x30x:0xA0xH0xO0x]0xd0xk0xr0xy0x0x0x0x0x0x0x0xD0x0x0x0x0xE0xɠF0xɀG`H?w	?w?w?w?w%?wDAw AwCwEw EwGw GwIw IwKw	KwKwKwwww#www1w8w?wFwMwTw[wbwiwpwww~wwwww*wD$	$	rrr΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ 8x 8x	:x:x:x:x%:x,:xD<x <x	>x>x>x>x,>x3>x>x%>x6x:x                rrrDrrirprwr	r4	4	B	D$F˫rf`ʁʢ&Ghʉr~rB	B	Tr[rbrirprwr~rrrDr`ʁʢ&Ghʉ` ` ` ` ` ` ` ` ` rrrrr#r*r1r8r?rFrMrTr[rDDbrwr~rsssfDss	ss4	4	FT[`ʁʢ&GhʉMbissDbsisp	s`ʁʢ&GhʉDw4	4	~ćˇ҇هpsxspspspsps              VsOs]s8s?sFsMsTs[sbsispsws~sDrs@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ "sDsssD5	!1B	`ʁʢ&GhʉΠ Π Π Π Π Π Π Π Π Π vvvvv	vvvvDkvfff v v.v v vrDf4s4s 2s.2s`ʁʢ&Ghʉ@x@x@x5	#5	FB	MB	TB	[B	bB	iB	pB	wB	~B	B	B	`ʁʢ&GhʉDffiiiii i"i$i(i,i.i0i2i6i8i:i<i>i@iBiFiHiJiLiNiTiViXijfj
jjjjjjjjj j"j$j&j(j*j,j.j0j2j4j6j8jfkkkk
kkkkkk&k(k*k,k.k0k2k4k6k8k:kfl
lllllllll l"l$l&l(l*l,l.l0l2l4l6l:l<l>lfmm
mmmmmmmmm m"m$m&m(m*m,m.m0m2m4m6mffoo
ooooooooo o"o$o&o(o*o,o.o0o4o6o:o<o>otpf:pp
ppppppppp p"p$p&p(p*p,p.p0p2p4p6p8p:pfvqqq
qqqqqqqq q"q$q&q(q*q,q.q0q2q4q6q8q:q<qfrr
rrrrrrrrrrr r"r$r&r(r*r,r.r0r2r4rff4ɀ@(x`A(x@B,(x C:(x DH(xO(xV(xDd(xk(x(x(x(x(x(x(x*x,x.x0x	0x0x          f$		$	`ʁʢ&GhʉfV΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ fbEsiEs	DsDsDsDs%Ds,Ds3Ds:DsADsHDsVDs]Ds` ` ` ` ` ` ` ` ` ` ` ` ` ` ` f	rrrr%r,r3r:rArHrOrVr]rdrkrrryrrrrrrrr"rrrf                             f                                                          frrr%r,r3r:rHrVr]r` ` ` ` ` ` ` ` ` ` ` ` ` r)rĵr˵r	rfr rr*rr4	4	8?                psws~sssssss+sssssf                  sss	s . /s%sf,sf4	4	s`ʁʢ&Ghʉ` ` ` ` ` ` ssss#s*s1s8s?sFsMsTs[sbsis 0ws~sfssds               TJs[JsbJsiJspJswJs~JsJsJsJsJsJsfJs                Mw[wiwwwwwwwwwwwff#@x	?x?x?x?x%?x,?x3?x:?xA?xH?xO?xV?x]?x` ` ` ` ` ` ` ` ` ` ` ` ` `  nn
nnnnnnnn 
 nn"n$n&nFn(n*npppp`ʁʢ&Ghʉpprppvtvxv~vvvvvv"~pxv
v|vF vvvvvvvvvvvv3UwdUwkUwrUwyUw  UwUwUwUwUw WwWwYw%Yw3YwHYwkYwYw,YwYwyYw[w]w6QwRQwnQwUwŃx9s;s	;s;s;s;s%;s=s	?s?s?s?s%?s,?s3?s:?sA?sH?sO?sV?s]?sd?sAs	CsCs,CsACsOCsVCs	rrrr%r,r3rArHrOrVr                                                                                                    @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @                                                           s΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ b si sp sw s~ s s s s s s svvvv	vv v v v v v v v v v v v.v.v.v.v vhv:rArHrvOrVr@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ M6sT6s[6sb6si6s	5sj`7 9jkkkk#k :1k8k?kFkMk`ʁʢ&Ghʉjjxjzj`ʁʢ&GhʉZj^j%%
%%%%[Vj2`ʁʢ&GhʉkkkZk4rrrr#r*r1r8r?rFrMrd4	r`ʁʢ&GhʉGsGsGsGsGsGsGsGsGsGsGsGsHsHsHs#Hs*Hs1HsAGsGsGsHs8Hs , ɠA ɀV `k tr6Xz@ >`ʁʢ&Ghʉ@B  ` ɠ    t&Hj` `ʁʢ&Ghʉ8;uu                      J@`uu`vuɀɠuuąu˅u҅uمuD	D@ @ @ @ @ @ @ @ @ @ @ 8Z|*	` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ywwwwwwwwwwww	wwww%w,w3w:wAw:\~                                *Ln	



                          *LnF~M~T~[~b~,3` ` ` ` ` ` ` ` ` ` ` ` `ʁʢ&Ghʉ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ <^`ʁʢ&Ghʉ	j         " $
,N.BA łA  hjƁ~ ơ  B
jj "	
ofł :
<
>
@
B
D
F
H
J
L
hjN
P
R
T
V
X
Z
\
,zt	|t	ơy  	yyyy%y,y3y:yAyHyOyVy]ydykyryyyyyyyyyyyy			



		b ł B 
t


~
.

"
D	F	$0 H	J	L	N	P	R	T	  <
.B
.D
 F
 H
$&.~	.	    


& "  *&6&d Z z	|			N
P
.
 z
 + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ] ~	 
 	 

Z t	 
  
 
 n	z	|	 |
z    
ʠ$Efʇʨ6*  d	y` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` 




 
"
$
&
(
V	X	Z	\	h	b			0


p
 	^	d
x
(
xt	$




4

v
'.
^j*
,
.
0
2
4
6
8
*























&xb	





0}}}}
}
}}}}}}b}B}b}}}Ţ}B }Ţ"}"$}b&}H}J}L}N}N}R}R}V}V}X}Z}\}^}`}b}b}d}h}j}l}ł}}Bł2B  		B
D
"2j}}}
}}}N}R}V}*}}}
}}}}}}}}}} }"}$}                    ~~~~~~~#~*~1~8~?~F~M~	~~~~,~%~	 	           HzJz 		t z &z 2zBł²Bł³Bł´          " $r&y&&&&&&&&&p p p  	3:                    ţ 6 #7          =	>	@BDFr?	         " $z%|%~%%%%%%%%%1x1x@I*1x3xr(xy(x,0xV0x0x0x0x%4	34	`ʁʢ&GhʉA	A		P4	,4	:>x3A	:A	AA	HA	OA	VA		P:4	A4	]A	dA	kA	rA	z`ʁʢ&Ghʉ	:MyVMy]MyAMyOMydMyOypOyxOyp)ys=yRTVł±B'y?yMy#y1y	EyMy,MyX	bt`ʁʢ&Ghʉ                ͠rԠr۠rrrrrrrrrTr[rbrirpr]4	%t	r	wrrB	4	4	,tawiawpaw`w                Π Π Π Π Π Π Π Π Π Π Π Π Π X		yy9y@yGyNyUy\yWy^yeylysyzyyyy&i*iii 	"	`ʁʢ&Ghʉp
iiiiii\iPi~iDiRii`ivi[	wb	w1	w8	w?	wF	wi	wwwAwHwOwVww	w	w#	wwwp	w$	%$		wwww%w,w3w:wAwHwOwVw]wdwkwrwywwwww&	(	`ʁʢ&Ghʉ,	.	tvxzQwQwUwUwUwUwOYwVYw]YwdYw]OwOwAUwHUwPw(Qw'x'x'x'x'x'x'x'x'x'x'x'x'x'x`ʁʢ&GhʉH4	O4	V4	    &&&&ē&AHOV]dk4	r4	kEsEsEsEsEsEsFsy4	4	%,3:         " $΀ ΀ ΀ ΀ ΀ H/sO/sV/s]/sd/sk/sr/sy/s/s/s/s/s`ʁʢ&GhʉM&T&4	4	*B	XMJs5	5	ry`ʁʢ&Ghʉ      `ʁʢ&Ghʉ*5	15	                lll ;mmm`=#m`>1m8m?m,85	?5	`ʁʢ&Ghʉ                                                            F5	M5	NdRdVd^dbdfdjdndrdvdzd~dddddd"d>dZdddddddd;	.:dddd	wwww%w,w3w:wAwHwOwVw]wdwkwrwywwwwwwwwwwwwA		A	` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` A		%,3:AHOV]dkryA	   y&&&&&                          p	%,A	A	A	A	A	A	۰rrrrr%r,rrr#B	@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ 	wwww%w,w3w:wAwHwOwVw]wdwkwrwywwwwwww8B	?B		~~~~%~,~3~:~A~H~O~V~]~d~k~r~y~~~~~~~~~~d	f	h	j	         " $%%%%%%%%%%%%%%%%	%,3:AHOV]dkryl	    #*18	l	  &	&&	2f2f2f2f%2f,2f32f:2fA2fH2fO2fV2f]2fd2fk2fr2fy2f2f2f2f2f2f d&k&r&  l	               " $l	l	%l	,l	3l	                                  :l	Al	) ) ) ) ) ) ) )  ) ". $0z.0,z	,|	. +. 3. G. Y14. 9. ?. A. C. E. I. O. Q         "" $bG H ŢH I bJ K ŢK BL L łM "O  c
 C ţ  c  # Ń d  d  d  d  d	 	 
 bC I "J J bK L ŢL BM M ţG CH H J ţJ CK K ŃL #M M cO  ţ c # łB BB "C "N ŢS łW bZ \ \ "^ ^   $$$C   Ń C   Ń C   Ń C   Ń  ţ c #  ţ c #  ţ c #  ţ c #  ţ c #  ţ   + - / 1 3 5 7 9 ; =C   Ń C   Ń C  ! /  / MŢu  ^ + - / 1 3 5 7 9 ; = ? A C E G Ic! C" ## $ $ % ţ& Ń' * c+ C, #- . . ! Ť" ń# d$ D% $& ' ' d* + Ť, ń- d. D/ * g( F) y c{ ƣz  { ƣ} Cz C} { c~ c C  #  C  ƃ Á c # ƣ C Ä ~ #| ƃ ƣ  ƃ| ƣ ~ # | ƃ  ! !  Ɓ bG "O U "X [ B\ ] b^  O P P Q BQ łQ Q R BR U BU P łU U V   + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ]	 	  	Π Π Π Π Π Π Π Π 				                    Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π 		
` ` ` 																						΀ ΀ ΀ ΀ ΀ ΀ ΀           		                                                      										^elsz        														         "" $bG          :
<
                     ƣ c Ç ƃ   c # C ơ a łOBB"słtŢv"x"wnł}Ţrt"vŢw"q"zB"jŢklrBtbvłLBL^
`
΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ f
h
j
l
Π Π Π Π ,3:AHOV]dkry "$&(*,.0oooo`ʁʢ&Ghʉ8       KW`ʁʢ&Ghʉrr<	rrrr%r,r3rrv	vvvv3vAv:vHvOv%v,vVvvvv	v]rdrkryyyyyyyyyyyyyyyy   " $˓&ғ&ٓ&&&&&&&&rryr              ` ` ` ` a Ɓ ơ    ! A a Ɓ ơ    ! 	%,3:AHOV]dkryƃ̓ O&	%,3:AHOV]dkryƆ͆Ԇۆ sT s([ s si/`ʁʢ&GhʉVVVVVVVWWWW!W(W/W6W=WDW[~b~%%
`ʁʢ&GhʉA&H&O&V&]&B#"bŃł"BŢŢ1 b1 ()'")c)bł(Ţ'*1 Ń ł ţ  #  b B b  b2 "2 Ţ2 ł#Ń"	B"3 2 b3 # ţ&d#Ť$"$Ť%Ń 'd$$Ť"Ť$& " ţ Ţ  ł  B b b ł  	 a	6^8^*H:^,XaŢ|  <N.
X4%4JxLxNxPxRxTxVxXxZx\x^x`xbxdxfxhxhhhhBhPh^hehhhhhGhUhchjh88888888888888888889999#9*91989?9F9M9T9[9b9;=?ACEGIKM	M^^^^n^n^::ł B F^F^H^H^J^J^6P"l k bo "o o Ţo Ţp bp "q p Ţq bq 002B2Bp Mp Mx Ox Ox Qx QOQ	Q`^`^"T&Bb^FF
0
00
:..
6
6"f e B    HHHHHN
N0N2N&N4N6N8N PTTTTTZZZZ
ZZZ\Q.: B.B TQQ%Q,Q3Q:QAQHQOQVQ]QdQkQcj j  /Ţ3 	bs #t 4b3  7 9 9 9 9Ĳ9 ; ; A Ab E b%b I K M M M,b3bU%UHUOUVU]UdUkUrUyUUUUUUUUUŃSŃU#UUVcYY#Z#cbfţe#lţjkp#MńLń~hŤŃ~~ňadiUUU  ơ  b " 1g&ggg1g&ggg.g g"UUUUUUVVVV#V*V1V8V?VFVMVƁ a ! A ,gg Ɓ .g gD  mmzm|m`ʁʢ&GhʉbV`m%%%%%%`ʁʢ&Ghʉ*%,%.%iVpVwV~VVVV0%2%4%6%8%:%<%>%@%B%D%F%H%J%L%N%P%R%T%V%X%VVVVVVVV|q~qqqq@ ɠ qqqqqRWbŢŢqZ%\%^%`%b%d%f%qqqqq`ʁʢ&Ghʉh%j%l%n%p%r%t%v%x%YW""bŢ                `WgWnWuW:r% %"%$%&%(%|WWW>vBvFvJvNvRvbVvZv^vbvfvjvnvrvvv& & vvvvvb~pfvpvvpzvX
X|QwUwuQwYwrYwYwYw:]wH]w]]wd]wA]wO]wV]wPwk]w`ʁʢ&Ghʉr]wy]wYwYwXX3OwrOwOwOwOwOwPw#Pw1PwFPwPwPwUwUw%UwPw~,UwOwDQw]w]w]wXXXKQw]w]w]wOwOwXXXXXXXXXYYYY$Y+Y2Y9Y@YGYNYUY\YcYjYqYxYYYYYYYţZ #] DP Ń\ DI . 1  Ŧ ( C  # bŢ C B :b ]AbVaHb ]Ob ?Ē+ - /Vb 3 3 56 C G f f 
f f ;]bC 2a
a
a2a xdbkbrbyb 1 1 3 ; =b-b#k 6bCF G C D cN ŃE N CT W E [ ţF ţT c[ Ń] ŢC %%%00 %%%B bbdhfjl	llll%l"4 b4 @ @ @ @ @ @ @ @ @ @ @ @ @ @ Ţ4 ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` 4 b5 "5 ~mmmmmmmmmmmmmmmmmmmnnnn!n(n/n6n=nDnKnRnYn`ngnnnun|nnnnnnnnnnnnnnprŢ5 	rrtv5 	vv"6 v%v,v3vx	%3AHOVa taa
aaaaaa a$a&a*a,a.a0a2a<aBaBaJaLaNaPaRaVa paa$aNaaaaa a$a&a*a,a.a0a2a<aBaBaJaLaNaPaRaVa paa$aNa<a2aaa
aa&a*a,a.a0a2a<aBaBaJaLaNaPaRaVa paa$aNa<a2aaa
aaaaaa a$a<aBaBaJaLaNaPaRaVa paa$aNa<a2aaa
aaaaaa a$a&a*a,a.a0a2aPaRaVa paa$aNa<a2aaa"Cdʅʦ	 "Cdʅʦ<a2aaa
aaaaaa a$a&a*a,a.a0a2a<aaBaJaLaNaPaRaVa taa
aaaaaa a$a&a*a,a.a0a2a<aaBaJaLaNaPaRaVa taa
aaaaaa a$a&a*a,a.a0a2a<aaBaJaLaNaPaRaVa taa
aaaaaa a$a&a*a,a.a0a2a<aaBaJaLaNaPaRaVa taa
aaaaaa a$a&a*a,a.a0a2a<aBaBaJaLaNa $f.f.f.f f.f f ,f 0fzAłAţBCB8"9b99b:Ţ::b;"<b<<ł>B>?B?zzzzzz|	Ţ6 1: 8?FMT[bipwł: b6 ł7 ; B; ~ł; ; < B< V]dk7 r8 yB8 Ń8 8 #9 	%,3:AHOV]d&-4;BIPW^eD8                    kł9 ry9 : B: Ơ͠Ԡ۠#*ł< < ġˡł= = ҡ١> B> ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ = B= ł> > +29@GN@ B@ ł@ @ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ? B? ł? ? Тעޢ
&4;BIPW^elszǣΣգܣ$                                  ߬ '.5                                                                                                                                      @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @                                    + - / 1 3 5 7 9 ; =                                                                Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π                                                                 Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π                                 "Cdʅʦ	 ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ^elsz΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π 4;BIPW                                ")07>ELSZahov}                                             "" $bG          "" $bG                                                                 ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀                                                                 A                                                                                                                       @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @                                                                                                                                                                                                                                                                                                           %%%%%%%%%%%&&&&
&&&&&DKRY`gnu|<&>&@&B&D&F&H&J&L&N&P&R&T&V&X&Z&\&^&`& b&d&f&h&j&` ` ` ` ` ` ` ` ` ` ` ` `  l&	
				&	-	4	;	B	I	P	W	^	e	l	΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ 	%,3:AHOV] 	%,3

     &&`ʁʢ&Ghʉi~
                                                                @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` |!(/6=DKRY`gnu΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ PW")07>ELSZahov} '.5<CJQX_fmt{	%,3:AHOV]dkry$'&'('         " $*','.'p p 0'2'`'b'd'f'h'j'l'n'p'r't'v'x'z'p  p p p p p  p "p $|'~''''''                                                                                                    " ) 0 7 > E L S Z a h o v }                   !!!!                                                  ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` u$|$$$$$$$$$$$$$eAlAsAzAAAAAAAAAA K M O Q S U W Y [ ]b Ţ Ţ $$$ + - / 1 3 5 7 9 ; = ? A C E G I%
%%%%&%@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @                                                                                                                                                                                                                                                                                                @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ AAAAAAAAAA΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ CCCCCCCCCCCCCCCCDDDD D'D.D5D<DCDJDQDXD_DfDmDtD{DD` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ JJKKKK K'K.K5K<KCKJKΠ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π                                    7Q>QEQLQSQZQaQhQoQvQ}QQQQQQQQQQQQQQQ                                rSySSSSSSSSS                                                                                                    UUUUUUUUUUUUUV                                                                                                                               ddddeeee$e+e2e9e@eGeNeUeΠ Π Π Π Π Π \e}} }.}4}:}<}>}@}B}H}X}Z}\}^}`}Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π  ! ! A  _| a| c| | | | | | | | |%j,j! ơ  ơ !  a   Ɓ a A  a |
||||||||"|$|&|(|*|BłµBł¶łB"bŢŅķB3jbl  l nbm  ...B{ | b} } .2.2 2  4 ,4" .04.8.8 8B  : : >b ł .B B &B .B 0BHOwOwOwbPwQwYw|OwPw:OwOOwOwOw8PwMPwiPw`ʁʢ&Ghʉ:UwPwPwQwQwDtFtHtJtLtNtPtRtTtVtXtZt\t^t`tbtdtfthtjtltntptrtttvtxtc ł 
`ʁʢ&Ghʉ          " $Axxx	xxxx%x,x3x`ʁʢ&Ghʉ bţ`ʁʢ&Ghʉ`ʁʢ&GhʉdCsCsCs3CskCsrCsyCsCsCsCsCsCsCsHCs?s]Cs`ʁʢ&Ghʉ 9s%Cs:Csk?s =s As`ʁʢ&GhʉOwVw]w`ʁʢ&Ghʉ            `ʁʢ&Ghʉ *z ?z`ʁʢ&Ghʉ@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ `ʁʢ&Ghʉ! A a Ɓ ơ    ! A a Ɓ ơ    `ʁʢ&Ghʉ	zzzz%z,zzzzzzzzzzzzzzzzz΀ ΀ ΀ ΀ ΀ ΀ `ʁʢ&GhʉFsODsdDsEsEs~EsFsΠ Π Π Π Π Π Π Π Π `ʁʢ&Ghʉ    `w`wawawaw#aw*aw1aw8aw?awFawMawTaw " #waw~aw`ʁʢ&Ghʉ`ʁʢ&Ghʉ`ʁʢ&Ghʉ`ʁʢ`ʁʢ&Ghʉ&	&&&&%&,&3&:&	~`ʁʢ&Ghʉ`ʁʢ&Ghʉ                          " $&&&&&&&&&&          " $&&&&&&&&&& ? A C E G I K M O Q S U W Y [ ]"Cdʅʦ	 	 "Cdʅʦ	 "Cdʅʦ	 "Cdʅʦ	  K M O Q S U W Y [ ] H ŢH I bJ K ŢK BL L łM "O          "" $bG  cdŃEbŦcdCbDť  "  Ƣ b "  &&  &&&&  &"&$&&&(&*& ,&.&0&2&4&6&8&:&          	%%~~~                      %&,&3&	%,3:AHOV]dkry  :&A&H&         " $'	''''%','              	%,3:AHOV]dkryƄ̈́ V&]&	%,3:AHOV]dkry    &&&ƒ&	%,3:AHOV]dkry    ͒&Ԓ&ے&&    &&&yyypyyyyyyyypyypyyyyyy  %%%%,%         " $%%%%%%%%%%%%%%%%%%%%%%   	%, pp p p   @ @ @ @ @     8&?&F&         " $&&&&&&&&&&&        " $       " $      " $         " $              " $      ''                    " " $ $ $ $                               " $'''''''''                " $&&&&&&         " $4'6'8':'<'>'@'B'D'F'H'J'L'N'P'R'T'V'X'Z'\'^'B b Ƃ B   Ƃ B   # C c #  ƣ c #  ƣ c #  ƣ c × # ƃ  C ƣ ţ Ƣ   B Ƃ   B Ƃ c ƃ ƣ b ţ  ţ ,},},
},},}(}&}(}(}%}&}(}( }&"}&$}&&}Ƣ b Ë   Î ƃ C  Ñ ƃ C  Ô ƃ C  ţ Bx "p #r ·  ły y #z ł  b   Ƥ  K M O Q S U W Y [ ] I ¸  Ţl ł y "v w Ť B # ¤   # ł BW R łR "Z Ţ^ Ɓ  A a   A  Ɓ a A    Ɓ   BV łV V W "X bX "Q U ŢX X "Y bY ŢY Y [   &&&&&	%,3:AHOV]dkr&Ghʉd&k&i~p~w~~~~~~~~~~~~~~~~~~~~~~~&&&&&&&&&&&&&&&''''
''''''''''' '"'                      8'?'F'M'T'['b'i'p'w'.02468:<>@BDFHJLpLNPRTVXZ~'1'\	\ + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ] + - / 1 3 5 7 ; = ? A C E G I K M [ ] + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ] + / 1 7 = ? E G I K O Q S U W Y [ ] + - / 1 5 9 ; = K M O Q S U W Y [ ] + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ] + - 1 3 5 7 = ? A C E G I K O Q S U W Y [ + - ; = ? A C G O Q S U W Y [ + - / 1 3 5 7 9 ; = ? A C E C E G I K M O Q S U W Y [ ] + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ] + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ] + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ] + - / 1 3 5 7 9 ; = ? A C E G I ? A C E I K M O Q S U W Y [ ] + - / 1 3 5 7 9 ; = ? A C E G I K M O Q S U W Y [ ] b  B # ł  + - / 1 3 5 7 9 ; = ? A C E G I Q S W+ +.,,, ,+ -+ 1+ 3&4,4 (4+ 7 <+ ?+ C, F+ G. H .H 0H+ I+ Q+ S 
T.(T+ U l^,a(
a1aVX^^j^l^a(a4a>aTadb +bm  -
. 1 34 7 9 ; = ? A C EF G<H I MĜ++Ķ+Ķ+Ńb #b Cc b d cd d ţc Ńi #i Ń_ #_ C` _ a ca a ţ` h ch Ĝ33Ķ3Ķ3Ě3Ě3 ţ~ "h g p Wp W0P^
2
2PP04
P
P88*^2^PP| O| O4B4B6BȜ++Ĝ-Ĝ-Ĝ--Ҝ--cs s Ĝ1Ĝ1Ĝ11Ҝ11Ġ1Ġ1̜11Ń # Â c ̜33М33 ţ Ĝ5Ĝ5ł " i łr bu u ńt cw x  ł b B Ţ b  B ł Ù   Ń  ł  ù ł Ţ ł B Ń Ńk ĊWĊWĈWĈWĖWĖWĜWĜWĠWWĜYĜYĖYĖYĜ[Ĝ[Ď]Ď]Ĝ]]Ҝ]]9ĖQĒWĒ[q ł PP 2,,,.0224(4<>@
BD
FH"HH$HHH>H.H0HJNNRT
TT,TBBBJ"N,
R::@@^^,D,,VXXV::J4N2H4. = UP^.268@ B
DFJNP"P
VZ^
,,244&44<(H$PT"^.,+ /.0.p 1.$4b "   Ţ b ¼ ł ł B :$48B<L@R>Z..:H:HTT,,<< T ThhhhhhhBhIhPhWh^hehlh,,4
4468BBBDF"F
HH&H,Na(Pa. ;. M. S. U3a0
a0<a3Na0PaT.26DFJN*NPR
^8,xbp 7Ţ <<JT2T ; c   U"  Ť ł  YB   A / 1 C ;ł    U c $ B  Y Ń  A / 1 C / 5 K::<B ¶ *T6JD
<Dł  "
Ţ B ł "  u Ē B ł b
Ţ
 t b C # C  
b By  Ţ ¥ " bv " # ţv v ţ Ń w "w  Ü $  c C ţ ý % ƾ º B b » ł Ţ"  b  ¦ Ţ B  b 
88@B0B:B&FNR^,P.PRv^^@(B"~ B$F>N,N  ^b~ <H 0P  ^^,^,^.^.^4^4^<^<^>^>^@^@^,@^2,BDF@NBNRB^x 1x 1p 5p 5p 7882$BF$NPR c C  Ń # C  Ķ;Ķ;Ĝ;;ĜGGĶGĶGc  # ç ţ C  Ń  Ń # ñ  Ń c  + 5 >.8."T.<.<.< <.> "B  B.B.D .T.F F.F.4H J,P,P R.T.0T T.V.V+ ].^.^,^3aĤ7Ĥ7Ĝ9Ĝ9Ĝ99Ė9Ė9Ġ9Ġ9Μ99М;;ţ C Ĉ?Ĉ?Ĝ??Ҝ??ĜAA# Ö ҜAA̜AAĈCĈC W Y [ ] < >aa
aaaaaa a$a&a*a,a.a0a2a<aaBaJaLaNaPaRa@@@@@@BBBB6H6H,H,Hł B 
J
JJJJJLL
L
Lx Mx MDNDNVVţ C # ô ĜSSĶSĶSc  #  ţ C  Ń c  Ċ[Ċ[Ĝ[[Ķ[Ķ[Ě[Ě[  VV\\ 8B :BB  H 8H+ K N N."N (N,N ł  ł .R V \ p^ r^ ^ x^ z^ |^ ^ PĜCĜCĜCCĜEĜEĜEEҜEE̜EEţ C c  # ð c  ĈIĈIĜIĜIĜMĜMĜMMc  ҜMMĜOĜOĜOO# ÿ  Ń #  ĜQĜQĜQQҜQQ̜QQƜSSМSS̜SSţ C c  ĚUĚUĜUUB  Ń   C C  ł   c # ţ ţ # " " c c ţ ţ b b      Ń D  ń   ń c   D  ń ń   c $ Ť d   d C  Ť $  d d  b ţ##c!c$Ţ"!Ń#C!C%" B Ţ "  " łŢ"B(b'" Ţ c  ţ # # ţ b   C  Ń Ń   CŃ CB ţc ţc#""ccţţbbBŃŃ#Cł#ţbabadadafafahahajajananapapararatatavavaxaxa|a|a~a~aaaaaaaaaaaaaaaaaaaaaaaaaaaaalalazazaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbb,b2bTbbbrbxbbbbbbbbbb b! b3b(b RbA Ɓ b ơ  ơ  Fc Hc Lc Nc Rc Tc Vc Xc Zc&b&b&b&b&b&(b&,b&2b&Fb&Tb&bb,rb(b&b,b&b,b&b&b&b&b&b&b&b.b,b.@b.b&Jb.Pb.b.b.b1b1b1b1b1b1(b1,b12b1Fb1Tb1bb0b1b1b1bbbbbbbbƁ A  	bd
dddddd&d*d.d2d6d:dBdFdJd1b1b1b1b1b1b1bpb1Jb.:b.b.b.b.bbbDbDb 	.bbb@b@bbb b 	bbbA 	b 	bbbbbbb&b,bba 4b4b! 	8b<b<bLbLbRbRba bƁ ba bbb 	b b! 	b bA %bƁ 3b ]bJbFcHcJcLcNcPcRcTcVcXcZc\c^c`cbcdccc
ccccccccccc c"c$c c c 
c c c c c c c c c c  c "c $c &c (c *c ,c .c 0c 2c 4c 6c <c >c @c Bc Dccc
ccccccccccc c"c$c&c(c*c,c.c0c2c4c6c8c:c<c>c@cBcDc&c(c*c,c.c0c2c4c6c8c:c<c>c@cBcDcFcHcJcLcNcPcRcTcVcXcZc\c^c`cbcdc           hcjc	jclcnc	ncncpcrc	rcrcrcrctcvc	vcvcxczc	zczczczc%zc,zc3zc:zcAzcHzcOzcVzc]zcdzckzcrzcyzczczc hc lc pc tc xcd$d@d\dddddd
dddddd&d*d.d2d6d:dBdFdJddddddd d(d,d0d4d8d<dDdHdLdPdTdXd`dddhdldpdtdxd|dddddddddddd d(d,d0d4d8d<dDdHdLdPdTdXd`dddhdldpdtdxd|ddddddNdRdVd^dbdfdjdndrdvdzd~dddddd"d>dZdddddddddddd$d@d\ddddd	hhhh%h,h3h:hAhHhOhVh` ` ` ` ł??B@@@ABABC";":>ł@Ţ9.g g1 g& g g g1"g&"g"g"g1$g&$g$g$g10g&0g.g.g g.
g 
g.g g.g g1g&ggg1g&g0g(gg g.(g (g0*g(*g*g *g0,g(,g,g ,g0:g(:g:g ơ .g g1g&gggggDłD"  HłHBIIƢ b IłIKłKBKłJBJJ0g(gg gbłbBłpł·ł¹łBbŢŢ"EłEFFHłMNNBPBEEłGłJKMBN"OQBRRBSTłV"YB\\]ł^ł_`ł`łbdbe"gbgŢgbjkmobŢłbbbbBŢŢ«łYYBZłpŢb»ł¾ŢBB"G,&gA&gHgg%gg%ggg	g%g,gggfgggg,g%gg%gH&gO&g8g3g:gg	gg:&g	8g,h3h:hAhHhOhVh]hdhkhrhgggggggggggggggggg:gVggrgJggggggggggggpgg*g,gLgXgggg gg  gg:gVgggrgJgggggggggggpgg*g,gLgXggggg:ggJgggggggggggg*g,gLgggg g g:ggJgggggggggggg*g,gLgggg:gVggrgJgggggggggggpgg*g,gLgXggggŃCä#Ń#ţî#ícðcŃCCţcccOCTłQSŢTBVbXł[]B`ŢSBUVfVibkłlłnŢ{B}łBłBłBłBbSŃW#WZŃZc`ŃcCm|u#CcCñţ####ŃàŃ#ae0g0g16g&6g6g6g1.g&.g.g.ga A  !   Ɓ ơ 1>g&>g>g>g1<g&<g<g<g1Bg&BgBgBg1Fg&Fg:gJgggggggggLgggg  :g0Jg(JgJg Jg0Lg(LgLg Lg,VgVg,XgXg,pgpg,rgrg0g(gg g0g(gg g0g(gg g0g(ggŢfBdłdg"hłłbstvbxbwBn}łBbŢq"rŢz"{`ŢNTbTBWFgFg.dg dg.bg bg.hg hg.Zg Zg.g g.tg tg1g&ggg1g&gggƁ a ! A   ơ  ,gg	ngg%gţoCopcpŃ|#|ccuuţsyţxycyÄccÊ###ÎŃCţCCţ{łłłB~łŢ"ŢBŢŢ"Ţ"Ţ"""¡Bł g0g(gg g0g(gg g0g(gg g0g(gg g0g(gg g0g(gg g0g(gg g0g(gg` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ 	hhhh%h,h3h:hAhHhOhVh]hdhkhrhhhhhhhhhhhƏh͏hԏhۏhhhyhhhҐh=hlhh$hhh>hȕhhhMhRhhhqhhhhhhÛhћhߛhhhhhhhhhhhhhIhWhhhhhhhhhNh\h#h*h1h8h?hFhMhTh[hbhihphwh~hhhhhhhhhĐhːhhhhh!h(h/h6hِhhhhhhhhhhƖh͖hϕh֕hݕhhhhDhKhRhYh`hghnhuh|hhhhhhhhɑhБhבhޑhhhhhh
hhhh&h-h4h;hshzhhhhhhhhhhhǒhΒhՒhܒhhhhhhhhh+h2h9h@hGhNhUh\hchjhqhxhhhhhhhhhhœh̓hӓhړhhhhhhhhh"h)h0h7hEhLhShZhahhhohvh}hhhhhhhÔhʔhєhؔhߔhhhhh h'h.h5h<hChJhQhXh_hfhmhth{hhhhhhhhhhhhh	hhhh%h,h3h:hAhHhOhVh]hdhkhrhyhhhhhhԖhۖhhhhhhhhh#h*h1h8h?hFhTh[hbhihphwh~hhhhhhhėh˗hҗhٗhhhhhh!h(h/h6h=hDhKhYh`hghnhuh|hhhɘhИhטhޘhhhhh
hhhh&h-h4h;hhhhhhhhhŚh̚hӚhښhhhhhhhhhh"h)h0h7h>hEhLhShZhahhhohvh}hhhhhhhhhʛh؛hhhhhh h'h.h5h<hChnjpjrjtjvj ~jjjjŢj"bhkjklknkpkrktkvk$kbŢbk"tlvlxlzl|lllllllllTnVnXn
 @ ^n`nbndnfnnhn,n.n0nDn2n4n6n8nBn:n@n>n<nHnJnLnNnPnRnzo|o~ooo& oooooooo2o8oro"zp|p~ppp pp` pppppblp>q@qBqDqFqHqJqLqNqPqRqTqVqXqZq\q^qpq`qlqnqbqdqfqhqjqrq q qtqxqzq6r8r:r<r>r@rBrDrFrHrJrLrNrPrRrTrVrXrZr\r^r`rbrdrfrhrjrlrnrprrrtrvrxrzrr|r~rrrrrrrɄ rr rrrrrr%r,r3r:rArHrOrVr]rdrkrrryrrrrrrrrrrrƠr~rrrrr                                                                                                      rrrrrrrrrīrҫr٫rr	rrr%r,r3r:rArHrVr]rdrkrrryrrrr                          rbr	rrrr3r:rArHrOrVr]rdrkrrryrrrrrrrrrrrưrͰr԰rrrrrr $rĳr˳rҳr	rٳrrirpr	rr%r&,r3r:rArHr'Vr(΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ 1r8r?rFrMrTrbr[rirprwr~rrrrrrrΠ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π sssssssssssss                                		s	ssss                                                                                           	ssss%s,s3s:sAsHsdsks                                        	ssss%s,s3s:sAsHsOsVs]sksrsysss` ` ` ` ` ` ` ` 	ssss%s,s3s:s΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ 	#s#s#s#s%sp%s's	's)s+s	+s+s+s+s%+s,+s3+s:+sA+sH+sO+s-sp-s/s	/s/sp)s/s/s/s/s/s%/s,/s3/s:/sA/s	0s0s0s0s%0s,0s30s:0sA0s                                              2s4s	4s4s4s4s%4s,4s34s:4sA4sH4sO4sV4s]4sd4sk4sr4sy4s4s4s5s5s5s%5s,5s35s:5sA5s@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` pEswEsEsEsEsEsEsEsEsEsEsEs	IsIsIsIs%Is,Is3Is:IsAIs                      tt
ttttttttttt t"t$t&t(t*t,t.t0t2t4t6t8t:t<t>t@tBtu
uuuuuuuu uu"u$u&u(u*u,u.u0u2u4u6u8u:u<u>u@uBuDuFuHuJuLuNuPuRuuTuVuXuZu\u^u`ubudufuhujulunupurutuvuxu                                vvvŢ~vvv v$v(v,v0v"4v8v<v@vŢDvHvLvPv"TvXv\v`vŢdvhvlvv%v,v3v:vAvHvOvVv]vdv	vvΠ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π vv	vvvv%v,v3v:vAvvv	vvvvv	vvvv	vvvvvvvvvv         FwTwbwpw~www                            	wwww%w,w3w:wAwHwdwkwrwywwwwwwwwwwwwwwwwwww	wwww%w,w3w:w]wdwkwrwywwwwwwwwwwwwwww	w	w*	wM	wT	w	
w
w
w
w%
w,
w3
w:
www	www	wwww%w,w3w:wAwHwOwVw]wdwkwrwB	wwww%w,w3w:wAwHwOwVw]wdwrwywwwwwwwkw	wwww%w,w3w:wAwHwOwVw]wdwkwrwywwww	wwww%w,w3w:wAwHwOwVw]wdwkwrwyww!w !w#w #w #w%w %w'w 'w)w )w+w +w +w-w -w/w	/w1w 1w3w 3w5w 5w7w 7w 7w9w 9w;w=w =w	OwOw%OwAOwVOwdOwyOwOwOwOwPwPwPw*Pw?PwTPwpPwwPw~PwPwPwPwPwPwQw!Qw/Qw=QwYQwgQwSw	Uw`QwOwYw	]w]wQw]UwYwYw]w]w%]w,]w3]w[PwOUwVUwYw	Yw:YwAYwOwOw,OwkOwOwOwPwPwPwPwPw	^w3^w:^wA^wH^wO^wV^w]^wd^wk^wr^wy^w^w^w^w^w^w^w^w^w^w^w^w^w^w^w^w^w^w^w^w^wdwfwhwjwlwnwpwrwtwvwxwzw|w~wwwwwwwwwwwwwwwwwww              xxxxx	xxxx%x,x3x:xAxHxOxVx]xdxkxrxyxxxxxxxxxxxxx	x		x	x	x	x%	x,	x3	x:	xA	xH	xO	xV	x]	xd	xk	xr	xy	x	x	x  ɠ@	xx,x%x,x3x:x	xxxx%x,xxx	xxxx%x,x3x:xAxHxOxVx]xdxkxrxyxxxx            xx	xxxx%xdxkxrxyxxx,xŃ:xAxHx x x x xOxVx]xΠ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π F'xM'xT'x['xb'xi'xp'xw'x~'x'x*'x1'x8'x?'x` ` ` ` ` ` ` ` ` ` ` ` ` *@x1@x8@x?@xF@xM@xT@x[@xb@xi@xp@xw@x~@x@x@x@x	AxAxAxAx%Ax,Ax3AxHAxAx|CxAxBxDxDxDx&Dx-DxBDxPDxWDxeDxsDxDxDx4DxzDxMBxAxBxBx
DxDxCxCxCx:AxVAxkAxAxAxAxAxAxBxBx1Bx?BxbBxBxBxBxCxCx!CxDCxgCxCxCxCxCxBx]AxrAxAxAAxOAxdAxAxAxAxAxAxAxAxBxBx*Bx8Bx[BxiBxpBxwBxBxBxBxBxCx/Cx=CxKCx`CxCxCxCxCxCxAxAxAxnCxFBxTBx#Bx~BxBxBxCxRCxCxCxCxCxCxBx(CxyAxuCx6CxYCxCxBx;DxIDxBxlDxBxBxDxDx^DxDxDx                Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π JxLxNxPxRxTxVxXxZx\x^x`xbxdxfxhxjxlxnxpxrxtxvxxxzx|x~xxxxxxjxlxnxpxrxtxvxxxzx|x~xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx! A a Ɓ ơ    ! A a Ɓ ơ    ! A a Ɓ                                                         ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` yzyyyyyyyyyyyyyyyyyyyyyy$y+y2y΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π                                   ypyy3Mypyxyypy!yp!yMy%Myt!yx!y|!y	#y#y#y%yp%yt%yx%y|%y	'yHMy)y+yp+yu+yz+y-yp-yx-y/yp/y3yp3y5yp5y7y9y;y=yp=yv=yy=y|=yAypAyxAyCypCyxCyp9yEyGypGyxGyIypIyKypKyMy	MySypSyUyWyYy[y]y_yaycypcyxcyeygyiykymypmyoyqysyuywyyy{y}yyypyypyxySypSyUyWyYy[y]y_yaycypcyxcyeygyiykymypmyoyqysyuywyyy{y}yyypyypyxyyyypyyyyyyyypyypyyyyyyypyyypyy	yypyypyypyypyypyypyyypyypyypyypyypyypyy	yyyypyypyypyypyyypyy	yyypyypyypyypyypyy	yyypyypyypyypyy	y	zzzz%z,z3z:zAzHzOzVzzz	zzzz%z,z3z:zAzHzOzVz]zdzkzrz
zz	zzzz%z,z3z:zAzHzOzVz]zdzkzrzyzzzz@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ zz	zzzz%z,z3z:zAzzz	zzzzzzz z	 z z z z"z$z	$z$z$z$z%$z,$z3$z:$z&z(z	(z(z*z` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` .z0z2z΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ 7zΠ Π Π Π Π Π Π Π Π Π Π Π Π Π ;z=z	=z=z=z=z?zAz	AzAzAzAz%AzCz                                                                   Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π                                 gzizkzmzozqzszuzwzyz{z}zzzzzzzzzzzzzzzzzzzzzgzizkzmzozqzszuzwzyz{z}zzzzzzzzzzzzzzzzzzzzzF{H{{{
{{{{{{{{{{{ {"{${&{({*{,{.{0{2{4{6{8{:{<{>{@{{{
{{{{{{{{{{{ {"{${&{({*{,{.{0{2{4{6{8{:{<{>{@{B{D{||
||||||||||| |"|$|&|(|*|,|.|0|2|	2|2|2|4|6|8|:|<|>|V~X~Z~\~^~b~h~j~l~n~~ ~*~p~ L~~| | |
| | || || | | | | | |a |||
||||||||||||4||||B||||| |"|$|&|(|*| 4||| | B|| |||  |"|$|&|(|*|g| i| k| m| o| q| s| u|w| y| {| }| || | | | | || |A  .| 0| | | | |Ɓ ơ   8|   :| <| @| D| F| J| N| R| T| V| X| Z|ơ   @|B|D|F|H|	H|H|J|L|N|P|R|T|V|X|Z|                                              _|a|c|e|	e|e|e|e|e|%e|,e|3e|:e|Ae|He|Oe|Ve|]e|de|ke|re|ye|e|e|e|e|e|e|e|e|e|e|e|e|e|e|e|e|e|g|i|k|m|o|q|s|u|w|y|{|}||||||||||                    g|i|k|m|o|q|s|u|w|y|{|}||||||||||        ||||||	||||%|,|3||||||	||||%|,|3|:||||||	||||%|||||||||||||||||||||||||                                                 ||||	||||||	|||||@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @                                                         }}}}
}
}}}}}}"}}"}Ţ}ł}b} }b"}$}"&}Ņ$ť#EýŦ$ÿcţńńńńŅDŦf$#}]n}n}	n}n}n}n}%n},n}3n}:n}An}Hn}On}Vn}΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ P}T}f}}d}h}j}}ł1}Ɓ  ! " ơ A a ! A   a Ɓ  A ec$cC"Ţ#FŅņD#ņDŃţŃń%łŢ(}Ţ*}*}",}Ţ.}0}2}4}6}8}:}B<}ł>}ł@}bB}bD}F}(}*}*}b,}.}0}2}4}6}8}:}ł<}B>}B@}"ŢB}Ţ"D}F}&(},*}&,}%.}&0}&2}14}&6}&8}(:}(<}(>}(@}(B}&D}&F}(H}&J},L},N},R}(V}(X}%Z}(\}(^}(`}(b},d},h}1j}Ƣ d}h}j}l}Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ f}΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ~~
~~~~~~~~$~&~(~,~2~4~6~8~:~<~>~F~H~L~N~R~T~p~p:~p&~p~P~pP~J~pH~xl~pF~pj~pl~~"~pR~pV~d~f~`~ pj~ ~ ~ ~ $~@~B~D~ ~.~0~r~t~                                ~	~~~~~~ ~	~~~~%~,~3~A~H~~~	~ ~~~~%~,~3~:~A~H~O~V~]~	~~~~%~%~r~d~:~~O~H~,~3~:~A~O~V~]~d~k~y~~~~~~~d~k~r~~~ ~	~~~~%~,~3~:~A~H~O~V~]~k~y~~~~~~~~~~~ ~T~r~p~~~i~~*~~Ī~˪~Ҫ~٪~~~~~~~~~~!~(~/~~~Ʃ~ͩ~ԩ~۩~~~~~~~~~1~8~?~F~M~[~b~w~~~~~~~~~~~#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:~A~H~O~V~]~d~k~r~y~~~~~~~~~~~~	~~~~%~,~3~~~~~~~~~~1~#~~8~*~~i~[~p~b~~~~~M~?~w~T~F~~~                                                                ~~!~(~/~6~=~D~K~R~Y~`~g~n~u~|~                                                                @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ 	~~~~%~,~3~:~A~H~O~V~]~d~k~r~y~~~~~~~~~~~~~Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π 	~~~~%~,~3~:~A~H~O~V~]~d~k~y~~~~~~~~~~~~~~~~r~FHJLNPRT
 "$&(*,.024
 "$&(*,.02468:<>@BD68:<>@BDFHJLNPRT                                                                                                   Z[
[[[[&[-[4[;[B[I[P[	\\\\%\,\3\:\A\H\O\V\]\d\k\r\y\\\\\\\\\\\\\\@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` A a Ɓ ơ    ! A a Ɓ ơ    ! A a Ɓ ơ 	aaaa%a,a3a:aAaHaOaVa]adakarayaaaaaaaaaaaaaaaaaaa	bbbb%b,b3b:bAbHbObVb]bdbkbrbybbf bbbbbbbF!΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ 	eeee%e,e3e:eAeHeOeVe]edekereyeeeeeeeeeeeeeee                                   	iiii%i,i3i:iAiHiOiVi]idikiriyiiiiiiiiiiiiiiii	jjjj%j,j3j:jAjHjOjVj]jdjkjrjyjjjjjjjjjjjjjj 1j	llll%l,l3l:lAlHlOlVl]ldlklrlyllllllllllllllll	nnnn%n,n3n:nAnHnOnVn                                            oo#o*o1o8o?oFoMoTo[oboiopowo~ooooooooooooooooooopppp!p(p/p6p=pDpKpRpYp`pgpnp@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π |||||||||||||||}}}}!}(}/}6}=}D}K}R}Y}`}g}	~~~~%~,~3~                        pw~                                                                                                                                  	 	     	% 	%,3:AHOV]dkry² 	%,3p                                              	%,3:AHOV]dkr	%,3:AHOV]dkry@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ 	                               ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π           Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π                                                                                                   @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` p.p0p2p4p6p8p:x:p<p>p@x@pBxBpDxDpFpHpJuLzLpNpPpRpTxTpVxVpXpZ\\΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀                                                                 @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ `bdfhjlnpΠ Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π Π ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` z ơ A Ɓ ơ a Ɓ{  A A a a}  ! a Ɓ   ơ   ! A Ɓ~  A ơ   A a a  Ɓ ơ Ɓ  ơ Ɓ Ɓ A Ɓ  Ɓ  a Ɓ   Ɓ ! !  ! A A    ơ ơ ! Ɓ ! A  a a !  a  ! A  Ɓ ! ! ơ    a   A A   Ɓ A ! bDt$0DxL4&8TcAn%n<t	d!TJB.*2؟C6FQ`Tnq><TIx8(!>,v,
/FCFnILcfmmƁ   ơ  !   a  A A   a  !  Ɓ   ơ A a Ɓ  ơ Ɓ  A ! A Kf6Q1.;nnVn0FmF4Jv&P1w	'DdP4fFQa  !   Ɓ  ơ  ! ! a ơ   !  A a  !    ơ Ɓ ơ   ơ   V	0VpJ#X,"&<  (!|~$L%D&`RBiPVʙ*QBh	+4>n-#!L
IZ	C*/Av$$ܽaZXchz@BޢЦVl	^d&eyll0011L<,Mjnr<+İ4"[B$G
&d.;FR5N0*:\T)]y8,!-PЅP\fnd؋(M|}luz*'P1dsҖDvH:+it8bP:&;(VnpNzjn\d~~hn2?dAACDFFFFF.IYKY"LNV%j] `R`R]aae8i"jVjkklNo<pZl<М&8H+8.mB6h64XHiHZiNq%(,h?C&p'^))6,,-.
/&/(/$02l22444445BA9:V::;F;;*?<<=xf@x$8~m^d,D.8 A a Ɓ  Ɓ  ! a Ɓ  a Ɓ ơ   A Ɓ ơ  A a Ɓ ơ   A a  ! A a prrtttNs
vww{}}B*j"DX<fjږv|t"DL,>HfZ\dn|'1*/44=FSZnFF\<֡ءڤ:&46ڮ$ưȳܳ~uLv4xz{{@|X8$6$xR Ltt^vRԺ"@HLH>jFvdv\P4zn)8,44F>R|f" $&HZR&:A a ơ  ! a Ɓ ! ơ Ɓ A ! A Ɓ   ! A a ơ  a  A a Ɓ ơ   A Ɓ ơ &DR	2NPV$&&6&$*)'n)'R)p)))'p..2*/14+6b77`9>==?t?AxABtPHFK~M.RSVV|XRYJ[_bbbcccgghilnqVsr.uDtZ{6,Bԅ]hor|l{jʄB*ΙĮZF&$H$36؟$BC<BCCC6F  ! A Ɓ ơ ! a Ɓ ơ   ! a Ɓ ơ  Ɓ ơ  ! A ơ  A a ! ơ   ! A BRP*PPܓЕΙ`\ҡ(,ڧdz\\r0nFLvZ`nR&a   ơ  ! a Ɓ ơ    Ɓ    ! a   a ơ    !   ! a Ɓ  a ơ A ơ Ɓ   ! Ɓ ơ A ơ ! A a  ơ    A Ɓ ơ ! a  ơ  ! A Ɓ a "
p%Pn,~&l$! $4"#%L%#'(--/|00n1T19<F=f>?CtILMOPU|VXH+z[.\R\j/fjtI`TjZuT<Jt>nćPXWJ    A a !  ! a    A Ɓ ơ   ! A a   A   ! a ơ    Vxn`~$ơ  A Ɓ a ơ  ! Ɓ  Ɓ A a ơ   ! a Ɓ ơ ! A Ɓ   A a ơ   ! A a ơ    ! Ɓ  A  N  :N   F-O  iO   { q  (O  VO  c  H@P   P   ~P  dP  m P   , `  . " "< # %R   & H& & 'RR  '1 6( 4+{ -W
 5
 ,7U :: ;T  B< < B>P ?: @ @ AT  8A A fB C(U  C' bD E EzU  xFU  F5  G G\ @H/ H Hs (JZ (K KU  K FLx bMӺ ~M(V  .Na N DO P5  xP P Q3 Q= NR SV  fS S ^T T 4U UV  :V1 VVy `W lXX [[ [aW  <\ \W  R] ]W  ^ ^Ԩ j_ _W  _W  `& p`| 
a LaX  vad a bIX  *c c xdrX  d d eX  e fX  g{ g (i m4 
o[ ow 0pwY  qY  q qY  RrY  NsY  vs s *t	Z  tt. t{ vwZ  wZ  Fw6  w wZ  x yZ  y$ 0zZ  zO 0{ |x |[ j ʁڼ 2{   :z  `  <x\  7  H ^\   > Β\   H]  7  j 1]  j  w]  7  ė ܗ]  
 И `U  {      t    d\^  x3! ! " >3" [" D" ^  t| " # # |_  $$ _  2% O% hy% % % `  v @`  ж9  N4& xq& ڸ6 \ ι`  & `  Z9  l(' 'a  ' tw H| tRa  ia  |9  '  a  41( a  (  a  ( ( &) VW) ) ) 6* tyb  * db  * b  l*  (c  &/+ 3  ec  9  +  c  J+ W 2d  :  _, r Wd  n, d  D - d  - :- Nd  #. . / 09/ \e  */ p0 e  Z1 f  |:  w1 1  n 
Wf  Xjf  F1  412 f  {2 f  w3 1g  Dg  Jg  3 ~g  "4 h  X;  Z54 z bkh  4 f \h  vx;  R4 x /i  15 e5 t  4 j i  5  i  R	6 
S6 
 ^2j  {6 P \  Dj  XZ7 j  7 7 j  N8 78 d8 8 J8 @y9 \9 Z: 1: ^: 8; j\; q; 4 ;  ;  ; "< n"Jl  N$xl  $< n%l  %l  P&< &| ^'m  '<  (< :(Vm  ,)m  )= ) * *+m  \+<  <,w= r,= :- - .n  H.=  2/= ^/> z/  0 0 0n  21]> 2 ,3 3n  3o  4<=  4> 4> 4v 5  6No  b6C? ,72 T8 8? 9o  ;#@ f; <o  b<a@ <p  =@ = v>{ >@ >A ?6A @A Cp  CA >D Dp  (EbB F3 G G8 G\q  |HB HB ^I I{q  .JC J3C Jq  KPC Kq  LC Nq  jORD :P{E TF ,W8F W[F HXoF Xr  [/G >[OG [oG t\r  \G ^G ^H t_Vs  `cH `H JaH as  cH Dcs  cI d< bds  d5I ds  eVI e{I fI hI i{ ziyt  iJ iBJ jkJ kJ Xl[K oyK 0p)L <s{L tL ,uL uL Rv7M xu  xWM xwM Nyu  yu  pzM zM {*N P|N V~N ~XO yO LP օv  Q ҇w  b1Q ZQ |Q `Q `nw  R h<R >w  ލtR R 8R R S dS tS Ғ)T HFT &sT \x  T 	 d@  ؗT T  -U LU ; x  ,pU lU &U ޜV :+V NV BkV yy  bV V Jy  V 4y  :A  W W xz  ئW  4z  1X ʨ\X zX X |z  >4Y VvY nY Y t;Z lZ $z  &Z {  [ jP[  {  ֶ[ JB  [ {  \ {  8B  \u\ |v 8 `|  r\ м!] \] ľ] R] ] ~] Z^ ; Pr^ ^ _ d6_ 
}  xB  (}  _ \}  _  x}  ` f}  \F` }  B  ` ~    )~  "	a ~9 N~  V<a ua {~  &a Ba *b b dWc yc @c @8d <Xd <e lue Le XXf   8jf   :f   :f 9  6C  |g 4g [  Zg D  g   h   jXh ph 0h {i j F  TD  k Ђ  \7k T  &mk [ tp  k Zk l    D  *l ; H-  X  l 7m   	  	D  ^
am 
6 Z   >n t n n h9 T v  (o Hno  pZ   
o po u T| ԅ   p <    f{p p  |q 6q TVq zq $q s    ,;r x  ׆  r F r       ",  :"1s "L  #Rs $  $s ^%s %  V&s &1t <'Dt 't (t )  &*t D*[u +m  ..  .  /ʈ  b0v 0  .1v 1v ^2v 35  3Bw h4qw 5w x5x 7;x 8x .:x ;:y ;  <F  0=ny R=a  ^?y ?Ӌ  l@y .A  B  *Cۊ  C  Ccz Cz (E Ez RF\{ Ix{ IX| L| N3} Oc} LQ<  Qٌ  BR} ~R} $S} lT~ T~ .W~ W~ X  XX( Xv Y [ [ t\  ]@ F]  ]u @^;  ^ "_ _ _T  ` ` bց c d8 &e֎  2g `g΂ h| h|  i  i  iG ji dk k l p  p p  qń ^q r r<  r! sX  s t xuԅ u <v\ wv x y  fy yԐ  yˆ .z z  8{ r{2 {  :|K `|z | F} } ~ J7 L zi   Rֈ J x  څ\ @-  l  n  <ϔ  $  ĉ `  .  )  " j  pI  /  h2         ϊ r  r U x U   < 8Z D T׌   2' H \  7  [  X u {  :  
 "  ¨4 \ z Ґ l ^ ; | ڭ (z  x   S   Y |  Ƹp   r  T Z3 м ӕ 6  ^8  6 - bY .ӗ   x N $  ֘    \9  
 rW N 0 Vz h ۛ ~V  2  fz  J :   p͝ ԛ  YL   q 1  Z \  ( R; 0Z      L  ܟ 0-  . |J  xJ f  w <    h  \ - o   &  < 
  lۥ 
 .9  ~  t	   t	    z	       |	    z	   
    |	    z	        |	    z	       |	    z	       |	    z	       |	    z	   X    |	    z	       |	    z	       |	    z	       |	    z	       |	    z	   f,    |	    z	   1    |	    z	   r2    |	    z	   ;    |	    z	   =    |	    z	   X    |	    z	   Z    |	    z	   &    |	    z	       |	    z	       |	    z	       |	    z	       |	    z	       |	    z	   #    |	    z	   2A    |	    z	   W    |	    z	   p    |	    z	       |	    z	       |	    z	   6    |	    z	   "    |	    z	       |	    z	   O    |	    z	   4Q    |	    z	   0    |	    N
        P
    N
       P
    N
   -    P
    N
   &    P
    N
   B    P
    N
       P
    N
       P
    N
   B    P
    N
   Ƅ    P
        B                                       B                                       B                                       B                          B                          B                          B                          B                            B          "             "   B          $             $   B                          B                          B                          B                          B                          B                                                  "             $                                                                           "        $      .b   	.b   8b   	8b   `b   	`b   hb   	hb   hb   b   	b   b    b   b   	b   b   	b   b   	b    b   b   b   b   %b   ,b   b   	b   b   	b   b    b   b   	b   b    	b   	b   b    	b   	b    b   b   b    b   b   %b   ,b   3b    :b   :b   Ab   Hb    Ob   Ob   Vb   Vb         ]b &   g    g 1   g .  g &   g    	g 1   g .  	g    g   g   g &  g 1  g   3g   3g &  3g 1  3g    Hg   g   g &  g 1  g   g   g &  g 1  g   %g   %g &  %g 1  %g   	g   	g &  	g 1  	g    g       .  g .        g .  g    	g .  	g   	x   x   x   x   %x   ,x   3x   :x   Ax   Hx   Ox   Vx   ]x   dx   kx   rx   yx   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x    \|    ,\|    r\|    \|    \|    e|   e|    |    :|    H|    d|    r|    |    |   	a   a   a   a   %a   ,a   3a   :a   Aa   Ha   Oa   Va   ]a   da   ka   ra   ya   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a    3    H    &   1   &     
     &    1      " &  "   $ &  $ &     t   LT    &   1       p    R    &    p                 &   1        	 1  	   
 &  
   
 1  Z 1  >            R   &           p  1  "             t#  p t#   ~$   D%  p D%   H% 1  "& 1  ~' 1  ^)   +   f,   /   0   0   1   1   1   *   1   r2   ~3  p ~3   H4  p H4   r4   5  p 5   7   9 1  9   ;   B;   J; 1  J; 1  ;   ; 1  <   C 1  F   W   X &  X   Z &  Z   j 1  j   j   *k   k 1  k   k    m 1   m 1  ` &  $m 1  $m   p   p   ~ 1  ~   &              p   x    D  p D   F  p F   |      f      |    1     <   @   Н    1   1     `   n   ޣ             
     p       Ȯ    1  v        p              ( 1  (   * 1  B 1  0 1   1        Z   \         P 1  l    1  b              p  1   1  & 1   1   1  >       1    p     1         1   1   1   1     L   X   `   |  p       F   L         "   "   6#   #   #   #   j& 1  / 1  4   2A   4A 1  F   <R   >R  p >R   S   T   NT   TU   V   V  p V   W   Z   Z   b   b  p b   m   n   q   q 1  q   :r   r &  r 1  r   r   2w  p 2w   w      0   Z      p   
  p 
   :         ̝  p ̝   Ν       1  r   ȣ          1     İ     p       f       1           (   *  p *   ,  p ,  x ,   r  p r  x r   z   
                  j  p j   l     p       X  p X                       p   x             B,   ,   -   -   n6   p6   r6   7   7   9  p 9 1  :   ><   F<   4J   J   L   M   tO   O 1  O   4Q   vO   U   XV 1  XV   nZ  p nZ   d   f   f   m   n   n   n  p n  x n 1  r   t   "x  p "x   ~ 1  ~   N      0   4   ,   .   4   r   x   T  p T   V           p    6   8            @   H      B   $   @   (   *   ,   r   v        p         p    4         >  p >      l      N   x   t  p t                 p    `                  @         
                    p         p         p       n  p n  x n   ~     h0  \|v  |  |  y  cy  y  yP  	x<  xZ  	Ex!  ,l!  l"  "  U#  +#  إ%  %  %   &  8&  Cp&  &  p!'  5'  *'   (  & )  )  k)  (*  lw*  C*  v+  5+  <-  dhT-  h1  ceM     	v~  Ф  3~4  zo  ,z  4z  9z٥  Ez  	Lz  ]r  	r
  	Nw0  	Lw  	5x   	&x  	u  ,|  [|  ]n  upy  s	 	~0 	~ P 	V 	x  	]0 	_ b  	t
 :~	 3'
   	 	 kDs[ [& 	d 	`wP 	r r r 	r dr dr  s s s  	s ys  	!s s As v
 HIsr 	w w H0sj H5s d?x   	c" " Z$ '$ q/ 	 0 `4 t D 	] h =Nzpj 	fj 	^z k 	~ p n  T  	 dn}p 	  	X  p  VP 
    :    Z  
Vv zd  	~ 	~ 	~ 	~ 	Gx  	_z  0 !  !  -%  D }J  QK{ N Q` S T  W:  %" B  Z g         J.n .n  n..n  n..n  n..n.n,66ZZZddZ  ( (    ( ( ( z	 |	z	  |	z	  |	z	  |	z	  |	z	  |	z	  |	z	  |	z	   |	z	  "|	z	  $|	z	 |	z	  |	z	 |	z	 |	z	 |	z	 |	z	  |	z	 "|	z	 $|	z	 +|	z	 +|	z	 -|	z	 -|	z	 /|	z	 /|	z	 1|	z	 1|	z	 3|	z	 3|	z	 5|	z	 5|	z	 7|	z	 7|	z	 9|	z	 9|	z	 ;|	z	 ;|	z	 =|	z	 =|	z	 ?|	z	 ?|	z	 A|	z	 A|	z	 C|	z	 C|	z	 E|	z	 E|	z	 G|	z	 G|	z	 I|	z	 I|	z	 K|	z	 K|	z	 M|	z	 M|	z	 O|	z	 O|	z	 Q|	z	 Q|	z	 S|	z	 S|	z	 U|	z	 U|	z	 W|	z	 W|	z	 Y|	z	 Y|	z	 [|	z	 [|	z	 ]|	z	 ]|	z	||	z	|g||	z	
||	z	
|g||	z	||	z	|g||	z	||	z	|g||	z	||	z	|g||	z	||	z	|g||	z	||	z	|g||	z	||	z	|g||	z	|w|| o| ||	z	|w|*|||	z	||	z	|g||	z	|||	z	"||	z	"|g||	z	$||	z	$|g||	z	&||	z	&|g||	z	(||	z	(|g||	z	*||	z	*|g||	N
 OP
 
 
 
 
 
 
 
 
 
 
      	  	  	         S / S 5d  f  l  ~m  m  m  r  v  v        k  r            O  y        1  ?  F  ~                ġ  ˡ  ҡ  ١            ɢ  ޢ                      3  3     3  3  3 3 3  3 3  3 3  3 3  3 3  3 3  3  3  3 "3  4 $               . . .  I                             "  "  " $  $   3  3 3  3          . . 0 .              " " $.  ?. 1 E. 10  O. /1 M  3  3 3  3 3  3 "                 " " $.  1  3  3                " " $.  ?  . 0 . 3  3 3  3 "      . .  I   .  0 . 3   3 "    "  " . " ? $  +     +     +     +     +     +     +     +     +     +     +     +     +     +     +     +     +     +     +    +    +     +     +     +     +    +    +     +     +     +    1 +0 1 C0  +.
 / +.
 O +.
 O + 1 C + + + ++ ++ + + -p + 3p + 3.p ++ 3p + 3  p + 3  p + 3  p + 3   + G + G + S + S + S + U + Up + Up + U + [ + [ + \^. -1 +1 M -. K /    /     /     /.
 G /.
 S / 1 ?. 7. /1 +1 A. /. / / 1. /. 1 / A. /1 C. /1 C. . /1 C.  /1 G0  / G G A. 11 + 1 -. 1 - 1 =. 11 A. 11 C. 11 C. . 11 C.  1 ] 1 ] 1 ]+ 1+ ] 1 ]    1 ]    1 ]    1 ^+ 1.^ 1 ^+ 1.^ 1^+ 1,^ 1  ^ 1 "^ 3     3     3     3     3     3     3     3     3     3     3     3     3     3     3     3    1 31 M. 71 3 U 5 + Y 5 5 5 5 ; 5 5 A. 51 C 5 F+ 5, Fx 5 F 5 M 3 3 7    7   . 71 +1 A 7 - 7 9. ] 7 I1 + 7. [+ 9   1 91 + 9. / 9. 1 M 9. 7 91 ;0  M1 31 O 9 I1 9 I1 + 9 U ;     ;     ; / ; 1 ; ; ; ; ; ; ; ; ; ; ; = ; =1 ;1 E ; S ; U ; U ; Y ; Y ?    ?   1 ? + ? -1 ?. /1 +1 A1 ? 9. ] ? ?1 ?1 A1 ?1 C ? C1 ?1 C. 1 ?1 C. 1 ? I1 +1 ?1 Q1 ? U1 ? W1 ?Va A     A     A A A = A = A = A A A A1 A1 C1 A1 E1 A1 G. 7 A1 G1 O1 O1 A1 31 O1 O A O+ A+ O A Q 11 A1 Y A ]+ A+ ]1 C 1 O1 C 1 O. 1 C +1 C. - C -+ C+ /+ C+ 11 C. 7 C 9. ]1 C1 ;1 A1 C1 C1 C1 C. 1 C1 C. 1 C1 G1 A C I1 ++ C+ M1 C1 O1 C U C U1 C W C W CVa E    E   1 E + E 3 W1 E 5 E 7 E = E = E =1 E1 C E G1 E1 O1 E U1 E W G     G     G     G     G     G     G     G     G    G    G     G     G     G     G     G     G     G     G     G    + G    G     G     G     G     G     G     G     G     G    G     G     G     G     G     G     G     G     G     G     G     G    p G 3p G 3.p G+ 3 G ? G G G G1 G U1 I0 1 C0 1 I + I +1 I. /1 I 5 I 9 I I C I I U I M1 I1 O I Q 3 I Q O1 I U1 I W K I M    M    M     M    1 M1 +. 11 M1 +. 1 1 O1 M1 +. 1 1 O.  M O O     O     O     O     O    O    O     O    t O   O + O 1 O 9 U+ O+ C O G O O Op O Op O O O Qt O Q O1 U Q 0+ Q.0 Q 3 Ap Q 9 Q 9. ]+ Q+ C+ Q+ O QP+ Q,P QP+ Q,P Q "P Q $P Q ] Q ] S    S    S     S     S     S     S     S     S     S     S     S     S     S     S    S     S     S     S     S     S     S     S     S     S     S 9 1 S I0Z U 1 C U ; U ; U ; ; U ; ; U ; ; ; U ; ; ; U G 1 U O U [ U [ W. - W / W ] Y ; Y ; Y ; ; Y ; ; ] W^  ^   X^ Ea  a  a    a    a      a      a    a    a      a      a    a    a      a      a    a    a  a  a    a    a      a      a    a    a      a      a    a    a      a      a    a    a  a  a    a  a  a    a  a  a  a    a  a  a  a  a  a  a    a    a    a    a  a  a    a    a    a    a  a  a  a  a  a  a    a    a      a      a    a    a      a      a    a    a      a      a    a    a  a  a    a    a      a      a    a    a      a      a    a    a      a      a    a    a  a  a    a  a  a    a  a    a  a   a   a   a     a     a     a     a     a     a   a   a     a     a     a     a     a     a   a   a   a   a   a   a   a   a   a     a     a     a   a  $aa a$aa a0*a +0*a 50*a. 70*a1 A0*a1 C0*a1 O0*a U0*a W0a  0a  0a    0a    0a    0a    0a  0a  0a    0a    0a    0a    0a  0a  0a  0a  <a  <a  <a  La  La    La    La    La  La  La    La    La    La    La    La    La  La  La  La  La  La  La  La  La  La  La  La    La    La    La  La  Va  Va  Va    Va    Va      Va      Va    Va    Va      Va      Va    Va    Va      Va      Va    Va    Va  Va  Va    Va    Va      Va      Va    Va    Va      Va      Va    Va    Va      Va      Va    Va    Va  Va  Va    Va  Va  Va    Va  Va    Va  Va   xa ba vab  b  b  b  b  b  b  b  (b  (b  (b  (b  (b  (b  ,b  ,b  ,b  ,b  2b  2b  Fb  Fb  Fb  Fb  Fb  Fb  Jb  Jb   Jb  Tb  Tb  b  b  b  b  bbb  b  b  b  b  b  b  b  b  b  b  b  b  b  Vb   e Le .e e .e e .e  e .e 4e De 4ef6fXf f fff&
ffffzf f f f fffff f f f f f f f f6f.ff&ff f"f&f &f&f&(f*f,f.f.f.f.f.f0f gg gg gg.g,g gg&g&g1g1gg:g1g0:ggJg1g0JggLg&gpg&grgggg g&g(g1g0g&g(gggg g&g&g1g1g&gg1g,g&g g1g.ggg&g&g1g1g&g,g1g3ggg&g&g1g1g&g1g,1g0g0g,pg1g0g0g0gg:g0g0:ggJg0g0Jg(g(Jg,ggLg0g0Lg(g(Lg,g(gpg(grggg g g(g(g0g0g(g(ggg g g(g&g0g1g(g,g0g3g*g:g0*g0:g*g:gg(*g(:g&g(*g(:g,g*gJg0*g0Jg*gJg:g(*g(Jg(:g*gJgg*gLg0*g0Lg*gLgg(*g(Lg&g(*g(Lg,g(*gpg(*grg*gg *g g(*g(g0*g0g*gg:g*ggJg*ggLg(*g(g&g(*g(g,g(*g(g*gg *g g(*g&g0*g1g(*g,g0*g3g0,g0:g(,gpg(,grg,gg ,g g(,g(g0,g0g(,g(g ,g g(,g&g0,g1g(,g,g0,g3g:gJg0:g0Jg(:g(Jg&g(:g(Jg,g0:g0g  0:g0g1g0g0g0:g0g:ggJg(:g(g(Jg(:g(g&g(:g(g,g0:g1g0:g3g0Jg0:g(Jg(:g,g0Jg0g(Jg(g&g(Jg(g,g0Jg1g0Jg3gLg:g0Lg0:g0Lg0Jg0Lg0g0Lg1g0Lg3g,Xg,,pg,,pg0g1g0g,pg0g1g0gg:g g :g0g0:gg:gJg(g(:g&ggJg g Jg0g0JggJg:ggLg g Lg0g0Lg(g(Lg&g(g(Lg,g(gpg0g,pggg g g0g0ggg:gggJg(g(g(Jgggg(g(g(ggg g g(g&g0g1g(g,g0g3gg:g g :g(g(:g0g0:g(g(:g,ggJg g Jg(g(Jg0g0JggJgg(g(Jg(g(g(Jg,ggLg g Lg(g(Lg0g0Lg(gpg0g,pggg g g(g(g0g0gggLg(g(g(Lgggg(g(g(ggg g g(g&g0g1g(g,g0g3ggJg0g0JggJgJg(g(Jg(Jg(g(Jg,ggLg(gpg0g,pg0g0g0g0g0g0g1g0g0g1g  1g0g0g0g  0g0g3g0g  1g0g0g0g0g0g.ggg0g0gggg(g(g(g(g&g0g1g(g,g0g3gg:g0g0:ggJg0g0Jg(g(Jg&g(g(Jg,ggLg0g0LggLgg(g(Lg(g(gpg0g,pggg0g0g(g&g0g1g(g,g0g3ggJg0g0Jggg g g0g0gggJg(g(g(Jgggg(g(g,g(g&g0g1g(g,g0g3ggg g g0g0gg:g0g0:gg:gg(g(:g(gggggg(g(g(g(g(g&g(g(g,g(g&g0g1g(g,g0g3gg:g0g0:ggg0g0g(g(g(g(g(g&g(g(g,g(g&g0g1g(g,g0g3gg:g0g0:ggJg0g0JggLg0g0LggLgg(g(Lg(ggg0g0g(g(g,g(g&g0g1g(g,g0g3ggJg0g0Jg0g0g.ggg0g0gggJg(g(g(Jg(g(g(g(g(g,g(g&g0g1g(g,g0g3g(g&g0g1gg:g0g0:ggJg0g0JggLg0g0Lggg g g(g(g0g0ggg g g(g(g0g0gggg(g(g(g(g(g,g(g&g0g1g(g,g0g3g(g g0g.g(g 
g0g.
g(g g0g.g(g&gg:g0g0:gg:g:g(g(:g(:gg:gg(g(:g(g(g(:g,ggJg0g0JggJgg(g(Jg(g(g(Jg&g(g(Jg,ggLg0g0LggLgg(g(Lg(ggg g g(g(gggJg(g(g(Jg(g(g,ggg(g&g(g,g(g&g0g0:gg:gJgg:gLgg:gg(g(:g,g0g0JggJg:ggJgg0g0Jg0g,Vg(g(Jg,ggLg:ggLgg(g(Lg,g0g0g(g(g,g0g1g0g3gg:g0g0:gg:gJg(g(:g(Jgg:gg(g(:g(g(g(:g&g(g(:g,ggJg0g0JggJgg(g(Jg&g(g(Jg,ggLg0g0Lg(gpg(grggg g g(g(g0g0g(g(g&g(g(g,g(g(ggg g g(g&g0g1g(g,g0g3ggg:ggg0g0ggg:gggg0g1g0g3ggg&g1g,g:g3g0:g,g(:g,ggJg,g(Jg,ggLg3g0Lg,gpg,grggg%g g3g0gggg,g(g(g,g(g,ggg%g g,g&g3g1g,g,g3g3gg g .g.>iD@iDBiDNiD^iDbiDniDriD|iDiDiD<jD>jD Bj jVjD kD(kD*kD4kDPkD^kD:mD<mD Po o Lp p (q q Dq q Nq q Zq q \q q ^q q `q q lq q nq qrDrDrDtztt|tt~ttttttztt|tt~ttttt
tzt
t|t
t~t
tt
tttztt|tt~ttttttztt|tt~ttttttztt|tt~ttttttztt|tt~ttttttztt|tt~ttttttztt|tt~ttttttztt|tt~ttttttztt|tt~ttttttztt|tt~ttttttztt|tt~ttttt tzt t|t t~t tt tt"tzt"t|t"t~t"tt"tt$tzt$t|t$t~t$tt$tt&tzt&t|t&t~t&tt&tt(tzt(t|t(t~t(tt(tt*tzt*t|t*t~t*tt*tt,tzt,t|t,t~t,tt,tt.tzt.t|t.t~t.tt.tt0tzt0t|t0t~t0tt0tt2tzt2t|t2t~t2tt2tt4tzt4t|t4t~t4tt4tt6tzt6t|t6t~t6tt6tt8tzt8t|t8t~t8tt8tt:tzt:t|t:t~t:tt:tt<tzt<t|t<t~t<tt<tt>tzt>t|t>t~t>tt>tt@tzt@t|t@t~t@tt@ttBtztBt|tBt~tBttBttDtztDt|tDt~tDttDttFtztFt|tFt~tFttFttHtztHt|tHt~tHttHttJtztJt|tJt~tJttJttLtztLt|tLt~tLttLttNtztNt|tNt~tNttNttPtztPt|tPt~tPttPttRtztRt|tRt~tRttRttTtztTt|tTt~tTttTttVtztVt|tVt~tVttVttXtztXt|tXt~tXttXttZtztZt|tZt~tZttZtt\tzt\t|t\t~t\tt\tt^tzt^t|t^t~t^tt^tt`tzt`t|t`t~t`tt`ttuzuu|uu~uuuuuuzuu|uu~uuuuu
uzu
u|u
u~u
uu
uuuzuu|uu~uuuuuuzuu|uu~uuuuuuzuu|uu~uuuuuuzuu|uu~uuuuuuzuu|uu~uuuuuuzuu|uu~uuuuuuzuu|uu~uuuuuuzuu|uu~uuuuuuzuu|uu~uuuuuuzuu|uu~uuuuu uzu u|u u~u uu uu"uzu"u|u"u~u"uu"uu$uzu$u|u$u~u$uu$uu&uzu&u|u&u~u&uu&uu(uzu(u|u(u~u(uu(uu*uzu*u|u*u~u*uu*uu,uzu,u|u,u~u,uu,uu.uzu.u|u.u~u.uu.uu0uzu0u|u0u~u0uu0uu2uzu2u|u2u~u2uu2uu4uzu4u|u4u~u4uu4uu6uzu6u|u6u~u6uu6uu8uzu8u|u8u~u8uu8uu:uzu:u|u:u~u:uu:uu<uzu<u|u<u~u<uu<uu>uzu>u|u>u~u>uu>uu@uzu@u|u@u~u@uu@uuBuzuBu|uBu~uBuuBuuDuzuDu|uDu~uDuuDuuFuzuFu|uFu~uFuuFuuHuzuHu|uHu~uHuuHuuJuzuJu|uJu~uJuuJuuLuzuLu|uLu~uLuuLuuNuzuNu|uNu~uNuuNuuPuzuPu|uPu~uPuuPuuRuzuRu|uRu~uRuuRuu Tu 6u Tu 6uzu Tu 6u|u Tu 6u~u Tu 6uu Tu 6uu Tu Fu Tu Fuzu Tu Fu|u Tu Fu~u Tu Fuu Tu FuuTuzuTu|uTu~uTuuTuuVuzuVu|uVu~uVuuVuuXuzuXu|uXu~uXuuXuuZuzuZu|uZu~uZuuZuu	u~u	uu	uu	uu	uuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuu%u~u%uu%uu%uu%uu,u~u,uu,uu,uu,uu3u~u3uu3uu3uu3uu:u~u:uu:uu:uu:uuAu~uAuuAuuAuuAuuHu~uHuuHuuHuuHuuOu~uOuuOuuOuuOuuVu~uVuuVuuVuuVuu]u~u]uu]uu]uu]uudu~uduuduuduuduuku~ukuukuukuukuuru~uruuruuruuruuyu~uyuuyuuyuuyuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuƄu~uƄuuƄuuƄuuƄuǘu~ǘuǘuǘuǘuuԄu~uԄuuԄuuԄuuԄuuۄu~uۄuuۄuuۄuuۄuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuuu~uuuuuuuuu#u~u#uu#uu#uu#uu*u~u*uu*uu*uu*uu1u~u1uu1uu1uu1uu8u~u8uu8uu8uu8uu?u~u?uu?uu?uu?uuFu~uFuuFuuFuuFuuMu~uMuuMuuMuuMuuTu~uTuuTuuTuuTuuvvvvvvvv0vv2vv@vvBvvPvvRvv`vvbvvzvvzvvzvvvvvvvv v v  w w w w Sw [w Sw	x	x	xx	xx	xxx	xxxxxxxx	xxxxxxxx	xxxxxxx%x	x%xx%xx%xx,x	x,xx,xx,xx3x	x3xx3xx3xx:x	x:xx:xx:xxAx	xAxxAxxAxxHx	xHxxHxxHxxOx	xOxxOxxOxxVx	xVxxVxxVxx]x	x]xx]xx]xxdx	xdxxdxxdxxkx	xkxxkxxkxxrx	xrxxrxxrxxyx	xyxxyxxyxxx	xxxxxxxx	xxxxxxxx	xxxxxxxx	xxxxxxxx	xxxxxxxx	xxxxxxxx	xxxxxxxx	xxxxxxxx	xxxxxxxx	xxxxxxxx	xxxxxxxx	xxx x x x x xxxxx	x	x	xx	xx	xx		x	x		xx		xx		xx	x	x	xx	xx	xx	x	x	xx	xx	xx	x	x	xx	xx	xx%	x	x%	xx%	xx%	xx,	x	x,	xx,	xx,	xx3	x	x3	xx3	xx3	xx:	x	x:	xx:	xx:	xxA	x	xA	xxA	xxA	xxH	x	xH	xxH	xxH	xxO	x	xO	xxO	xxO	xxV	x	xV	xxV	xxV	xx]	x	x]	xx]	xx]	xxd	x	xd	xxd	xxd	xx x $x x *x 3x .x y y 5y IypGypGy z Hz 
z Hz z Hz z Jz z Hz z Jz z Jz "z Hz .z Hz 7z Hz ;z Hz ?z Jz Cz Hz|g|
|g||g||g||g||g||g||g||||g|||||"|g|"|g| ||w|$|g|&|g|(|g|*|g|3}.0\}3}0:}.  .3.}3}0\}0>}3}3}1l}0@}.  3}3}12}1l}0}.  3}1l}1(}
}  
}  3
}3}1l}3}.0}.3}0 }0}.3.}.  3}.0H}3}1l}0 }}  }  0}3}3Z}0}0X}3*}3.}0}0`}3Z}.0}.  0`}1l}0}.  1l}1D}}  }  1}.  0}.  1}.  12}.1}3R}3Z}.1}.  0\}1&}.  .1}0`}1}0`}0}.  0X}0H}1}0`}1J}.3.}0\}1}0`}0b}3*}3.}}  }  0}.  0X}0H}3.}1l}0}0\}1"}.  3}0`}0}0`}.16}}  }  0}.0 }}  }  3}.0B}.  3}3},},.}3}0\}10}}  }  1}3}0}0\}1}1l}1(}.0H}}  }  }J}0}3Z}1l}0}.   }   }  "}  "}  1"}1l}1(}1"}1l}3.}$}  $}  &}  &}  1&}.  .0 }(}  (}  *}  *}  ,}  ,}  1,}.  1,}.  0}.}  .}  3.}.  0\}10}18}18}3*}3.}:}  :}  :}  :}  0:}.  .1"}1l}3.}0:}.  .3*}0:}.  .0^}0\}0:}3}3*}<}  <}  <}  <}  0<}.  3}0 }3.}0\}0<}.  0}0\}0<}.  3}0<}.  0\}>}  >}  >}  >}  0>}3}0X}3*}3.}.  0>}3}.3.}0>}.  3*}0}3}0\}0>}0X}1l}@}  @}  @}  @}  0@}.  .0}.  0@}.  .1&}0@}0}1&}.0\}0@}.  1$}0@}.  12}0<}0@}0\}3*}0@}.  1l}0 }B}  B}  B}  B}  0B}.0\}0B}.1l}0B}.  3}1l}3.}0B}0}0B}.  0\}3.}0B}1l}0B}.  1l}3.}.  1D}3}0}0`}1D}3}0\}D} }1D}3*}0:}1D}0\}0}1D}1l}0}4V}1l}1F}0}0`}1l}1F}3Z}1F}3Z}0:}.  .0\}1J}0}.  1J}0}.  3.}1l}3N}.3.}.  3N}.0\}3R}3}1l}.V},Z}3Z}3*}3.}0\}3Z}0X}0\}.0>}.  0\}0\}0<}.  .0^}0H}0^}1l}3.}0}.  1l}b}  d}  h}  j}    ||
||||||||||| |"|$|&|(|*|g|i|k|m|o|q|s|u|w|y|{|}|||||||||||||||||||||||||||||||||||||          " $          " $          " $      &    < E=                                         .    .             Ā ƀ Ȁ ʀ ̀ ΀ Ѐ Ҁ Ԁ ր ؀ ڀ ܀ ހ$Fh6Xz&Hj8Z|,(J Jl  .:\~ . .*Ln n.n .  .<^
,Np>`,.Pr@b0Rt Bd2Tv"Df 4Vx$Fh6Xz&Hj8Z|(Jl:\~*Ln<^
,Np>`.Pr           ( 0        
  ,       .                  .    2    4     & 1           "  ,   $ *  ,   , 6  & 1   8  : <<  >  @ N P 	P  R Z    ( 0   \ ` bb  d  & 1   f r t3t  v  x       ( 0   	  	 
	 	
	  	  	 		  	  	 	%	  	  .   	 "	 $	%$	  &	 2	 4	M5	  7	 9	 	9	  ;	 ?	 A	B	  D	 ^	 `	 	`	  b	 j	 l	Al	  n	   p s v y |  p	 t	   p r t v x z |~  v	 z	   % , 3   |	   % , 3   ~	  .   	  .   	  ,   	  ,   	 	 	 		  	 	    	    	 :
    <
    >
    @
    B
  .   D
  .   F
    H
    J
    L
    N
  ,   P
  ,   R
    T
    V
 z
  .   |
  .   ~
  
 
  .   
  .   
  
  .   
 
  .   
  .   
 
    
    
     B D 	D  F X    Z p rr  t     /   d           
        	    	   %        2 4r4  6 8b9  ; K M 	M  O QkQ  S   U)Z  \ ` bb  d    f    h    j   ln  p   rr  t   v3v  x    z    ( 0   |   .       ( 0     .                     .                    5     N     #     of  h   j:j  l    n    p ~ 3      	     .              .               	                   $ ) . 3        $ ) . 3  p       $ ) . 3  p       $ ) . 3  p  p       $ ) . 3  p       $ ) . 3  p       $ ) . 3  p        $ ) . 3  p   "    $ ) . 3  p   $   " ( . 4  p  %  % % %,%  % & &&  & & &&  & ' ''  ' ' ( *   +      " % ( + . 1 4  p  p. p  ,  ,    
,  ,    ,  ,    ,  ,  .   ,  ,   , ,  .   ,   -      " % ( + . 1   .    .    
. .    .  .  .   .    .  .    /      " % ( + . 1   0  0    
0    0    0  0    0  .   0    0     1      " % ( + . 1  p  p. p x  x  2  2  
2    2 2  .   2  .   2  2    2    2 2   3      " % ( + . 1 4   4  4 4    4  4 4  .   4  4  & 1   4  4  ,   4   4    "4  $4  .   &4  (4    *4  ,4    .4  04  .    5      " % ( + . 1  p  p x  6  6  
6    6 6    6    6   7      " % ( + . 1  p  p  8    8  .   
8 8  .   8    8  8  .   8    8 8    8  .    8     9      " % ( + . 1 4   :    :    
:  :  .   :    :    :    :  .   :    :  :   ;      " % ( + . 1 4   <    <  .   
< <    <  .   <    < <    <  .   <   =      " % ( + . 1   >    >  
>    >  .   >    >     ?      " % ( + . 1 4   @  @  
@    @    @    @    @    @  @    @   A      " % ( + . 1 4   B  .   B    
B  B    B    B    B  .   B    B  B  .   B    B  B     B    "B    $B  &B    (B .B    0B    2B    4B    6B    8B    :B     C      " % ( + . 1 4   D    D D  .   D  D D   E      " % ( + . 1 4   F  .   F F  .   F    F    F  F    F  F  ,   "F &F   G      " % ( + . 1 4  p  p. p  H  H H    H  H  H  .   "H ,H    .H    0H    2H  4H  .   6H    8H    :H    <H  .   >H   I      " % ( + . 1 4   J  J    
J    J J    J    J    J  J    J   K      " % ( + . 1   L  L    
L    L  L    L   M      " % ( + . 1 4  p  p x  x  N  N  ,   
N N    N  N    N  N    N    N    N "N  .   $N (N    *N :N    <N DN     O      " % ( + . 1 4  p  p t x  x |  |  P  P    
P    P P  ,   P  P    P    P    P P  ,    P  "P    $P    &P .P   Q      " % ( + . 1 4  p x  x  R  R    
R    R  R    R    R  .   R R    R   S      " % ( + . 1   T    T  
T    T T  .   T  T    T T     T    "T  .   $T (T  .   *T .T    0T  .   2T   U      " % ( + . 1 4   V  V    
V  V  .   V    V  V    V  .    W      $ ( , 0 4 8  p  p  X  X    
X  .    Y      " % ( + . 1 4   Z  Z Z    Z  Z   [      " % ( + . 1   \    \    
\    \    \  \     ]      " % ( + . 1   ^  ^    
^  ^    ^    ^  .   ^  .   ^    ^    ^    ^  ,   ^  ^     ^    "^    $^ (^    *^  ,^    .^    0^    2^  4^    6^ <^    >^    @^  ,   B^ F^    H^    J^    L^    N^    P^    R^  T^    V^  X^    Z^  \^    ^^    `^    b^  d^    f^ l^    n^    p^    r^    t^ x^    z^    |^    ~^  ^    ^ ^    ^  ^ _ a  a  & 1   a   % , 3   
a    ( 0   a  a  & 1   a  & 1   a  ,   a    a    a  ,   a    a  ,   a   % , 3    a  & 1   "a    $a    ( 0   &a  ,   (a  *a    ( 0   ,a  ,   .a  ,   0a  ,   2a  & 1   4a  6a    8a    :a    <a    ( 0   >a  @a  Ba   % , 3   Da    Fa    Ha    Ja  ,   La  & 1   Na   % , 3   Pa    ( 0   Ra  ,   Ta  Va  & 1   Xa  Za    \a    ^a   `a  ba  .   da    fa    ha    ja    la    na    pa    ra    ta    va  .   xa  .   za    |a    ~a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a    a   b  b  & 1   b  .   
b    b  & 1   b  & 1   b  & 1  p  p. p  b    b    b    b    b  & 1   b    b     b    "b    $b    &b    (b  & 1   *b  .   ,b  & 1  .b   	.b    0b    2b  & 1   4b    6b   8b   	8b    :b  .   <b    >b    @b  .   Bb    Db    Fb  & 1   Hb    Jb  & 1   Lb    Nb    Pb  .   Rb  .   Tb  & 1   Vb    Xb    Zb    \b    ^b   `b   	`b    bb  & 1   db  fb   hb   	hb   hb    jb    lb    nb    pb    rb  ,   tb    vb    xb  ,   zb    |b    ~b    b    b    b    b    b    b    ( 0   b  .   b  & 1   b    b    b    b  ,   b    b    b  & 1   b    b  .   b  ,  b   	b   b    b    b    b    b  & 1   b  .   b  .  b  .  	b    b  & 1   b  & 1  b   	b    b    b   b   	b   b  .  b   b   %b   ,b    b  & 1  b   	b    b    b    b  & 1  b   	b    b    b    b    b    b    b    b  .   b  & 1   b    b  .  b   	b b  b  & 1   b  .   b  & 1   b  ,   b   b  .  	b    b  .   b  ,  b   	b  .   b   b   	b  .  b  .  b   b  .  %b   ,b   3b   :b  .  Ab   Hb   Ob  .  Vb   ]b    b    b    b  .  c  c  .   c  .   
c  .   c  .   c  .   c  .   c  .   c    c  .   c  .   c  .   c  .   c  .    c  .   "c  .   $c  .   &c  .   (c  .   *c  .   ,c  .   .c  .   0c  .   2c  .   4c  .   6c  .   8c    :c    <c  .   >c  .   @c  .   Bc  .   Dc  .   Fc  .   Hc  .   Jc    Lc  .   Nc  .   Pc    Rc  .   Tc  .   Vc  .   Xc  .   Zc  .   \c    ^c    `c    bc    dc   fc  hc   jc 	jc  lc   ncnc  pc   rcrc  tc   vcvc  xc   zczc d  d    d    
d    d    d    d    d    d    d    d    d    d    d     d    "d    $d    &d    (d    *d    ,d    .d    0d    2d    4d    6d    8d    :d  .   <d    >d    @d    Bd    Dd    Fd    Hd    Jd    Ld    Nd    Pd    Rd    Td    Vd    Xd    Zd    \d    ^d    `d    bd    dd    fd    hd    jd    ld    nd    pd    rd    td    vd    xd    zd    |d    ~d    d    d    d    d    d    d    d    d    d    d    d    d    d    d    d    d    d    d    d    d    d    d    d    d    d   e  e    e  
e    e    e    e  .   e    e    e    e    e    e  .   e     e  .   "e    $e    &e    (e    *e    ,e    .e  .   0e    2e  4e  .   6e    8e    :e    <e    >e    @e    Be    De  .   Fe    He    Je    Le  .   Ne    Pe    Re    Te    Ve f  f  .   f    
f    f  .   f  .   f    f f    f  .   f  .   f  .    f    "f  $f    &f    (f    *f  ,f    .f  0f   2f2f 3f3f g  g  .  p  g  .   
g  .   g  g  .   g  .   g  .  gg  g  & 1  gg  g  & 1   g    g    ( 0    g  & 1   "g  & 1   $g  & 1  &gO&g  (g  .   *g    ( 0   ,g    ( 0   .g  & 1   0g  & 1   2g 6g  & 1  8g8g  :g    ( 0   <g  & 1   >g  & 1   @g  Bg  & 1   Dg  Fg  & 1  HgHg  Jg    ( 0   Lg    ( 0   Ng Rg Tg%Tg  Vg  ,   Xg  ,   Zg  .   \g bg  .   dg  .   fg  hg  .   jg  lg ngng  pg  ,   rg  ,   tg  .   vg g  .   g g3g  g    ( 0   g    ( 0   g g g%g  g    ( 0   g    ( 0   g g    ( 0   g    ( 0   g gg  g    ( 0   g    ( 0   g g%g  g    ( 0  g   	gg  & 1  %g3g  & 1  :gHg    g    ( 0  g%g  g    ( 0   g  & 1   g  g gg  & 1  g%g  g  & 1  gg  & 1  g %g  & 1  ,g]g  g    ( 0  g,g  g    ( 0  p gg  g    ( 0   g  ,  g 	g  & 1   g g%g  g    ( 0   g  & 1   g  & 1  gg  .   g  & 1   g g  .  	g  .   g  ,   g  .   g  .  g 	g  .  g,g  g  & 1   g   % , 3   g    ( 0   g g  & 1  g:g  g  .  gg h 	h  h p  h p x  
h  h p hh  h p h,h  h    h  h p hrh hh h  h   h h hVh  h p  h p  h  h p hkh hh hCh i  i  i i    i i    i i j  j  j Bj    Dj j    j  j k  k  k vk l  l  l l m  m  m m n  n  n hn o  o  o Po    Ro o    o  o p  p  p Lp    Np p    p  p q  q  q (q    *q Dq    Fq Nq    Pq Zq    \q    ^q    `q    bq lq    nq    pq q   r  r  r r rr rr r٥r rwr rr rr rr rr rr rr r˵r  r   rr ss ss 	s	s  s p x  s p  s p s8s  s p  s p s,s ss s~s ss s s !s"s #s#s  %s p 's 	's  )s p +sO+s  -s p /s/s 0s0s  2s  .  4s4s 5si6s 7s  9s   ;s%;s  =s   ?sk?s  As   CsCs DsFs Gs8Hs IsJs t  t  t t u  u  u 6u    8u Fu    Hu Tu    Vu u uمu v  v  v fv p  hv vv p  xv p  zv p  |v v    v v    v  v vv  v    v  .   v    v   vrv vVv  v    v  v   v 	v  v   vAv  v   vv  v    v   vv  v   vv  v    v  v  .   v  .   v  v  .   v  v  .  vv ww ww wp	w 
w:
w  w   w 	w  w   ww  w    w   wAw ww ww ww ww ww ww w  !w    #w    %w    'w    )w    +w    -w   /w 	/w  1w    3w    5w    7w    9w    ;w  =w   ?w%?w  Aw    Cw  Ew    Gw    Iw   KwKw LwLw NwNw OwQw  Sw   UwUw  Ww   YwYw  [w   ]w]w ^w^w `w~aw bw  dw w xx xx  x   	x	x  x   xAx  x   x3x x,x  x   xx  x   xAx  x   xx   x   "xV"x  $x   &x'x (x(x  *x    ,x  .x   0x*1x  3x   5x6x  8x   :x,:x  <x   >x:>x ?x@x AxDx ExEx GxGx Hx  Jx    Lx    Nx    Px    Rx    Tx    Vx    Xx    Zx    \x    ^x    `x    bx    dx    fx    hx    jx    lx    nx    px    rx    tx    vx    xx    zx    |x    ~x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x    x   x 	x   x   x   x   %x   ,x   3x   :x   Ax   Hx   Ox   Vx   ]x   dx   kx   rx   yx   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   yy yy y  y p  y p x  y   p  !y p t x | #y#y  %y p t x | 'y 	'y  )y p  +y p u z  -y p x  /y p  1y  3y p  5y   p  7y  9y p  ;y  =y p s v y |  ?y  Ay p x  Cy p x Ey 	Ey  Gy p x  Iy   p  Ky p MydMy  Oy p x Qy  Sy   p  p  Uy    Wy    Yy    [y    ]y    _y    ay    cy   p  p x  x  ey    gy    iy    ky    my   p  p  oy    qy    sy    uy    wy    yy    {y    }y    y    y   p  p  y   p  p x  x  y    y    y   p  p  y    y    y    y    y    y    y   p  p  y   p  p  y    y    y    y    y   y  y p  y  y p y 	y  y p  y p  y p  y p  y p  y p  y  y p  y p  y p  y p  y p  y p yy  y p  y p  y p  y p  y  y p yy  y p  y p  y p  y p  y p yy  y p  y p  y p  y p y 	y zVz  z   zrz  
z   zz  z   zz  z   zAz  z   zz  z    z  z    z z  "z   $z:$z  &z   (z(z  *z   ,z,z  .z    0z  2z   4z15z  7z   9z9z  ;z   =z=z  ?z   Az%Az  Cz   Ez[Fz  Hz    Jz   Lz]z ^z^z _zodz ez  gz    iz    kz    mz    oz    qz    sz    uz    wz    yz    {z    }z    z    z    z    z    z    z    z    z    z    z    z    z    z    z    z    z    z    z    z    z   z3z  z    z    z    z  ,   z    z    z    z    z    z    z    z    z    z    z    z    z    z  ,   z    z   {  {    {    
{    {    {    {    {    {    {    {    {    {    {     {    "{    ${    &{    ({    *{    ,{    .{    0{    2{    4{    6{    8{    :{    <{    >{    @{    B{    D{    F{    H{   J{ |  |  ,   |  .   
|  ,   |  ,   |  .   |  ,   |  ,   |  ,   |  .   |  ,   |  .   |  ,   |  ,    |  .   "|  ,   $|  ,   &|  ,   (|  ,   *|  ,   ,|  .|    0|   2|2|  4|  .   6|  8|    :|    <|    >|  @|    B|  .   D|    F|   H|H|  J|    L|  N|    P|  R|    T|    V|    X|    Z|   \|\|   \|,\|   3\|r\|   y\|\|   \|\|   \|]|  _|    a|    c|   e|e|  .   g|  ,   i|  .   k|  .   m|  .   o|  .   q|  .   s|  .   u|  .   w|  ,   y|  .   {|  .   }|  .   |  .   |  ,   |  .   |  .   |  .   |  .   |  .   |  ,   |  .  |]|  |    |    | |   |3|  |    |    |  |   |:|  |    | |   |Ʊ|  | |  .   |    |  .   |  .   | |  .   |  .   |  .   |  .   |  .   |  .   |  |    | | ||  |    |   ||  |    |  |   ||   %|:|   A| H|   O|d|   k| r|   y||   |   || }  }     % , 3   }     % , 3   
}     % , 3   }  }     % , 3   }     % , 3   }      ( 0   }  & 1   }    ( 0   }      ( 0   }     % , 3   }  & 1   }      ( 0    }      ( 0   "}  & 1   $}  & 1   &}  & 1   (}  & 1   *}     % , 3   ,}  & 1   .}   % , 3   0}  & 1   2}  & 1   4}  & 1   6}  & 1   8}  & 1   :}    ( 0   <}    ( 0   >}    ( 0   @}    ( 0   B}    ( 0   D}    & 1   F}  & 1   H}    ( 0   J}    & 1   L}  ,   N}     % , 3   P}  R}     % , 3   T}  V}     " ( . 4   X}    ( 0   Z}   % , 3   \}    ( 0   ^}    ( 0   `}    ( 0   b}      ( 0   d}    ,   f}    h}    ,   j}    & 1   l}  & 1  n}u} ~  ~ p  ~    
~ ~    ~ ~   p  ~     ~ $~    &~ p  (~ :~ p  <~ F~ p  H~ p  J~  L~    N~  P~ p  R~ p  T~  V~ p  X~ j~ p  p  l~ p x  n~ t~ v~~ ~M~ ~%~  ~   ~O~  ~   ~r~  ~   ~~  ~   ~/~ ~ 	~  ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~    ~   ~~ ~|~ ~i~ ~~ ~8~ ~~ ~~ ~[~ ~~ ~~ ~~           
                                                 "    $    &    (    *    ,    .    0    2    4    6    8    :    <    >    @    B    D    F    H    J    L    N    P    R    T   VTW X[ \\ ]^ _p` a 	a   a   a   a   %a   ,a   3a   :a   Aa   Ha   Oa   Va   ]a   da   ka   ra   ya   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a   bpc dd ee f/h ii jMk l?m ns tg} ~  ̓ ̈́ ?   p , ]     3           	                          %           3   :H   O 3   p                 ,     p       p       p           p y   p   8   8  + ,  . p  0 p  2 p  4 p  6 p  8 p  : p x  < p  > p  @ p x  B p x  D p x  F p  H p  J p  L p u z  N p  P p  R p  T p x  V p x  X p  Z p \\ ]m np ꯀ     & 1  &  
      & 1  " &  $ &  &*  ,&  t  v & 1    p R  T &  p            & 1     	  		1  	
 &  
  
X  Z1  \      1    R  T&  (        p "1  $        t#  p v#~$  $D%  p F%H%  J%"&1  $&~'1  '^)1  `)+  +f,   h,-  -/  
/0  00  01  11  11   11  1r2   t2~3  p 3H4  p J4r4  t45  p 57  79  
991  9;  ;B;  D;J; 1  L;;1  ;;   ;<1  <=  =>1  >C  CF1  FW  WX  &  XZ   ZZ&  Zj  jj1   jj  j*k  ,kk  kk1  kk  k m 1  "m$m& 1  &mp   p~  ~~1  ~&   (  &  (      p x D  p F  p H|  ~  f  h  |  ~ 1  <  >@  BН  ҝ  1  `  bn  pޣ     "    1  
    p   Ȯ  ʮ  v1  x    p     1     "( 1  *  ,B 1  D01  21  1    Z  \  ^     P  Rl1  n  b1  d         p 1  1  1      1  p   1         1  L  NX  Z` 1  b|  ~ p   F  HL  N    "  ""  "6#  8##   #  #  #&1  &j&  l&/1  /41  42A   4A  6AB  BF1  F<R  >R  p @RS  ST  TLT  NT  PTTU  VUV  VV  p VW   WZ  Z  Zb  bb  b p bm  mn  nq  qq 1  q:r  <rr  rr&  r1  rr  r2w  p 4ww  w  0  2Z  \  Ƅ  Ȅp   r
  p :  <    ̝  p Ν  Н  1     6  8r1  tȣ  ʣ      1  İ  ư  p   f  h      1    (  *  p ,  p x .r  p x tz  |
            j  p l  n  p   "  $  X  p Z              p x       B,  D,,  ,-  -  -n6  p6  r6  t67  7  79  p 9:1  :><  @<F<  H<4J  6JJ  JL  LM  MtO  vO  xOO   OO1  O4Q   6QU  UXV 1  ZVnZ  p pZd  df  f  fm  mn  nn  n  p x nr1  rt  t"x  p $x~  ~~1  ~N  P  0   24  6,  .  04  6r  tx  zT  p V  X      p ©6  8  :      @  BH  J  B  D$  &(  *@  B*  ,  .r  tv  x    p     p 4  6    >  p @  l  n  N  Px  zt  p v          p `  b           @  B    
              p     p     p   n  p x p~    $	       	 L l Fb0 NbFb0 Nbg SgT
gUgg0 Tgg0 Tg|j 	j	j~m >mVmWmn0 nZn `ndn\n0 bno0 Voxp0 zpp  ppppp0 pq >qWqq0 >qr r rrrr0 rzt- Q #* ) ,	 ,b-Ţ.) Ţ*+"&	 &'"(b#"$b%Ţ  	  b!Ţ"Ţ"bŢ"b*  	 Ţ""b	 "bŢbŢ 		 	Ţ
""bŢ"bŢ|t- Q #* ) ,	 ,Ţ-.") *"+b&	 &"'b(Ţ#b$Ţ%  	  Ţ!"""bŢ"bŢ*  	 "b"bŢ	 bŢŢ" 		 	
"b"bŢ"bŢ~t- Q #* ) ,	 ,-".b)"*b+Ţ&	 &b'Ţ(#Ţ$%"  	  !""b"bŢ"bŢ*  	 "bŢbŢ	 Ţ""b 		 	"
bŢbŢ"bŢ"t- Q #* ) ,	 ,"-b.Ţ)b*Ţ+&	 &Ţ'( "#$"%b  	  "!b"ŢbŢ"bŢ"*  	 bŢŢ"	 "b"bŢ 		 	b
ŢŢ"bŢ"bt- Q #* ) ,	 ,b-Ţ.)Ţ*+"&	 &'"( b#"$b%Ţ  	  b!Ţ"Ţ"bŢ"b*  	 Ţ""b	 "bŢbŢ 		 	Ţ
""bŢ"bŢ0 2jtzu, Q *  	 ;C""?Ţ@9#	 "=">b5"6b7Ţ 	 1b2Ţ3-Ţ.0"'b(Ţ)+",b%  	 #Ţ$&"!""bŢ"bŢ 	 ŢbŢb	b
Ţ"b|u, Q *  	 ;ţbb?A"9Ń	 b=b>Ţ5b6Ţ7 	 1Ţ24"-/"0b'Ţ(*"+b,Ţ%  	 #%"&b "!b"Ţ"bŢ 	 Ţ""Ţ	Ţ
"bŢ~u, Q *  	 <ŢŢ@"Ab9	 Ţ=Ţ>5Ţ68" 	 13"4b."/b0Ţ')"*b+Ţ,%  	 $"%b&Ţ b!Ţ""bŢ" 	 "b"b	"bŢu, Q *  	 <c@bAŢ:C	 =?"57"8b 	 2"3b4Ţ.b/Ţ0(")b*Ţ+-"%  	 $b%Ţ& Ţ!#"bŢ"b 	 b"ŢbŢ"
"bŢ"u, Q *  	 <	""@ŢA:ţ	 ">"?b6"7b8Ţ 	 2b3Ţ4.Ţ/1"(b)Ţ*,"-b%  	 $Ţ%'" ""#bŢ"bŢ 	 ŢbŢb
bŢ"b0 duv rvtvvzv q sbuŢvv"rbtŢvv q s"ubvvr"tbvUw0 .Uw	x+ L %  	 łłłłłłłłłłł 	 łłłł%  	  	 x+ L %  	 ª«¦§¨¡¢£¤¥ 	  """""""%  	 """"""""""" 	 """""""""""x+ L %  	  	 bbbbbb%  	 bbbbbbbbbbb 	 bbbbbbbbbbbx+ L %  	 BBBBBBBBBBB 	 BBBŢBBŢŢŢŢŢ%  	 ŢŢŢŢŢŢŢŢŢŢŢ 	 ŢŢŢŢŢŢŢŢŢŢŢ(x	0 5(x(x0 5(x(x%0 5(x,(x30 5(x:(xA0 5(xH(x]0 5(xd0x0 50x0x0 50x1x0 51x1x0 51x1x#0 51x*u~/ V *  	 zb{Ţ|⪪vŢw⬪y"	 r⨪t"ubo"pbqŢ 	 kblŢm➪gŢh⠪j"	 c✪e"fb`"abbŢ*  	 \b]Ţ^⒪XŢY┪["	 T␪V"WbQ"RbSŢ 	 MbNŢO↪IŢJ∪L"	 EKG"HbB"CbDŢu/ V *  	 zŢ{⯪}"v⫪x"yb	 s"tbuŢobpŢq➪ 	 kŢl⣪n"g⟪i"jb	 d"ebfŢ`baŢb〉*  	 \Ţ]◪_"X⓪Z"[b	 U"VbWŢQbRŢS↪ 	 MŢN⋪P"I⇪K"Lb	 F"GbHŢBbCŢDu/ V *  	 z⮪|"}bw"xbyŢ	 sbtŢu⤪oŢp⦪r" 	 k⢪m"nbh"ibjŢ	 dbeŢf☪`Ţa⚪c"*  	 \▪^"_bY"Zb[Ţ	 UbVŢW〉QŢR⎪T" 	 M⊪O"PbJ"KbLŢ	 FbGŢH‪BŢC₪E"u/ V *  	 {"|b}ŢwbxŢy⧪	 sŢt⩪v"o⥪q"rb 	 l"mbnŢhbiŢj⛪	 dŢe❪g"`♪b"cb*  	 ]"^b_ŢYbZŢ[⏪	 UŢV⑪X"Q⍪S"Tb 	 N"ObPŢJbKŢL⃪	 FŢGⅪI"B⁪D"Ebu/ V *  	 {b|Ţ}⪪wŢx⬪z"	 s⨪u"vbp"qbrŢ 	 lbmŢn➪hŢi⠪k"	 d✪f"gba"bbcŢ*  	 ]b^Ţ_⒪YŢZ┪\"	 U␪W"XbR"SbTŢ 	 NbOŢP↪JŢK∪M"	 FKH"IbC"DbEŢ  _  \ x ,8 9 9 :  ~Gx _z	{, / 8 ~~~0 0  X    #0 e El@ez ~0 )n   Oef^z~0  ]0 jt    0 S0  0  7  q q5sw?xIsrw0s  ss#sss	s  v\v~i!s~ssج 4 } 
   rrrrrrDsrd`wRr &   @`, Gs`  2f ~, ~@s	  B| yQy^w]z | (     ]7_abGtPV\x 0 0~kfc n~~ ~Ф6 
    &xur
Nw0Lw5x   r@wrФ~IzLz0- 1 1~W[v~0-hK0}0} 
  :& ,c wZEx n C6   (x7swx w x& &Ax 
wPxCwcwbw  yw#wHxyy   Owdhtu@v 6   pqrmno	 	j
k
l 3f@h	i1  hhh1ef(g a`a/b4 L  b0 bHb0 caw[1 'awFawb1 'awMr0  >rWr˴r1 rr%1 ػr,rO1 rVr]1 rdr0  rrrs0  sĺsss1 دss1 دs%sp1 0s~j0  # #k$k%k#)jk j kj k k#j0  k k#j1 kk*1 kl0  g hm1m*gm1m1 gm#m*1 gm1 4 5 L M   /012()SV @A								



>?VXVW>?WX/23@Aqv ./#$CDcd&' PQ  !56 Z[    :&;& ,,0-1-K0L00011W[X[ФѤIJ @A
01   	 !#$,-/08;             0 1 k l       P Q        7 8     G H    @ A s t      	 	  	 !	 	 	 	 	  
 
 `
 a
 
 
 
 
    @ A ` a          ] ^     B C | }             ' ( R S    	       > ? W X                                     0 1     \ ]       r s   q r          / / S1 T1  D D a a a !a #a &a )a *a Oj Pj j j j j k k Em Fm gm im @n An  o o ) * e f ı ű   !  	           	 
@                                                      @xpX0`` $(,04PX`P8<@DHLPTX`dhlpx|h P8<@DHLPTX`dhlpx|(p0            (                                                    Bx@ 8h  ( 8 H x    999:Y:9: BIIIZJYYYZZDryyyzYzHzY999:H:(:BIIIHJYYYHZDryyyzHz@zHH9;(;99;;AAAABBBBFFYGHG:K(KIIJJKKJJQQQQRRRRUUYWHWZZ:[([YY[[Z\aaffiijjjjykhkYkHkqqrrrr
tt9{({yyyzhz9(ٙș9(yhYAAAAAAABAAA          hipx8X         08          B  H8HȌ8HX`X`pxHxH          o _ 
      ~ 	    m  n ! n T ?  " \ Q b }  c #      > A a p H I J K    G    U  n L  < % V   Y N   ; X              u d   Z P     E       e  F  r             f       {   W z | ] O &   :   $   S   '        @     g q    h   -     i     + s       )  3     * 0  ( 7  2 , t 1 l = D / `       8 C B 6 9 M j R    v 5 x  4      w  [ y   k   ^   .                                ( * _ a`a b cfc d e f2f3f g hhhhhh i j k l m n o p q rrrrrrrrrrrr ss	sssss!s#s0s5s7sDsGsIs t uu vvv www
wwwwwwwwLwNwOw^w`wbw xxx&x(x5x?xAxExGxHxx yyyQyy zLz^z_zezz { | } ~v~~~~~~~~~~~~~~~ VX\]_abdefijlnt~ ,]n                                                                                                                                                                                                                                   asm    dylink.0  *` ```` `  envcheck_encoding_conversion_args env	latin2mic env	mic2latin envlatin2mic_with_table envmic2latin_with_table envlocal2local env__memory_base envmemory +*                     *__wasm_call_ctors Pg_magic_func pg_finfo_koi8r_to_mic pg_finfo_mic_to_koi8r 	pg_finfo_iso_to_mic 
pg_finfo_mic_to_iso pg_finfo_win1251_to_mic pg_finfo_mic_to_win1251 pg_finfo_win866_to_mic pg_finfo_mic_to_win866 pg_finfo_koi8r_to_win1251 pg_finfo_win1251_to_koi8r pg_finfo_koi8r_to_win866 pg_finfo_win866_to_koi8r pg_finfo_win866_to_win1251 pg_finfo_win1251_to_win866 pg_finfo_iso_to_koi8r pg_finfo_koi8r_to_iso pg_finfo_iso_to_win1251 pg_finfo_win1251_to_iso pg_finfo_iso_to_win866 pg_finfo_win866_to_iso koi8r_to_mic mic_to_koi8r 
iso_to_mic 
mic_to_iso win1251_to_mic  mic_to_win1251 !win866_to_mic "mic_to_win866 #koi8r_to_win1251 $win1251_to_koi8r %koi8r_to_win866 &win866_to_koi8r 'win866_to_win1251 (win1251_to_win866 )iso_to_koi8r *koi8r_to_iso +iso_to_win1251 ,win1251_to_iso -iso_to_win866 .win866_to_iso /
*  #  # A8j # A<j # A@k # A j # A j # A j # A j # A j # A j # A j # A j # A j # A j # A j # A j # A j # A j # A j # Aj # AjB  (,!  ($!  (<!  (  (  (4" AA     AA A GB  (,!  ($!  (<!  (  (  (4" AA     AA A GH  (,!  ($!  (<!  (  (  (4" AA     AA# A	j A GH  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GH  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GH  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GH  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GH  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GG  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GG  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GG  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GG  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GG  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GG  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GG  (,!  ($!  (<!  (  (  (4" AA     AA# A	j A GG  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GG  (,!  ($!  (<!  (  (  (4" AA     AA# A
j A GG  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GG  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GG  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A G # 8     d       @       PostgreSQL                                                                                                                                                        ΰƴĳŸö˷                                                                                                                                                           ѳ                                                              椥娩㦢Ꞁ                                                                                                                                                                                                                                                                                                                                                                                                                                    asm    dylink.0Ā D`` ```` ` `  `` `envpalloc0  envpfree envstrcmp envdefGetString  envreadstoplist envGetDatabaseEncoding envpg_strcasecmp enverrstart_cold enverrcode  envGetDatabaseEncodingName enverrmsg env	errfinish envlowerstr_with_len envsearchstoplist envstrlen  envpg_server_to_any envrepalloc envmemcpy envpg_any_to_server envpalloc  envmemcmp envmemmove env__stack_pointerenv__memory_base env__table_base GOT.funclowerstrGOT.memCurrentMemoryContextenvmemory env__indirect_function_tablep 	  
                                                                                              __wasm_call_ctors Pg_magic_func pg_finfo_dsnowball_init pg_finfo_dsnowball_lexize dsnowball_init dsnowball_lexize __wasm_apply_data_relocs 	 #786:89=>;78?78BE>D78H78I:8J78R78S:8T78U78W78X:8Y[8Z]8\:8^78_:8d78e:8f=>g78i78mE>o78r78s[8tv8u[8x:8y78~78[8v8:87878]8:8:878:8:8[8:8GFMNOPQqpw|NOP}
 
 #Aj#Aj6 #Aj#6 #Aj#Aj6 #Aj#Aj6 #Aĳj#Aj6 #A̳j#Aj6 #Aгj#Aj6 #AԳj#Aj6 #Aسj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A	j6 #Aj#A
j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĴj#Aj6 #Aȴj#Aj6 #A̴j#Aj6 #Aдj#Aj6 #Aشj#Aj6 #Aܴj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A j6 #Aj#Aj6 #Aj#A!j6 #Aj#A"j6 #Aj#A#j6 #Aj#Aj6 #Aj#A$j6 #Aj#A%j6 #Aj#A&j6 #Aj#Aj6 #Aj#A'j6 #Aj#A(j6 #Aĵj#A)j6 #Aȵj#Aj6 #Aеj#A*j6 #AԵj#A+j6 #Aصj#A,j6 #Aܵj#Aj6 #Aj#A-j6 #Aj#A.j6 #Aj#A/j6 #Aj#Aj6 #Aj#A0j6 #Aj#A1j6 #Aj#A2j6 #Aj#Aj6 #Aj#A3j6 #Aj#A4j6 #Aj#A5j6 #Aj#Aj6 #Aj#A6j6 #Aj#A7j6 #Aj#A8j6 #Aj#Aj6 #Aj#A9j6 #Aj#A:j6 #Aj#A;j6 #Aj#Aj6 #Aȶj#A<j6 #A̶j#A=j6 #Aжj#A>j6 #AԶj#Aj6 #Aܶj#A?j6 #Aj#A@k6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aķj#A j6 #Aȷj#A j6 #A̷j#Aj6 #AԷj#A j6 #Aطj#A j6 #Aܷj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aĸj#Aj6 #A̸j#A j6 #Aиj#A j6 #AԸj#A j6 #Aظj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #AĹj#A j6 #Aȹj#A j6 #A̹j#A j6 #Aйj#Aj6 #Aعj#A j6 #Aܹj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĺj#Aj6 #AȺj#Aj6 #Aкj#Aj6 #AԺj#Aj6 #Aغj#Aj6 #Aܺj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̻j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aļj#Aj6 #Aؼj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aнj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȾj#Aj6 #Aܾj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԿj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A	j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#A
j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԀj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Áj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĂj#Aj6 #A؂j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԃj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Āj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aąj#Aj6 #A؅j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AІj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȇj#Aj6 #A܇j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԈj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ảj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĊj#Aj6 #A؊j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЋj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȌj#Aj6 #A܌j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԍj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̎j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aďj#Aj6 #A؏j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AАj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȑj#Aj6 #Aܑj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԒj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̓j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĔj#Aj6 #Aؔj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЕj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȖj#Aj6 #Aܖj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԗj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̘j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aęj#Aj6 #Aؙj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AКj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ațj#Aj6 #Aܛj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԜj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̝j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĞj#Aj6 #A؞j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AПj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȠj#Aj6 #Aܠj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԡj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̢j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aģj#Aj6 #Aأj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AФj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȥj#Aj6 #Aܥj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԦj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̧j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĨj#Aj6 #Aبj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЩj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȪj#Aj6 #Aܪj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԫj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̬j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĭj#Aj6 #Aحj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЮj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȯj#Aj6 #Aܯj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A԰j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̱j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĲj#Aj6 #Aزj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aгj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȴj#Aj6 #Aܴj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԵj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̶j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aķj#Aj6 #Aطj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aиj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȹj#Aj6 #Aܹj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԺj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̻j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aļj#Aj6 #Aؼj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aнj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȾj#Aj6 #Aܾj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԿj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A!j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A"j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A#j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A$j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A&j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A'j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A(j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A)j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A*j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A+j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#Aj6 #Aj#A,j6 #Aj#Aj6 #Aj#A,j6 #Aj#A,j6 #Aj#Aj6 #Aj#A,j6 #Aj#A,j6 #Aj#Aj6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A,j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #Aj#A-j6 #AԀj#A.j6 #Aj#A.j6 #Aj#A.j6 #Aj#A.j6 #Aj#A.j6 #Aj#A.j6 #AЁj#A.j6 #Aj#A.j6 #Aj#A.j6 #Aj#A.j6 #Aj#A.j6 #Aj#A.j6 #AȂj#A.j6 #A܂j#A.j6 #Aj#A.j6 #Aj#A/j6 #Aj#A/j6 #Aj#A/j6 #Aj#A/j6 #Aԃj#A/j6 #Aj#A/j6 #Aj#A/j6 #Aj#A/j6 #Aj#A/j6 #Aj#A/j6 #Āj#A/j6 #Aj#A/j6 #Aj#A/j6 #Aj#A/j6 #Aj#A/j6 #Aj#A/j6 #Aąj#A/j6 #A؅j#A/j6 #Aj#A/j6 #Aj#A/j6 #Aj#A/j6 #Aj#A/j6 #Aj#A/j6 #AІj#A/j6 #Aj#A0j6 #Aj#A0j6 #Aj#A0j6 #Aj#A0j6 #Aj#A0j6 #Aȇj#A0j6 #A܇j#A0j6 #Aj#A0j6 #Aj#A0j6 #Aj#A0j6 #Aj#A0j6 #AĈj#A0j6 #A؈j#A0j6 #Aj#A0j6 #Aj#A0j6 #Aj#A0j6 #Aj#A0j6 #Aȉj#A0j6 #A܉j#A0j6 #Aj#A0j6 #Aj#A0j6 #Aj#A0j6 #Aj#A0j6 #Aj#A0j6 #AԊj#A0j6 #Aj#A0j6 #Aj#A0j6 #Aj#A0j6 #Aj#A0j6 #Aj#A0j6 #A̋j#A0j6 #Aj#A0j6 #Aj#A0j6 #Aj#A1j6 #Aj#A1j6 #Aj#A1j6 #AČj#A1j6 #A،j#A1j6 #Aj#A1j6 #Aj#A1j6 #Aj#A1j6 #Aj#A1j6 #Aj#A1j6 #AЍj#A1j6 #Aj#A1j6 #Aj#A1j6 #Aj#A1j6 #Aj#A1j6 #Aj#A1j6 #AȎj#A1j6 #A܎j#A1j6 #Aj#A1j6 #Aj#A1j6 #Aj#A1j6 #Aj#A1j6 #Aďj#A1j6 #A؏j#A1j6 #Aj#A1j6 #Aj#A1j6 #Aj#A1j6 #Aj#A1j6 #Aj#A2j6 #AАj#A2j6 #Aj#A2j6 #Aj#A2j6 #Aj#A2j6 #Aj#A2j6 #Aj#A2j6 #Aȑj#A2j6 #Aܑj#A2j6 #Aj#A2j6 #Aj#A2j6 #Aj#A2j6 #Aj#A2j6 #Aj#A2j6 #AԒj#A2j6 #Aj#A2j6 #Aj#A2j6 #Aj#A2j6 #Aj#A2j6 #Aj#A2j6 #A̓j#A2j6 #Aj#A2j6 #Aj#A2j6 #Aj#A2j6 #Aj#A2j6 #Aj#A2j6 #AĔj#A2j6 #Aؔj#A2j6 #Aj#A3j6 #Aj#A3j6 #Aj#A3j6 #Aj#A3j6 #Aĕj#A3j6 #Aؕj#A3j6 #Aj#A3j6 #Aj#A3j6 #Aj#A3j6 #Aj#A3j6 #AĖj#A3j6 #Aj#A3j6 #Aj#A3j6 #Aj#A3j6 #Aj#A3j6 #Aȗj#A3j6 #Aܗj#A3j6 #Aj#A3j6 #Aj#A3j6 #Aj#A3j6 #Aj#A3j6 #AĘj#A3j6 #Aؘj#A3j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #Aԙj#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #A̚j#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #A̛j#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #A̜j#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #A̝j#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#A4j6 #Aj#Aj6 #Aj#A4j6 #AĞj#A4j6 #A؞j#A4j6 #Aj#A4j6 #Aj#Aj6 #Aj#A4j6 #Aj#A4j6 #Aj#Aj6 #Aj#A4j6 #Aj#Aj6 #Aj#A4j6 #Aȟj#Aj6 #Aԟj#A4j6 #Aj#Aj6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #AԠj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #A̡j#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #AĢj#A5j6 #Aآj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #AУj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #AȤj#A5j6 #Aܤj#A6j6 #Aj#A6j6 #Aj#A6j6 #Aj#A6j6 #Aj#A6j6 #Aj#A6j6 #Aԥj#A6j6 #Aj#A6j6 #Aj#A6j6 #Aj#A6j6 #Aj#A6j6 #Aj#A6j6 #A̦j#A6j6 #Aj#A6j6 #Aj#A6j6 #Aj#A6j6 #Aj#A6j6 #Aj#A6j6 #Aħj#A6j6 #Aاj#A6j6 #Aj#A6j6 #Aj#A6j6 #Aj#A6j6 #Aj#A7j6 #Aj#A7j6 #AШj#A7j6 #Aj#A7j6 #Aj#A7j6 #Aj#A7j6 #Aj#A7j6 #Aj#A7j6 #Aȩj#A7j6 #Aܩj#A7j6 #Aj#A7j6 #Aj#A7j6 #Aj#A7j6 #Aj#A7j6 #Aj#A7j6 #AԪj#A7j6 #Aj#A7j6 #Aj#A7j6 #Aj#A7j6 #Aj#A8j6 #Aīj#A8j6 #Aثj#A8j6 #Aj#A8j6 #Aj#A8j6 #Aj#A8j6 #Aj#A8j6 #Aj#A8j6 #AЬj#A8j6 #Aj#A8j6 #Aj#A8j6 #Aj#A8j6 #Aj#A8j6 #Aȭj#A8j6 #Aܭj#A8j6 #Aj#A8j6 #Aj#A8j6 #Aj#A8j6 #Aj#A8j6 #AĮj#A8j6 #Aخj#A8j6 #Aj#A8j6 #Aj#A8j6 #Aj#A8j6 #Aj#A8j6 #Aj#A8j6 #AЯj#A8j6 #Aj#A8j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #AȰj#A9j6 #Aܰj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #AԱj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #A̲j#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aĳj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A9j6 #AԴj#A9j6 #Aj#A9j6 #Aj#A9j6 #Aj#A:j6 #Aj#A:j6 #Aj#A:j6 #A̵j#A:j6 #Aj#A:j6 #Aj#A:j6 #Aj#A:j6 #Aj#A:j6 #Aj#A:j6 #AĶj#A:j6 #Aضj#A:j6 #Aj#A:j6 #Aj#A:j6 #Aj#A:j6 #Aj#A:j6 #Aj#A:j6 #Aзj#A:j6 #Aj#A:j6 #Aj#A:j6 #Aj#A:j6 #Aj#A:j6 #Aj#A:j6 #Aȸj#A:j6 #Aܸj#A:j6 #Aj#A:j6 #Aj#A:j6 #Aj#A:j6 #Aj#A:j6 #Aj#A:j6 #AԹj#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #A̺j#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #AĻj#A;j6 #Aػj#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #AԼj#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #A̽j#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #Aj#A;j6 #AȾj#A;j6 #Aܾj#A;j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #AԿj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A<j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A=j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A>j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A@k6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĀj#A j6 #A؀j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AЁj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȂj#A j6 #A܂j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aԃj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Āj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aąj#A j6 #A؅j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĆj#A j6 #A؆j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aԇj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AЈj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aȉj#A j6 #A܉j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԊj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̋j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AČj#A j6 #A،j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AЍj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȎj#A j6 #A܎j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aԏj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̐j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Ađj#A j6 #Aؑj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AВj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aȓj#A j6 #Aܓj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԔj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̕j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĖj#A j6 #Aؖj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AЗj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȘj#A j6 #Aܘj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aԙj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̚j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̛j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĜj#A j6 #A؜j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AНj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȞj#A j6 #Aܞj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aԟj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̠j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AСj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̢j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AУj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȤj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aȥj#A j6 #Aܥj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԦj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̧j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȨj#A j6 #Aܨj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aԩj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̪j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aīj#A j6 #Aثj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AЬj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aȭj#A j6 #Aܭj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԮj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aԯj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aаj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aıj#A j6 #Aرj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aвj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aȳj#A j6 #Aܳj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԴj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̵j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĶj#A j6 #Aضj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aзj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̸j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĹj#A j6 #Aعj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aкj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȻj#A j6 #Aܻj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԼj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̽j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aľj#A j6 #Aؾj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĿj#A j6 #Aؿj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Àj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aāj#A j6 #A؁j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AЂj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aȃj#A j6 #A܃j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԄj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̅j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĆj#A j6 #A؆j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AЇj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȈj#A j6 #A܈j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aԉj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Åj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aċj#A j6 #A؋j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AЌj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aȍj#A j6 #A܍j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԎj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Ȁj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĐj#A j6 #Aؐj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AБj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȒj#A j6 #Aܒj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aēj#A j6 #Aؓj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĔj#A j6 #Aؔj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AЕj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԖj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aԗj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĘj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AЙj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȚj#A j6 #Aܚj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aěj#A j6 #A؛j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȜj#A j6 #Aܜj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̝j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĞj#A j6 #A؞j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AПj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȠj#A j6 #Aܠj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aԡj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̢j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aģj#A j6 #Aأj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AФj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aȥj#A j6 #Aܥj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̦j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aħj#A j6 #Aاj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AШj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aȩj#A j6 #Aܩj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԪj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̫j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĬj#A j6 #Aجj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AЭj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȮj#A j6 #Aܮj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aԯj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̰j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aȱj#A j6 #Aܱj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԲj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̳j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĴj#A j6 #Aشj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԵj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̶j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aķj#A j6 #Aطj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aиj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aȹj#A j6 #Aܹj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԺj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #A̻j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aļj#A j6 #Aؼj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aнj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AȾj#A j6 #Aܾj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԿj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AԀj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Áj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĂj#A j6 #A؂j#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aԃj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Āj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aąj#Aj6 #A؅j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AІj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AÀj6 #Aj#Aƀj6 #Aj#Aˀj6 #Aȇj#A΀j6 #A܇j#AҀj6 #Aj#A׀j6 #Aj#A܀j6 #Aj#A߀j6 #Aj#Aj6 #Aj#Aj6 #AԈj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ảj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĊj#Aj6 #A؊j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЋj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AŁj6 #Aj#Áj6 #Aj#Aҁj6 #AȌj#Aցj6 #A܌j#Aځj6 #Aj#Aށj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԍj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̎j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aďj#Aj6 #A؏j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AАj#Ałj6 #Aj#AȂj6 #Aj#Aʂj6 #Aj#A͂j6 #Aj#AЂj6 #Aj#AՂj6 #Aȑj#A؂j6 #Aܑj#A߂j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԒj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̓j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĔj#Aj6 #Aؔj#A˃j6 #Aj#Aуj6 #Aj#Aփj6 #Aj#Aރj6 #Aj#Aj6 #Aj#Aj6 #AЕj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȖj#Aj6 #Aܖj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԗj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AȄj6 #Aj#A҄j6 #A̘j#Aքj6 #Aj#Aۄj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aęj#Aj6 #Aؙj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AКj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ațj#Aj6 #Aܛj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aʅj6 #AԜj#Aхj6 #Aj#Aڅj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̝j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĞj#Aj6 #A؞j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AПj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȠj#Aj6 #Aܠj#AÆj6 #Aj#Aǆj6 #Aj#Ăj6 #Aj#Aӆj6 #Aj#AՆj6 #Aj#Aچj6 #Aԡj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̢j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aģj#Aj6 #Aأj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AФj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȥj#Aj6 #Aܥj#Aj6 #Aj#AƇj6 #Aj#Aɇj6 #Aj#A·j6 #Aj#AӇj6 #Aj#A؇j6 #AԦj#Aۇj6 #Aj#Aއj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̧j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĨj#Aj6 #Aبj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЩj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȪj#Aj6 #Aܪj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aƈj6 #Aj#Aˈj6 #Aj#Aшj6 #Aԫj#AՈj6 #Aj#Aۈj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̬j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĭj#Aj6 #Aحj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЮj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AÉj6 #Aj#Aȉj6 #Aȯj#Ảj6 #Aܯj#AЉj6 #Aj#Aԉj6 #Aj#Aىj6 #Aj#Aމj6 #Aj#Aj6 #Aj#Aj6 #A԰j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̱j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĲj#Aj6 #Aزj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aгj#AǊj6 #Aj#A͊j6 #Aj#Aӊj6 #Aj#A؊j6 #Aj#A܊j6 #Aj#Aj6 #Aȴj#Aj6 #Aܴj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԵj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̶j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aķj#Aj6 #Aطj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aиj#Aȋj6 #Aj#A΋j6 #Aj#Aԋj6 #Aj#A׋j6 #Aj#Aًj6 #Aj#A݋j6 #Aȹj#Aj6 #Aܹj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԺj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̻j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aļj#Aj6 #Aؼj#Aj6 #Aj#Aƌj6 #Aj#Aˌj6 #Aj#AЌj6 #Aj#AԌj6 #Aj#Aٌj6 #Aнj#Aތj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȾj#Aj6 #Aܾj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԿj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aōj6 #Aj#Aɍj6 #Aj#Aύj6 #Aj#AՍj6 #Aj#Aۍj6 #Aj#Aލj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AÎj6 #Aj#AȎj6 #Aj#Aˎj6 #Aj#AЎj6 #Aj#Aӎj6 #Aj#A֎j6 #Aj#Aَj6 #Aj#Aݎj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AÏj6 #Aj#Aʏj6 #Aj#AЏj6 #Aj#A֏j6 #Aj#Aۏj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AŐj6 #Aj#Aʐj6 #Aj#Aΐj6 #Aj#AҐj6 #Aj#A֐j6 #Aj#Aڐj6 #Aj#Aސj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AĒj6 #Aj#Aɒj6 #Aj#A͒j6 #Aj#AВj6 #Aj#A֒j6 #Aj#Aےj6 #Aj#Aޒj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AÓj6 #Aj#Aœj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AǕj6 #Aj#Aѕj6 #Aj#Aҕj6 #Aj#AՕj6 #Aj#Aוj6 #Aj#Aڕj6 #Aj#Aەj6 #Aj#Aޕj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AÖj6 #Aj#AŖj6 #Aj#Aǖj6 #Aj#Aɖj6 #Aj#A˖j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AƗj6 #Aj#A͗j6 #Aj#Aҗj6 #Aj#Aחj6 #Aj#Aޗj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AĘj6 #Aj#Aǘj6 #Aj#Aʘj6 #Aj#A͘j6 #Aj#AИj6 #Aj#AҘj6 #Aj#A՘j6 #Aj#Aؘj6 #Aj#Aژj6 #Aj#Aݘj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aʙj6 #Aj#A͙j6 #Aj#AЙj6 #Aj#Aәj6 #Aj#Aՙj6 #Aj#Aיj6 #Aj#Aٙj6 #Aj#Aۙj6 #Aj#Aޙj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AÚj6 #Aj#Aj6 #Aj#Aǚj6 #Aj#Aʚj6 #Aj#Aj6 #Aj#AΚj6 #Aj#Aњj6 #Aj#A՚j6 #Aj#Aٚj6 #Aj#Aۚj6 #Aj#Aߚj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aƛj6 #Aj#Aʛj6 #Aj#AΛj6 #Aj#Aӛj6 #Aj#Aכj6 #Aj#Aܛj6 #A	j#Aݛj6 #A	j#Aj6 #A	j#Aj6 #AԀ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AЁ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AȂ	j#Aj6 #A܂	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aԃ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#AÝj6 #A	j#Aȝj6 #Ā	j#A͝j6 #A	j#Aҝj6 #A	j#Aםj6 #A	j#A۝j6 #A	j#Aޝj6 #A	j#Aj6 #Aą	j#Aj6 #A؅	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AІ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aȇ	j#Aj6 #A܇	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#AĞj6 #AĈ	j#AȞj6 #A؈	j#A˞j6 #A	j#A͞j6 #A	j#AϞj6 #A	j#AӞj6 #A	j#A՞j6 #Aȉ	j#A؞j6 #A܉	j#Aڞj6 #A	j#Aޞj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AԊ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A̋	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AČ	j#Aj6 #A،	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aßj6 #A	j#Aɟj6 #A	j#AПj6 #AЍ	j#A؟j6 #A	j#Aݟj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AȎ	j#Aj6 #A܎	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aď	j#Aj6 #A؏	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AА	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aȑ	j#Aj6 #Aܑ	j#Aj6 #A	j#AƠj6 #A	j#A͠j6 #A	j#AҠj6 #A	j#A֠j6 #A	j#A٠j6 #AԒ	j#Aܠj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A̓	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AĔ	j#Aj6 #Aؔ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aĕ	j#Aj6 #Aؕ	j#Aáj6 #A	j#Aơj6 #A	j#Aɡj6 #A	j#A͡j6 #A	j#AСj6 #AĖ	j#Aӡj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aȗ	j#Aj6 #Aܗ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AĘ	j#Aj6 #Aؘ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aԙ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A̚	j#Aj6 #A	j#Aj6 #A	j#AŢj6 #A	j#AǢj6 #A	j#AϢj6 #A̛	j#AТj6 #A	j#AѢj6 #A	j#AӢj6 #A	j#Aբj6 #A	j#Aj6 #A̜	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aĝ	j#Aj6 #A؝	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AО	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aȟ	j#Aj6 #Aܟ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AԠ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aãj6 #A	j#Aţj6 #A	j#Aǣj6 #A̡	j#Aɣj6 #A	j#Aˣj6 #A	j#Aͣj6 #A	j#Aϣj6 #A	j#Aѣj6 #A	j#Aӣj6 #AĢ	j#Aգj6 #Aآ	j#Aףj6 #A	j#A٣j6 #A	j#Aۣj6 #A	j#Aݣj6 #A	j#Aߣj6 #Aģ	j#Aj6 #Aأ	j#Aj6 #A	j#AƤj6 #A	j#AФj6 #A	j#Aڤj6 #A	j#Aj6 #A	j#Aj6 #AФ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aҥj6 #A	j#Aj6 #Aȥ	j#Aj6 #Aܥ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#A¦j6 #A	j#Aʦj6 #AԦ	j#A֦j6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A̧	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#AЧj6 #A	j#Aj6 #A	j#Aj6 #AĨ	j#Aj6 #Aب	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Ąj6 #A	j#Aj6 #AЩ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AȪ	j#Aj6 #Aܪ	j#Aj6 #A	j#Aj6 #A	j#Aȩj6 #A	j#Aҩj6 #A	j#Aީj6 #A	j#Aj6 #Aԫ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AԬ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A̭	j#Aªj6 #A	j#AȪj6 #A	j#A֪j6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AĮ	j#Aj6 #Aخ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AЯ	j#Aj6 #A	j#Aj6 #A	j#Aȫj6 #A	j#AЫj6 #A	j#Aҫj6 #A	j#Aԫj6 #AȰ	j#Aܫj6 #Aܰ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aı	j#Aj6 #Aر	j#Aj6 #A	j#Aj6 #A	j#A̬j6 #A	j#Aάj6 #A	j#AЬj6 #A	j#AԬj6 #AԲ	j#Aجj6 #A	j#Aܬj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A̳	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aȴ	j#Aj6 #Aܴ	j#Aj6 #A	j#AЭj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #AԵ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#A®j6 #A̶	j#AȮj6 #A	j#AԮj6 #A	j#Aڮj6 #A	j#Aޮj6 #A	j#Aj6 #A	j#Aj6 #Aķ	j#Aj6 #Aط	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aи	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#A¯j6 #A	j#AЯj6 #A	j#Aدj6 #Aȹ	j#Aj6 #Aܹ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aĺ	j#Aj6 #Aغ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aưj6 #A	j#Aΰj6 #A	j#Aܰj6 #Aл	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aȼ	j#Aj6 #Aܼ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#AƱj6 #AĽ	j#Aܱj6 #Aؽ	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #Aо	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#AĲj6 #A	j#AƲj6 #A̿	j#A̲j6 #A	j#Aвj6 #A	j#Aֲj6 #A	j#Aܲj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#A³j6 #A	j#Aȳj6 #A	j#Aγj6 #A	j#Aڳj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aʵj6 #A	j#Aҵj6 #A	j#Aֵj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aжj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aطj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#AƸj6 #A	j#AҸj6 #A	j#Aظj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#A¹j6 #A	j#A̹j6 #A	j#Aйj6 #A	j#Aҹj6 #A	j#Aֹj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#AȺj6 #A	j#Aκj6 #A	j#AԺj6 #A	j#Aغj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aƻj6 #A	j#Aλj6 #A	j#Aһj6 #A	j#Aػj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#AƼj6 #A	j#Aμj6 #A	j#Aּj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#A½j6 #A	j#Aƽj6 #A	j#A̽j6 #A	j#Aҽj6 #A	j#Aֽj6 #A	j#Aܽj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#AȾj6 #A	j#Aξj6 #A	j#AҾj6 #A	j#Aܾj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aƿj6 #A	j#A̿j6 #A	j#Aؿj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A	j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AЀ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aԁ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AȂ
j#Aj6 #A܂
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aȃ
j#Aj6 #A܃
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AԄ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aȅ
j#Aj6 #A܅
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AĆ
j#Aj6 #A؆
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Ać
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Ä
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aĉ
j#Aj6 #A؉
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AЊ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aȋ
j#Aj6 #A܋
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AԌ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A̍
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AԎ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aԏ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AА
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aȑ
j#Aj6 #Aܑ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AԒ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A̓
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AĔ
j#Aj6 #Aؔ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AЕ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AȖ
j#Aj6 #Aܖ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aԗ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A̘
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AЙ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AȚ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A̛
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A̜
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aȝ
j#Aj6 #Aܝ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AȞ
j#Aj6 #Aܞ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aԟ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A̠
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aġ
j#Aj6 #Aء
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AТ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aȣ
j#Aj6 #Aܣ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AԤ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Ḁ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AĦ
j#Aj6 #Aئ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AЧ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AȨ
j#Aj6 #Aܨ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aԩ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A̪
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aī
j#Aj6 #Aث
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AЬ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aȭ
j#Aj6 #Aܭ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AԮ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aį
j#Aj6 #A̯
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aİ
j#Aj6 #Aذ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aб
j#Aj6 #Aܱ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AȲ
j#Aj6 #Aܲ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AԳ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A̴
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aĵ
j#Aj6 #Aص
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aж
j#Aj6 #Aܶ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aȷ
j#Aj6 #Aܷ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AԸ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A̹
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aĺ
j#Aj6 #Aغ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aл
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aȼ
j#Aj6 #Aܼ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AԽ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A̾
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #AĿ
j#Aj6 #Aؿ
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #A
j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȀj#Aj6 #A܀j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԁj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Âj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aăj#Aj6 #A؃j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЄj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȅj#Aj6 #A܅j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԆj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ȧj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĈj#Aj6 #A؈j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЉj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȊj#Aj6 #A܊j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԋj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ǎj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȍj#Aj6 #A܍j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĎj#Aj6 #A؎j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԏj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̐j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ađj#Aj6 #Aؑj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AВj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȓj#Aj6 #Aܓj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԔj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̕j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĖj#Aj6 #Aؖj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЗj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȘj#Aj6 #Aܘj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԙj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̚j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aěj#Aj6 #A؛j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AМj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȝj#Aj6 #Aܝj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԞj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̟j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĠj#Aj6 #Aؠj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AСj#AÀj6 #Aj#Aǀj6 #Aj#Aˀj6 #Aj#Àj6 #Aj#A΀j6 #Aj#AЀj6 #AȢj#AӀj6 #Aܢj#AՀj6 #Aj#A؀j6 #Aj#Aڀj6 #Aj#A݀j6 #Aj#Aj6 #Aj#Aj6 #Aԣj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̤j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĥj#Aj6 #Aإj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЦj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aāj6 #Aj#Aǁj6 #Aȧj#AɁj6 #Aܧj#Áj6 #Aj#AЁj6 #Aj#AӁj6 #Aj#AՁj6 #Aj#Aفj6 #Aj#A݁j6 #AԨj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̩j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĪj#Aj6 #Aتj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЫj#AƂj6 #Aj#AȂj6 #Aj#A˂j6 #Aj#A͂j6 #Aj#AЂj6 #Aj#A҂j6 #AȬj#AՂj6 #Aܬj#Aۂj6 #Aj#A܂j6 #Aj#Aނj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԭj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̮j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aįj#Aj6 #Aدj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aİj#Aj6 #Aذj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aбj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AÃj6 #AȲj#Aƃj6 #Aܲj#A˃j6 #Aj#Aуj6 #Aj#AՃj6 #Aj#A؃j6 #Aj#Aڃj6 #Aj#A݃j6 #AԳj#A߃j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̴j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĵj#Aj6 #Aصj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aжj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȷj#Aj6 #Aܷj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AǄj6 #AԸj#Aʄj6 #Aj#Ä́j6 #Aj#Aτj6 #Aj#A҄j6 #Aj#A؄j6 #Aj#Aڄj6 #AԹj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĺj#Aj6 #Aغj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aлj#A҅j6 #Aj#A؅j6 #Aj#Aޅj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԼj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԽj#AĆj6 #Aj#A͆j6 #Aj#Aֆj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̾j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĿj#Aj6 #Aؿj#Aj6 #Aj#Aj6 #Aj#Aȇj6 #Aj#A·j6 #Aj#Aԇj6 #Aj#A݇j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aƈj6 #Aj#Aψj6 #Aj#A؈j6 #Aj#Aވj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aʉj6 #Aj#AӉj6 #Aj#Aىj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AŊj6 #Aj#Aъj6 #Aj#A݊j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AËj6 #Aj#Aҋj6 #Aj#Aދj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aʌj6 #Aj#A֌j6 #Aj#A܌j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AÎj6 #Aj#AƎj6 #Aj#AɎj6 #Aj#Aˎj6 #Aj#A͎j6 #Aj#AЎj6 #Aj#AԎj6 #Aj#A֎j6 #Aj#Aَj6 #Aj#A܎j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aۏj6 #Aj#Aߏj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aǐj6 #Aj#A̐j6 #Aj#Aѐj6 #Aj#A֐j6 #Aj#Aېj6 #Aj#Aߐj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aґj6 #Aj#AՑj6 #Aj#Aۑj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aƒj6 #Aj#A͒j6 #Aj#AӒj6 #Aj#Aגj6 #Aj#Aݒj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AÓj6 #Aj#AǓj6 #Aj#Aɓj6 #Aj#A̓j6 #Aj#Aϓj6 #Aj#Aѓj6 #Aj#AՓj6 #Aj#Aٓj6 #Aj#Aݓj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AƔj6 #Aj#A˔j6 #Aj#AДj6 #Aj#AӔj6 #Aj#A֔j6 #Aj#Aڔj6 #Aj#Aޔj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aŕj6 #Aj#Aʕj6 #Aj#Aϕj6 #Aj#Aԕj6 #Aj#Aٕj6 #Aj#Aޕj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AĖj6 #Aj#AȖj6 #Aj#Aϖj6 #Aj#A֖j6 #Aj#Aݖj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A×j6 #Aj#Aȗj6 #Aj#A͗j6 #Aj#Aҗj6 #Aj#Aחj6 #Aj#Aٗj6 #Aj#Aۗj6 #Aj#Aݗj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AŘj6 #Aj#AȘj6 #Aj#A˘j6 #Aj#AϘj6 #Aj#AҘj6 #Aj#A֘j6 #Aj#Aؘj6 #Aj#Aܘj6 #Aj#Aޘj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aśj6 #Aj#Aʛj6 #Aj#Aϛj6 #Aj#Aӛj6 #Aj#Aכj6 #AȀj#Aۛj6 #A܀j#Aޛj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԁj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Âj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aăj#Aj6 #A؃j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЄj#AÜj6 #Aj#AƜj6 #Aj#Aʜj6 #Aj#A̜j6 #Aj#AΜj6 #Aj#AМj6 #Aȅj#AӜj6 #A܅j#A֜j6 #Aj#A؜j6 #Aj#Aڜj6 #Aj#Aޜj6 #Aj#Aj6 #Aj#Aj6 #AԆj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԇj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Äj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĉj#A˙j6 #A؉j#Aԙj6 #Aj#Aۙj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЊj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȋj#Aj6 #A܋j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AÚj6 #AԌj#A̚j6 #Aj#Aךj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̍j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĎj#Aj6 #A؎j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aďj#Aj6 #A؏j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AАj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȑj#Aj6 #Aܑj#AƝj6 #Aj#Aɝj6 #Aj#A˝j6 #Aj#AΝj6 #Aj#Aѝj6 #Aj#Aԝj6 #AԒj#Aٝj6 #Aj#Aߝj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̓j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĔj#Aj6 #Aؔj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЕj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A˞j6 #Aj#A՞j6 #Aj#Aޞj6 #AȖj#Aj6 #Aܖj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԗj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̘j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aęj#Aßj6 #Aؙj#A˟j6 #Aj#Aҟj6 #Aj#Aٟj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AКj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ațj#Aj6 #Aܛj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԜj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aàj6 #Aԝj#AȠj6 #Aj#Aɠj6 #Aj#Aʠj6 #Aj#A̠j6 #Aj#A͠j6 #A؞j#AѠj6 #Aj#AҠj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԟj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĠj#Aj6 #Aؠj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aġj#Aj6 #Aءj#Aj6 #Aj#Aj6 #Aj#Aâj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AТj#Aj6 #Aj#Aáj6 #Aj#Aǡj6 #Aj#Aˡj6 #Aj#Aϡj6 #Aj#Aӡj6 #Aȣj#Aסj6 #Aܣj#Aۡj6 #Aj#Aߡj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԤj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ḁj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aˢj6 #Aj#AϢj6 #A̦j#AӢj6 #Aj#A٢j6 #Aj#Aݢj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aħj#Aj6 #Aاj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AШj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȩj#Aj6 #Aܩj#Aj6 #Aj#Aj6 #Aj#Aãj6 #Aj#Aˣj6 #Aj#Aӣj6 #Aj#Aףj6 #AԪj#Aݣj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̫j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĬj#Aj6 #Aجj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĭj#Aj6 #Aحj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЮj#Aj6 #Aj#Aäj6 #Aj#AǤj6 #Aj#Aɤj6 #Aj#Aͤj6 #Aj#AѤj6 #Aȯj#AӤj6 #Aܯj#Aפj6 #Aj#Aۤj6 #Aj#Aݤj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A԰j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̱j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĲj#Aj6 #Aزj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĳj#Aɥj6 #Aسj#Aϥj6 #Aj#Aѥj6 #Aj#A٥j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aдj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȵj#Aj6 #Aܵj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԶj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̷j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĸj#Aj6 #Aظj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĹj#Aj6 #Aعj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AŪj6 #Aкj#Aɪj6 #Aj#Aͪj6 #Aj#AѪj6 #Aj#Aժj6 #Aj#Aڪj6 #Aj#Aުj6 #AȻj#Aj6 #Aܻj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԼj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̽j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aǫj6 #Aľj#Aͫj6 #Aؾj#Aӫj6 #Aj#A٫j6 #Aj#A߫j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aпj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AŬj6 #Aj#Aɬj6 #Aj#Aͬj6 #Aj#AѬj6 #Aj#Aլj6 #Aj#Aڬj6 #Aj#Aެj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aŭj6 #Aj#Aɭj6 #Aj#Aέj6 #Aj#Aӭj6 #Aj#A٭j6 #Aj#A߭j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AǮj6 #Aj#A̮j6 #Aj#AѮj6 #Aj#Aծj6 #Aj#Aۮj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AƳj6 #Aj#A̳j6 #Aj#Aӳj6 #Aj#Aڳj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AŴj6 #Aj#Aɴj6 #Aj#Aδj6 #Aj#AӴj6 #Aj#Aشj6 #Aj#A޴j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aõj6 #Aj#Aɵj6 #Aj#Aеj6 #Aj#AԵj6 #Aj#Aٵj6 #Aj#Aߵj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aöj6 #Aj#Aƶj6 #Aj#Aɶj6 #Aj#AͶj6 #Aj#AѶj6 #Aj#Aնj6 #Aj#Aڶj6 #Aj#A߶j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A÷j6 #Aj#Aɷj6 #Aj#AϷj6 #Aj#Aӷj6 #Aj#A׷j6 #Aj#Aݷj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AŸj6 #Aj#Aȸj6 #Aj#A͸j6 #Aj#Aոj6 #Aj#Aݸj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AĹj6 #Aj#Aȹj6 #Aj#Aйj6 #Aj#Aعj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aĺj6 #Aj#A˺j6 #Aj#AѺj6 #Aj#A׺j6 #Aj#Aݺj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AȻj6 #Aj#Aͻj6 #Aj#AԻj6 #Aj#Aڻj6 #Aj#A߻j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aļj6 #Aj#Aɼj6 #Aj#Aμj6 #Aj#AӼj6 #Aj#Aټj6 #Aj#A߼j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AŽj6 #Aj#Aʽj6 #Aj#AϽj6 #Aj#Aսj6 #Aj#A۽j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A¾j6 #Aj#Aʾj6 #Aj#Aоj6 #Aj#A׾j6 #Aj#Aݾj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aÿj6 #Aj#A˿j6 #Aj#Aҿj6 #Aj#Aٿj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĀj#Aj6 #A؀j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЁj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȂj#Aj6 #A܂j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԃj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Āj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aąj#Aj6 #A؅j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AІj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȇj#Aj6 #A܇j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԈj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ảj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĊj#Aj6 #A؊j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЋj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȌj#Aj6 #A܌j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԍj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̎j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aďj#Aj6 #A؏j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AАj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȑj#Aj6 #Aܑj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԒj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̓j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĔj#Aj6 #Aؔj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЕj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȖj#Aj6 #Aܖj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԗj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̘j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aęj#Aj6 #Aؙj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AКj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ațj#Aj6 #Aܛj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԜj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̝j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĞj#Aj6 #A؞j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AПj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȠj#Aj6 #Aܠj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԡj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̢j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aģj#Aj6 #Aأj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AФj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȥj#Aj6 #Aܥj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԦj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̧j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĨj#Aj6 #Aبj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЩj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȪj#Aj6 #Aܪj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԫj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̬j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĭj#Aj6 #Aحj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЮj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȯj#Aj6 #Aܯj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A԰j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̱j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĲj#Aj6 #Aزj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aгj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȴj#Aj6 #Aܴj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԵj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̶j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aķj#Aj6 #Aطj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aиj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȹj#Aj6 #Aܹj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԺj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̻j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aļj#Aj6 #Aؼj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aнj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȾj#Aj6 #Aܾj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԿj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԀj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Áj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĂj#Aj6 #A؂j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЃj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȄj#Aj6 #A܄j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԅj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ăj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aćj#Aj6 #A؇j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЈj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȉj#Aj6 #A܉j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԊj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̋j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AČj#Aj6 #A،j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЍj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȎj#Aj6 #A܎j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԏj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̐j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ađj#Aj6 #Aؑj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AВj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȓj#Aj6 #Aܓj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԔj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̕j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĖj#Aj6 #Aؖj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЗj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȘj#Aj6 #Aܘj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԙj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̚j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aěj#Aj6 #A؛j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AМj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȝj#Aj6 #Aܝj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԞj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̟j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĠj#Aj6 #Aؠj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AСj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȢj#Aj6 #Aܢj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԣj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̤j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĥj#Aj6 #Aإj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЦj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȧj#Aj6 #Aܧj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԨj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̩j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĪj#Aj6 #Aتj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЫj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȬj#Aj6 #Aܬj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԭj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̮j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aįj#Aj6 #Aدj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aаj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȱj#Aj6 #Aܱj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԲj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̳j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĴj#Aj6 #Aشj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aеj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȶj#Aj6 #Aܶj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԷj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̸j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĹj#Aj6 #Aعj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aкj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȻj#Aj6 #Aܻj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԼj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̽j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aľj#Aj6 #Aؾj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aпj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aŀj6 #Aj#Àj6 #Aj#AҀj6 #Aj#Aـj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AƁj6 #Aj#Aʁj6 #Aj#Aρj6 #Aj#AӁj6 #Aj#A؁j6 #Aj#A݁j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aǂj6 #Aj#A͂j6 #Aj#Aӂj6 #Aj#Aڂj6 #Aj#Aނj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AÃj6 #Aj#AɃj6 #Aj#A˃j6 #Aj#A΃j6 #Aj#Aԃj6 #Aj#Aڃj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЀj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȁj#Aj6 #A܁j#Aj6 #Aj#AƄj6 #Aj#Aʄj6 #Aj#A΄j6 #Aj#A҄j6 #Aj#Aׄj6 #AԂj#Aڄj6 #Aj#A݄j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ãj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĄj#Aj6 #A؄j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЅj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȆj#AÅj6 #A܆j#Aǅj6 #Aj#A̅j6 #Aj#Aхj6 #Aj#Aօj6 #Aj#Aۅj6 #Aj#Aj6 #Aԇj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Äj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĉj#Aj6 #A؉j#Aj6 #Aj#AȆj6 #Aj#AІj6 #Aj#AՆj6 #Aj#Aۆj6 #Aj#Aކj6 #AЊj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̋j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AČj#Aj6 #A،j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЍj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȎj#Aj6 #A܎j#Aj6 #Aj#Aj6 #Aj#AÇj6 #Aj#Aćj6 #Aj#Aj6 #Aȏj#Aj6 #A܏j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԐj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Ađj#Aj6 #Aؑj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AВj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aшj6 #Aj#AԈj6 #A̓j#Aوj6 #Aj#Aވj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĔj#Aj6 #Aؔj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЕj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȖj#Aj6 #Aܖj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aǉj6 #Aj#A͉j6 #Aԗj#AӉj6 #Aj#A׉j6 #Aj#A܉j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̘j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aęj#Aj6 #Aؙj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĚj#Aj6 #Aؚj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AƊj6 #Aԛj#Aʊj6 #Aj#Åj6 #Aj#AЊj6 #Aj#AҊj6 #Aj#AԊj6 #Aj#A֊j6 #AМj#Aيj6 #Aj#A܊j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȝj#Aj6 #Aܝj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԞj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̟j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĠj#Aj6 #Aؠj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aċj6 #Aj#Aʋj6 #AСj#AЋj6 #Aj#A֋j6 #Aj#A؋j6 #Aj#A܋j6 #Aj#Aj6 #Aj#Aj6 #AȢj#Aj6 #Aܢj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԣj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̤j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aĥj#Aj6 #Aإj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aƌj6 #Aj#Aˌj6 #Aj#AЌj6 #AЦj#A֌j6 #Aj#Aیj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aȧj#Aj6 #Aܧj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԨj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̩j#AÍj6 #Aj#Aɍj6 #Aj#Aэj6 #Aj#Aٍj6 #Aj#Aj6 #Aj#Aj6 #AĪj#Aj6 #Aتj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AЫj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȬj#Aj6 #Aܬj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aԭj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AɎj6 #A̮j#Aˎj6 #Aj#A͎j6 #Aj#Aώj6 #Aj#Aюj6 #Aj#Aj6 #Aj#Aj6 #A̯j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aİj#Aj6 #Aذj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aбj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AȲj#Aj6 #Aܲj#Aj6 #Aj#Aj6 #Aj#Aŏj6 #Aj#Aʏj6 #Aj#AϏj6 #Aj#Aяj6 #AԳj#AՏj6 #Aj#Aڏj6 #Aj#Aݏj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̴j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aеj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̶j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԷj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aиj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aйj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aкj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AĒj6 #Aj#Aǒj6 #Aj#Aʒj6 #Aлj#A͒j6 #Aj#AВj6 #Aj#AӒj6 #Aj#A֒j6 #Aj#Aْj6 #Aj#Aܒj6 #Aмj#Aߒj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AԽj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #A̾j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĿj#Aj6 #Aؿj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aœj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AЖj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aїj6 #Aj#Aڗj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AÚj6 #Aj#Aƚj6 #Aj#Aɚj6 #Aj#A̚j6 #Aj#AϚj6 #Aj#AҚj6 #Aj#A՚j6 #Aj#Aؚj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Ağj6 #Aj#Aǟj6 #Aj#Aʟj6 #Aj#A͟j6 #Aj#AПj6 #Aj#Aӟj6 #Aj#A֟j6 #Aj#Aٟj6 #Aj#Aܟj6 #Aj#Aߟj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AРj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aâj6 #Aj#AƢj6 #Aj#Aɢj6 #Aj#A̢j6 #Aj#AТj6 #Aj#AԢj6 #Aj#Aآj6 #Aj#Aܢj6 #Aj#Aޢj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aģj6 #Aj#Aȣj6 #Aj#Aʣj6 #Aj#Ạj6 #Aj#Aϣj6 #Aj#Aңj6 #Aj#Aգj6 #Aj#Aأj6 #Aj#Aۣj6 #Aj#Aޣj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aʤj6 #Aj#Aͤj6 #Aj#AФj6 #Aj#AҤj6 #Aj#AԤj6 #Aj#Aؤj6 #Aj#Aܤj6 #Aj#Aޤj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A¥j6 #Aj#Aƥj6 #Aj#Aʥj6 #Aj#Ḁj6 #Aj#AΥj6 #Aj#AХj6 #Aj#Aҥj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A̦j6 #Aj#A֦j6 #Aj#Aڦj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A§j6 #Aj#Aʧj6 #Aj#Aҧj6 #Aj#Aڧj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AĨj6 #Aj#AҨj6 #Aj#Aܨj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aìj6 #Aj#AŬj6 #Aj#AϬj6 #Aj#AӬj6 #Aj#A٬j6 #Aj#Aݬj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aŭj6 #Aj#Aϭj6 #Aj#A׭j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aɮj6 #Aj#AϮj6 #Aj#A׮j6 #Aj#Aݮj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aͯj6 #Aj#Aׯj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aǰj6 #Aj#Aϰj6 #Aj#AӰj6 #Aj#Aٰj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aűj6 #Aj#Aϱj6 #Aj#Aձj6 #Aj#Aݱj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AŲj6 #Aj#A˲j6 #Aj#AӲj6 #Aj#Aٲj6 #Aj#A߲j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 @A  " "6  E@  E    At "6 EA !  A L @! At" (j 6  ( j( E Aj"  G  @  At "6 E   ("@  A JA !@ ( Atj(   Aj"  G  (  ( ( "@   A a  @  ("@ A JA !@  ( Atj(   Aj" G   (   (  ( "@     # #A8j #A<j
# A k"$   (!A !@ E  (A L  Aj!
@@@@@ ( Atj( "("#AjE@ #!   
  A! #AjE@ (#" Aj!  Aj!	 !@@ (" @  G 	  A !#"Aj!  Aj! Aj"( "	 @@  (AG    A!  !  Aj" ( " AA A  	6  6 #" Aj 
  AjA  Aj AA A  (6#" Aj Aj
  AjA  A@k AA A#" A jA 
  AjA  A@k AA A#" A jA 
  AjA  A@k   (6 ( !   :    6  Aj" (H  (@ #( 6 A j$  AA A#" AjA 
  AjA  A@k   (!  (  ($"! A ! AN@   6 @  -  @ Aj  E   @ - AG@  !      A"F@  !  #" ( !   (6  ( ! ! A  (  A 0 A 6 (  (     6 @ ( " ( E   (" E    Aj" ( " (   ( ( (jA :   - AG@  6    A" F@  6     6 A
" E@A   B7   Aj   @  Ak A H@A @@  N@A ! Aj!    j-  AI    L @    j,  AJ Aj" G  ! Ak! AJ  s A H@A @@  L@A !@   Ak"j,  A N   L @   j-  AK Ak" J  ! Ak! AJ    (!  (!	  ( !
@@  	N@AA!  
j-  !@ Aj" 	F  AI   
j-  A?q! 	 Aj"G AKqE@ AtAq r!A!  
j-  A?q! 	 Aj"G AKqE@ AtAq Atr r!A! 
 j-  A?q AtA q Atr Atrr!A!  H  k"A H  Avj-   AqvAqE    j"6  A ! 	  ( "
Ak!  (!  (!	A!@@  	L 
 Ak"j,  "Aq!A!@  	F  A N  A?q! 
 Ak"j-  "At!  	G AIqE@ Aq r!A! Aq r! 
 Ak"j-  !  	G AIqE@ AtAq r!A! AtAq  j-  AqAtr r!A!  H@   k"A H@   Avj-   AqvAqE@     k"6  A !   (!  (!	  ( !
@@  	N@AA!  
j-  !@ Aj" 	F  AI   
j-  A?q! 	 Aj"G AKqE@ AtAq r!A!  
j-  A?q! 	 Aj"G AKqE@ AtAq Atr r!A! 
 j-  A?q AtA q Atr Atrr!A!@  H   k"A H   Avj-   AqvAq    j"6  A ! 	  ( "
Ak!  (!  (!	A!@@  	L 
 Ak"j,  "Aq!A!@  	F  A N  A?q! 
 Ak"j-  "At!  	G AIqE@ Aq r!A! Aq r! 
 Ak"j-  !  	G AIqE@ AtAq r!A! AtAq  j-  AqAtr r!A!@  H   k"A H   Avj-   AqvAqE      k"6  A ! z  ("  ("  H!@@  F@AA!   (  j-  "H  k"A H  Avj-   AqvAqE   Aj"6  A ! u  (!  (!@@  L@AA!   (  jAk-  "H  k"A H  Avj-   AqvAqE   Ak"6  A ! w  ("  ("  H!@  F@A@   (  j-  "H   k"A H A  Avj-   AqvAq   Aj"6  A r  (!  (!@  L@A@   (  jAk-  "H   k"A H A  Avj-   AqvAq   Ak"6  A 9@  (  ("k H   (  j       j6A! <@  ("  (k H   (  j k       k6A! D@ Ak( "  ("  (kJ   (  j k       k6A!   ("  ("k!  (  j!@ !
@@@    H"   kAu j"	Alj"( "N @@    jF  j-   ( j-  k" Aj" G  ! 	! A N ! 	! ! 	!  kAJ   G A Lq"@A 
 ! 
E@@@  Alj"( " L@    j6 ("E     !   (  j6 A ! ("A N (!   ("  ("k!  (  jAk!@ !@@@   kAu j"	Alj"( "    H"Asj"A H @@    kF  k-   ( j-  k"
 Aj! A J!
 Ak! 
  ! 	! 
A N ! 	! ! 	!  kAJ   G A Lq"@A  ! E@@@  Alj"( " L@    k6 ("E     !    ( k6 A ! ("A N (! @  ( " A
"E@  A 6 A B7    Aj"6   A@  k j"E @ Ak( "
 j" Ak"	( L  	 Aj"E@ 	  A 6 A  Aj6    Aj"6   A  j" j  
 k  ( Ak 6     ( j6@   ("L@  j!  "L   6 @  (  j   @  6 A XA!@  ("A H    ("J    ("J   ( "E   Ak( J       A 0! XA!@  ("A H    ("J    ("J   ( "E   Ak( J     A A A 0! g# Ak"$ A!@       Aj0   (" N@   ( j6A !   ("J    ( j6 Aj$  @@  ("A H   (" H    ("J   ( "E   Ak( L E@A  AkA   k" Ak"( J@  Aj"E@ A   Aj6  Aj"E@A   ( !  (!   j " Ak 6     Ak( "E@A  Aq!@ AI@A ! A|q!A !@   ,  AJj  , AJj  , AJj  , AJj!  Aj!  Aj" G  @@   ,  AJj!  Aj!  Aj" G    (  ("6  ( 6  (  (6   (!@@  #AjA A A '   (!@  #AjA A A )   #AjA A A)"A H   ( j   6  #AjA A A '   #AjA A A'"A H   ( j   6  #AjA A A )  (!@  #AjA A A )   #AjA A A)"A H   ( j   6  #AjA A A '  ("  (N Aj!  ( 6   6@  #AjA A A)"A H     ( j6  #AjA A A'"A H     ( j"6  ( 6  #AjA A A)"A H     ( j6  #AjA A A'"A H   (  ( j6    6    ("6   6@@  Ak"N@ ! !@  (  j-  "AqA GA tA!qE  #AjA /"E    ("6@@@@@@ Ak   (( J  2"A N  ((  J  2"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A H    ("6  (! Ak"  (J     k  ("j"6   6@   (L @  (  jAk-  "AqA GA tA!qE  #AjA/"E    ("6@@@@@@@@@@@ Ak
 	
  (( J  2"A N	  ((  J
  2"A N  A#Aj1"A N
  (( J  2"A N	  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A H    ("6  (!   (J     (  kj"6   6@ Ak"  (L   (  j-  "AqA G A tAqE   #AjA/"E     ("6@@ Ak   (( J  2"A N  A#Aj1"A H    (6A!  A A   A   (  ("6  ( 6   (!@  #AjA AA)"A H     ( j6  #AjA AA'"A H     ( j"6  ( 6  #AjA AA)"A H     ( j6  #AjA AA'"A H   (  ( j6    6    ("6   6@@ Ak" L   (  j-  "AqA G A tA qE   #AjA'/E     ("6  (( J   2"A H    ("6   6@@  #AЃjA/"E     ("6@@@@@ Ak   (( J  2"A N  ((  J  2"A N  ((  J  A#Aj1"A N  ((  J  A#Aj1"A N  (( J   A#Aj1"A N    ("6   6  #AjA/"E     ("6@@ Ak   (( J  2"A N  ((  J   2"A H    ("6   6@  #AjA/"E     ("6@@ Ak   (( J  2"A N  (( J   A#A#j1"A H    ("6   6@  #AjA."E @    ("6@@@@@@@@ Ak   A#A#j1"A N	  A#A#j1"A N  A#A#j1"A N  A#A#j1"A N  A#A#j1"A N  A#A#j1"A N   (N   Aj6    (6  #AjA."    6A!  A A  (!  (  ("6@   ("Aj"H   ( 6    6  #A#jA AA)A H   #A#jA AA'"A H     ( j"6  ( 6  ("Aj"(  ( "N   6    6    ("6@@   (("H    6   6@  L   (  jAk-  "AqA G A tA qE   #AjA /"E    6    (6@@ Ak   2"A N  #A$jA AA (  2"A N   6    (6  <"A H     ("6   6@  A#A%j,E     (6  A#A%j,E   2"A H    ("6@   (("H    6  (!   6@ Ak" L   (  j-  "AqA G A tA qE   #AjA/"E    6    (6@@ Ak   2"A H  <"A N  A#A%j1"A N   6    ("6@   (("H    6  (!   6  #A%jA A A (@   6    (6    (( 4!  ( 6   ("( E@A   6   ( -E   2"A H    (6A! @  ("  (("H   (!   6  (!   6@@  Ak"N   (  j-  A k                   6A   #AjA/E@   6A    6    (6    (  kj"6  L    Ak"6   6A  2" Au  q  A N!  AA   A  ("!@@@   6@@@@   ("N   (  j-  "AqAG A tAԢq   6  #AjA."E@  (!    ("6@@@@@@ Ak   A#A%j1"A N	  A#A%j1"A N  A#A%j1"A N  A#A%j1"A N  A#A%j1"A N  (!  N   Aj6  (!   6   6@  "F   (  j-  A G    Aj"6   6  A#A%j1"A H  (!@  #A%jA AA '!  (!@      ("6@@@  F   (  j-  A G    Aj"6   6  #A%jA AA 'E  (!   6  F@ !  (  j-  A G   Aj"6   6  A#A%j1"A N  A#A%j1"A H   6  J@   Aj"6   6  ( 6  ( 6 @  #A%jA AA)"A H     ( j6  #A%jA AA'"A H     ( j"6  ( 6  (Aj"( AL@ A6   #A%jA AA)"A H     ( j6  #A%jA AA'"A H   (  ( j6    6    ("6   6@@  L   (  jAk-  "AqA G A tA!qE   #AjA/"E     ("6@@@ Ak    ((H@A !  A#A%j1"A HA!  @"AvA    ((H@A !A!  #A%jA AA *   2"A H    ("6  A H@   (!  (!  A"A H     k"  (j"6   6@@@@@  A#A&j,E     ("6  ((  J   ( H@  (  jAk-  A F  2"A H    (6  A#A&j,E     (6  @"  A H"  ! AvA       (" j"6    (!  (!   6@@ Ak"  (L   (  j-  "AqA G A tAqE   #AjA/"E     ("6@@@@@ Ak   ((  J  2"A H	    ("6  (!@  A#A&j,E     ("6  ((  J   ( H@  (  jAk-  A F  2"A N
    (  kj6A !@  ("Ak"  (L   (  j-  "AqA G A tA qE   (!  #AjA/E     (  kj"6   6   (L    Ak"6   6A  2"Au q A N! A N	  ((  J  ( H@  (  jAk-  A F  2"A N  ((  J  2"A H  A"AvA   ((  J  2"A N  ("(  J  (E   2"A H    (  kj6 A H"E     "A H  #A&jA AA *   ("Ak"  (L   (  j-  "AqA G A tAqE   (!  #AjA/E   #A%jA AA *     (  kj"6   6   (L    Ak"6   6  2"A H    ("6 !@@   6@@@   ("N @  (  j-  A k    #AjA."E    ("6@@@ Ak   (!  A#A&j1"A N  A#A&j1"A N   6  N   Aj6  (!   6A! @  ("  ((H   (!  #A%jA AA *     k"  (j6  A#A&j,     ( j6  2"A H   ("Ak"  (L@A   (  j-  "AqA G@A A tA qE@A   (!  #AjA/E@A     (  kj"6   6A !   (L    Ak"6   6A  2" Au  q  A N!   (A 6    ("6@   (L   (  jAk-  A G    Ak"6   6  (( N   (!  #A%jA AA *     (  kj6  2"A H   (A6  ("Ak"  (L@A   (  j-  "AqA G@A A tA qE@A   (!  #AjA/E@A     (  kj"6   6A !   (L    Ak"6   6A  2" Au  q  A N!     ("6@@@ Aj"  ("N   (  j-  "AqA G A tAqE   #AjA.!  (! E     ("6  J @@@@@@@@@@@ Ak 	
  A#A&j1"A N  A#A&j1"A N
  A#A&j1"A N	
  A#A&j1"A N	  A#A&j1"A N  A#A&j1"A N  A#A&j1"A N  A#A&j1"A N  A#A&j1"A N  A#A&j1"A N  A#A&j1"A N    Aj"  H"6A!    6  (A 6    ("6@   ("F   (  j-  A'F@   Aj"6   6  2"A H  (!   6   6  F   (  j-  A G    Aj"6   6  A#A'j1"A H  (A6   6 !@@  #A'jA A A '!  (!@@      ("6  F   (  j-  A F  N   Aj"6   6   Aj6  A#A'j1"A H  (A6  (!   6  ( 6  ( 6 @@@  ("Aj"  (N   (  j-  "AqA G A tAqE   #AjA.E   (!   6  #A'jA A A)"A H    ( j6  #A'jA A A'"A H    ( j"6  ( 6  #A'jA A A)"A H     ( j6  #A'jA A A'"A H   (  ( j6    6    ("6   6@  L   (  jAk-  "A G A'Gq   #AjA/E@    ("6    (6  2"A H  (!   6@   (L @  (  jAk-  A k    #AjA/"E     ("6@@@ Ak   A#A'j1"A N   Ak"6  ( L@  A#A'j1"A N   6  A#A'j1"A N   (L    Ak6  #A'jA A A*"A H     ( k6  2"A H    ("6   6@@  (" AkN @  (  jAk-  A k    #AjA/!  (! E     ("6  L    ("6   6@ Ak" L   (  j-  "AqA G A tAqE   #AjA/"E     ("6@@ Ak   (( J  A#A(j1"A N  (!  #A'jA A A*A H     (  kj6  2"A H  (!@  ("Ak"  (L   (  j-  "AqA G A tA qE   #AjA/"E    k  ("j"6@@ Ak     A#A(j3!   6 A N   6   (L   Ak"6   6  2"A N   ((G   CE     (  kj"6    A#A(j3!   6 A H    (6A !    ("6@   (L   (  jAk-  A rA G    Ak"6   6  #A'jA A A *   (  (L A  A#A(j1"Au q A N! "A H    (6A !    ("6@ Ak"  (L   (  j-  "AqA G A tA1qE   #AjA/"E     ("6  (( J @@@@@@@@@@@@@@@@ Ak 	
  A#A(j1"A N  A#A(j1"A N  A#A(j1"A N  A#A(j1"A N  A#A)j1"A N
  A#A)j1"A N	
  A#A)j1"A N	  A#A)j1"A N  A#A)j1"A N  A#A)j1"A N  A#A)j1"A N  A#A)j1"A N   (L  (  jAk-  A G   Ak6  A#A)j1"A N  A#A)j1"A N  #A)jA A A (  2"A HA! "A H    (6A !    ("6@  ( AkN   (  jAk-  "AqA G A tA qE   #AjA	/"E     ("6  ("( J @@@@@@@ Ak   A#A*j1"A N  A#A*j1"A N  A#A*j1"A N  A#A*j1"A N  2"A N (  J  2"A HA! "A H    (6A !    ("6@ Ak"  (L   (  j-  "AqA G A tA qE   #AjA/"E     ("6  ((  J @@@ Ak   2"A N   (L  (  jAk-  A kAqAK   Ak6  2"A HA! "A H    (6A !    ("6@   (L @  (  jAk-  A k    #AjA/"E     ("6@@@ Ak    ("( H@ ( J  (!  C    (  kj6  2"A N  ((  J   (L  (  jAk-  A G   Ak6  2"A HA! A H  (!   6@  ((E @  ("  ("  J!@@   6  G@  (  j-  A F  F   Aj"6   6   Aj6  A#A+j1"A N    6A!   (!  (!@  #A(jA A A *   #A'jA A A (   #A'jA A A * A    (  kj6@  #A'jA A A *   #A'jA A A (   (  (L!   (!  (  ("6  ( 6 @  #A+jA AA)A H   #A+jA AA'"A H     ( j"6  ( 6  #A+jA AA)A H   #A+jA AA'"A H   (  ( j6    6  (A 6    ("6    ("6@@   (("H    6   6  #AjA
/"E@   6   6    ("6@@@ Ak   #A+jA AA (E  ((  J  2"A H    ("6@   (("H    6  (!   6  #AjA	/"E@   6   6    ("6@@@@@@ Ak   H@  (  jAk-  A F  2"A N  2"A H    (6  A#A+j,E    (6  A#A+j1"A N  2"A N Ak" L  (  j-  A G  #AjA/E  2"A N Ak" L  (  j-  AG  #AjA/E  2"A N Ak L   (  jAk-  A G   #AjA/E   2"A H    ("6@   (("H    6  (!   6  #AjA/"E@   6   6    ("6@@@@@@@@@ Ak   N  (  jAk-  A G   Ak6  N  (  jAk-  A G   Ak6  N  (  jAk-  A G   Ak6  N  (  jAk-  A G   Ak6  N  (  jAk-  AG   Ak6  N  (  jAk-  AG   Ak6  ( k!@  #AjA/     ( k6  A#A,j,     ( k6  ( k"  (L@   6   Ak"6   6  #A+jA AA (  #A,jA A A (  2"A H  (A6    ("6@   (( "H    6  (!   6  #AjA/"E@   6   6    ("6 AF@  (!  A#A-j,    (  kj6  2"A H    ("6  ("(!@@ (@  H   6  (!   6  L  (  jAk-  A kAqAK  #AjA/E   6    (6  2"A N  H   6  (!   6  L   (  jAk-  A G    Ak"6   6  #A+jA AA (     (Ak6  2"A H   6  ("  (( "H   6   6 Ak L   (  jAk-  A G   #AjA/"E    6    ("6 AF@  (!  A#A-j,    (  kj6  2"A N   6    ("6@   (("H   (!   6  #AjA/!  (!@ E    6   (L    Ak"6   6  2"A H  (!   6   6@  #A-jA AA (     (6  #A,jA A A (   2"A H    ("6   6@   ("L   (  j"Ak-  A G    Ak"6   6  N @ Ak-  A k     Ak6  2"A H  (!  (!   6   6@  L   (  j"Ak-  A G    Ak"6   6  N  Ak-  A G    Ak6  2"A H  (!   6   6  #A+jA AA(A H     (6  #A,jA A A (     (6    (( 4!  ( 6   (( "E@A   -E   2"A H    (6A!  AA   #AjA/A GK@  ("  (L   (  jAk-  A G    Ak6  #A-jA AA (E! !  ("!@@ Aj! Aj!@@  #A.jA AA '!  (!@@      ("6@@@@  F   (  j-  A G    Aj"6   6  #A.jA AA 'E  (!   6  F  (  j-  A F@   Aj"6   6  #A.jA AA 'E  (!   6  F  (  j-  A G   Aj"6   6  A#A.j1"A N  A#A.j1"A H  A#A.j1"A N !   6   6 !@  F  !@@@  (  j-  "Ak    6   6  A#A.j1"A N   6   6  A#A.j1"A N A G    6   6  #A.jA AA '@  (!  A#A.j1"A N   6@  F   ( " j-  A G    6   6  F   j-  A G    6   6  A#A.j1"A N  N   6 !   6   6  ( 6  ( 6  (  (6   (!@@  #A.jA AA '@  (!  #A.jA AA '!  (!    (" N  Aj   6@ Aj" N   (  j-  "AqA G A tAqE   #AЀjA.@  (  (!  N   Aj6  #A.jA AA)"A H  ( j!  ( 6   6A!@  #A.jA AA)"A H     ( j6  #A.jA AA'"A H     ( j"6  ( 6  #A.jA AA)"A H     ( j6  #A.jA AA'"A H   (  ( j6    6    ("6   6@@@@@@  #AjA+/"E     ("6@@@@@@@@@@@@@@@ Ak 	
  ((  J  2"A N  ((  J  2"A H    (6  A#A.j,E    ("6   (( N@  2"A N  A#A.j1"A N  ((  J  A#A.j1"A N  ((  J  A#A.j1"A N  ((  J  A#A.j1"A N  (( J
  2"A H    (6  #AjA/"E    ("6@@@@ Ak   ((  J  2"A H    (6  A#A.j,E    ("6  ((  J  2"A N   ("( N@  2"A N ( J  A#A.j1"A N  ((  J  2"A N  (( J  A#A.j1"A N  ((  J	  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #AjA/"E    ("6@@@ Ak    (( N@  2"A N  A#A.j1"A N   (( N@  2"A N  A#A.j1"A N  ((  J  2"A N  ((  J  2"A H    (6  A#A.j,E
    ("6  ((  J
  2"A H    (6  A#A.j,E
    ("6   (( N@  2"A N  A#A.j1"A N
  A#A.j1"A N	  (( J  A#A.j1"A N   ("( N@  2"A N ( J  A#A.j1"A N  (( J  #A.jA AA *  2"A N
  (( J  A#A.j1  (( J  A#A.j1  (!  #A.jA AA (  ((  (J    (  kj6  2!A! Au qA A H"!     ("6  (!  ("(" L@   6   6A !@@  L   (  jAk-  "AqA G A tA qE   #AjA#/E     ("6@   (L   (  jAk-  A G    Ak6  #A.jA AA * A!  2"A H   6 !   A H  !@ Av"A    (!  (!  (!   6  ("H   6   6  #AjA&/"E    ("6@@@@ Ak   ((  J  2"A N  2"A N  2"A H    ("6   (L   (  jAk-  A G    Ak"6   6  2"A H   6     ("6   6   (L  (  jAk"-  A F@   Ak"6   6  A#A-j1"A N -  AG   Ak"6   6  A#A-j1"A N   6  (!   6   6@  L   (  jAk-  A G    Ak"6   6@  A#A2j,     (Ak6  #A3jA AA *E     ("6    (Ak6  2"A H  (!   (("H    6  (!   6@  L   (  jAk-  "AqA G A tAqE   #AjA/"E     ("6@@@ Ak   ((  J   (L  (  jAk-  A kAqAK   Ak6  2"A N  A#A3j1"A N  2"A H   6    ("6@  ( AkN   (  jAk-  "AqA G A tA qE   #AjA/!  (! E    6   6   (L    Ak"6   6  2"A H  (!   6A!@ "Ak!  #A.jA AA *E   (!@ A J     ("6  L   (  jAk-  AqAG    Ak"6   6  A#A3j1"A H  (!   6  (! !@@   6@@@@  N   (  j-  "AqA G A tAq   6  #AjA."E    ("6@@@@@@@ Ak   A#A3j1"A N
  A#A3j1"A N	  A#A3j1"A N  A#A3j1"A N  A#A3j1"A N  2"A N  (!  N   Aj6  (!  (!   6A!   ("!@@   6@   ("F   (  j-  AG    Aj"6   6  A#A3j1"A H  (!@  N@ !   Aj"6@   6  #A3jA AA '!  (!@@      ("6@  F   (  j-  A G    Aj"6   6  #A3jA AA 'E@  A#A3j1"A H  (!   6  F@ !  (  j-  A G    Aj"6   6  #A3jA AA 'E  (!   6  J@ Aj!   6  ( 6  ( 6@  ("Aj"  (J   ( 6    6  #A3jA AA)"A H     ( j6  #A3jA AA'"A H     ( j"6  ( 6  ("Aj"(  ( "H@  6   #A3jA AA)"A H     ( j6  #A3jA AA'"A H   (  ( j6   6    ("6   6@  L   (  jAk-  "AqA G A tA1qE   #AjA/"E     ("6  (( J @@@ Ak   2"A N  2"A H    ("6   (L  (  jAk-  A G   Ak"6   6  A#A3j,E  2"A N  #A3jA A A (   2"A H    ("6   6@ Ak"  (L   (  j-  "AqA G A tA qE   #AjA/"E     ("6  (( J @@ Ak   2"A N  #A3jA A A (     (Ak"6   (H   2"A H    ("6   6@ Ak"  (L   (  j-  "AqA G A tA qE   #AЙjA/"E     ("6  (( J @@@@ Ak   2"A H    (6  A#A3j,E    ("6  ( H@  (  jAk-  A F  (( J  2"A N  ( H@  (  jAk-  A F  2"A N  2"A H    ("6  (!  A#A3j,E@    (  kj6  A#A3j,E    ("6  (( J  2"A N  2"A H    ("6 Ak"  (L   (  j-  A kAqAK   (!  #AjA/E     ("6   ((H@    (  kj6  2"A H    ("6   6@  #AjA."E @    ("6@@@@@@ Ak   A#A4j1"A N	  A#A4j1"A N  A#A4j1"A N  A#A4j1"A N   (N   Aj6    (6  #AjA."    6A!  A#A3j1"A N    (A 6  (!  #A4jA A A)"A N@@    ( j6  (Aj" ( Aj6   #A4jA A A)"A N    6@  ("(AH  A 6     ("6    ("6   6A !@ Ak L @  (  jAk-  A k    #AjA/E     (6  2"A H  (Aj" ( Ak6 A!    ("6  ((AH@A    6@ Ak"  (L   (  j-  "A G A Gq   #AjA/E     (6  2"A H  (Aj" ( Ak6     ("6A !  ((AH   (!   6@@ Aj" N @  (  j-  A k    #AjA."E     (6@@@@@@@@ Ak   2"A H
A  2"A H	A!  ( 6   (A6   A#A4j1"A N  (A6   A#A4j1"A H  (Aj" ( Ak6   (A6   (Aj" ( Ak6   (!  #A4jA A A '!   6 E@  A#A4j1"A N  2"A N  (A6   (Aj" ( Ak6   (!  #A4jA A A '!   6 E@  A#A4j1"A N  2"A H  ((AH    ("6    (6  K"E A H   6  ((AH@  L"AvA        A N   A H     6  L"A H   6  ((AH    6    (6@  K"AvA 	        A  A N   6A! {    ("6@   (L @  (  jAk-  A k    #AjA/E     (6  2"A H   (Aj"   ( Ak6 A!     ("6@ Aj"  (N   (  j-  A G   #AПjA."E     (6A!@@@@ Ak   2"A H  (A6   Aj  A#A4j1"A H  Aj  2"A H  (A6   Aj  A#A4j1"A H  (A6   Aj( Aj"   ( Ak6 A!    #A4jA A A 'EK@  (( AJ A!  ("  (L   (  jAk-  A G    Ak6A !    (( AG   (( A~qAG+  #A4jA A A )   A#A5j+A G    ("6@@  #AРjA."E     (6@@@@@@@@@@ Ak
 	
  2"A N	
  A#A5j1"A N	  A#A5j1"A N  A#A5j1"A N  A#A5j1"A N  A#A5j1"A N  A#A5j1"A N  A#A5j1"A N  A#A5j1"A N  A#A5j1"A H   6  (  ("6  ( 6  (  (6   (!@  #A5jA AA)"A H     ( j"6  ( 6  #A5jA AA'"A H     ( j"6  ( 6  #A5jA AA)"A H     ( j6  #A5jA AA'"A H   (  ( j6    6    ("6   6@  #AjA/"E     ("6@@ Ak   (( J  2"A N  ((  J   2"A H    ("6   6@  #AjA/"E     ("6@@@@@@ Ak   ((  J  2"A N  A#A6j1"A N  A#A6j1"A N  A#A6j1"A N  A#A6j1"A N  A#A6j1"A H    ("6   6@  ( AkN   (  jAk-  "AqA G A tAqE   #AjA/"E     ("6@@ Ak   (( J  2"A N  (( J   2"A H    (6A!     ("6@@  #AjA."E @    ("6@@@@@@@@ Ak   A#A8j1"A N	  A#A8j1"A N  A#A8j1"A N  A#A8j1"A N  A#A8j1"A N  A#A8j1"A N   (N   Aj6    (6  #AjA."  !@@@   6  #A8jA AA '!  (!@@@      ("6@  F   (  j-  A G    Aj"6   6  #A8jA AA 'E  (!   6  F@ !  (  j-  A G    Aj"6   6  #A8jA AA 'E  (!   6  J@ Aj!   6  ( 6  ( 6  (  (6   (!@@  #A8jA AA '   (!@  #A8jA AA )   #A8jA AA)"A H   ( j   6  #A8jA AA '   #A8jA AA'"A H   ( j   6  #A8jA AA )  (!@  #A8jA AA )   #A8jA AA)"A H   ( j   6  #A8jA AA '  ("  (N Aj!  ( 6   6@  #A8jA AA)"A H     ( j6  #A8jA AA'"A H     ( j"6  ( 6  #A8jA AA)"A H     ( j6  #A8jA AA'"A H   (  ( j6    6    ("6   6@ Ak" L   (  j-  "AqA G A tAqE   #AjA%/E     ("6 Ak"  (L @  (  j-  A k    #AjA/"E   ((  (J @@ Ak   2"A N  A#A8j1"A H    ("6   6  #AдjA3/"E@  (!    ("6@@@@@@@@@ Ak	   ("(  J
  2"A N  ("(  J	  2"A H    (6  A#A9j,E    ("6  ((  J  2"A N  ("(  J  A#A9j1"A N
  ("(  J  A#A9j1"A N	
  ("(  J  A#A9j1"A N	  ("( J  2"A N  ("( J  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #AмjA/"E    ("6  ((  J  2"A H AG    (6  A#A9j,E    ("6  ((  J  2"A N  ("(  J  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #AjA/E    ("6  ((  J  2"A N  ("(  J  2"A H    (6  A#A9j,E    ("6  ((  J  2"A H    (6  A#A9j,E    ("6  ((  J  2"A H  A#A8j1"A N  A#A8j1"A N    ("6  ("H    6  (!   6  #AjA /@    (6  2"A H   6    ("6   6@  #A>jA AA (     ("6  (( J   2"A H    ("6   (L   (  jAk-  A G    Ak"6   6  (( N   2"A H  (!  (    ("6 !   6@   (L   (  jAk-  A G    Ak"6   6@  #A>jA A A (   ((  (J   2"A H  (!    ("6 !@@   6@@@  N @  (  j-  A k    #AjA."E    ("6@@@ Ak   (!  A#A>j1"A N  A#A>j1"A N   6  N   Aj6  (!  (!   6A!   (!  (  ("6@   ("Aj"H   ( 6    6  #A?jA AA)A H   #A?jA AA'"A H     ( j"6  ( 6  ("Aj"(  ( "N   6    6    ("6@@   (("H    6   6@  L   (  jAk-  "AqA G A tA qE   #AjA/"E    6    ("6@@@ Ak   2"A N  (!  #A?jA A A (@    (  kj"6   (L  (  jAk-  A G   Ak6  #A?jA AA *  2"A N  A#A?j1"A N   6    ("6  (!@   (("H    6   6@  Ak"H@  (  j-  A F   6  #AjA/E@   6   6    (6  (" L    Ak"6   6  2"A H  (!    ("6@   (("H    6   6@@ Ak" L   (  j-  "AqA G A tAq   6  #AjA/E@   6   6    (6  2"A H  (!   6A!   (A 6    ("6@@   (F   (  j-  A G    Aj"6   6  A#A j1"A H  (A6   6 !@@  #A jA A A '!  (!@@      ("6  F   (  j-  A F   6  N   Aj"6   6   Aj6  A#A j1"A H  (A6  (!   6  ( 6  (  (6   (!@  #A jA A A)"A H     ( j6  #A jA A A'"A H     ( j"6  ( 6  #A jA A A)"A H     ( j6  #A jA A A'"A H   (  ( j6    6    ("6   6@  L   (  jAk-  A G   #AjA/"E     (6@@@ Ak   A#A j1"A N  A#A j1"A N  2"A H    ("6   6@ Ak"  (L @  (  j-  A k    #AjA/"E     ("6@@ Ak   (( J  A#A j1"A N  (!  #A jA A A*A H     (  kj6  2"A H  (!@  ("Ak"  (L   (  j-  "AqA G A tA qE   #AjA/"E    k  ("j"6@@ Ak     A#A j3!   6 A N   6   (L   Ak"6   6  2"A N   ((G A   #A jA A A * A   #A jA A A (   #A jA A A *EE     (  kj"6    A#A j3!   6 A H    ("6   6@   (L   (  jAk-  A rA G    Ak"6   6  #A jA A A*"A H     ( k6  A#A j1"A H    ("6   6@  ( AkN   (  jAk-  "AqA G A tA1qE   #AjA/"E     ("6  (( J @@@@@@@@@@@@@ Ak 	
  A#A j1"A N  A#A j1"A N  A#A j1"A N
  A#A j1"A N	
  A#A j1"A N	  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A H    (6A !    ("6@  ( AkN   (  jAk-  "AqA G A tA qE   #AjA/"E     ("6  (( J @@@@ Ak   A#A j1"A N  A#A j1"A N  2"A HA! "A H     (6A !    ("6@ Ak"  (L   (  j-  "AqA G A tAqE   #AjA/"E     ("6  ((  J @@@ Ak   2"A N   (L  (  jAk-  A kAqAK   Ak6  2"A HA! "A H     (6A !  "  ("6@   (L   (  jAk-  A G    Ak"6   6   ("( L@ ( N  (!@  #A jA A A *   #A jA A A (   #A jA A A *E  (  kj6A 2" A N! "A H     (6  V"A H     ("6@  ((E @  ("  ("  J!@@   6  G@  (  j-  A F  F   Aj"6   6   Aj6  A#A j1"A N    6A!     ("6@   ("L   ( " jAk-  A G    Ak"6   6  ((  N   L   jAk-  A G    Ak6A  2"   A N!   ("!@@@   6@@@   ("N @  (  j-  Ak    #AjA."E@  (!    ("6@@@ Ak   (!  A#A j1"A N  A#A j1"A N   6  N   Aj6  (!   6  ( 6  ( 6  (  (6   (!@@  #A jA AA '   (!@  #A jA AA )   #A jA AA)"A H   ( j   6  #A jA AA '   #A jA AA'"A H   ( j   6  #A jA AA )  (!@  #A jA AA )   #A jA AA)"A H   ( j   6  #A jA AA '  ("  (N Aj!  ( 6   6@  #A jA AA)"A H     ( j6  #A jA AA'"A H     ( j"6  ( 6  #A jA AA)"A H     ( j6  #A jA AA'"A H   (  ( j6    6    ("6   6@@@ Ak L   (  jAk-  "AqA G A tA2qE   #AjA-/"E     ("6@@@@@@@@@ Ak	 
  ((  J  2"A N	  ((  J  A#A j1"A N
  ((  J  A#A j1"A N	  ((  J  A#A j1"A N  (( J  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #AjA/"E    ("6  ((  J  2"A H AG    (6  A#A j,E    ("6  ((  J  2"A N  ((  J  2"A H    ("6  ( AkN@  (  jAk-  A k    #AjA/E    ("6  ((  J  2"A N  ((  J  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #AjA/E    ("6  ((  J  2"A N  ((  J  2"A H    (6  A#A j,E    ("6  ((  J  2"A N  (( J    (L   (  jAk-  A G    Ak6  A#A j1"A N    ("6@  ((" L@   6  (!   6  #AjA /   6  (!   6   6  #AjA/E    ("6  (( J  2"A N    (6  2"A H   6    ("6   6   ("L   (  j"Ak-  A G    Ak"6   6  N  Ak-  A G   (( N   2"A H    ("6   6@  #AjA/"E     ("6@@ Ak   (( J  2"A H    ("6   ("L@@  (  j"Ak"-  A G    Ak"6   6  L  Ak-  A F   6 -  A G   Ak"6   6  L Ak-  A G   6  (( J  2"A N  A#A j1"A H    ("6  (! !@@   6@@@  Aj"J@  (  j-  A F   6  #AjA."E    ("6@@@ Ak   A#A j1"A N  A#A j1"A N  (!  N   Aj6  (!  (!   6A!   (  ("6  ( 6  (  (6   (!@@  #A jA AA '   (!@  #A jA AA )   #A jA AA)"A H   ( j   6  #A jA AA '   #A jA AA'"A H   ( j   6  #A jA AA )  (!@  #A jA AA )   #A jA AA)"A H   ( j   6  #A jA AA '  ("  (N Aj!  ( 6   6@  #A jA AA)"A H     ( j6  #A jA AA'"A H     ( j"6  ( 6  #A jA AA)"A H     ( j6  #A jA AA'"A H   (  ( j6    6    ("6   6@@ Ak" L   (  j-  "AqA G A tA"qE   #AjA/E     ("6 Ak"  (L @  (  j-  A k    #AjA/"E   ("  ((H @@@@@@@ Ak    6  A#A j1"A N   6  A#A j1"A N   6  A#A j1"A N   6  A#A j1"A N   6  A#A j1"A N  2"A N   (L   (  jAk-  A G    Ak6  2"A H    ("6   6@@  ( AkN   (  jAk-  "AqA G A tA3qE   #AjA./"E     ("6@@@@@@@@@ Ak	 
  ((  J  2"A N	
  ((  J  2"A H	    (6  A#A j,E    ("6  ((  J  2"A N	  ((  J  A#A j1"A N  ((  J  A#A j1"A N  ((  J  A#A j1"A N  (( J  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #AjA/"E    ("6  ((  J  2"A H AG    (6  A#A j,E    ("6  ((  J  2"A N  ((  J  2"A H    ("6  ( AkN  (  jAk-  A G  #AjA/E    ("6  ((  J  2"A N  ((  J  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #AЇjA/E    ("6  ((  J  2"A N  ((  J   2"A H    (6  A#A j,E    ("6  ((  J  2"A N    ("6@   (("H    6  (!   6  #AjA/E@   6   6    ("6  N   (  jAk-  A G    Ak6@A  2"Au q A N"AvA      A H"E A     ("6   (("H    6  (!   6  #AjA /"E@   6   6    ("6@@ Ak @  N   (  j"Ak-  A G    Ak"6  N    Ak-  A F!   6   6  2"A N  2"A H    ("6   6@  #AjA/"E     ("6@@ Ak   (( J  2"A N  (( J   2"A H    ("6   ("L   (  j"Ak-  A G    Ak"6   6  N  Ak-  A G   (( N   2"A H    ("6  (! !@@   6@@@@  N   (  j-  "AqAG A tAĠ q   6  #AjA."E    ("6@@@@@@ Ak   A#A j1"A N	  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  (!  N   Aj6  (!  (!   6A!   (!  (  ("6@  ("Aj" J   ( 6    6  #A jA AA)A H   #A jA AA'"A H     ( j"6  ( 6  ("Aj"(  ( "N   6    6    ("6@@   (("H    6   6@  L   (  jAk-  "AqA G A tA qE   #AjA%/"E    6    (6@@ Ak   2"A N  #A jA A A (  2"A N   6    ("6  (!  ("(" L@   6@ Ak" L   (  j-  "AqA G A tA qE   #AjA/!  (! E    6   (L    Ak"6   6  2"A H  (!   6  (!   6 (" L@   6   6@ Ak" L   (  j-  "AqA G A tA qE   #AjA/"E     (6@@@ Ak   2"A N  A#A j1"A N  A#A j1"A H   6   6A!   (!  (  (6   (!@@@  #A jA AA '   #A jA AA'A H @  ("Aj"  ("N   (  j-  "AqA G A tA0qE   #AjA.@  (!  (!  J   6  #A jA AA )  #A jA AA)"A H  ( j!  ( 6    6    ("6   6@@ Ak" L   (  j-  A G   #AjA/E     ("6  ((  J  Ak"  (L   (  j-  "AqA G A tA2qE   (!  #AjA/E     (  kj6  2"A HA !@  ("  ("L    Ak"6   Ak6  H    6A  2" A N! "A H    ("6   6@  #AjA,/E     ("6  ((  J   2"A H    ("6   (L @  (  jAk-  Ak	    #AjA/"E     ("6  ((  J @@ Ak   A#A j1"A N  A#A j1"A H    ("6   6@ Ak"  (L @  (  j-  A k    #AЯjA/"E     ("6  ((  J @@ Ak   A#A j1"A N  A#A j1"A H    ("6   6@  ( AkN   (  jAk-  A G   #AjA/"E     ("6  ((  J @@@ Ak   2"A N  A#A j1"A N  A#A j1"A H    ("6   6@   (L @  (  jAk-  Ak	    #AjA/E     ("6  ((  J  Ak"  (L   (  j-  "AqA G A tA2qE   (!  #AjA/E     (  kj6  2"A H  ("  ("L    Ak"6   Ak6  J    6  2"A H    ("6   6@   (L   (  jAk-  ArAG   #AjA/"E     ("6  ((  J @@@ Ak   2"A N  A#A j1"A N  A#A j1"A H    (6A !    (6@  #AjA/"E     ("6  ((  J @@@@ Ak   2"A N  A#A j1"A N  A#A j1"A HA! A H     (6A !    ("6@   (L   (  jAk-  "AqA G A tA qE   #AjA*/"E     ("6  ((  J @@@@ Ak   2"A N  A#A j1"A N  A#A j1"A HA! "A H     (6A !    ("6@   (L   (  jAk-  A G   #AjA/"E     ("6  ((  J @@@@ Ak   A#A j1"A N  A#A j1"A N  2"A HA! A H     (6A!  A A  ("!@  #A jA AA '!  (!@@@@@@      ("6@  F   (  j-  A G    Aj"6   6  #A jA AA 'E  (!   6  F@ !  (  j-  A G    Aj"6   6  #A jA AA 'E  (!  L   Aj"6  A#A j1"A H   6  ( 6  ( 6  (  (6   (!@@  #A jA AA '   (!@  #A jA AA )   #A jA AA)"A H   ( j   6  #A jA AA '   #A jA AA'"A H   ( j   6  #A jA AA )  (!@  #A jA AA )   #A jA AA)"A H   ( j   6  #A jA AA '  ("  (N Aj!  ( 6   6@  #A jA AA)"A H     ( j6  #A jA AA'"A H     ( j"6  ( 6  #A jA AA)"A H     ( j6  #A jA AA'"A H   (  ( j6    6    ("6   6@ Ak" L   (  j-  "AqA G A tAqE   #AjA/"E     ("6  (( J @@@@@@@ Ak   2"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  (!  A#A j,    (  kj6  A#A j1"A N  A#A j1"A N  A#A j1"A H    (6  (A 6    ("6   (k!@  #AjA./"E @    ("6  (( J@@@@@@@ Ak   A#A j1"A N	  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A H  (A6    ( j"6   6  #AjA./"     ( j"6   6  #AjA>/!  (!@ E     ("6 (  J @@@@ Ak   2"A N   (L  (  jAk-  AG   Ak"6   6  A#A j1"A N  A#A j1"A H  (A6  (!    ("6@ (   ("H    6  (!   6@  #AjA /"E     ("6@@ Ak   (!  #A jA AA *@    (  kj"6   (L  (  jAk-  A G   Ak6  2"A N  2"A H   6    ("6   6@  #AjA/E     ("6  (( J   2"A H    ("6  (! !@@   6@@@  N @  (  j-  A k    #AjA."E    ("6@@@ Ak   (!  A#A j1"A N  A#A j1"A N   6  N   Aj6  (!  (!   6A!  A#A j1"A N    6   A A  (!@@  ("  ("  J!@@@   6  G@  (  j-  AF  F   Aj"6   6   Aj6  A#A j1"A N   6  ( 6  ( 6   (!A !@  #A jAAA)"A H     ( j"6  ( 6  #A jAAA'"A H     ( j6  #A jAAA)"A H     ( j6  #A jAAA'"A H   (  ( j6    6    ("6   (("H    6   6@@  L   (  jAk-  "AqAG A tAqE   #AjA	/"E@  (!    ("6@@ Ak    ("L@  (  jAk-  Ak     Ak6  2"A N  2"A N    ("6   6@@ Ak" L @  (  j-  Ak    #AjA/  (!   6     (6  2"A H  (!  (!   6@@@    Ak"  (L    (  j-  "AqAG  A tAΊqE   #AjA/  (  k"k6A !    ("6@   (L   (  jAk-  "AqAG A tAqE   #AjA./"E     ("6@@@ Ak    (L@  (  jAk-  Ak     Ak6  2"A N  2"A HA! Av"A     (6  2"A H    ("6   (L  (  jAk-  "AqAGA tAqE  #AjA/"E    ("6@@ Ak    (L@  (  jAk-  Ak     Ak6  2"A N  2"A N    ( k6A !    ("6@   (L   (  jAk-  "AqAG A tAΊqE   #AjA$/E     (6A  2" A N! "E   A H! Av!     ("6   6   (" N    (  jAk-  AG    Ak"6   6  2"A H  (!  (!  (!   6@ Ak L @  (  jAk-  Ak    #AjA/E     ("6  ((  J   2"A H    (  kj"6   6@   (L   (  jAk-  "AqAG A tA qE   #AjA/"E     ("6@@@ Ak   2"A H    ("6   ("L  (  j"Ak-  AG   Ak"6   6  N Ak-  AG   Ak6  2"A N   (L  (  jAk-  AG   Ak6  2"A N  2"A H   6   6A! (  (A6  (A6  (A 6     ("6@ Aj"  (N   (  j-  "AG AGq   #AjA."E     (6A!@@@ Ak A !  ( 5AJA !  ( 5AHA!  (A6  (A 6  (A6    6 !@@@   6@  #AjA."@    (6@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Ak3 	
 !"#$%&'()*+,-./0124  2"A N36  A#A j1"A N25  A#A j1"A N14  A#A j1"A N03  A#A j1"A N/2  A#A j1"A N.1  A#A j1"A N-0  A#A j1"A N,/  A#A j1"A N+.  A#A j1"A N*-  A#A j1"A N),  A#A j1"A N(+  A#A j1"A N'*  A#A j1"A N&)  A#A j1"A N%(  A#A j1"A N$'  A#A j1"A N#&  A#A j1"A N"%  A#A j1"A N!$  A#A j1"A N #  A#A j1"A N"  A#A j1"A N!  A#A j1"A N   A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N
  A#A j1"A N	  A#A j1"A N  A#A j1"A N
  A#A j1"A N	  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N   6  (    (A!"A H   6  (!   6    (6@@@@@@@  ((E     ("6  (!A!  #AjA/"@@@    (6@@@@ Ak   ( 5AH  2"A N  ( 5AH  2"A N  ( 5AH  2"A H    ("6 Ak!  (!  #AjA/" A J!    k"  ("j6 E@  `"  A H  !@ AvA 	     ( j"6   6@ Ak"  (L   (  j-  AG   #AjA/"E     (6@@ Ak   ( 5AH  2"A N
  ( 5AH   2"A N	
    ( j"6  (    (A"A N  (!   6   6@  ( AkN   (  jAk-  "AG AGq   #AjA/E     (6  ( 5AH   2"  A H! A N    (6  `"E  A N !A    ("6  ((E   6@@@ Ak"  (L   (  j-  AG   #AjA/E     (6  ( 5AH   2"  A H! A N Av!    ("6@@@  (( @ !   6  #AjA
/"E@ !    (6@@@@ Ak   ( 5AH@ !  2"A N  ( 5AH@ !  2"A N  ( 5AH@ !  2"A H  (!  (!  a"  A H  !@ Av"A      (  k"k6  b"  A H  ! Av"A "E AG    ( k6  c"  A H  ! Av"A "E AG    ( k"6  (    (A""A N    ("6   6@ Ak"  (L   (  j-  AG   #AjA/E     (6  ( 5AH   2"A H"@   ! Av!  (!  (!  a"  A H  ! Av"A "E@ AG     (  k"k6  b"  A H  ! Av"A "E AG     ( k6  c"E A N Av! ! E    ("6    ((    a"  A H  ! Av"A "E AG@ !  (6  b"  (!   6 A N Av!  ! ! A N     ("6@ Ak"  (L   (  j-  AG   #AjA/E     (6  ( 5AH   2"  A H! A N Av !    ("6   6 Ak"  (L  (  j-  AG  #AЗjA/E    (6  A#A j1"A NA! !     ("6   6@@ Aj"  (N   (  j-  "AqAG A tAqE   #AjA."E     (6@@@@ Ak   ( 5AH  A#A j1"A N  ( 5AH  A#A j1"A N  ( 5AH  A#A j1"A N  ( 5AH   A#A j1"A N   6    ("6@@ Aj"  (N @  (  j-  Ak    #AjA.E     (6  ( 5AH   (!  A#A j+    6  2"A H  (!   6   6@@ Aj"  (N   (  j-  "AG AGq   #AjA."E     (6@@ Ak   ( 5AH  2"A N  ( 5AH   2"A N   6@  ("(@A !    ("6@ Aj"  (N   (  j-  "AG AGq   #AjA."E     (6@@@@ Ak   ( 5AH  2"A N  ( 5AH  A#A j1"A N  ( 5AH  A#A j1"A HA! "Av"A" "E A"G@   A H  !  (!   6 (EA !    (6@  #AjA."E     (6@@@@@ Ak   ( 5AH  A#A j1"A N  ( 5AH  A#A j1"A N  ( 5AH  A#A j1"A N  ( 5AH  A#A j1"A HA!@ E@   6 A HA !    ("6@ Aj"  (N   (  j-  AG   #AjA.E     (6  ( 5AH   (A6  (A 6A  A#A j1" A N! "A N Av!    6    ("6   6@ Ak" L   (  j-  "AqAG A tA qE   #AjA/E     (6  A#A j1"A H   6 !@@   6  ( !@@ Aj"  ("N   j-  "AqAG A tA qE   #AjA."  (!  ( !   6   A!"A H   6  (!    (6@@@@ Ak   A#A j1"A N  A#A j1"A N  A#A j1"A H  (!   6A!     (6@  #AjA/"E     (6@@@@@ Ak   ( 5AH  2"A N  ( 5AH  2"A N  ( 5AH  2"A N  ( 5AH  2"A HA! I    (6@  #AjA/E     (6  ( 5AH A  2"   A N! l    ("6@  ( AkN   (  jAk-  AG   #AЖjA/E     (6  ( 5AH A  2"   A N! k    ("6@ Ak"  (L   (  j-  AG   #AjA/E     (6  ( 5AH A  2"   A N!   (  ("6  ( 6   (!A !@  #A jA
AA%"A H     ( j"6  ( 6  #A jA
AA#"A H     ( j6  #A jA
AA%"A H     ( j6  #A jA
AA#"A H   (  ( j6    6    ("6@   (("H    6   6@  #AjA9/E     ("6  ((  J   2"A H    ("6   6  #AjA /@    (6  2"A H    ("6   6  #AjA/@    (6  2"A H    ("6   6  #AjA(/@    (6  2"A H   6   6A!   (  ("6  ( 6  (  (6   (!@@@@  #A jA A A #   (!  #A jA A A %E@  #A jA A A%"A N   6  #A jA A A #   #A jA A A#"A N   6  #A jA A A %  (!  #A jA A A %E@  #A jA A A%"A N   6  #A jA A A #  (   (  (A!"A N  ( j!  ( 6   6@  #A jA A A%"A H     ( j6  #A jA A A#"A H     ( j"6  ( 6  #A jA A A%"A H     ( j6  #A jA A A#"A H   (  ( j6    6    ("6   6@@  Ak"N@ ! !@  (  j-  "AqA GA tA!qE  #AjA /"E    ("6@@@@@@ Ak   (( J  2"A N  ((  J  2"A N  A#A j1"A N  A#A j1"A N  A#A j1"A H    ("6  (! Ak"  (J     k  ("j"6   6@   (L @  (  jAk-  "AqA GA tA!qE  #AjA/"E    ("6@@@@@@@@@@@ Ak
 	
  (( J  2"A N	  ((  J
  2"A N  A#A j1"A N
  (( J  2"A N	  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A N  A#A j1"A H    ("6  (!   (J     (  kj"6   6@ Ak"  (L   (  j-  "AqA G A tAqE   #AjA/"E     ("6@@ Ak   (( J  2"A N  A#A j1"A H    (6A! 	  (  ("6  ( 6   (!@  #A jA AA%"A H     ( j6  #A jA AA#"A H     ( j"6  ( 6  #A jA AA%"A H     ( j6  #A jA AA#"A H   (  ( j6    6    ("6   6@@ Ak" L   (  j-  "AqA G A tA qE   #AjA'/E     ("6  (( J   2"A H    ("6   6@@  #AЃjA/"E     ("6@@@@@ Ak   (( J  2"A N  ((  J  2"A N  ((  J  A#A j1"A N  ((  J  A#A j1"A N  (( J   A#A j1"A N    ("6   6  #AjA/"E     ("6@@ Ak   (( J  2"A N  ((  J   2"A H    ("6   6@  #AjA/"E     ("6@@ Ak   (( J  2"A N  (( J   A#Aj1"A H    ("6  (! !@@   6@@@@ Aj" N   (  j-  "AqAG A tA沤q   6  #AjA."E    ("6@@@@@@@ Ak   A#Aj1"A N
  A#Aj1"A N	  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  (!  (   A!"A H   6  (!  (!   6A!   (!  (  ("6@  (   (" A!"A H   ( 6    6  #AjA AA%A H   #AjA AA#"A H     ( j"6  ( 6  ("Aj"(  ( "N   6    6    ("6@@   (("H    6   6@  L   (  jAk-  "AqA G A tA qE   #AjA /"E    6    (6@@ Ak   2"A N  #AjA AA $  2"A N   6    (6  h"A H     ("6   6@  A#Aj,E     (6  A#Aj,E   2"A H    ("6@   (("H    6  (!   6@ Ak" L   (  j-  "AqA G A tA qE   #AjA/"E    6    (6@@ Ak   2"A H  h"A N  A#Aj1"A N   6    ("6@   (("H    6  (!   6  #AjA A A $@   6    (6    (( 4!  ( 6   ("( E@A   6   ( -E   2"A H    (6A! A   ("  (("H   (!   6  (!   6@@  Ak"N   (  j-  A k                   6A   #AjA/E@   6A    6    (6    (  kj"6A   (   A""A H    6   6A  2" Au  q  A N  ("!@@@   6@@@@ Aj"  ("N   (  j-  "AqAG A tAԢq   6  #AjA."E    ("6@@@@@@ Ak   A#Aj1"A N	  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  (!  (   A!"A H   6  (!   6   6    (F    (  j-  A G    Aj"6   6  A#Aj1"A H  (!@@  #AjA AA #@  (!  ( !    ("6  ( !  (" F@ !@@  j-  A F@   Aj"6   6  #AjA AA #E  ( !  (!   6  F@ !  j-  A G   Aj"6   6  A#Aj1"A N  A#Aj1"A H   6   6   A!"A N@   6   6  (  ("6  ( 6 @  #AjA AA%"A H     ( j6  #AjA AA#"A H     ( j"6  ( 6  (Aj"( AL@ A6   #AjA AA%"A H     ( j6  #AjA AA#"A H   (  ( j6    6    ("6   6@@  L   (  jAk-  "AqA G A tA!qE   #AjA/"E     ("6@@@ Ak    ((H@A !  A#AǓj1"A HA!  j"AvA    ((H@A !A!  #AГjA AA &   2"A H    ("6  A H@   (!  (!  k"A H     k"  (j"6   6@@@@@  A#Aj,E     ("6  ((  J   ( H@  (  jAk-  A F  2"A H    (6  A#Aj,E     (6  j"  A H"  ! AvA       (" j"6    (!  (!   6@@ Ak"  (L   (  j-  "AqA G A tAqE   #AjA/"E     ("6@@@@@ Ak   ((  J  2"A H	    ("6  (!@  A#Aj,E     ("6  ((  J   ( H@  (  jAk-  A F  2"A N
    (  kj6  l"A N	  ((  J  ( H@  (  jAk-  A F  2"A N  ((  J  2"A H  k"AvA   ((  J  2"A N  ("(  J  (E   2"A H    (  kj6 A H"E     "A H  #AjA AA &   ("Ak"  (L   (  j-  "AqA G A tAqE   (!  #AjA/E   #AjA AA &     (  kj"6   6  (    (A""A H    6   6  2"A H    ("6 !@@   6@@@   ("N @  (  j-  A k    #AjA."E    ("6@@@ Ak   (!  A#Aj1"A N  A#Aj1"A N   6  (   A!"A H   6  (!   6A! v@  ("  ((H   (!  #AjA AA &     k"  (j6  A#Aj,     ( j6  2"A H   l!   (A 6    ("6@   (L   (  jAk-  A G    Ak"6   6  (( N   (!  #AjA AA &     (  kj6  2"A H   (A6  l! @  ("Ak"  (L   (  j-  "AqA G A tA qE   (!  #AjA/E     (  kj"6   6  (    (A""A H    6   6A  2" Au  q  A N!     ("6@@@ Aj"  ("N   (  j-  "AqA G A tAqE   #AjA.!  (! E     ("6  J @@@@@@@@@@@ Ak 	
  A#Aj1"A N  A#Aj1"A N
  A#Aj1"A N	
  A#Aj1"A N	  A#AŔj1"A N  A#AȔj1"A N  A#A˔j1"A N  A#AДj1"A N  A#AԔj1"A N  A#Aٔj1"A N  A#Aݔj1"A N   6     (   A!" A H"6     6  (A 6    ("6@   ("F   (  j-  A'F@   Aj"6   6  2"A H  (!   6   6  F   (  j-  A G    Aj"6   6  A#Aj1"A H  (A6   6 !@@@@  #AjA A A #@  (!  ( !    ("6  ( !  (" F@ !  j-  A F   6   A!"A H   6   6   Aj6  A#Aj1"A H  (A6  (!   6  (  ("6  ( 6 @@@  ("Aj"  (N   (  j-  "AqA G A tAqE   #AjA.E   (!   6  #AjA A A%"A H    ( j6  #AjA A A#"A H    ( j"6  ( 6  #AjA A A%"A H     ( j6  #AjA A A#"A H   (  ( j6    6    ("6   6@  L   (  jAk-  "A G A'Gq   #AjA/E@    ("6    (6  2"A H  (!   6@   (L @  (  jAk-  A k    #AjA/"E     ("6@@@ Ak   A#A̕j1"A N  (!  (    (A""A N@   6  A#AΕj1"A N    (  kj6  A#Aϕj1"A N  (    (A""A H    6  #AjA A A&"A H     ( k6  2"A H    ("6   6@@  (" AkN @  (  jAk-  A k    #AjA/!  (! E     ("6  L    ("6   6@ Ak" L   (  j-  "AqA G A tAqE   #AjA/"E     ("6@@ Ak   (( J  A#Aj1"A N  (!  #AjA A A&A H     (  kj6  2"A H  (!@  ("Ak"  (L   (  j-  "AqA G A tA qE   #AjA/"E    k  ("j"6@@ Ak     A#Aj3!   6 A N   6  (    (A""A H   6   6  2"A N   ((G   nE     (  kj"6    A#Aj3!   6 A H    (6A !    ("6@   (L   (  jAk-  A rA G    Ak"6   6  #AjA A A &   (  (L A  A#AҖj1"Au q A N! "A H    (6A !    ("6@ Ak"  (L   (  j-  "AqA G A tA1qE   #AjA/"E     ("6  (( J @@@@@@@@@@@@@@@@ Ak 	
  A#AӖj1"A N  A#Aזj1"A N  A#Aۖj1"A N  A#Aߖj1"A N  A#Aj1"A N
  A#Aj1"A N	
  A#Aj1"A N	  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N   (L  (  jAk-  A G   Ak6  A#Aj1"A N  A#Aj1"A N  #AjA A A $  2"A HA! "A H    (6A !    ("6@  ( AkN   (  jAk-  "AqA G A tA qE   #AjA	/"E     ("6  ("( J @@@@@@@ Ak   A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  2"A N (  J  2"A HA! A H    (6A !    ("6@ Ak"  (L   (  j-  "AqA G A tA qE   #AjA/"E     ("6  ((  J @@@ Ak   2"A N   (L  (  jAk-  A kAqAK   Ak6  2"A HA! "A H    (6A !    ("6@   (L @  (  jAk-  A k    #AjA/"E     ("6@@@ Ak    ("( H@ ( J  (!  n    (  kj6  2"A N  ((  J   (L  (  jAk-  A G   Ak6  2"A HA! "A H  (!   6@  ((E @  (!@@   6  ( !  (" G@  j-  A F   A!"A H   6   6   Aj6  A#Aj1"A N    6A!   (!  (!@  #A͖jA A A &   #AjA A A $   #AjA A A & A    (  kj6@  #AjA A A &   #AjA A A $   (  (L!   (!  (  ("6  ( 6 @  #AjA AA%A H   #AjA AA#"A H     ( j"6  ( 6  #AjA AA%A H   #AjA AA#"A H   (  ( j6    6  (A 6    ("6    ("6@@   (("H    6   6  #AjA
/"E@   6   6    ("6@@@ Ak   #AjA AA $E  ((  J  2"A H    ("6@   (("H    6  (!   6  #AjA	/"E@   6   6    ("6@@@@@@ Ak   H@  (  jAk-  A F  2"A N  2"A H    (6  A#Aęj,E    (6  A#AǙj1"A N  2"A N Ak" L  (  j-  A G  #AjA/E  2"A N Ak L  (  jAk-  AG  #AjA/E  2"A N Ak L   (  jAk-  A G   #AjA/E   2"A H    ("6@   (("H    6  (!   6  #AjA/"E@   6   6    ("6@@@@@@@@@ Ak   N  (  jAk-  A G   Ak6  N  (  jAk-  A G   Ak6  N  (  jAk-  A G   Ak6  N  (  jAk-  A G   Ak6  A#Aj,  A#Aj,  ( k!@  #AjA/     ( k6  A#Aj,     ( k6    ( k"6  (    (A""A H@    ( k6   6   6  #AjA AA $  #AjA A A $  2"A H  (A6    ("6@   (( "H    6  (!   6  #AjA/"E@   6   6    ("6 AF@  (!  A#Aj,    (  kj6  2"A H    ("6  ("(!@@ (@  H   6  (!   6  L  (  jAk-  A kAqAK  #AjA/E   6    (6  2"A N  H   6  (!   6  L   (  jAk-  A G    Ak"6   6  #AjA AA $     (Ak6  2"A H   6  ("  (( "H   6   6 Ak L   (  jAk-  A G   #A	jA/"E    6    ("6 AF@  (!  A#Aޛj,    (  kj6  2"A N   6    ("6@   (("H   (!   6@  #AjA/E     ("6   6  (    (A""A H    6   6  2"A H    ("6   6@  #AjA AA $     (6  #AjA A A $   2"A H    ("6   6@   ("L   (  j"Ak-  A G    Ak"6   6  N @ Ak-  A k     Ak6  2"A H  (!  (!   6   6@  L   (  j"Ak-  A G    Ak"6   6  N  Ak-  A G    Ak6  2"A H  (!   6   6  #AjA AA$A H     (6  #AjA A A $     (6    (( 4!  ( 6   (( "E@A   -E   2"A H    (6A!    #AjA/A GL@  ("  (L   (  jAk-  A G    Ak6  #AjA AA $E! "  ("!@ Aj! Aj!@@@@@@@@  #AjA AA #     ("6   ("F   (  j-  A F@   Aj"6   6  #AjA AA #E  (!   6  F   (  j-  A F@   Aj"6   6  #AjA AA #E  (!   6  F   (  j-  A G    Aj"6   6  A#Aj1"A N   6   6  A#Aj+@    (6  A#Aj1"A N   6   6  A#Aj+@    (6  A#Aj1"A N   6   6  ( !@  (" F@ !  j-  A G    6   6  #AjA AA #E  ( !  (!   6@  F   j-  A G    6   6  F   j-  A G    6   6  A#Aj1"A N   6   A!"A H   6  A#Aj1"A H   6  (  ("6  ( 6  (  (6   (!@@@  #AjA AA #   #AjA AA #   (   (  (A!"A N   6  ( !@ Aj"  ("N   j-  "AqA G A tAqE   #AЀ	jA.@  (!  (!  ( !   6   A!"A H   6  #AjA AA%"A H  ( j!  ( 6   6A!@  #AjA AA%"A H     ( j6  #AjA AA#"A H     ( j"6  ( 6  #AjA AA%"A H     ( j6  #AjA AA#"A H   (  ( j6    6    ("6   6@@@@@@  #A	jA+/"E     ("6@@@@@@@@@@@@@@@ Ak 	
  ((  J  2"A N  ((  J  2"A H    (6  A#Aj,E    ("6   (( N@  2"A N  A#Aj1"A N  ((  J  A#Aj1"A N  ((  J  A#Aj1"A N  ((  J  A#AÜj1"A N  (( J
  2"A H    (6  #A	jA/"E    ("6@@@@ Ak   ((  J  2"A H    (6  A#AƜj,E    ("6  ((  J  2"A N   ("( N@  2"A N ( J  A#AȜj1"A N  ((  J  2"A N  (( J  A#A˜j1"A N  ((  J	  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #A	jA/"E    ("6@@@ Ak    (( N@  2"A N  A#A̜j1"A N   (( N@  2"A N  A#AϜj1"A N  ((  J  2"A N  ((  J  2"A H    (6  A#AҜj,E
    ("6  ((  J
  2"A H    (6  A#AԜj,E
    ("6   (( N@  2"A N  A#A֜j1"A N
  A#Aٜj1"A N	  (( J  A#Aܜj1"A N   ("( N@  2"A N ( J  A#Aޜj1"A N  (( J  #AjA AA &  2"A N  (( J  A#Aj1  (( J  A#Aj1  (!  #AjA AA $  ((  (J    (  kj6  2!A! Au qA A H"!     ("6  (!  ("(" L@   6   6A !@@  L   (  jAk-  "AqA G A tA qE   #A	jA#/E     ("6@   (L   (  jAk-  A G    Ak6  #AjA AA & A!  2"A H   6 !   A H  !@ Av"A    (!  (!  (!   6  ("H   6   6  #A	jA&/"E    ("6@@@@ Ak   ((  J  2"A N
  2"A N	  2"A H    ("6   (L   (  jAk-  A G    Ak"6   6  2"A H   6     ("6   6@   (L   (  jAk-  A G    Ak"6   6  A#Aj1"A N  A#Aj,E    (6  A#Aj1"A N   6  (!   6   6@  L   (  jAk-  A G    Ak"6   6@  A#Aj,     (Ak6  #AjA AA &E     ("6    (Ak6  2"A H  (!   (("H    6  (!   6@  L   (  jAk-  "AqA G A tAqE   #A	jA/"E     ("6@@@ Ak   ((  J   (L  (  jAk-  A kAqAK   Ak6  2"A N  A#Aj1"A N  2"A H   6    ("6@  ( AkN   (  jAk-  "AqA G A tA qE   #A	jA/E     ("6   6  (    (A""A H    6   6  2"A H    (6A!@ "Ak!  #AjA AA &E @ A J     ("6  (!  A#A֡j,E@    (  kj6  A#Aءj,E    (6  A#Aڡj1"A H    ("6  (! !@@   6@@@@  N   (  j-  "AqA G A tAq   6  #A	jA."E    ("6@@@@@@@ Ak   A#Aۡj1"A N  A#Aܡj1"A N  A#Aݡj1"A N
  A#Aޡj1"A N	  A#Aj1"A N  2"A N  (!  (   A!"A H   6  (!  (!   6A!  A#Aj1"A N  A#Aj1"A N    6     ("!@@   6  A#Aj+@    (6  A#Aj1"A H  (!   6@  (    (A!"A H@ !   6@   6  #AjA AA #!  (!@@      ("6@  F   (  j-  A G    Aj"6   6  #AjA AA #E@  A#Aj1"A H  (!   6  F@ !  (  j-  A G    Aj"6   6  #AjA AA #E  (!   6  (   A!"A N   6  (  ("6  ( 6@  (   ("  (A!"A H   ( 6    6  #AjA AA%"A H     ( j6  #AjA AA#"A H     ( j"6  ( 6  ("Aj"(  ( "H@  6   #AjA AA%"A H     ( j6  #AjA AA#"A H   (  ( j6   6    ("6   6@  L   (  jAk-  "AqA G A tA1qE   #A	jA/"E     ("6  (( J @@@ Ak   2"A N  2"A H    ("6   (L  (  jAk-  A G   Ak"6   6  A#Aj,E  2"A N  #AjA A A $   2"A H    ("6   6@ Ak"  (L   (  j-  "AqA G A tA qE   #A	jA/"E     ("6  (( J @@ Ak   2"A N  #AjA A A $   (   (  (A""A H    6  2"A H    ("6   6@ Ak"  (L   (  j-  "AqA G A tA qE   #AЙ	jA/"E     ("6  (( J @@@@ Ak   2"A H    (6  A#Aj,E    ("6  ( H@  (  jAk-  A F  (( J  2"A N  ( H@  (  jAk-  A F  2"A N  2"A H    ("6  (!  A#Aj,E@    (  kj6  A#Aj,E    ("6  (( J  2"A N  2"A H    ("6 Ak"  (L   (  j-  A kAqAK   (!  #A	jA/E     ("6   ((H@    (  kj6  2"A H    ("6   6@  #A	jA."E @    ("6@@@@@@ Ak   A#Aˢj1"A N	  A#A̢j1"A N  A#A͢j1"A N  A#A΢j1"A N  (    (A!"A H   6    (6  #A	jA."    6A!  A#Aj1"A N  I    (6    ("6   6@@  #A	jA./"E @    ("6@@@@@@@@@@@@@@@@@@@@@@@@@@ Ak 	
  A#Aעj1"A N  A#A٢j1"A N  A#Aۢj1"A N  A#Aݢj1"A N  A#Aߢj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N
  A#Aj1"A N	  A#Aj1"A N  A#Aj1"A N
  A#Aj1"A N	  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  (    (A""A H   6    (6  #A	jA./"     (6A !  ( 5AH   (A6     ("6  (!  #A	jA(/"@    (6@@@@@@@@@@@@ Ak 	
  A#Aj1"A N
  A#Aj1"A N	  A#Aj1"A N
  A#Aj1"A N	  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A
#Aj1"A H  (A 6     k"  (j"6   6@  #A	jA/E     (6  2"A H  (A 6     ("6   6  #A	jA/"E   (  (J @@ Ak   A#Aj1"A N  A#Aj1"A H    ( j"6   6@  #A	jA/E     (6  2"A H  (A 6     ("6   6  #A	jA/E   (  (J   A#Aj1"A H    ( j"6   6@  #A	jA/E     (6  2"A H  (A 6   (!  (!@  A#Aj,E   (  (J   A#Aj1"A N    (  kj"6   6   6  #A	jA /"E   (  (J @@ Ak   A#Aj1"A N  A#Aj1"A H    ( j6    (6A   #A	jA/E     (6@  2"A H   (A 6     ("6   6A   ( AkNA   (  jAk-  "AqAGA A tAxqEA   #A	jA/EA !  (  (J A  A#A֯j1" A N! "A H     ( j6    (6A   #A	jA/E     (6@  2"A H   (A 6     ("6   6A   #A	jA(/"EA !  (  (J @@@ Ak   A#AԱj1"A N  A#Aֱj1"A HA! "A H     ( j6    (6A   #A	jA/E     (6@  2"A H   (A 6     ("6   6  (!@@  (" AkN   (  jAk-  AG   #A	jA/!  (! E   ( J A!@@ Ak   A#Aj1"A H  A#Aj1"A H    (  kj"6   6A ! A	k L @  (  jAk-  Ak    #A	jA
/"E     (6A!@@@@@@@@@@ Ak
 	  A#Aj1"A H	
  A#Aj1"A H	  A
#A´j1"A H  A#A̴j1"A H  A#AҴj1"A H  A
#A޴j1"A H  A#Aj1"A H  A#Aj1"A H  A#Aj1"A H  A
#Aj1"A N ! "A H     ( j6A !  "  ("6@  ( A	kN @  (  jAk-  Ak	   #A	jA/E   (6 2"A H  (A 6   ("6  6A  Ak" (LA !@ (  j-  Ak  A  #A	jA/E ( (J A A#Aзj1" A N! "A H     ( j6  "  (6A   #A	jA/E     (6@  2"A H   (A 6     ("6   6  (!@@@  #A	jA./"E   (  (J A!@ Ak  A#Aj1"A H  (  kj"6  6  6 A#Aj,E@A ! A#Aj1"A HA A#Aj1"A N ! "A H     ( j6A !  "  ("6@  ( AkN   (  jAk-  "AqAG A tAzqE   #A	jA/E     (6  2"A H   (A 6     ("6   6  (!  #A	jA/!  (!@ E   ( J A  A#Aj1" A N  (  kj"6  6  6A ! Ak" L @ (  j-  Ak	   #A	jA/E A A#Aj1" A N! "A H     ( j6    (6A   #A	jA/E     (6@  2"A H   (A 6     ("6   6A   #A	jA/EA !  (  (J A  A#Aj1" A N! "A H     ( j6A !    ("6@  ( AkN   (  jAk-  "AG AGq   #A	jA/E     (6  2"A H   (!  (!A !  #A	jA
/     (  kj"6    A#A¼j3!   6A  A N! "A H     ( j6A !  "  ("6@  ( AkN   (  jAk-  "AG AGq   #A	jA/E     (6  2"A H     ("6   6A   ( AkN@  (  jAk-  "AF  AF A A ! #A	jA/E A A#Aj1" A N! "A H     ( j6A !    ("6@  ( A	kN   (  jAk-  "AG AGq   #A	jA/E     (6  2"A H     ("6   6A !  #A	jA/E A  A#Aj1" A N! "A H     ( j6A !    ("6@  ( AkN   (  jAk-  "AG AGq   #A	jA/E     (6  2"A H   (A 6     ("6   6A   #A	jA/EA !  (  (J A  A#Aھj1" A N! "A H     ( j6    (6A   #A	jA/E     (6@  2"A H   (A 6     ("6   6A !  #AjAAA $ A  A#Aj1" A N! "A H     ( j6  "  (6A   #A	jA/E     (6@  2"A H   (A 6     ("6   6  (!@  #AjAAA $@    (  kj"6   6 A#Aj1"A H (!  6A ! #A	jA$/E  ( (J A A#Aj1" A N! "A H     ( j6  "(!  (!@@  A
#Aj,E   (  (J   A#Aj1"A H   k" (j"6  6@ ( A	kN  (  jAk-  AG  #A	jA/E   (6 2"A H (A 6   ( j"6  6A  A#Aj,E  (6 2"A H  (A 6   ("6  6A  #A	jA/EA ! ( (J A A#Aj1" A N! "A H     ( j6  "  ("6  (!@@  ( A	kN   (  jAk-  AG   #A	jA/E     (6  2"A H  (A 6     ("6   6  ( AkN @  (  jAk-  Ak   #A	jA/E  ( (J  A#Aj1"A H  (  kj"6  6A  A#Aj,E  (6 2"A H  (A 6   ("6  6 (!@ #AjAAA $@  (  kj"6  6 A#Aj1"A H (!  6A ! #A	jA /E  ( (J A A#Aj1" A N! "A H     ( j6  "  ("6  (!@@  ( A	kN   (  jAk-  AG   #A	jA/E     (6  2"A H  (A 6   (  kj"6  6A  A#Aj,E  (6 2"A H  (A 6   ("6  6 (!@@@ #AjAAA $E@ A#Aj1"A N  (  k"k"6  6  6 #A	jA/E A#Aj1"A H (!  ( k"6  6  6A ! #A	jA/E  ( (J A A#Aj1" A N! "A H     ( j6A !  "  ("6@  ( A	kN   (  jAk-  AG   #AЁ
jA/E     (6  2"A H   (A 6     ("6   6  (!@  A#Aj,E   (  (J A  A#Aj1" A N  (  kj"6  6  6A  A#Aj,EA A#Aj1" A N! "A H     ( j6A !    ("6@  ( AkN   (  jAk-  AG   #A
jA/E     (6  2"A H   (A 6     ("6   6A   A#Aj,EA !  (  (J A  A
#Aj1" A N! "A H     ( j6  "  ("6  (!@@  A
#Aj,E     (6  2"A H  (A 6     ("6   6 Ak"  (L @  (  j-  Ak   #A
jA/E  ( (J  A#Aj1"A H  (  kj"6  6A  A#Aj,E  (6 2"A H  (A 6   ("6  6A  #A
jA	/EA ! ( (J A A#Aj1" A N! "A H     ( j6  "  ("6  (!@  #A
jA/@    (6  2"A H  (A 6   (  kj"6  6A  #A
jA/E  (6 2"A H  (A 6   ("6  6 (! #A
jA/@A A#Aj1" A N  (  kj"6  6  6A ! Ak" (L  (  j-  AG  #A
jA/E  ( (J A A#Aj1" A N! "A H     ( j6  "  (6A   #A
jA/E     (6@  2"A H   (A 6     ("6   6  (!  #A
jA/@A  A#Aj1" A N  (  kj"6  6  6A ! #A
jA/E  ( (J A A#Aj1" A N! "A H     ( j6    (6A   #A
jA/E     (6@  2"A H   (A 6     ("6   6A  Ak"  (LA   (  j-  AGA   #AЎ
jA/EA !  (  (J A  A#Aj1" A N! "A H     ( j6  "  (6A   #AЏ
jA/E     (6@  2"A H   (A 6     ("6   6  (!  A#Aj,@A  A#Aj1" A N   k" (j"6  6  6A!@@@ #A
jA/  A#Aj1"A H  ( j"6  6  6A ! #A
jA,/E  ( (J  A#Aj1"A N ! "A H     ( j6A !    ("6@  ( AkN   (  jAk-  AG   #A
jA/E     (6  2"A H   (A 6     ("6   6A   #A
jA
/EA !  (  (J A  A#Aj1" A N! "A H     ( j6A !    ("6@  ( AkN   (  jAk-  AG   #A
jA/E     (6  2"A H   (A 6     ("6   6A   #A
jA/EA !  (  (J A  A#Aj1" A N! "A H     ( j6A !    ("6@  ( AkN   (  jAk-  AG   #A
jA/E     (6  2"A H   (A 6     ("6   6A   #A
jA/EA !  (  (J A  A#Aj1" A N! "A H     ( j6  "  ("6  (!@  #A
jA/@    (6  A#Aj1"A H  (  kj"6A ! (( E   6 #A
jA /E   (6A 2" A N! "A H     ( j6A !  "  ("6@  ( AkN @  (  jAk-  Ak   #A
jA/E   (6A 2" A N! "A H     (6A! q@  (   (  (A!"A H    6    ("6   6  #A
jA/E     (6  2"A H     (6A!  A A    #AjAAA $E  (!  (  (6   (!@@@  #AjA AA #   #AjA AA#A H   ( !@  ("Aj"  ("N   j-  "AqA G A tA0qE   #A
jA.@  (!  (!  ( !   6   A!"A N   6  #AjA AA %  #AjA AA%"A H  ( j!  ( 6    6    ("6   6@@ Ak" L   (  j-  A G   #A
jA/E     ("6  ((  J  Ak"  (L   (  j-  "AqA G A tA2qE   (!  #A
jA/E     (  kj6  2"A HA   (   (  (A""A H    6   6A   (    (A""A H    6   6A  2"Au q A N"A H    ("6   6@  #A
jA,/E     ("6  ((  J   2"A H    ("6 Ak"  (L @  (  j-  Ak	    #A
jA/"E     ("6  ((  J @@ Ak   A#Aj1"A N  A#Aj1"A H    ("6   6@  ( AkN @  (  jAk-  A k    #A
jA/"E     ("6  ((  J @@ Ak   A#Aj1"A N  A#Aj1"A H    ("6   6@  ( AkN   (  jAk-  A G   #A
jA/"E     ("6  ((  J @@@ Ak   2"A N  A#Aj1"A N  A#Aj1"A H    ("6   6@ Ak"  (L @  (  j-  Ak	    #A
jA/E     ("6  ((  J  Ak"  (L   (  j-  "AqA G A tA2qE   (!  #A
jA/E     (  kj6  2"A H  (   (  (A""A H    6   6  (    (A""A H    6   6  2"A H    ("6   6@ Ak"  (L   (  j-  "AG A Gq   #A
jA/"E     ("6  ((  J @@@ Ak   2"A N  A#Aj1"A N  A#Aj1"A H    (6A !    (6@  #A
jA/"E     ("6  ((  J @@@@ Ak   2"A N  A#Aj1"A N  A#Aj1"A HA! A H     (6A !    ("6@   (L   (  jAk-  "AqA G A tA qE   #A
jA*/"E     ("6  ((  J @@@@ Ak   2"A N  A#Aj1"A N  A#Aj1"A HA! "A H     (6A !    ("6@   (L   (  jAk-  A G   #A
jA/"E     ("6  ((  J @@@@ Ak   A#Aj1"A N  A#Aj1"A N  2"A HA! A H     (6A!   (A 6  (!  #AjA A A%"A N@@    ( j6  (Aj" ( Aj6   #AjA A A%"A N    6@  ("(AH  A 6     ("6    ("6   6A !@ Ak L @  (  jAk-  A k    #A
jA/E     (6  2"A H  (Aj" ( Ak6 A!    ("6  ((AH@A    6@ Ak"  (L   (  j-  "A G A Gq   #A
jA/E     (6  2"A H  (Aj" ( Ak6     ("6A !  ((AH   (!   6@@ Aj" N @  (  j-  A k    #A
jA."E     (6@@@@@@@@ Ak   2"A H
A  2"A H	A!  ( 6   (A6   A#Aj1"A N  (A6   A#Aj1"A H  (Aj" ( Ak6   (A6   (Aj" ( Ak6   (!  #AjA A A #!   6 E@  A#Aj1"A N  2"A N  (A6   (Aj" ( Ak6   (!  #AjA A A #!   6 E@  A#Aj1"A N  2"A H  ((AH    ("6    (6  z"E A H   6  ((AH@  {"AvA        A N   A H     6  {"A H   6  ((AH    6    (6@  z"AvA 	        A  A N   6A! {    ("6@   (L @  (  jAk-  A k    #A
jA/E     (6  2"A H   (Aj"   ( Ak6 A!     ("6@ Aj"  (N   (  j-  A G   #A
jA."E     (6A!@@@@ Ak   2"A H  (A6   Aj  A#Aj1"A H  Aj  2"A H  (A6   Aj  A#Aj1"A H  (A6   Aj( Aj"   ( Ak6 A!    #AjA A A #E-  #AjA A A %   A#Aj+A G    ("6@@  #A
jA."E     (6@@@@@@@@@@ Ak
 	
  2"A N	
  A#Aj1"A N	  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A H   6  (  ("6  ( 6  (  (6   (!@  #AjA AA%"A H     ( j"6  ( 6  #AjA AA#"A H     ( j"6  ( 6  #AjA AA%"A H     ( j6  #AjA AA#"A H   (  ( j6    6    ("6   6@  #A
jA/"E     ("6@@ Ak   (( J  2"A N  ((  J   2"A H    ("6   6@  #A
jA/"E     ("6@@@@@@ Ak   ((  J  2"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A H    ("6   6@  ( AkN   (  jAk-  "AqA G A tAqE   #A
jA/"E     ("6@@ Ak   (( J  2"A N  (( J   2"A H    (6A!     ("6@@  #A
jA."E @    ("6@@@@@@@@ Ak   A#Aj1"A N	  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  (    (A!"A H   6    (6  #A
jA."  !@@@   6  #AjA AA #!  (!@@@      ("6@  F   (  j-  A G    Aj"6   6  #AjA AA #E  (!   6  F@ !  (  j-  A G    Aj"6   6  #AjA AA #E  (!   6  (   A!"A N   6  (  ("6  ( 6  (  (6   (!@@@@  #AjA AA #   (!  #AjA AA %E@  #AjA AA%"A N   6  #AjA AA #   #AjA AA#"A N   6  #AjA AA %  (!  #AjA AA %E@  #AjA AA%"A N   6  #AjA AA #  (   (  (A!"A N  ( j!  ( 6   6@  #AjA AA%"A H     ( j6  #AjA AA#"A H     ( j"6  ( 6  #AjA AA%"A H     ( j6  #AjA AA#"A H   (  ( j6    6    ("6   6@ Ak" L   (  j-  "AqA G A tAqE   #A
jA%/E     ("6 Ak"  (L @  (  j-  A k    #A
jA/"E   ((  (J @@ Ak   2"A N  A#Aj1"A H    ("6   6  #A
jA3/"E@  (!    ("6@@@@@@@@@ Ak	   ("(  J
  2"A N  ("(  J	  2"A H    (6  A#Aj,E    ("6  ((  J  2"A N  ("(  J  A#Aj1"A N
  ("(  J  A#Aj1"A N	
  ("(  J  A#Aj1"A N	  ("( J  2"A N  ("( J  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #A
jA/"E    ("6  ((  J  2"A H AG    (6  A#Aj,E    ("6  ((  J  2"A N  ("(  J  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #A
jA/E    ("6  ((  J  2"A N  ("(  J  2"A H    (6  A#Aj,E    ("6  ((  J  2"A H    (6  A#Aj,E    ("6  ((  J  2"A H  A#Aj1"A N  A#Aj1"A N    ("6  ("H    6  (!   6  #A
jA /@    (6  2"A H   6    ("6   6@  #AjA AA $     ("6  (( J   2"A H    ("6   (L   (  jAk-  A G    Ak"6   6  (( N   2"A H  (!  (    ("6 !   6@   (L   (  jAk-  A G    Ak"6   6@  #AjA A A $   ((  (J   2"A H  (!    ("6 !@@   6@@@  N @  (  j-  A k    #AjA."E    ("6@@@ Ak   (!  A#Aj1"A N  A#Aj1"A N   6  (   A!"A H   6  (!  (!   6A!   (  ("6 @   ("F   ( " j-  A G    5AN   (   (  (A!" A H 6@  #AjA AA%"A H     ( j6  #AjA AA#"A H   (  ( j6    6    ("6   6@@ Ak L   (  jAk-  "AqA G A tAqE   #AjA/"E     (6@@@@@@@@ Ak   A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A H    ("6@   (( "H    6  (!   6  #AЏjA/E@   6   6    ("6  ((  J   2"A H    (6  "A H     (6@@  ("  (( "N@   6  (!   6  #AjA>/   6    (6  "A H    ("6   6@ Ak"  (L   (  j-  A G   #AйjA/E     (6  A#A߄j1"A H    (6A!   6    (6  2"A N      ("6@ Ak"  (L   (  j-  "AG AGq   #AjA/"E     (6@@@ Ak   A#Aj1"A N  A#Aj1"A HA!     (6    ("6   6@@  #AjA/"E     ("6A!@@ Ak   2"A N  (!  A#Aj,     (  k"k6  A#Aj,     ( k6  2"A H    (6@    ("6  ( k!@  ( AkN   (  jAk-  "AqAG A tAqE   #AмjA/E     (6    ( k"6   6  ( AkN   (  jAk-  "AqAG A tAqE   #AjA/"E     ("6@@ Ak   (!@  A#Aj,     (  k"k6  A#Aj,     ( k6  A#Aj,     ( k6  A#Aj,E  2"A N  A	#Aj,E   2"A H    ( k"6   6  #AнjA /@    (6  2"  A H"! A N    (6A!   (!  (  ("6@  (   (" A!"A H   ( 6    6  #AЍjA AA%A H   #AЍjA AA#"A H     ( j"6  ( 6  ("Aj"(  ( "N   6    6    ("6@@   (("H    6   6@  L   (  jAk-  "AqA G A tA qE   #AjA/"E    6    ("6@@@ Ak   2"A N  (!  #AjA A A $@    (  kj"6   (L  (  jAk-  A G   Ak6  #AЍjA AA &  2"A N  A#Aj1"A N   6    ("6@   (("H    6  (!   6@ Ak" L   (  j-  A G   #AjA/E    6    (6    ("6  (   A""A H   6   6  2"A N   6    ("6  (!@   (("H    6   6@@ Ak" L   (  j-  "AqA G A tAq   6  #AjA/E@   6   6    (6  2"A H  (!   6A!   (A 6    ("6@@   (F   (  j-  A G    Aj"6   6  A#Aj1"A H  (A6   6 !@@@@  #AjA A A #@  (!  ( !    ("6  ( !  (" F@ !  j-  A F   6   A!"A H   6   6   Aj6  A#Aj1"A H  (A6  (!   6  (  ("6  ( 6   (!@  #AjA A A%"A H     ( j6  #AjA A A#"A H     ( j"6  ( 6  #AjA A A%"A H     ( j6  #AjA A A#"A H   (  ( j6    6    ("6   6@  L   (  jAk-  A G   #AjA/"E     (6@@@ Ak   A#Aj1"A N  A#Aj1"A N  2"A H    ("6   6@ Ak"  (L @  (  j-  A k    #AjA/"E     ("6@@ Ak   (( J  A#Aj1"A N  (!  #AjA A A&A H     (  kj6  2"A H  (!@  ("Ak"  (L   (  j-  "AqA G A tA qE   #AjA/"E    k  ("j"6@@ Ak     A#Aj3!   6 A N   6  (    (A""A H   6   6  2"A N   ((G A   #AjA A A & A   #AjA A A $   #AjA A A &EE     (  kj"6    A#Aj3!   6 A H    ("6   6@   (L   (  jAk-  A rA G    Ak"6   6  #AjA A A&"A H     ( k6  A#Aj1"A H    ("6   6@  ( AkN   (  jAk-  "AqA G A tA1qE   #AjA/"E     ("6  (( J @@@@@@@@@@@@@ Ak 	
  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N
  A#Aj1"A N	
  A#AÏj1"A N	  A#AƏj1"A N  A#AǏj1"A N  A#Aʏj1"A N  A#A͏j1"A N  A#AϏj1"A N  A#Aҏj1"A N  A#AՏj1"A N  A#A؏j1"A H    (6A !    ("6@  ( AkN   (  jAk-  "AqA G A tA qE   #AjA/"E     ("6  (( J @@@@ Ak   A#AÐj1"A N  A#AŐj1"A N  2"A HA! "A H     (6A !    ("6@ Ak"  (L   (  j-  "AqA G A tAqE   #AjA/"E     ("6  ((  J @@@ Ak   2"A N   (L  (  jAk-  A kAqAK   Ak6  2"A HA! "A H     (6A !  "  ("6@   (L   (  jAk-  A G    Ak"6   6   ("( L@ ( N  (!@  #AjA A A &   #AjA A A $   #AjA A A &E  (  kj6A 2" A N! "A H     (6  V"A H     ("6@  ((E @  (!@@   6  ( !  (" G@  j-  A F   A!"A H   6   6   Aj6  A#Aj1"A N    6A!   ("!@@@   6@@@ Aj"  ("N @  (  j-  Ak    #AjA."E    ("6@@@ Ak   (!  A#Aj1"A N  A#Aj1"A N   6  (   A!"A H   6  (!   6  (  ("6  ( 6  (  (6   (!@@@@  #AjA AA #   (!  #AjA AA %E@  #AjA AA%"A N   6  #AjA AA #   #AjA AA#"A N   6  #AjA AA %  (!  #AjA AA %E@  #AjA AA%"A N   6  #AjA AA #  (   (  (A!"A N  ( j!  ( 6   6@  #AjA AA%"A H     ( j6  #AjA AA#"A H     ( j"6  ( 6  #AjA AA%"A H     ( j6  #AjA AA#"A H   (  ( j6    6    ("6   6@@@ Ak L   (  jAk-  "AqA G A tA2qE   #AjA-/"E     ("6@@@@@@@@@ Ak	 
  ((  J  2"A N	  ((  J  A#Ađj1"A N
  ((  J  A#AǑj1"A N	  ((  J  A#Aȑj1"A N  (( J  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #AjA/"E    ("6  ((  J  2"A H AG    (6  A#Ȃj,E    ("6  ((  J  2"A N  ((  J  2"A H    ("6  ( AkN@  (  jAk-  A k    #AjA/E    ("6  ((  J  2"A N  ((  J  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #AjA/E    ("6  ((  J  2"A N  ((  J  2"A H    (6  A#AΑj,E    ("6  ((  J  2"A N  (( J    (L   (  jAk-  A G    Ak6  A#AБj1"A N    ("6@  ((" L@   6  (!   6  #AjA /   6  (!   6   6  #AjA/E    ("6  (( J  2"A N    (6  2"A H   6    ("6   6   ("L   (  j"Ak-  A G    Ak"6   6  N  Ak-  A G   (( N   2"A H    ("6   6@  #AjA/"E     ("6@@ Ak   (( J  2"A H    ("6   ("L@@  (  j"Ak"-  A G    Ak"6   6  L  Ak-  A F   6 -  A G   Ak"6   6  L Ak-  A G   6  (( J  2"A N  A#Aj1"A H    ("6  (! !@@   6@@@  Aj"J@  (  j-  A F   6  #AjA."E    ("6@@@ Ak   A#Aj1"A N  A#Aj1"A N  (!  (   A!"A H   6  (!  (!   6A!   ("!@  #AjA AA #!  (!@@@@@@      ("6@  F   (  j-  A G    Aj"6   6  #AjA AA #E  (!   6  F@ !  (  j-  A G    Aj"6   6  #AjA AA #E  (!   6  (   A!"A H   6  A#Aj1"A H   6  (  ("6  ( 6  (  (6   (!@@@@  #AjA AA #   (!  #AjA AA %E@  #AjA AA%"A N   6  #AjA AA #   #AjA AA#"A N   6  #AjA AA %  (!  #AjA AA %E@  #AjA AA%"A N   6  #AjA AA #  (   (  (A!"A N  ( j!  ( 6   6@  #AjA AA%"A H     ( j6  #AjA AA#"A H     ( j"6  ( 6  #AjA AA%"A H     ( j6  #AjA AA#"A H   (  ( j6    6    ("6   6@ Ak" L   (  j-  "AqA G A tAqE   #AjA/"E     ("6  (( J @@@@@@@ Ak   2"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  (!  A#Aj,    (  kj6  A#Aj1"A N  A#Aj1"A N  A#Aj1"A H    (6  (A 6    ("6   (k!@  #AЇjA./"E @    ("6  (( J@@@@@@@ Ak   A#Aj1"A N	  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A H  (A6    ( j"6   6  #AЇjA./"     ( j"6   6@  #AjA>/"E     ("6  ((  J @@@@ Ak   2"A N  A#Aj,E    (6  A#Aj1"A N  A#Aj1"A H  (A6    ("6@  ("(   ("H    6  (!   6@  #AjA /"E     ("6@@ Ak   (!  #AjA AA &@    (  kj"6   (L  (  jAk-  A G   Ak6  2"A N  2"A H   6    ("6   6@  #AНjA/E     ("6  (( J   2"A H    ("6  (! !@@   6@@@  N @  (  j-  A k    #AjA."E    ("6@@@ Ak   (!  A#AϠj1"A N  A#AРj1"A N   6  (   A!"A H   6  (!  (!   6A!  A#Aj1"A N    6    (!@@@    ("6  A#AӠj+E@@   6  (    (A!"A H   6   6  A#AӠj+E     (6   6  A#Aՠj1"A N   6  (  ("6  ( 6   (!A !@  #A٠jAAA%"A H     ( j"6  ( 6  #A٠jAAA#"A H     ( j6  #A٠jAAA%"A H     ( j6  #A٠jAAA#"A H   (  ( j6    6    ("6   (("H    6   6@@  #AjA	/"E     ("6@@ Ak   (!  A#Aݠj,E@    (  kj6  A#Aߠj,E  2"A N  2"A N    ("6   6@@  ( AkN @  (  jAk-  Ak    #AjA/  (!   6     (6  2"A H  (!  (!   6  #AjA/@    (6  2"A H    (6  #AjA/"E    ("6@@ Ak   (!  A#Aj,E@    (  kj6  A#Aj,E  2"A N  2"A N    (  k"k6A !    (6@  #AjA./"E     ("6@@@ Ak   (!  A#AǢj,E@    (  kj6  A#Aɢj,E  2"A N  2"A HA!@@ "Av"A      ( k6    (6A   #AjA$/E     (6A  2" A N"E   A H! Av!     ("6   6  A#Aנj,E@    ("6     (6  2"A H  (!  (!   6@  ( AkN @  (  jAk-  Ak    #AjA/E     ("6  ((  J   2"A H    (  kj"6   6@  #AjA/"E     (6@@@ Ak   2"A H    (6  A#Aåj,E    (6  A#Aťj,E  2"A N  A#Aǥj,E  2"A N  2"A H   6   6A! H  ("!@@   6@  #AjA." @@   6  (    (A!"A H    6   6  #AjA."E !@   6@  #AjA AA #     (6  A#Aj+E     (6  #AjA AA #   A#Aj1"A N   6  (    (A!"A N  !@   6@  #AjA AA #     (6  A#Aj+E     (6  #AjA AA #   A#Aj1"A N   6  (    (A!"A N  !@   6   6  A#Aj+@    (6  A#Aj1"A N   6  (    (A!"A N    6  (A6  (!  #AjAAA%A N@  (A 6   6  (  (6   (!@  #AjA A A%"A H     ( j"6  ( 6   (( AJ   #AjA A A#"A H   (  ( j6  !@@   6  ( !@   ("F   j-  A G    Aj"6 AL@  #AjA A A#"A H    ( j"6  ("(  kAH  6    A!"A N   6    ("6   6@ Ak L   (  jAk-  "AqA G A tAqE   #AjA/"E     (6@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Ak[ 	
 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[  A#Aj1"A NZ\  A#Aj1"A NY[  A#Aj1"A NXZ  A#Aj1"A NWY  A#Aj1"A NVX  A#Aj1"A NUW  ((ET  A#Aj1"A NTV  A#Aj1"A NSU  A#Aj1"A NRT  A#Aj1"A NQS  A#Aj1"A NPR  A#Aj1"A NOQ  A#Aj1"A NNP  A#Aj1"A NMO  A#Aj1"A NLN  A#Açj1"A NKM  A#Aǧj1"A NJL  A#A˧j1"A NIK  A#Aϧj1"A NHJ  A#Aҧj1"A NGI  A#Aاj1"A NFH  A#Aާj1"A NEG  A#Aj1"A NDF  A#Aj1"A NCE  A#Aj1"A NBD  A#Aj1"A NAC  A#Aj1"A N@B  A#Aj1"A N?A  A#Aj1"A N>@  A#Aj1"A N=?  ((E<  A#Aj1"A N<>  A#Aj1"A N;=  A#Aj1"A N:<  A#Aj1"A N9;  A#Aj1"A N8:  A#Aj1"A N79  A#Aj1"A N68  A#Aj1"A N57  A#Aj1"A N46  A#Aj1"A N35  A#Aj1"A N24  A#Aj1"A N13  A#Aj1"A N02  A#AŨj1"A N/1  A#A˨j1"A N.0  A#AШj1"A N-/  A#Aըj1"A N,.  A#A٨j1"A N+-  A#Aݨj1"A N*,  A#Aj1"A N)+  A#Aj1"A N(*  ((E'  A#Aj1"A N')  A#Aj1"A N&(  A#Aj1"A N%'  ((E$  A#Aj1"A N$&  A#Aj1"A N#%  ((E"  A#Aj1"A N"$  A#Aj1"A N!#  A#Aj1"A N "  A#Aj1"A N!  A#Aj1"A N   A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  ((E  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aĩj1"A N  ((E  A#Aȩj1"A N  A#A̩j1"A N  A#Aϩj1"A N  A#Aөj1"A N  A#A֩j1"A N  A#A٩j1"A N  A#Aߩj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N
  A#Aj1"A N	  A#Aj1"A N
  A#Aj1"A N	  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  ((E   A#Aj1"A H    ("6   6@@  #AjA/"E     ("6  ("(  J @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Ak 	
 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A H  A#Aj1"A H  A#Aj1"A H  A#Aj1"A H  A#Aïj1"A H  A#AƯj1"A H  A#Aǯj1"A H  A#A˯j1"A H  A#Aίj1"A H  A#AЯj1"A H  A#Aүj1"A H  A#Aԯj1"A H  A#Aׯj1"A H  A#Aۯj1"A H  A#A߯j1"A H  A#Aj1"A H  A#Aj1"A H  A#Aj1"A H  A#Aj1"A H  A#Aj1"A H  A#Aj1"A H  A#Aj1"A H  A#Aj1"A H  A#Aj1"A H  A#Aj1"A H~  A#Aj1"A H}  A#Aj1"A H~|  A#Aj1"A H}{  A#Aj1"A H|z  A#Aj1"A H{y  A#Aj1"A Hzx  A#Aj1"A Hyw  A#Aj1"A Hxv  A#Aj1"A Hwu  A#Aj1"A Hvt  A#Aj1"A Hus  A#Aj1"A Htr  A#Aj1"A Hsq  A#Aj1"A Hrp  A#Aj1"A Hqo  A#Aj1"A Hpn  A#Aj1"A Hom  A#Aj1"A Hnl  A#Aj1"A Hmk  A#Aj1"A Hlj  A#Aj1"A Hki  A#Aj1"A Hjh  A#Aðj1"A Hig  A#Aǰj1"A Hhf  A#A˰j1"A Hge  A#Aϰj1"A Hfd  A#AӰj1"A Hec  A#Aְj1"A Hdb  A#Aٰj1"A Hca  A#Aݰj1"A Hb`  A#Aj1"A Ha_  A#Aj1"A H`^  A#Aj1"A H_]  A#Aj1"A H^\  A#Aj1"A H][  A#Aj1"A H\Z  A#Aj1"A H[Y  A#Aj1"A HZX  A#Aj1"A HYW  A#Aj1"A HXV  A#Aj1"A HWU  A#Aj1"A HVT  A#Aj1"A HUS  A#Aj1"A HTR  A#Aj1"A HSQ  A#Aj1"A HRP  A#Aj1"A HQO  A#Aj1"A HPN  A#Aj1"A HOM  A#Aj1"A HNL  A#Aj1"A HMK  A#Aj1"A HLJ  A#Aj1"A HKI  A#Aj1"A HJH  A#Aj1"A HIG  A#Aj1"A HHF  A#Aj1"A HGE  A#Aj1"A HFD  A#Aj1"A HEC  A#Aj1"A HDB  A#Aj1"A HCA  A#Aj1"A HB@  A#Aj1"A HA?  A#Aj1"A H@>  A#Añj1"A H?=  A#Aıj1"A H><  A#AƱj1"A H=;  A#A˱j1"A H<:  A#Aбj1"A H;9  A#Aձj1"A H:8  A#Aױj1"A H97  A#A۱j1"A H86  A#A߱j1"A H75  A#Aj1"A H64  A#Aj1"A H53  A#Aj1"A H42  A#Aj1"A H31  A#Aj1"A H20  A#Aj1"A H1/  A#Aj1"A H0.  A#Aj1"A H/- (E+  A#Aj1"A H., (E*  A#Aj1"A H-+ (E)  A#Aj1"A H,* (E(  A#Aj1"A H+) (E'  A#Aj1"A H*( (E&  A#Aj1"A H)' (E%  A#Aj1"A H(& (E$  A#Aj1"A H'% (E#  A#Aj1"A H&$ (E"  A#Aj1"A H%# (E!  A#Aj1"! A H$" (E   A#Aj1"! A H#! (E  A#Aj1"! A H"  (E  A#Aj1"! A H! (E  A#Aj1"! A H  (E  A#Aj1"! A H (E  A#Aj1"! A H (E  A#Aj1"! A H (E  A#Aj1"! A H (E  A#Aj1"! A H (E  A#Aj1"! A H (E  A#Aj1"! A H (E  A#Aj1"! A H (E  A#Aj1"! A H (E  A#Aòj1"! A H (E  A#AƲj1"! A H (E  A#Aɲj1"! A H (E  A#A̲j1"! A H (E  A#Aϲj1"! A H (E  A#AӲj1"! A H (E  A#Aֲj1"! A H (E  A#Aٲj1"! A H (E  A#A۲j1"! A H (E
  A#Aݲj1"! A H (E	  A#A߲j1"! A H
 (E  A#Aj1"! A H	 (E  A#Aj1"! A H
 (E  A#Aj1"! A H	 (E  A#Aj1"! A H (E  A#Aj1"! A H (E  A#Aj1"! A H (E  A#Aj1"! A H (E  A#Aj1"! A H (E   A#Aj1"! A H    ("6   6   (L   (  jAk-  "AqA G A tAqE   #AjA/E     ("6  ((  J   A A 1"! A H    (6A!    (6@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Ak 	
  A#Aܥj1"A N  A#Aݥj1"A N  A#Aޥj1"A N  A#Aߥj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N
  A#Aj1"A N	
  A#Aj1"A N	  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aۥj1"A H   6   (  ("6  ( 6  (  (6   (!@@@@  #AЇjA AA #   (!  #AЇjA AA %E@  #AЇjA AA%"A N   6  #AЇjA AA #   #AЇjA AA#"A N   6  #AЇjA AA %  (!  #AЇjA AA %E@  #AЇjA AA%"A N   6  #AЇjA AA #  (   (  (A!"A N  ( j!  ( 6   6@  #AЇjA AA%"A H     ( j6  #AЇjA AA#"A H     ( j"6  ( 6  #AЇjA AA%"A H     ( j6  #AЇjA AA#"A H   (  ( j6    6    ("6   6@@ Ak" L   (  j-  "AqA G A tA"qE   #AjA/E     ("6 Ak"  (L @  (  j-  A k    #AjA/"E   ("  ((H @@@@@@@ Ak    6  A#Aj1"A N   6  A#Aj1"A N   6  A#Aj1"A N   6  A#Aj1"A N   6  A#Aj1"A N  2"A N   (L   (  jAk-  A G    Ak6  2"A H    ("6   6@@  ( AkN   (  jAk-  "AqA G A tA3qE   #AjA./"E     ("6@@@@@@@@@ Ak	 
  ((  J  2"A N	
  ((  J  2"A H	    (6  A#AÈj,E    ("6  ((  J  2"A N	  ((  J  A#Aňj1"A N  ((  J  A#AȈj1"A N  ((  J  A#AɈj1"A N  (( J  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #AjA/"E    ("6  ((  J  2"A H AG    (6  A#A͈j,E    ("6  ((  J  2"A N  ((  J  2"A H    ("6  ( AkN  (  jAk-  A G  #AjA/E    ("6  ((  J  2"A N  ((  J  2"A H    ("6 Ak"  (L  (  j-  "AqA GA tAqE  #AЛjA/E    ("6  ((  J  2"A N  ((  J   2"A H    (6  A#Aψj,E    ("6  ((  J  2"A N    ("6@   (("H    6  (!   6  #AjA/E@   6   6    ("6  N   (  jAk-  A G    Ak6@A  2"Au q A N"AvA      A H"E A     ("6   (("H    6  (!   6  #AjA /"E@   6   6    ("6@@ Ak @  N   (  j"Ak-  A G    Ak"6  N    Ak-  A F!   6   6  2"A N  2"A H    ("6   6@  #AjA/"E     ("6@@ Ak   (( J  2"A N  (( J   2"A H    ("6   ("L   (  j"Ak-  A G    Ak"6   6  N  Ak-  A G   (( N   2"A H    ("6  (! !@@   6@@@@ Aj" N   (  j-  "AqAG A tAĠ q   6  #AjA."E    ("6@@@@@@ Ak   A#AĎj1"A N	  A#AŎj1"A N  A#AƎj1"A N  A#Aǎj1"A N  A#AȎj1"A N  (!  (   A!"A H   6  (!  (!   6A!   (!  (  ("6@  (   (" A!"A H   ( 6    6  #AjA AA%A H   #AjA AA#"A H     ( j"6  ( 6  ("Aj"(  ( "N   6    6    ("6@@   (("H    6   6@  L   (  jAk-  "AqA G A tA qE   #AjA%/"E    6    (6@@ Ak   2"A N  #AjA A A $  2"A N   6    ("6  (!  ("(" L@   6@ Ak" L   (  j-  "AqA G A tA qE   #AjA/E     ("6   6  (    (A""A H    6   6  2"A H   6  (!  (!   6 (" L@   6   6@ Ak" L   (  j-  "AqA G A tA qE   #AjA/"E     (6@@@ Ak   2"A N  A#Aj1"A N  A#Aj1"A H   6   6A! )  (A 6   (!@  "A H    6A !  ( 5AH     ("6@  A#Aj+E   #AjA
.E   A#Aj+E     (6  2"A H  "A H   6  (A 6    ("6@ Aj"  (N   (  j-  "AqAG A tAqE   #AjA.E   #AjA
.E   A#Aj+E     (6  2"A H  (A6  "A H   6@  ( 5AH   (A 6    (6    ("6   6  #AjA/@    (6  A#Aj1"A H  (A6    (6@@@  "Av"A  A!   A H  ! AF  E  A H   6  (A 6@  ( 5AH     (6    ("6   6  A	#Aj,E     (6  A#AÔj1"A H  (A6    (6  "A H   6A !  (A 6@  ( 5AH     (6    ("6   6@@@  A#AƔj,     (6  A#AҔj,     (6  A#Aj,     (6  A#Aj,     (6  A	#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A	#Aj,     (6  A#Aj,     (6@  A	#AЕj,E   (!  (!  #AjA/     (  kj6    (6  A#Aٕj,     (6  A	#Aߕj,E    (6  A#Aj1"A N    ("6   6  #AjA/E    (6  2"A H  (A6    ("6@@@@@  "Av"A     6A!   A H  ! AF  E  A HA! "A H    6A !  (A 6  (A 6 @  ( 5AH     (6    ("6   6@  A#Aj,@    (6  2"A N    ("6   6@@  A	#Aj,E@    (6  A#Aj,E  (!  (!  #AjA/   k    (6  A#Aj,E  (!  (!  #AjA/E  A#Aj,E  k!     (j"6   6  A#Aj1"A N    ("6   6@  A	#Aj,     (6  A	#Aj,     (6  A	#Aj,     (6  A	#Aj,     (6@@  A	#Aj,E   (!  (!  A#Aj,   k    (6  A#Aj,    (6  A#AИj,    (6  A	#Aj,    (6  ( 5AN@  A#Aj,    (6  A	#Aj,    (6  A	#Aj,    (6  A#Aj,    (6  A#Aj,E  (!  (!  #AjA/  k!     (j6    (6  A	#Aj,     ("6   6@@  A	#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A#A˙j,     (6  A#Aיj,     (6  A#Aj,     (6  A#Aj,E  (!  (!  #AjA/    (  kj6    (6  2"A N    ("6   6  A#Aj,E    (6  A#Aj1"A H    (6  A#Aj1"A H    (6  (A6  (A6     (6  A	#Aj,@    (6  A#Aj1"A H    ("6@@@@@  "Av"A     6A!   A H  ! AF  E  A HA! "A H    6  (A 6    (6    ("6   6@@@  A#Aj,E   (!  (!  #AjA/     (  kj"6   6  A#Aj1"A N    ("6   6  A#Aj,@    (6  A#Aj1"A N    ("6   6  A#Aj,@    (6  A#Aj1"A N    ("6   6A   A	#Aj,E    (6  2"A HA!  (A6    (6 "A H    6A !@  ( 5AH   (A 6    ("6    ("6   6 Ak L   (  jAk-  AG   #AjA/E     (6  2"A H A!  (A6    (6 "A H    6A!  (A6@  (Aj"( E   (!@ A 6 @  ( 5AH     ("6    ("6   6  @@@@ Ak L @  (  jAk-  Ak    #AjA/  (!   6   6@@  A#Aƛj,     (6  A#Aқj,     (6  A	#Aޛj,     (6  A#Aj,     (6  A#Aj,     (6  A#Aj,     (6@  A	#Aj,E   ("!@  (  ("AkN   (  jAk-  "AqAG A tA qE   #AjA/  (!    k j6    (6  A	#Aj,     (6  A	#Aj,     (6  A	#Aj,     (6  A	#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A#AĜj,     (6  A	#Aǜj,     (6  A	#AМj,     (6  A	#Aٜj,     (6@  A#Aj,E   (!  (!  #AjA/     (  kj6    (6  A#Aj,     (6  A	#Aj,     (6  A	#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A#Aj,E    (6  2"A N    ("6   6@@@  A	#Aŝj,E   (!  (!  A#AΝj,     (  kj6    (6  A	#Aѝj,     (6  A	#Aڝj,     (6  A	#Aj,     (6  A#Aj,     (6  A	#Aj,     (6  A	#Aj,     (6  A	#Aj,     (6  A	#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A#Aj,     (6  A	#AÞj,     (6  A#A̞j,     (6  A#A؞j,     (6  A	#Aj,     (6  A#Aj,E    (6  A#Aj1"A N    ("6   6  A#Aj,E@    (6  A#Aj,E  (!  (!  A#Aj,!  (" E     kj"6   6  2"A H    (6  2"A H  (A6  ("6   6@  ( AkN   (  jAk-  "AG AGq   #AjA/E     (6  2"A H  (A6    (6@@@  "Av"A  A!   A H  ! AF  E  A H   6  (Aj"(  A! "A H    6A! @  ( 5AH     ("6    ("6   6@@@ Ak L   (  jAk-  "AG AGq   #AjA/  (!   6   6@  A#Aj,E   (!  (!  #AзjA/E     (  kj"6   6  2"A N    ("6   6@  A#Aj,E@    (6  A#Aj,E    (6  A#Aj1"A N    ("6   6  A#AŐj,@    (6  A#Aѐj1"A N    ("6   6  A#Aאj,@    (6  A#Aj1"A N    ("6   6  A#Aj,@    (6  A#Aj1"A N    ("6@@@  (( E    6  A#Aj,!  (! E   (!  A#Aj,!  (! E !   6   6  A	#Aj,E@    (6  A#Aj,E    (6  A#Aj1"A N     kj"6   6  A#Aj1"A H    (6    ("6   6@  A#Aj,E   #AjA/E   A#Aj,E   #AjA/E     (6  2"A N    ("6   6  A	#Aj,@    (6  A#Aj1"A N    ("6   6@  A#Aj,E   #AjA/E     (6  2"A N    ("6   6@  A#Aj,E   ("!@@  (  ("AkN   (  jAk-  "AqAG A tAqE   #AjA/  (!    k j6  #AjA/E  A#AÑj,E     (6  A#AƑj1"A N    ("6   6  #AjA/@    (6  2"A N    ("6   6@  A#Aɑj,E   (!  (!  #AнjA/     (  kj"6   6  2"A N    ("6   6@  A#Aϑj,E   (!  (!  A#AՑj,     (  kj"6   6  A#Aؑj1"A N    ("6   6  A#Aޑj,@    (6  2"A N    ("6   6  A#Aj,E  (  (k!  #AjA/E@    ( k6  A#Aj,E    ( k"6   6  2"A N Au q    (6  2"A H    (6A!   (!  A#"Aȓj+   6   6@@  A AΓj+@    (6  A#Aԓj1" A H   6  A#"Aדj+   6   6  A Aݓj+@    (6  A#Aj1" A N   6  A#"Aj+   6   6  A Aj+@    (6  A#Aj1" A N   6  A#"Aj+   6   6  A Aj+E@A     (6A  A#Aj1"   A N!   A2  (!@    #AjA AA%"A NA!@    ( j"6 Ak!  #AjA AA%"A N      A L6 A J@A    6    ("6   6  (A6   (!  (!@@@  E   (  ("AkN   (  jAk-  AG   #AjA/E       (  k"k6@  E   #AjA /E       ( k"6@ Ak"  (L   (  j-  "AqA G A tAqE   #AjA/E       ( k6  A#Aj,@      ( k"6@  ( AkN @  (  jAk-  A k    #AjA/E @    ("  (  ("AkN    (  jAk-  A G   #AjA/  (  k"k6@  E   (  ("AkN   (  jAk-  A G   #AjA/    ( k6@  E   (Ak"  (L   (  j-  A G   #AjA/E       ( k6@  E   (  ("AkN   (  jAk-  A G   #AjA/    ( k6       ( k6  E   (  ("AkN   (  jAk-  AG   #AjA/E       ( k6@  E   (  ("AkN   (  jAk-  A G   #AjA/E     (6  2"A H    ("6  (!@@  E   (  ("AkN   (  jAk-  A G   #AjA/    (  k"k6A !@  E   #AjA /E   !      ( k6       ( k6       (  kj6  (A 6     ( k6@  E   (  ("AkN   (  jAk-  A G   #AjA/E   (!  (!@  E   #AjA /E       (  kj6      ( k"6@@@  ( AkN   (  jAk-  A G   #AjA/  ( k!   6@  E   (Ak"  (L   (  j-  A G   #AjA/E       ( k6@  E   (  ("AkN   (  jAk-  A G   #AjA/    ( k6  E    (6  2"A H    ("6  (!@  E   (  ("AkN   (  jAk-  AG   #AjA/E       (  kj6    ( k6A !@  E   (  ("AkN   (  jAk-  A G   #AjA/A G! E    (6  2"A H    ("6  (!@  (  ("AkN   (  jAk-  A G   #AjA/A G!@      (  k"k6       ( k6       ( k6A !@  E   (  ("AkN   (  jAk-  A G   #AjA/A G!      ( k6       ( k6       (  kj6    (6  2"A H    ("6  (( E@A    6@@  E   (  ("AkN   (  jAk-  A G   #AjA/E     (6  2"A H  (!  (!  "E@    (  kj6 A N    ("6   6@@@  E   (Ak"  (L @  (  j-  A k    #AjA/E   E     (6  2"A H    ("6    ("  ( AkN   (  jAk-  "AG@  A G  #AjA/  (  k"k"6   6@  E@    ( k6  E    (6  2"A H    ("6  ( k!  E@    ( k6    (6  2"A H  "E@    ( k6 A N    ( k"6   6  E@    ( k6    (6  2"A H  "E@    ( k6 A N    ("6   6@@@  E   (  ("AkN @  (  jAk-  A k    #AjA/    (6  E  (Ak"  (L@  (  j-  A k    #AjA/E    ("  (  ("AkN   (  jAk-  "AG@  A G  #AjA/  (  k"k6  @    (6  2"A H    ("6  ( k!  E@    ( k6    (6  2"A H  "E@    ( k6 A N    ( k6  "E  A N    ("6   6@@@  E   (  ("AkN   (  jAk-  A G   #AjA/    (6  E  #AjA/E  (!  (!  @    (6  2"A H    ("6  ( k!@@  E   (  ("AkN   (  jAk-  A G   #AjA/    ( k6    (6  2"A H  "E@    ( k6 A N    (  kj"6  ( AkN   (  jAk-  "AG A Gq   #AjA/    ("6   6@  E   (  ("AkN   (  jAk-  A G   #AjA/E     (6  2"A H    ("6  (!  @    (6  2"A H    ("6  ( k!  E@    ( k6    (6  2"A H  "E@    ( k6 A N    (  k"k6  @    (6  2"A H  (!  (!  "E@    (  kj6 A N    ( k6  "E@    (  kj6 A N    ("6   6A !@  E   (Ak"  (L   (  j-  A G   #AjA/E   !@@ E@    (6A !@  E   (Ak"  (L @  (  j-  A k    #AjA/E   ! E    (6  2"A H    ("6  (!@  E     (6  2"A H  "Av"A$ "E A$F  Au q!     (  k"k"6   6@  E@    ( k6  E    (6  2"A H    ("6  ( k!  E@    ( k6    (6  2"A H  "E@    ( k6 A N    ( k6  "E@    ( k6 A N Av    ("6   6A !@  (  ("AkN   (  jAk-  "AG A Gq   #AjA/A G! @    (6  2"A N    (6  "Av"A, "E Au q!@ A,G@ !    ("6   6A !@  E   (Ak"  (L @  (  j-  A k    #AjA/A G!@@      (6    #AjA AA $A   A      (6A !@  E   ("  (L @  (  jAk-  A k    #AjA/E   ! E    (6  2"A H    ("6  (" k!@@  @    (6  2"A H
    ("6  (!      (  kj6    (  kj6  E    (6  2"A H    (6  "E@    ( k6 A N    ( k6    ("6   6  E@    (6  E    (6  2"A H    ("6  ( k!  E@    ( k6    (6  2"A H  "E@    ( k6   A H! Av! E A H    (6  2"A N    (6  2"A H    (6  A#Aj,!  (!@ E@  (!  (!@  A#Aj,@  (!    (  kj"6A !   ("L  (!   6@  L @  (  jAk-  A k  @  #AjA AA&A H @  ("  (J@  (  jAk-  A F  A#Aj,E    ("6    A#Aj3!   6 A N    (6  #AjA AA&!  (!@@ A H   ("  (L   (  jAk-  A k       6  #AjA AA&!  (!@ A H   ("  (L @  (  jAk-  A k     6    A#Aj3!   6 A N   6  #AjA AA&A H  (!  (!  A#Aj,E@    (  kj6  A#Aj,E    ("6    A#Aj3!   6 A N   6    A#Aj3!   6 A H    ("6   6@  #AjA/"E     (6@@@@ Ak   A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A HA!  ( 6   (!  (!@  #AjA AA&A H   (!@     ("  ("L    (  jAk-  A G    Ak6  #AjA AA&A N  (!  (  k"k"6@  L   (  jAk-  A G    Ak6  #AjA AA&A N  ( k!   6  A#Aáj,@  #AСjA AA&A N    ( k"6@   ("L   (  jAk-  A G    Ak6  #AjA A A&A N  ( k!  (!   6@  L   (  jAk-  A G    Ak6  #AjA A A&A N  ( k!   6  A#Aj,@  #AjAAA&A N    ( k"6@   (L   (  jAk-  A G    Ak6  #AjA A A&A N  ( k!   6  A#Aj,E  #AjAAA&A H    (  kj6A!   (!  ( !  @@  ("  ("L@ ! !  jAk-  A G    Ak"6  #AjA AA $!  (! E  ( !  (!     k"j"6  J@A   jAk-  A FA    A""A H   6A   #AjA AA $  ( j  k j6AK@  E   (Ak"  (L   (  j-  A G   #AjA/E   ! V@  (Ak"  (L   (  j-  "AqA G A tAqE   #AjA/E   ! N@  E   (  ("AkN   (  jAk-  AG   #AjA/E   ! K@  E   (Ak"  (L   (  j-  A G   #AjA/E   ! I@  E   (  ("AkN   (  jAk-  A G   #AjA/A G! 
    (6  A#Aj,"E@A   (!  (!@@@@  E   (Ak"  (L @  (  j-  A k    #AjA/E     (6  2"A H A G!    ("6  (!@  E   (  ("AkN   (  jAk-  A G   #AjA/E     (6  2"A H  (!  (!  "E@    (  kj6A A H" A    k"  (j6  E@    ( j6A    (6  2"A H    ("6  ( k!@@  E   (  ("AkN   (  jAk-  A G   #AjA/    ( k6A    (6  2"A H  "    ( k6A    (  k"k6@  E   (Ak"  (L   (  j-  A G   #AjA/E   E     (6  2"A H    ("6@@@    ("  ( AkN   (  jAk-  "AG@  A G  #AjA/  (  k"k"6   6  E@    ( k6  E    (6  2"A H    ("6  ( k!      ( k6A    (6  2"A HA    (6  2"A H  "E@    ( k6A A HA    ( k6  "E@    (  kj6A A HA    ( k6A !  E  (  ("AkN@  (  jAk-  A k    #AjA/E@@@    ("  (  ("AkN   (  jAk-  "AG@  A G  #AjA/  (  k"k6  E    (6  2"A H    ("6  ( k!      ( k6A    (6  2"A HA    (6  2"A H  "E@    ( k6A A HA    ( k6  "A LA A H@   A HA    !   (!  ( !  @@  ("  ("L@ ! !  jAk-  A G    Ak"6  #AjA AA $!  (! E  ( !  (!     k"j"6  J@A   jAk-  A FA    A""A H   6A   #AjA AA $  ( j  k j6A@  ("  (L   (  jAk-  "AqA G A tA qE   #AjA
/E   (!  (!  @  #AjA AA $   (!  (!  #AjA AA &   (  kj    k"  (j6  #AjA AA $!    ( j"6 E  (    (A""A H   6  #AjA AA &  ( j6A!   E@A @  #AjA AA $   (!  ( !  @@  ("  ("L@ ! !  jAk-  A G    Ak"6  #AjA AA $!  (! E  ( !  (!     k"j"6  J@  jAk-  A F   A""A H   6  #AjA AA $  ( j  k j6A!   ("!@   6@@@@@  #AjA."E     ("6@@@@@@@ Ak 	  A#Aj+   6  A#Aj1"A N	  A#Aj+   6  A#Aj1"A N  A#Aj+   6  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N   6  (    (A!"A N !@   6   6  #AjAAA #E@    (6  2"A N   6  (    (A!"A N    6  (  (6    ("6@  A#Aԥj+E@   6    ("6@  A#Aإj+E@   6  A#Aܥj+E   6   6  A#Aj1"A H  (!@@  #AjA(.E   (!@@  A#Aj+    6  A#Aj+    6  A#Aj+E  (  (H  !   6  A#Aj+!   6    6  A#Aj+@    (6  A#Aj1"A N   6   6  A#Aj+E     (6  A#Aj1"A H   6@  (   ("  (A!"A H   ( 6    6@ Aj"  (N   (  j-  AqAG   #AjA.@  (!   6@  #AjAAA #   #AjAAA #   #AjAAA #   (  (6   6  #AjAAA%A H @  #AjAAA #E   (  (6  ("Aj"(  ( "N   6    6    ("6   6@  #AjA /"E     ("6@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Ak! 	
 !  (( J   2"A N #  (( J  A#Aj1"A N"  (( J  2"A H!    (6  #AjA/"E    (6@@@@@@@@@@@@@@@@@@@@@@@@@@ Ak 	
8  A#Aj1"A N7:  A#Aj1"A N69  A#Aj1"A N58  A#Aj1"A N47  A#Aj1"A N36  A#Aj1"A N25  A#Aj1"A N14  A#Aj1"A N03  A#Aj1"A N/2  A#Aj1"A N.1  A#Aĩj1"A N-0  A#Aʩj1"A N,/  A#Aҩj1"A N+.  A#Aکj1"A N*-  A#Aj1"A N),  A#Aj1"A N(+  A#Aj1"A N'*  A#Aj1"A N&)  A
#Aj1"A N%(  A
#Aj1"A N$'  A
#Aj1"A N#&  A#Aj1"A N"%  A#Aj1"A N!$  A#Aj1"A N #  A#Aj1"A N"  A#Aj1"A N!@   ((N@  2"A N"  A#Aƪj1"A H!    (6  A#AȪj,E  (!  (!@  A#AЪj,@  (!    (  kj"6   6  A
#AԪj1"A N   A#Aުj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A#A«j1"A N  A#Aʫj1"A N  A#Aҫj1"A N  A
#Aګj1"A N
  A
#Aj1"A N	  A
#Aj1"A N  A#Aj1"A N
  A#Aj1"A N	  A#Aj1"A N  A#Aj1"A N  A#Aj1"A N  A
#Aj1"A N  (( J  A#Aj1"A N  (!@  A#Aj,E@    (  k"k6  A#Aj,E  ((  (AjJ  A#Aj1"A N    ( k"6  (( J   2"A H    ("6   6@ Ak"  (L   (  j-  "AqAG A tAqE   #AjA/"E     ("6@@ Ak   (( J  2"A N  (( J   #AjAAA $   2"A H    ("6   6@  #AjA	/"E     ("6 AG   (( J   2"A H  (!@   6   6  (" k!@  A#Aj,E@    (  kj6  A#Aj,E    (6  2"A H  ( k!    ( k"6  (    (A""A N     (6A!  A#Aj1"A H   6    6  ̀ #Ā8     d       @       PostgreSQL                            dsnowball_init multiple StopWords parameters multiple Language parameters stopwords porter missing Language parameter german catalan russian indonesian hungarian armenian lithuanian romanian italian norwegian serbian tamil greek nepali hindi irish finnish spanish danish english turkish swedish yiddish dutch french basque portuguese locate_stem_module language arabic dict_snowball.c no Snowball stemmer available for language "%s" and encoding "%s" unrecognized Snowball parameter: "%s" Aatsedenaraberabadituideabideakideapideakundeagaleataileatzaileaguneakuneatzagagaiaaldiataldiakariagarriakarriakatzakalamenapenakinaezinatezinakunatunakizunaeraberaaraberakeraperaorrakorraduragurakuraturaetaketagailuaezaerrezatzagaitzakaitzakuntzaidebidekidepidekundetzaketzekelegaletailetzailegunekunetzeatzegaialditaldikiarikarilaritarietarigarrikarriarazitarazianeanreankanetanatsedenmenpenkinrekinezintezintunkizungoagotiodakoorkortzatdugailutuatualdatutatubadituezerreztzezgaitzkaitzjoktraminutuzehargeldiigaroaurkaadakadaandadendagabeakabeaaldeakaldeataldeaordeazaleatzaleagileaemeakumeaneaeneazioneauneaguneapeaaurreateakoteaarteaosteaetxeagaangagaiaaldiataldiahandiamendiageiaegiadegiategianahiaohiakiatokiaoiakoiaariakarialariatariaeriakeriateriagarrialarriakirriaduriaasiatiaeziabiziaontziakajokaaurkaskaxkazkagibelagelakailaskilatilaolanakanaenagarrenagerrenaurrenazainatzainakinaminagarnaunadunaasunatasunaondoakondoangoazioakoatakoazkoanoazinoaaroataroazaroaeroaoroaosoatoattoaztoatxoatzoaoaraaradaraliaratiarataraetaratzaraberakeraperaoratzarrakorratrasaosataetaketastaduamenduaordualekuaburuaduruatsuatuamentuaestuatxuazuatzuazaezaerozatzakoitzaantzagintzakintzakuntzagabekabekidealdekaldetaldeordegezaletzalegileemekumenezioneunegunepeaurretekotearteosteetxegaidialditaldigeldihandimendigeiegidegiteginahiohikitokioigoikoiarikarilaritarigarrilarrikirriduriasitiontziiakektarikgibelailkailkantanetanenrengarrengerrenurrententzenzaintzainkinmindunasuntasunaizunondokondogongoziokotrakotakoetakoekotarikoskotukominutukozkonozinoroaroigarotarozaroerogirooroosotottoztotxotzogintzoozpardarbeharzeharliartiartartzarorkorosketdumenduordulekuburudurutsututatumentuestutxuzutzugintzuzezeroztzkoitzzzleakerialaeradadetadedatetategikiiklanikriklarikztikgoroeroto           A            Q
la-laselaleme-mese-tehi'hili-li'l'm-m'n-nho'holoselo'slasselasles-les'ls-ls'ns-nsenslosselosnos-nosvosus-us'tlogiccicalgicaencaadaanciaencianciacialogiainiainiaeriariaatriaallaellavolaimassimaqussimaanainaerasferaoradoraadoraaduraesaosaassaessaissaetaitaotaistaialistaionistaivaativanalogaicsticencescudatgebleableibleismeialismeionismeivismeaireicteisteicicilogiaritorialilallellvolisamissemssemssemssimqussimamenssinarificaregarejaritaritzarferordordurdorasicslgicsudsncesadesanciesenciesnciescieslogiesiniesnieseriesriesatriesblesablesiblesimesssimesqussimesformesismesialismesineseresoresdoresidoresduresesesosesassesictesitesotesistesialistesionistesiqueslgiquesivesativeslogesallengesiciscislogisaristorislsalsellsimsssimsqussimsionscionsacionsesosososassosissosersorsdorsadorsidorsatsitatsbilitatsivitatsativitatstatsetsantsentsmentsamentsotsutsiustriusatiussssdssitatbilitativitatativitattatetantentientmentamentisamentotisseusseusseutriussiuatiuiciaciabaescaiscascaadaidaudadaiaariairiaaraierairaadoraraavaixaitzaaaraerairaaiscscadedidieredreaseieseasteisteiiiniesquieixiitziamemaremiremremremssemssemiguemguemavemvemvemirememaremiremassimessimissimssimssimssimssimmanabanarianaranieranirananaraneraniranenienarienirienarenerenirenrenrenaseniesenassenessenissenssenssenesquenisquensquenavenixeneixenxeneninininsinisinassinessinissinssinesquineixinaronieronarnernirninadoidoandoiendoioixoeixoxoitzoartzarereixeriradorasabasadasidasarasierasasaraserasirasidsesadesidesudesdesatgesiesariesiriesaresiresadoresresasesiesesassesessesissesssesquesesquessquesavesixeseixesxesesabaisaraisieraisaisaraiseraisiraisaseisieseisasteisisteisinissisisisassisessisississsisesquiseixisitzisisariserisirisamsadosidosamosbamosramosiramosamosaramoseramosiramosaremoseremosiremossemosisemosimosadorsasserassessatsitsentssarsirsarsersirssarssisatitantentintuttauerauieuineuareuireureureuasseuesseueresseusseusseuigueugueuveuveuitzeueuireueuareuireuassiuissiussiussiussiussiuuixeixxitziariritzareririrareririiicaeinoirsisossiteuiuiquitzaeiou.            A            0              *            hedethederedeeredeendeerendeeneerneereenhedenerenerhedererershedsesendeserendeseneserneseresenshedenserensersetseretseteretgddtgtktstiglsigligeligelslstwwaeiouY           A            IYheid               C            heidenig         A            eneseenhedensgemendiginglijkbaarbarddkkttaaeeoouuyiIYskiskydielietieidlgentlugliearlionlisinglandesatlasbiascosmosdyingearlygentlyhoweidlylyingnewsonlysinglyskiesskisskytyinguglyYAYarsencommungenerssiie''s''siedsiesssesssussucceedproceedexceedcanninginningearringherringoutingeeeeedeedingedlyeedlyinglybbddffggblmmnnpprratttizAitionenceanceableentizeatealfulousivebleogless7ancienciogilibliabliallifullilessliouslientlialitibilitiivititionalationalalismationizationizeratorivenessfulnessousnesstionatealicicateativealizeicitiicaltionalationalfulnessicanceenceableibleateiveizeitialismionerousantentmentementely A                           a              pastikaanhankinhnknkopkkseksinsammennenisianennnsllanassataltastallnsstltstlleineiewwallanassataltastattalleineksinhandenseenhenttenhinsiinhonhnhnllnsstltsttt      A               aaeeiioouupoejammaimmampaimpammiimmimpiimpiejmmimmmpimpijpommaimma                ic             A           gUIYHeHiYUcolpartapiciqUloguentateuxiabliqUaticiqUeaualeuxantentiqUeatriceanceencelogieableismeeuseisteiveifusionationutionateuriqUesatricesancesenceslogiesablesismeseusesistesivesifsusionsationsutionsateursmentsementsissementsitsmentementissementammentemmentauxeauxeuxitiqUablIrireusivicabiliviraieisseissanteiiraiirirasiesmesissesissantestesisiraisissaisirionsissionsironsissonsissantsitiraitissaitissantiraIentissaIentirentissentironttiriezissiezirezissezaeraasseanteeaieraieraserasmesassesantestesesaiseraisionserionsassionseronsantssaiteraitantaIenteraIentrentassenterontteziezeriezassiezerezHi       A             ieIreireionIerierelleillennonnetteiuyHHeHiIUYss            A              UYnisuuigereneemenernersesenerstestendigunglichischikheitkeitiglichyuaoUYAkahlahpunnyakumussppdikemememmenmengmenypempenpengpenyteriankanajarajarbebelajarberpepelajarpererfsbcdgptmb'bhbhfbpchd'd'fhdhdtfhgcghh-m'mbmhn-ndngphsht-thts            A             ochtaaochtaireaireabheabhibhaibhamheamhimhaimhochtaochtirairarcgingrafpaiteidideachapatachaachtaarcachtaeachtagrafaochtapaiteacheachideachgineachpatachgrafaochpataighidighachtileachtilgineasginisachtarcachteachtgrafaochtarcachtagrafaochtaimidaimidmidamidadheadhfaidhfidhilainteartarqU      A            UIquelacelaglielamelatelavelaleceleglielemeleteleveleneceneglienemeneseneteneveneciliceliglielimeliteliveliglimisitiviloceloglielomeloteloveloandoendoareriricloguenteataticicalogiaosaistaivaanzaenzaiceatriceichelogieabileibileusioneazioneuzioneatoreoseantementeamenteisteiveanzeenzeiciatriciichiabiliibiliismiusioniazioniuzioniatoriosiantiamentiimentiistiiviicoismoosoamentoimentoivoitistististicabilosivicabiliviscaendaataitautaavaevaivaerebbeirebbeisceendeareereireasseateavateevateivateeteereteireteiteeresteiresteuteeraiiraiisciendiereiireiassiatiitierestiirestiutiavieviiviiscoandoendoYamoiamoavamoevamoivamoeremoiremoassimoammoemmoeremmoiremmoimmoanoiscanoavanoevanoivanoerannoirannoonoisconoaronoeronoironoerebberoirebberoasseroesseroisseroatoitoutoavoevoivoarirerirerir      A             iuIU        A            0 w}eraeedeandeendeaneeneheteneerteenhetenarerhetersasesedesendeseneshetenesenshetensersetsethetertastdtvtlegelegigeigligeligelslovelovslovhetslovYAYyssisiesssessseeeeedeedingbbddffggblmmnnpprratttizAitionenceanceableenteizeatealfulousivebleancienciablielialliouslientlialitibilitiivititionalationalalismationizationizeratorivenessfulnessousnessalicicateativealizeicitiicalfulnessicanceenceableibleateiveizeitialismionerousantentmentementoua~o~        A             loguenteatatiricanciancialogiairaadoraosaistaivaezaidadeantementeamentevelvelicoismoosoamentoimentoivoaa~oua~oadoricasnciaslogiasirasadorasosasistasivasezasidadesadoresantesao~esuo~esicosismosososamentosimentosivosicadosivanteavelvelicabilivadaidaiaariaeriairiaaraerairaavaasseesseisseasteesteisteeiareiereiireiamiamariameriamiriamarameramiramavamemaremeremiremassemessemissemadoidoandoendoindoara~oera~oira~oarerirasadasidasiasariaseriasiriasaraserasirasavasesardeserdesirdesareseresiresassesessesissesastesestesistesisaiseisareisereisireisreisreisreissseissseissseisveiseisareisereisireisadosidosamosramosramosramosvamosamosaramoseramosiramosemosaremoseremosiremosssemosssemosssemosimosarmosermosirmosmosarsersirseuiuouareriraiooscea~o~           A             
iendoandoarerirlaselalemeseloselolasselasleslosselosnosandoiendoyendondoindoarerirrrricloguenteataticaanciaenciaadoraosaistaivaanzalogaidadableibleantementeamenteacinucinicoismoosoamientoimientoivoadoricasanciasenciasadorasosasistasivasanzaslogasidadesablesiblesacionesucionesadoresantesicosismosososamientosimientosivosicadosivableibleanteicabilivyayeyanyenyeronyendoyoyasyesyaisyamosyabaadaidaaraieraaaraerairaadedidaseieseasteisteanabanaranierananaraneraniranenaseniesenaronieronarnernirnadoidoandoiendoarerirasabasadasidasarasierasasaraserasirasesasesiesesabaisaraisieraisaisaraiseraisiraisaseisieseisasteisisteisisisariserisirisadosidosamosbamosramosiramosamosaramoseramosiramosemosaremoseremosiremossemosisemosimosarsersirssarerirareririaeoosaeiou            A              waarnaernaheternaornaadeadeandearneareasteenandenarenhetenernarerheterorsasarnasernasornasesadesandesensarenshetensernsatandethetastddgdnndtgtktttlsfulligligelsfulltlst A             4csdzsgylynysztyzsalelbbccddffggjjkkllmmnnpprrccssszzsttvvggyllynnyttysszzzbarabereignaknekvalvelulnlnlblrltlblrltllnanbanenbenkppenonnkppkortatetkntankntenkntonkntotrtthezhozhzvvaeeannnkntaestulastulstulstlestlstleaiiikakekokkkkaeajadadedoddddejenkunknknknkukjukjukkjkjkmamemommmoaeidaidjaideidjeidididiaijaieijeiiiitekeitekjeitekitekikaikjaikeikjeikikikinkainkjainkeinkjeinkinkinkaitokjaitokitokimaimjaimeimjeimimimaekakekokkkk              A              UIaeiabiataieaaiaauaiuaaieeleileiileieiateiiiuluiuleloriloriilortistabilibilivicatiticalaicivaativaitivaicaleaiuneiiuneatoareitoaretoareicitateabilitateibilitateivitateiciveativeitiveicaliatoriicatoriitoritoriicitatiabilitatiivitatiiciviativiitiviicitiabilitiivitiicitiabilitiivitiicalatoricatoritortoricivativitivicalicivativitivicaabilaibilaoasaataitaantaistautaivaiciceabileibileismeiuneoaseateitateiteanteisteuteiveiciabiliibiliiuniatoriosiatiitatiitiantiistiutiitiivioiitiitiabilibilismatorosatitantistutivicabilibiloasatitantistutiveaiaescscindndareereirereseaseseseiseuseseeteteezeaieaiiaiseietitiuieziaiseiaseiseseiiseiuseiseiiiuiiiaieaiiaieiiiiariseriaseriseseriiseriuseriseriiriuririameamiamemasemsesemisemusemsemimmmarmsermasermsesermisermusermsermirmurmrmaueauiauindunduezeascarseraserseseriseruserserirurreazaeieiiuIU#"البالكاللل0123456789ءأإئآؤابةتثجحخدذرزسشصضطظعغفقكلمنهوىيلالألإلآـًٌٍَُِّْ٠١٢٣٤٥٦٧٨٩ﺀﺁﺂﺃﺄﺅﺆﺇﺈﺉﺊﺋﺌﺍﺎﺏﺐﺑﺒﺓﺔﺕﺖﺗﺘﺙﺚﺛﺜﺝﺞﺟﺠﺡﺢﺣﺤﺥﺦﺧﺨﺩﺪﺫﺬﺭﺮﺯﺰﺱﺲﺳﺴﺵﺶﺷﺸﺹﺺﺻﺼﺽﺾﺿﻀﻁﻂﻃﻄﻅﻆﻇﻈﻉﻊﻋﻌﻍﻎﻏﻐﻑﻒﻓﻔﻕﻖﻗﻘﻙﻚﻛﻜﻝﻞﻟﻠﻡﻢﻣﻤﻥﻦﻧﻨﻩﻪﻫﻬﻭﻮﻯﻰﻱﻲﻳﻴﻵﻶﻷﻸﻹﻺﻻﻼككمهمكنهنهكمونيكماهماناهانونينانتنياتماناتاتوتموتمواةككمهمهنهيكماهماناهاويااتتنييىأآاإأآأأأؤأإأاافوالبالكالللبكبباببككيتنأسأستسنسياستتستنستيستءاويآأؤإئآأؤإئ երներցուցիցերիցներիցցիցվանիցոջիցվիցոցսավաամբդերդներդուդանդությանդվանդոջդըերըներըանըությանըվանըոջըիերիներիվիերումներումանումներններնունանությանվանիներիններինությաննոջությանսվանսոջսովերովներովանովվովարացարեցարացրիրացիրեցիրվեցիրալուցելուցացեցացրեցալուելուաքցաքացաքացրիքացիքեցիքվեցիքանքցանքացանքացրինքացինքեցինքվեցինքաացաեցավեացրիացիեցիվեցիալըալացնալանալենալելըելնելցնելեցնելչելվելացվելեցվելտելատելոտելկոտելվածումվումանցանացանացրինացինեցինվեցինալիսելիսավացավեցավալովելովբարրորդերորդալիակիորակեղվունարանականեներենեկենորէնինգինովինլայնպեսիվատավետկոտգարվորավորանօցոցուքարքչեքիքալիքանիքվածքույքունքմունքենքոնքիչքորդույթցիուհիիլուկակյականակիկյունությունանարանպանստանեղէնածոիչուսուստAatsedenaraberabadituideabideakideapideakundeagaleataileatzaileaguneakuneatzagagaiaaldiataldiakariagarriakarriakatzakalamenapenakinaezinatezinakunatunakizunaeraberaaraberakeraperaorrakorraduragurakuraturaetaketagailuaezaerrezatzagaitzakaitzakuntzaidebidekidepidekundetzaketzekelegaletailetzailegunekunetzeatzegaialditaldikiarikarilaritarietarigarrikarriarazitarazianeanreankanetanatsedenmenpenkinrekinezintezintunkizungoagotiodakoorkortzatdugailutuatualdatutatubadituezerreztzezgaitzkaitzjoktraminutuzehargeldiigaroaurkaadakadaandadendagabeakabeaaldeakaldeataldeaordeazaleatzaleagileaemeakumeaneaeneazioneauneaguneapeaaurreateakoteaarteaosteaetxeagaangagaiaaldiataldiahandiamendiageiaegiadegiategianahiaohiakiatokiaoiakoiaariakarialariatariaeriakeriateriagarrialarriakirriaduriaasiatiaeziabiziaontziakajokaaurkaskaxkazkagibelagelakailaskilatilaolanakanaenagarrenagerrenaurrenazainatzainakinaminagarnaunadunaasunatasunaondoakondoangoazioakoatakoazkoanoazinoaaroataroazaroaeroaoroaosoatoattoaztoatxoatzoañoaraaradaraliaratiarataraetaratzaraberakeraperaoratzarrakorratrasaosataetaketastaduamenduaordualekuaburuaduruatsuatuamentuaestuatxuazuatzuazaezaerozatzakoitzaantzagintzakintzakuntzagabekabekidealdekaldetaldeordegezaletzalegileemekumenezioneunegunepeaurretekotearteosteetxegaidialditaldigeldihandimendigeiegidegiteginahiohikitokioigoikoiarikarilaritarigarrilarrikirriduriasitiontziñiakektarikgibelailkailkantanetanenrengarrengerrenurrententzenzaintzainkinmindunasuntasunaizunondokondogongoziokotrakotakoetakoekotarikoskotukominutukozkonozinoroaroigarotarozaroerogirooroosotottoztotxotzogintzoñozpardarbeharzeharliartiartartzarorkorosketdumenduordulekuburudurutsututatumentuestutxuzutzugintzuzezeroztzkoitzzzleakerialaeradadetadedatetategikiiklanikriklarikztikgoroeroto             A            Q
la-laselaleme-mese-tehi'hili-li'l'm-m'n-nho'holoselo'slasselasles-les'ls-ls'ns-nsenslosselosnos-nosvosus-us'tlogiccicalógicaencaadaanciaenciaènciaícialogiainiaíiniaeriaàriaatòriaallaellaívolaimaíssimaquíssimaanainaerasferaoradoraadoraaduraesaosaassaessaissaetaitaotaistaialistaionistaivaativançalogíaicísticencescudatgebleableibleismeialismeionismeivismeaireicteisteiciícilogiaritorialilallellívolisamissemìssemíssemíssimquíssimamenìssinarificaregarejaritaritzarferordordurdorasicslógicsudsncesadesanciesenciesènciesícieslogiesiniesínieseriesàriesatòriesblesablesiblesimesíssimesquíssimesformesismesialismesineseresoresdoresidoresduresesesosesassesictesitesotesistesialistesionistesiqueslógiquesivesativeslogíesallengüesicisícislogisaristorislsalsellsimsíssimsquíssimsionscionsacionsesosososassosissosersorsdorsadorsidorsatsitatsbilitatsivitatsativitatsïtatsetsantsentsmentsamentsotsutsiustriusatiusèsésísdísósitatbilitativitatativitatïtatetantentientmentamentisamentotisseuìsseuísseutriuíssiuatiuóiócióacióabaescaiscaïscaadaidaudaïdaiaariairiaaraierairaadoraïraavaixaitzaíaaríaeríairíaïaiscïscadedidieredreaseieseasteisteiiiniesquieixiitziamemaremiremàremíremàsseméssemiguemïguemavemàvemávemirìemíemaríemiríemassimessimissimàssimèssiméssimíssimïmanabanarianaranieraniraníanaríaneríaniríanenienarienirienarenerenirenàrenïrenaseniesenassenessenissenéssenïssenesquenisquenïsquenavenixeneixenïxenïeninininsinisinassinessinissinïssinesquineixinaronieronaráneránirániïnadoidoandoiendoioixoeixoïxoitzoartzarereixeriradorasabasadasidasarasierasíasaríaseríasiríasidsesadesidesudesïdesatgesiesariesiriesaresiresadoresïresasesiesesassesessesissesïssesquesesquesïsquesavesixeseixesïxesïesabaisaraisieraisíaisaríaiseríaisiríaisaseisieseisasteisisteisinissisisisassisessisissisïssisesquiseixisitzisáisaréiseréisiréisamsadosidosamosábamosáramosiéramosíamosaríamoseríamosiríamosaremoseremosiremosásemosiésemosimosadorsasserassessatsitsentsàsaràsiràsaráserásirásésarésísiïsatitantentintutïtauerauieuineuareuireuàreuíreuasseuesseueresseuàsseuésseuigueuïgueuàveuáveuitzeuìeuirìeuíeuaríeuiríeuassiuissiuàssiuèssiuéssiuíssiuïuixeixïxitziàaràiràitzàaráeráiráirèaréeréiréíiïióicaeiïnoirsisosïsiteuiuiquitzàáéìíïóaeiou.·àáèéìíïòóúü       A            0              *            hedethederedeeredeendeerendeeneerneereenhedenerenerhedererershedsesendeserendeseneserneseresenshedenserensersetseretseteretgddtgtktstigløsigligeligelsløstwwaeiouY         A            IYáäéëíïóöúüheid     C            heidenig         A            eneseenhedensgemendiginglijkbaarbarddkkttaaeeoouuyiIYskiskydielietieidlgentlugliearlionlisinglandesatlasbiascosmosdyingearlygentlyhoweidlylyingnewsonlysinglyskiesskisskytyinguglyYAYarsencommungenerssiie''s''siedsiesssesssussucceedproceedexceedcanninginningearringherringoutingeeeeedeedingedlyeedlyinglybbddffggblmmnnpprratttizAitionenceanceableentizeatealfulousivebleogless7ancienciogilibliabliallifullilessliouslientlialitibilitiivititionalationalalismationizationizeratorivenessfulnessousnesstionatealicicateativealizeicitiicaltionalationalfulnessicanceenceableibleateiveizeitialismionerousantentmentementely A                           a              pastikaanhankinhänkäänkopäkökseksinsammennenisianenännsällanassataltastallänässätältäställeineäöiewwallanassataltastattalleineksinhandenseenhenttenhinsiinhonhänhönällänässätältästättä           A               aaeeiioouuääööpoejammaimmampaimpammiimmimpiimpiejämmäimmämpäimpäijpommaimma                       içc           A           gUIYëHeïHiYUcolpartapiciqUloguentateuxiabliqUaticiqUeaualeuxantentiqUeatriceanceencelogieableismeeuseisteiveifusionationutionateuriqUesatricesancesenceslogiesablesismeseusesistesivesifsusionsationsutionsateursmentsementsissementsitésmentementissementammentemmentauxeauxeuxitéiqUablIèrièreusivicabiliviraieisseissanteiiraiirirasiesîmesissesissantesîtesisiraisissaisirionsissionsironsissonsissantsitiraitissaitissantiraIentissaIentirentissentirontîtiriezissiezirezissezaeraasseanteéeaieraieraserasâmesassesantesâteséesaiseraisionserionsassionseronsantsésaiteraitantaIenteraIentèrentassenterontâteziezeriezassiezerezéHi    A             ieIèreièreionIerierelleillennonnettéèeiuyëïHHeHiIUYßss  A              UYnisuuigereneemenernersesenerstestendigunglichischikheitkeitiglichyuaoUYäöüαβγδεζηθικλμνξοπρστυφχψωςΆΈΉΊϊϋΌόύΎώΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩΪΫάέήίΰφασκαολοσοτατοκρεπερτερφωκαθεστγεγον       καθεστωσφωσπεραστερασκρεασ            καθεστωτοσφωτοσπερατοστερατοσκρεατοσ        γεγονοτοσγεγονοσφαγιουσκαγιουσογιου          τατογιουολογιου  καθεστωταφωταπερατατερατακρεατα  γεγονοταφαγιασκαγιασογιατατογιαολογιαπερατη          καθεστωτωνφωτωνπερατωντερατωνκρεατων        γεγονοτωνφαγιωνσκαγιωνσογιων        τατογιωνολογιωνιιζιζεσιζεισιζωιζαιζατειζετειζειζουμειζαμειζουνειζανειζειιζουνιζανπιμπρπρμπραρργλυκυρπολυραμπαρμαργκρπιπερορβολβοργλυκορλουπαξαναπαεπαπεριπααναμπαεμπαβδανεβαθυριβαρκμαρκλμκορναθροσυναθροωνωθηκεσωθηκαωθηκατεωθηκεωθηκαμεωθηκανεωθηκανσχυψζωβιλιαλενισαισιισισεσισαισεισατεισαμεισανεισανπλαρ      δημοκραταφ            γιγαντοαφξαναπαεπαπεριπααναμπαεμπαχαρτοπαεξαρχαπεεπεμετεπεεσεγεγκεκλεεσωκλεεκλεαπεκλεαποκλεδανεγκμπουκαμκομαναθροσυναθροολοιισεισισωισετεισουμεισουνεισειισουνξαναπαεπαπεριπααναμπαεμπαχαρτοπαεξαρχαπεεπεμετεπεεσεκλεεσωκλεεκλεαπεκλεαποκλεδανεαθροσυναθροιιστιστουσιστεσιστησιστοσιστουισταιστειστηιστοιιστωνιστοπευπαπεμπγυρχρχωραραορχταχτκτακτσχασχταχυψαταφαηφαλυγμεγηδσεασεπλεκλεεσωκλεδανεεχθκαθσκκακμακκυλφιλμγεμαχνσυναθροισμιαγνωστατομγνωστεθνεκλεκτσκεπττοπ  αλεξανδρβυζαντθεατρισμουσισμοσισμουισμοιισμωνισμοσεμετασεμικροσεεγκλεαποκλεδανε  αντιδανετοπικσκεπτικγνωστικ          αγνωστικεκλεκτικατομικεθνικθεατριν            αλεξανδριν            βυζαντιναρακαρακιαουδακιααρακιουδακισχακιτσκοριτσιτσασιτσεσιτσαακιααρακιαακιαρακιιτσωνπκατραπρβρλαβραμβρπατερμερανθρκορσναγκαστοσμουστρυφσφαλισφνυφχββαμβσλοβ      τσεχοσλοβκαρδζτζκσκκαπακσοκπλφυλλουλβαλμαλγλτριπολφαρμκαιμκλιμμακρυνσπανγιανηγουμενκονιδιδιδιαιδιωνιδιοιρψαλαιφνολοεπαιχνισκισκοσισκουισκεισκοριβδλυκφραγκοβελμηναδαδεσαδωνμπαμπκυρπατερπεθερνταντγιαγιθειοκμαμμανεδεδεσεδωνκρασπυπδαπγηπιπεμποπμιλουδουδεσουδωνσπφρσλιχτραγφεαρκσκκαλιακλουλφλπεταλβελχνπλεξεεωσεωνππαρδιδθγαλελνQAιιουιαιωνικικικουικαικωνικοκαλπγερπλιατσπετσπιτσφυσχασμποσσερτμπαγιατνιτπικαντεξωδαδκαταδσυναδαντιδενδυποδπρωτοδφυλοδηθανηθξικμουλαλαμμοχαλσυνομηλμπολβρωμτσαμμπαναμανκαλλινποστελνφιλοναγαμεαγαμαμεαμουσαμεησαμεαγαμεηκαμεηθηκαμεαναππικραποστποτχσιχβουβπεθξεθαποθαποκουλαγανανεQA ανανουσανεησανεουντανε    ιουντανεοντανειοντανεοτανειοτανεαγανεηκανεηθηκανετρτσπσππολυδαπαδαπ          χαμηλοδαπτσοπκοπυποκοππεριτρουρερβετεργερλουθηρκορμορσ    σαρακατσθυσβασπολισκαστδιατπλαττσαρλαττετπουριτσουλτζωντμαιντφπενταρφκοιλαρφορφδιαφστεφ  φωτοστεφπερηφυπερηφχπολυμηχαμηχβιομηχ      μικροβιομηχ          μεγλοβιομηχ          καπνοβιομηχλιχταβνταβψηλοταβλιβκλιβ          ξηροκλιβγανοργενοργαγτραγτσαγτσιγγατσιγγαθιγγστεγαπηγσιγκαλπουζθμωαμεθπιθαπιθβασκβραχυκδεκπελεκικανικβουλκπλδιπλψυχοπλλαοπλουλγαλβαθυγαλκαταγαλολογαλκαστελμελπορτολμδραδουμβραχμ              ολιγοδαμμουσουλμν              αμερικανετεετετετησετεπυρευρχωρβαρβραιρφορνετσχσυνδενδοδυπερθσθευθραθταθδιαθκαθτιθεκθσυνθενθροθαρκωφελβολσυναινπονρονσερπκοπθαρρντραβαρεναραβρμπορυσυρφνιφπαγδαδθαθσκτοκαπλπαρακαλσκελεμανβενβαροναρχοντκρεωντωντασοντασονομαστομαστειομαστειεστειεστεστειεστπαπακαταπσυμπασυμπαμεταμφαρνισζαλπαρακαλεκτελμξπροηκηκηθηκεσηθηκαηθηκεηκεσηκαηκεσφναρθπιθοθσκουλσκωλθπροσθ  παρακαταθδιαθσυνθουσουσουσεσουσαουσεβλεπποδαρπρωτκυματπανταχλαχφαγληγφρυδμαντιλμαλλομεκλιπραναρρενδιαφερπατκαθαρευ            δευτερευλεχτσαχαδμεδλαμπιδδεπλεμεσαζδεσποζαιθφαρμακαγκανηκλμαμβρομυποτεινησησουησαησενεπτανδωδεκανχερσονμεγαλονερημονκολλαγαγαγαγεσαγααγερππρφρχορτσφοφψοφλοχναυλοχπελλλσμηνπασπανυπαρτιπαειπσυμπ              προσωποπσιδηροπδροσοπνεοπ              κροκαλοπολοπρτρουρασπαρχαραχαραπερτανυσταβαστπροσταιμοστδιατεπιτσυντυποταποτομοτνομοτναυπολυφαφξεφαδηφπαμφαμαλλιλαμαλμουλαμενδερβενηστηστεχρδυσχρευχραχρκοινοχρπαλιμψσβασβαπλαειμνουνουνεησουνεηθουνερ    στραβομουτσ          κακομουτσσπινεξωνουμουμεησουμεηθουμεασουσ              παρασουσαλλοσουσφχαζωριοπλμαματοσματαματωνυσουσασεσησεσηδεσησεισηθεισοσυουωησωαωηθωαιουμαοσουναιοσουναομουναιομουναειεσαστεοσαστειοσαστεουμαστε  ιουμαστειεμαστεουσατεησατεαγατεηκατεηθηκατεειτεηθειτεηιασαιεσαιιεσαιαταιεταιιεταιουνταιιουνταιονταιουμαιαμαιιεμαιομαιειησειαειηθειοιουνησουνοσουνιοσουνηθουνομουνιομουνωνηδωνανουσαν        οντουσανιοντουσανησανοσασταν        ιοσαστανομασταν  ιομαστανουντανιουντανοντανιοντανοτανιοταναγανηκανηθηκανοεστερυτερωτεροτερεστατυτατωτατοτατीूंगीेंगीऊंगीआऊंगीाऊंगीएंगीआएंगीाएंगीेगीोगीएगीआएगीाएगीओगीआओगीाओगीतीअतीआतीातीनीअनीआँाँइयाँआइयाँाइयाँियाँुींतींअतींआतींातींआंुआंउआंेंईंआईंाईंोंइयोंआइयोंाइयोंियोंएंुएंआएंउएंाएंताएंअताएंनाएंअनाएंओंुओंआओंउओंाओंताओंअताओंनाओंअनाओंांइयांआइयांाइयांियांूअआइेेंगेएंगेआएंगेाएंगेोगेओगेआओगेाओगेतेअतेआतेातेनेअनेआनेानेईआईाईउऊो्एआएइएआइएाइएाएिएओआओाओकरअकरआकराकराूंगाऊंगाआऊंगााऊंगाेगाएगाआएगााएगाताअताआताातानाअनाआनाानाआयाायाि         A             $
             csdzsgylynysztyzsalelbbccddffggjjkkllmmnnpprrccssszzsttvvggyllynnyttysszzzbarabereignaknekvalvelulbőlrőltőlnálnélbólróltólülnanbanenbenképpenonönképpkortatetkéntankéntenkéntonkéntotértöthezhozhözvávéaeáéeaánénánkéntaestulastulástulstülestüléstüláéeaéiáéiééiékéakéekéokéákéékéökéééaeajadadedodádédödejenkunkánkénkünkukjukájukükjükéjükmamemomámémoáéaeidaidjaideidjeidáidéidiaijaieijeiáiéiitekeitekjeitekéitekikaikjaikeikjeikáikéikinkainkjainkeinkjeinkáinkéinkaitokjaitokáitokimaimjaimeimjeimáiméimaekakekokákékökAkahlahpunnyakumussppdikemememmenmengmenypempenpengpenyteriankanajarajarbebelajarberpepelajarpererfsbcdgptmb'bhbhfbpchd'd'fhdhdtfhgcghh-m'mbmhn-ndngphsht-thts             A             íochtaaíochtaireaireabheabhibhaibhamheamhimhaimhíochtaíochtiríairíarcgingrafpaiteóidóideachapatachaachtaarcachtaeachtagrafaíochtapaiteacheachóideachgineachpatachgrafaíochpataighóidighachtúileachtúilgineasginisachtarcachteachtgrafaíochtarcachtaígrafaíochtaíimidaimidímidaímidadheadhfaidhfidháilainteartaràèìòùqU            A            UIquáéíóúelacelaglielamelatelavelaleceleglielemeleteleveleneceneglienemeneseneteneveneciliceliglielimeliteliveliglimisitiviloceloglielomeloteloveloandoendoareriricloguenteataticicalogiaosaistaivaanzaenzaiceatriceichelogieabileibileusioneazioneuzioneatoreoseantementeamenteisteiveanzeenzeiciatriciichiabiliibiliismiusioniazioniuzioniatoriosiantiamentiimentiistiiviicoismoosoamentoimentoivoitàistàistèistìicabilosivicabiliviscaendaataitautaavaevaivaerebbeirebbeisceendeareereireasseateavateevateivateeteereteireteiteeresteiresteuteeraiiraiisciendiereiireiassiatiitierestiirestiutiavieviiviiscoandoendoYamoiamoavamoevamoivamoeremoiremoassimoammoemmoeremmoiremmoimmoanoiscanoavanoevanoivanoerannoirannoonoisconoaronoeronoironoerebberoirebberoasseroesseroisseroatoitoutoavoevoivoarireràiràeròirò         A             iuIU        A                 @ @       aitėuotėėjimasesysasysavimasojimasokatėojimeėjimeavimeokateaiteuoteasiusokatėsaitėsuotėsesiuaiaeriaosnaiosnauosnaiuosnaysnaėsnaeieenieerieojeiojeujeiujeyjeenyjeeryjeėjeameiamesimeomeėmetumėmeoseioseuoseiuoseyseenyseeryseėseateiateitekitesiteotetuteėtetumėteiaiiaieriaieitumeikiimierimiumiiumisiasiiasiesiiesisiesiisiaisieisitumeisiuisiosiėjosiuosiiuosisiuosiusiausičiausiąsiėsiųsitųsitientiintiotiiotiuotiiuotiautiiautiytiėtitelėtiinėtiterėtiuiiuieniuiojėjkamiamiemimsimomtumėmtumėmanonionuniunėnoioenioėjouosasiasesiesisaisiaistumeisimisenimisomisiomisumisėmisenisasisysisamsiamsiemsimsenimserimsomsiomsumsėmsensosiosuosiuosersusausiausiusysenyserysąsiąsėsamėsiamėsimėskimėssimėsomėsėmėstumėmėsatėsiatėssitėsotėsėtėstumėtėsūsįstųsatiatitsitotėttumėtuauiaučiauiueniusiuyąiąėęįenįerįųiųerųtdčdžingajiajiejojiojuojiuojaująjiąjėjųjiųjokiokiukuliukučiukiškiulylėlamdamjamzganainesnopiopiasiesaisiaisosiosuosiuosausiausąsiąsęsutėaitantiantsiantintotuotiuotytėtykštiaudavsvšvykščęėjęggdएेकीलाइलेलाईकैसँगैमैकोसँगसंग          मार्फतरतकामा            द्वाराकिपछिँंैयौछौनौथेत्रँंैेकीएकीइएकीिएकीदेखीथीदीछुेछुनेछुएछुनुहरुहरूछेथेनेेकैनेकैएकैदैइदैिदैेकोनेकोएकोइएकोिएकोदोइदोिदोयोइयोथ्योभयोियोथियोदियोछौइछौेछौनेछौएछौिछौयौछ्यौथ्यौथियौछन्इछन्ेछन्नेछन्एछन्िछन्लान्छिन्थिन्पर्इस्थिइस्छेस्होस्छस्इछस्ेछस्नेछस्एछस्िछस्िस्थिस्थिएछइछेछनेछहुनेछहुन्छइन्छिन्छएछिछेकानेकाएकाइएकािएकादाइदािदादेखिमाथि        A            0 w}eraeedeandeendeaneeneheteneerteenhetenarerhetersasesedesendeseneshetenesenshetensersetsethetertastdtvtlegelegigeigligeligelslovelovslovhetslovYAYyssisiesssessseeeeedeedingbbddffggblmmnnpprratttizAitionenceanceableenteizeatealfulousivebleancienciablielialliouslientlialitibilitiivititionalationalalismationizationizeratorivenessfulnessousnessalicicateativealizeicitiicalfulnessicanceenceableibleateiveizeitialismionerousantentmentementoua~o~ãõ      A             loguenteatatiricaânciaêncialogiairaadoraosaistaivaezaidadeantementeamenteávelívelicoismoosoamentoimentoivoaça~ouça~oadoricasênciaslogiasirasadorasosasistasivasezasidadesadoresantesaço~esuço~esicosismosososamentosimentosivosicadosivanteavelívelicabilivadaidaiaariaeriairiaaraerairaavaasseesseisseasteesteisteeiareiereiireiamiamariameriamiriamarameramiramavamemaremeremiremassemessemissemadoidoandoendoindoara~oera~oira~oarerirasadasidasiasariaseriasiriasaraserasirasavasesardeserdesirdesareseresiresassesessesissesastesestesistesisaiseisareisereisireisáreiséreisíreisásseisésseisísseisáveisíeisaríeiseríeisiríeisadosidosamosáramoséramosíramosávamosíamosaríamoseríamosiríamosemosaremoseremosiremosássemosêssemosíssemosimosarmosermosirmosámosaráserásiráseuiuouaráeráiráaioosáíóceçéêãõa~o~            A                UIaeiabiataţieaaţiaauaiuaaţieeleileiileieiateiiiuluiuleloriloriilorţtistabilibilivicatiticalaicivaativaitivaicaleaţiuneiţiuneatoareitoareătoareicitateabilitateibilitateivitateiciveativeitiveicaliatoriicatoriitoriătoriicitatiabilitatiivitatiiciviativiitiviicităiabilităiivităiicităţiabilităţiivităţiicalatoricatoritorătoricivativitivicalăicivăativăitivăicaabilaibilaoasaataitaantaistautaivaiciceabileibileismeiuneoaseateitateiteanteisteuteiveiciabiliibiliiuniatoriosiatiitatiitiantiistiutiiştiiviităioşiităţiabilibilismatorosatitantistutivicăabilăibilăoasăatăităantăistăutăivăeaiaescăscindândareereireâreseaseseseiseuseâseeşteăşteezeaieaiiaiseieştiăştiuieziaşiseşiaseşiseseşiiseşiuseşiâseşiişiuşiâşiâiaţieaţiiaţieţiiţiarăţiserăţiaserăţiseserăţiiserăţiuserăţiâserăţiirăţiurăţiârăţiâţiameamiamemasemsesemisemusemâsemimămarămserămaserămseserămiserămuserămâserămirămurămârămâmaueauiauinduânduezeascăarăserăaserăseserăiserăuserăâserăirăurăârăeazăaeieiăiuIUёеи!Aаявшисьывшисьившисьвывиввшиывшиившисьсяаяемуомуыхихуюююеюоюяяаяыеееиеоеымиимиыйейийойымемимомегооговшывшившщющующемннаяытютуютятетуетитныенытьытьитьешьишьюуюлаылаиланаенаетеитейтеуйтеейтелиылиилийуйейлылилымемимненлоылоилоноенонноуяхияхахыьюьюиюяьяияаевовеьеиеиеиииямииямиамийейиейийойямиямамемиемомоостостьнннейшьейшенabvgdđežzijklljmnnjoprstćufhcčdžšабвгдежзиклмнопрстуфхцчшђјљњћџ  w_                             ijeejeedjđA           Alogapehvojkabojkajakčajnicajniernilarniesnianjcaajcaljcaejcaojcaajkaojkašcaingtveniktetikanstvaniktikziksnikkusikusnikustvadušnidusniantnibilnitilniavilnisilnigilnirilninilnialniozniravistavnipravnitivnisivniatnientatetnipletnišavisaviantaačkaackauškauskaatkaetkaitkaotkautkaesknatičniticniojskaesmametracentraistraostiostidbačkamcancavoljniankivcascarcaalcaelcaolcanjcaektaizmajebibaciašniasnidabaajacaejacaljacanjacaojacaalacaelacaolacamacanacaracasacavacašacaaocaacakaajakaojakaanakaatakaetakaitakaotakautakaačakaesamaizamajacimanicimaticimateticimazicimaatcimautcimačcimapesimainzimalozimametaracentaraistaraekataanatanstavakustavaajacejacljacnjacanjacojacalacelacolacmacnacracsacvacšacjebeolcekuseravesavešavebacijacitvenicisniciteticibojcivojciojsciatciitciutcičcipesiinziloziacakusakataketakitakotakutakačakušakizamticancajančajanvoljaneskanalanbilangilannilanrilansilantilanavilanlaraneranasanesandusankusanatanpletantetanantanpravanstavansivantivanozantičanašandušanmetarcentaristarekatenatoscuošćuskškstvštvtanijmanijpanijranijganijaninonnaćećućugovugloggrariotisiliujcajčajćajđajlajrajbijcijdijlijnijmijžijgijfijpijrijsijtijzijnalijalozilolovollemramardreroresistašnašjaškašbašgašvašešišikatlatetestistkstostištovaavevivovmovlovelanjenjšnjenšnčinrošioševitovitastkevaavaivauvairačačaniaurastajistajostajajastaistaostatainjasilučjetieatlucsnjosacecucrosiacajastasgasnaskasvasbasascinastajistajostajastaistaostaavaevaivauvaovajetiinjistesetisirurujnisntaaienacaecaucagaacegaecegaucegaanjijegaenjijegasnjijegašnjijegakijegaskijegaškijegaelijeganijegaosijegaatijegaevitijegaovitijegaastijegaavijegaevijegaivijegaovijegaošijegaanjegaenjegasnjegašnjegakegaskegaškegaeleganegaanegaenegasnegašnegaosegaategaevitegaovitegaastegaavegaevegaivegaovegaaćegaećegaućegaošegaacogaecogaucogaanjogaenjogasnjogašnjogakogaskogaškogalogaeloganogacinogačinogaosogaatogaevitogaovitogaastogaavogaevogaivogaovogaaćogaećogaućogaošogaugaajacajalajarajaćajačajađajabijacijadijafijagijaanjijaenjijasnjijašnjijakijaskijaškijalijaelijamijanijaganijamanijapanijaranijatanijapijarijararijasijaosijatijaatijaevitijaovitijaotijaastijaavijaevijaivijaovijazijaošijažijaanjaenjasnjašnjakaskaškaalaacalaastajalaistajalaostajalaijalainjalanalairalauralatalaastalaistalaostalaavalaevalaivalaovalauvalaačalaelailaacilalucilanilaastanilaistanilaostanilarosilajetilaozilaačilalučilarošilaolaaslanulagamalogamaugamaajamacajamalajamarajamaćajamačajamađajamabijamacijamadijamafijamagijamalijamamijamanijamaganijamamanijamapanijamaranijamatanijamapijamarijamasijamatijamazijamažijamaalamaijalamanalamaelamailamaramamalemamainamacinamačinamaramaaramadramaeramaoramabasamagasamajasamakasamanasamatasamavasamaesamaisamaetamaestamaistamakstamaostamaavamaevamaivamabašamagašamajašamakašamanašamatašamavašamaešamaišamalemaacimaecimaucimaajimacajimalajimarajimaćajimačajimađajimabijimacijimadijimafijimagijimaanjijimaenjijimasnjijimašnjijimakijimaskijimaškijimalijimaelijimamijimanijimaganijimamanijimapanijimaranijimatanijimapijimarijimasijimaosijimatijimaatijimaevitijimaovitijimaastijimaavijimaevijimaivijimaovijimazijimaošijimažijimaanjimaenjimasnjimašnjimakimaskimaškimaalimaijalimanalimaelimailimaozilimaolimalemimanimaanimainimacinimačinimaonimaarimadrimaerimaorimabasimagasimajasimakasimanasimatasimavasimaesimaisimaosimaatimaikatimalatimaetimaevitimaovitimaastimaestimaistimakstimaostimaištimaavimaevimaajevimacajevimalajevimarajevimaćajevimačajevimađajevimaivimaovimagovimaugovimalovimaolovimamovimaonovimastvimaštvimaaćimaećimaućimabašimagašimajašimakašimanašimatašimavašimaešimaišimaošimanaanaacanauranatanaavanaevanaivanauvanaačanaacenalucenaačenalučenainacinaaninačinaonaaradraeraorabasagasajasakasanasatasavasaesaisaosaataikatalataetaevitaovitaastaestaistakstaostanutaištaavaevaajevacajevalajevarajevaćajevačajevađajevaivaovagovaugovalovaolovamovaonovastvaštvaaćaećaućabašagašajašakašanašatašavašaešaišaošaaceeceuceluceastadeistadeostadegelogeugeajecajelajerajeastajeistajeostajećaječajeđajeijebijecijedijefijegijeanjijeenjijesnjiješnjijekijeskiješkijelijeelijemijenijeganijemanijepanijeranijetanijepijerijesijeosijetijeatijeevitijeovitijeastijeavijeevijeivijeovijezijeošiježijeanjeenjesnješnjeujelucujeirujelučujekeskeškealeacaleastajaleistajaleostajaleijaleinjalenaleiraleuraletaleastaleistaleostaleavaleevaleivaleovaleuvaleačaleeleileacilelucilenilerosilejetileozileačilelučilerošileoleaslenuleramelemeacomeecomeucomeanjomeenjomesnjomešnjomekomeskomeškomeelomenomecinomečinomeosomeatomeevitomeovitomeastomeavomeevomeivomeovomeaćomeećomeućomeošomeneaneacaneuranetaneastaneistaneostaneavaneevaneivaneuvaneačaneaceneluceneačenelučeneinecineaninečineonearedreereoreasebaseacasegasejaseastajaseistajaseostajaseinjasekasenaseiraseurasetasevaseavaseevaseivaseovaseuvaseeseiseaciseluciserosisejetiseoseastadoseistadoseostadoseateacateikatelateirateuratetateavateevateivateuvateačateeteastadeteistadeteostadeteastajeteistajeteostajeteijeteinjeteujetelucujeteirujetelučujeteneteastaneteistaneteostaneteasteteiteaciteluciteniteastaniteistaniteostaniterositejetiteastiteeviteoviteačitelučiterošiteajteurajtetajteastajteistajteostajteavajteevajteivajteuvajteijtelucujteirujtelučujteasteacasteastajasteistajasteostajasteinjasteirasteurastetasteavasteevasteivasteovasteuvasteačasteesteisteacistelucistenisterosistejetisteačistelučisterošisteksteosteastadosteistadosteostadostenusteišteaveeveajevecajevelajeverajevećajevečajeveđajeveiveovegoveugoveloveolovemoveonoveaćeećeućeačelučeašebašegašejašeastajašeistajašeostajašeinjašekašenašeirašeurašetaševašeavašeevašeivašeovašeuvašeačašeešeišejetišeačišelučišerošišeošeastadošeistadošeostadošeacegeceguceganjijegenjijegsnjijegšnjijegkijegskijegškijegelijegnijegosijegatijegevitijegovitijegastijegavijegevijegivijegovijegošijeganjegenjegsnjegšnjegkegelegneganegenegsnegšnegosegategavegevegivegovegaćegećegućegošegacogecogucoganjogenjogsnjogšnjogkogskogškogelognogcinogčinogosogatogevitogovitogastogavogevogivogovogaćogećogućogošogahacahastajahistajahostajahinjahirahurahtahavahevahivahovahuvahačahihacihecihucihlucihanjijihenjijihsnjijihšnjijihkijihskijihškijihelijihnijihosijihatijihevitijihovitijihastijihavijihevijihivijihovijihošijihanjihenjihsnjihšnjihkihskihškihelihnihcinihčinihosihrosihatihjetihevitihovitihastihavihevihivihovihaćihećihućihačihlučihošihrošihastadohistadohostadohacuhecuhucuhaćuhećuhućuhaciaceciieciajuciirajuciurajuciastajuciistajuciostajuciavajucievajuciivajuciuvajuciujucilucujuciirujucilucinucietuciastucigiugiajicajilajirajićajičajiđajibijicijidijifijigijianjijienjijisnjijišnjijikijiskijiškijilijielijimijinijiganijimanijipanijiranijitanijipijirijisijiosijitijiatijievitijiovitijiastijiavijievijiivijiovijizijiošijižijianjienjisnjišnjikiskiškialiacaliastajaliistajaliostajaliijaliinjalinaliiraliuralitaliastaliistaliostaliavalievaliivaliovaliuvaliačalieliiliacililucilinilirosilijetilioziliačililučilirošilioliaslinuliramileminianiacaniuranitaniavanievaniivaniuvaniačaniaceniluceniačenilučeniiniciničinioniaridrierioribasigasijasikasinasitasivasiesiisiosiavsiacavsiiravsitavsietavsiastavsiistavsiostavsiivsinivsirosivsinuvsiatiacatiastajatiistajatiostajatiinjatiikatilatiiratiuratitatiastatiistatiostatiavatievatiivatiovatiuvatiačatietiitiacitilucitinitirositijetitievitiovitiačitilučitirošitiastiestiistikstiostinutiavieviajevicajevilajevirajevićajevičajeviđajeviiviovigoviugoviloviolovimovionoviiećiačećiajućiirajućiurajućiastajućiistajućiostajućiavajućievajućiivajućiuvajućiujućiirujućilučujućinućietućiastućiačilučibašigašijašikašinašitašivašiešiišiošiavšiiravšitavšietavšiastavšiistavšiostavšiačavšiivšinivširošivšinuvšiajurajtajavajevajivajuvajijacojecojucojanjijojenjijojsnjijojšnjijojkijojskijojškijojelijojnijojosijojevitijojovitijojastijojavijojevijojivijojovijojošijojanjojenjojsnjojšnjojkojskojškojalojelojnojcinojčinojosojatojevitojovitojastojavojevojivojovojaćojećojućojošojlucujirujlučujaliraluralelilamacamiramuramtamavamevamivamuvamačamemacemecemucemastademistademostademajemcajemlajemrajemastajemistajemostajemćajemčajemđajemijemanjijemenjijemsnjijemšnjijemkijemskijemškijemlijemelijemnijemrarijemsijemosijematijemevitijemovitijemotijemastijemavijemevijemivijemovijemošijemanjemenjeminjemsnjemšnjemujemlucujemirujemlučujemkemskemškemelemnemanemastanemistanemostanemenemsnemšnembasemgasemjasemkasemnasemtasemvasemesemisemosematemetemevitemovitemastemistemištemavemevemivemaćemećemućembašemgašemjašemkašemnašemtašemvašemešemišemošemimacimecimucimlucimanjijimenjijimsnjijimšnjijimkijimskijimškijimelijimnijimosijimatijimevitijimovitijimastijimavijimevijimivijimovijimošijimanjimenjimsnjimšnjimkimskimškimelimnimcinimčinimosimrosimatimjetimevitimovitimastimavimevimivimovimaćimećimućimačimlučimošimrošimacomecomucomgomlogomugombijomcijomdijomfijomgijomlijommijomnijomganijommanijompanijomranijomtanijompijomrijomsijomtijomzijomžijomanjomenjomsnjomšnjomkomskomškomalomijalomnalomelomilomozilomolomramomlemomnomanominomcinomaninomčinomonomaromdromeromorombasomgasomjasomkasomnasomtasomvasomesomisomosomatomikatomlatometomevitomovitomastomestomistomkstomostomavomevomivomovomlovommovomstvomštvomaćomećomućombašomgašomjašomkašomnašomtašomvašomešomišomošomanacaniranurantanavanevanivanuvanačanacenlucenačenlučenaninaoacaoastajaoistajaoostajaoinjaoiraouraotaoastaoistaoostaoavaoevaoivaoovaouvaoačaogougoioacioluciolioniorariosiorosiojetiootioačiolučiorošiobijocijodijofijogijolijomijonijopijorijosijotijozijožijoanjoenjosnjošnjokoskoškoaloacaloastajaloistajaloostajaloijaloinjalonaloiralouralotaloastaloistaloostaloavaloevaloivaloovalouvaloačaloeloiloacilolucilonilorosilojetiloačilolučilorošiloaslonuloamoacamoramoiramouramotamoavamoevamoivamouvamoačamoemoastademoistademoostademoastajemoistajemoostajemoijemoinjemoujemolucujemoirujemolučujemolemonemoastanemoistanemoostanemoetemoastemoimoacimolucimonimoastanimoistanimoostanimorosimoetimojetimoastimoačimolučimorošimoajmourajmotajmoastajmoistajmoostajmoavajmoevajmoivajmouvajmoijmoujmolucujmoirujmolučujmoasmoacasmoastajasmoistajasmoostajasmoinjasmoirasmourasmotasmoavasmoevasmoivasmoovasmouvasmoačasmoismoacismolucismonismorosismojetismoačismolučismorošismoastadosmoistadosmoostadosmonusmonoanoacanouranotanoavanoevanoivanouvanoačanoacenolucenoačenolučenoinocinočinoatoikatolatoetoevitoovitoastoestoistokstoostonutonuoavoevoivoovostvoštvoasacasirasurastasavasevasivasuvasesastadesistadesostadesastajesistajesostajesijesinjesujeslucujesirujesnesastanesistanesostanesetesastesisacislucisnisrosisjetisatacatastajatistajatostajatinjatiraturattatastatistatostatavatevativatirivatovatuvatačatitacitlucitrositjetitačitlučitrošitnutastaduistaduostaduguloguuguahuacahuastajahuistajahuostajahuinjahuirahuurahuavahuevahuivahuovahuuvahuačahuajucajuacajulajurajuirajuurajutajuastajuistajuostajuavajuevajuivajuuvajućajučajuačajuđajuijubijucijudijufijugijuanjijuenjijusnjijušnjijukijulijuelijumijunijuganijumanijupanijuranijutanijupijurijurarijusijuosijutijuatijuotijuavijuevijuivijuovijuzijuošijužijuanjuenjusnjušnjuujulucujuirujulučujukuskuškualuijalunalueluiluoziluoluramuacemuecemuucemuanjijemuenjijemusnjijemušnjijemukijemuskijemuškijemuelijemunijemuosijemuatijemuevitijemuovitijemuastijemuavijemuevijemuivijemuovijemuošijemuanjemuenjemusnjemušnjemukemuskemuškemulemuelemunemuanemuenemusnemušnemuosemuatemuevitemuovitemuastemuavemuevemuivemuovemuaćemuećemuućemuošemuacomuecomuucomuanjomuenjomusnjomušnjomukomuskomuškomuelomunomucinomučinomuosomuatomuevitomuovitomuastomuavomuevomuivomuovomuaćomuećomuućomuošomunuanuastanuistanuostanuinucinuaninučinuonuarudrueruorubasugasujasukasunasutasuvasuesuisuosuatuikatulatuetuevituovituastuestuistukstuostuištuavuevuivuovulovumovustvuštvubašugašujašukašunašutašuvašuešuišuošuavavevavivavuvavkovaširašuraštašavaševašivašuvašačašešastadešistadešostadešastaješistaješostaješiješinješuješiruješlučuješnešastanešistanešostanešetešastešišnišjetišačišlučišrošišaogaamaimaenaeoganogenoganihenihianienianojenojanimenimomenomoanoenoostuenu         A             
iendoandoarerirlaselalemeseloselolasselasleslosselosnosandoiendoyendoándoiéndoareriráréríricloguenteataticaanciaenciaadoraosaistaivaanzalogíaidadableibleantementeamenteaciónuciónicoismoosoamientoimientoivoadoricasanciasenciasadorasosasistasivasanzaslogíasidadesablesiblesacionesucionesadoresantesicosismosososamientosimientosivosicadosivableibleanteicabilivyayeyanyenyeronyendoyoyasyesyaisyamosyóabaadaidaaraieraíaaríaeríairíaadedidaseieseasteisteanabanaranieraníanaríaneríaniríanenaseniesenaronieronaránerániránadoidoandoiendoarerirasabasadasidasarasierasíasaríaseríasiríasesasesiesesabaisaraisieraisíaisaríaiseríaisiríaisaseisieseisasteisisteisáiséisaréiseréisiréisadosidosamosábamosáramosiéramosíamosaríamoseríamosiríamosemosaremoseremosiremosásemosiésemosimosaráserásirásísaráeráiráaréeréiréióaeoosáéíóaeiouáéíóú             A              waarnaernaheternaornaadeadeandearneareasteenandenarenhetenernarerheterorsasarnasernasornasesadesandesensarenshetensernsatandethetastddgdnndtgtktttlösfulligligelsfulltlöstய்ட்ப்ட்க்ள்ன்ற்ல்ற்க்ல்ட்ட்டுத்த்ைம்ுக்ுக்க்்்்ுக்்்்்்னுங்ைம்ங்்்ந்த்ந்ந்தீைிகசடதபறகசடதபறகசடதபறயரலளழவஙஞணநனமவ்யவீுூெேைாிீுூெேைாிஎ்கஙசஞதநபமயவவோவோஓவொவொஒவுவுஉவூவூஊ்அஇஉகஙசஞதநபமயவ்ேோாும்்ுடன்ில்லைிடம்ின்றிாகிாகியென்றுுள்ளுடையுடைெனும்ல்லெனாகி்ீுூெேைாிபட்டு              விட்டுபடுவிடு         பட்டது              ெல்லாம்பட்டபட்டணதான       படிதானகுரியபடிபற்றினைினைைை்்ொடுோடுில்ிற்ின்மின்று             ிருந்துவிடிடம்ால்ுடைாமல்ல்ுள்்கண்முன்மேல்மேற்கீழ்பின்துீிின்்கசடதபறகசடதபறீுூெேைாிீுூெேைாி     ுங்கள்்ற்கள்ல்ட்கள்ள்கள்கசடதபறபிவிமார்மின்னன்னான்னாள்னார்வன்னள்வள்னர்வர்னபகதயபன்பள்பர்துிற்றுபம்னம்தும்றும்கும்னென்னைவைான்சாள்ார்ேன்ாாம்ெம்ேம்ோம்கும்தும்டும்றும்ாய்னென்னிர்ீர்ீயர்்குது்படு            கொண்டிர்அஆஇஈஉஊஎஏஐஒஓஔீுூெேைாி            கின்ற்              ாநின்ற்கிற்கின்றாநின்றகிற     A                           @                                             ı                                    AöAümişmuşmışmüşditidiktikduktukdıktıkdüktükdimtimdumtumdımtımdümtümdintinduntundıntındüntündutudıtıdütüsasesakseksamsemsansenkencasınacesinesinizsunuzsınızsünüzlarlerimumımümsinsunsınsünizuzızüzdirtirdurturdırtırdürtürniznuznıznüzkicacelerilarımnmiznizmuznuzmıznızmüznüz                             ndandenanendanndenninunınüdantandenteninunınünlaledatadeteaeadsoyııiuöüüpçtkbcdğּװִױִײכמנפצווויייךםןףץגעלטבנGEצוגנצוקטצוקנגעבנגעGEצוTSU! אדורכאהינאהעראהײמאומאונטעראיבעראנאנטאנטקעגנאנידעראפאפיראקעגנאראפארומארונטעראריבערארױסארױפארײנאװעקאױסאױפאײנבאבײדורכדערמיטנאכפארפארבײפארױס        פונאנדערצוצוזאמענצונױפצוריקצעדזששטרשטששפריעגײנעממײדבײטבײסװײזטרײבלײטקלײברײברײסשװײגשמײסשנײדשרײבבינדװיטשזינגטרינקצװינגשלינגבײגהײבפארלירשטײשװערטבראכגעברענגגײנעמשרײבמײדבײטבײסװײזטרײבלײטקלײברײברײסשװײגשמײסשנײדבינדװיטשזינגטרינקצװינגשלינגבײגהײבפארלירשטײשװערברענגהגשיסGETSUונגסטוטבראכטסטיסטעטשאפטהײטקײטיקײטלעכעלעכיזמימעמענעמטענעמנקליבנריבנטריבנשריבנהױבנשװיגנזונגנשלונגנצװונגנבױגנבונדנװיזנטנGEביטנGEליטנGEמיטנשניטנסטניסטנעטנGEביסנשמיסנGEריסנענגאנגענעלעננומעניזמענשטאנענטרונקנפארלױרנשװױרנװוטשנגײנסטסעטסנסטנסענסעסיעסעלעסערסענערסעטעסטעעטעיעעלעענעטענעערטערסטערעטערענערטענערותקליבריבטריבשריבהױבשװיגגאנגזונגשלונגצװונגבױגבונדװיזביטליטמיטשניטנומשטאנביסשמיסריסטרונקפארלױרשװױרװוטשונגשאפטהײטקײטיקײטליגיקדיקנדיקענדיקבליקגליקניקיש             |                              H              o     	   
      O              8              u                                            2                                   !   "   #         $   %   &        '   (   )   @     *   +   ,   _     -   .   /      	   0   1   2      	   3   4   5         6   7   8        9   :   ;         <   =   >   |     ?   @   A         B   C   D   H     E   F   G   o     H   I   J   O     K   L   M   8     N   O   P   u     Q   R   S         T   U   V        W   X   Y   ,     Z   [   \         ]   ^   _         `   a   b   2     c   d   e         f   g   h         i   j   k   %     l   m   n        o   p   q         r   s   t        u   v   w         x   y   z         {   |   }        ~         @              _                            W              g              O                                              @            D                I                N                S            Y            ^            d            k            p            u            z            ~                                                                                                                                                                                                                                                                                               !                                                                           '                                       *                           ,               ,               ,             "            %  0             )  0             -  0             1            6            ;            @            B  7             F  7             K  7             Q            U            Y            \  =             `            c            g  @             l            n            q  C             u  C             y  C             }  F                                                   J                           L               M               L               L                                                               T                           V                                                   Z                                                   ^                                                               c               d               d               c                            h               h             	                                    3            6                :            >            C            H            M            R               X               ^            c            h  
             n            s            w            |                                                                                                                                                                                                                                                                                         #               #                                                   (                           *                           ,               ,               ,                           0               0                         $            *            0            5            9            <            @            E            K            M  <             Q  <   
          V  <             Y  <             \  <             _            e            i            n            s            w            z            |  H               H               J               J               J               H               N               H               H               H               H               S               S               U                           W                                                   [               [                           ^                           `               `                                                               f             	  f                                                               l               m             !  m             &  m             +  m             /  q             4  m             9  l             =  l             A  l             E  l             H  l             N  l             S  l             V            X  {             [            ]  }             `  ~             d  }             g            j               p               u            z                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	                                                                                                "            &            )            +               /               4               9               >               C            F            I               M               Q            U            X            Z               ^            `               c               f            i               m               q               u            z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         !               )               ,            .               2            4               7     	          <               @               D               G               K               N            Q            S               V               Y            \            _              e            g            i            k              n              s              x              |                                                                                                                                                                                                                                                                                                             "              "              "              %                                                                                                                                                      
              	  
             	               	  
             	            	            	               	                4	            6	                9	                =	            ?	            A	               D	            F	            I	            K	               N	            P	  
             S	            U	            W	            Y	            [	            ]	            _	               b	            d	               h	            j	            m	               r	            u	               y	            |	            	            	            	            	            	               	            	  !             	            	            	  $             	                	            	                	            	            	            	            	            	            	            	            	  	             	            	            	            	            	            	            	            	               	               
            
            

            
               
            
               
               
            #
            &
            )
            -
            1
            5
            8
            ;
            >
            B
  $             I
  $             P
            S
  '             X
            [
            `
            b
  +             g
            j
            m
            o
            s
            v
  1             z
  1             ~
            
  4             
  4             
  4             
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
  I             
            
            
            
  M             
  M             
  M             
  M             
  M                                       T             
                                      X                                     "            &            ,            2            8            =            C            H            M            R            W            ^            b  g             g  g             l            p  j          	   w  k                                       n                                                   r               s                                                                                                               |               |                                                                            	                                                                                                                     #            &               ,               4            8               =               C            G            K            P            U            X            [               _               d               i            l               q               y            	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      #            &            *            .            2            5            8            ;            >            @               D               H            K            O            R            W            Z            ]            `            d            f               j               n               r            t            w            z            |            ~                                                                                                                                                                                         *               *               *               *               *               *               *               *               *               *               *               *               *               7               7                                                                                                                           B               B               B             "  B             '  B             +  B             .  H             3  H             8  H             =            ?  L             B  M             G  M             L  L             P  L             T  L             X  L             \  L             `  L             d  L             i  L             n  L             s  L             x  L             }  L               L               L               L               L               L               `               L               L                           d               d               f               f               f               f               f               d               d                                                                                                                                                                y                                                   }                                                                                            $               (               ,               0               5               8               =               B               G            J            L               P               T               X               \               a               d               i               n               r               v               |                                                                                                                                                                                                                                                                                                                                                                                                                     	                                                                        #            (            -            0            5            :            ?            B            F            J            N               T               Z               a               f               m               t               {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "            '            ,            0            4            9            <               A            D               I               N            S            X            ]            b            g            l            n            p  	            s            u            x            z            }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           #               '               -               0               4               7            9  
             >  
             B            D               I               M            N               R               T               Y               `               d               i               m               p               v               {               ~                                                                                                                                                                                                                                                                                                                                                               $            '            )            +               0                        4            7            9            <            @            D                    M         O         Q         S         G         I         K                            W                X                                                                      	                                                                  
                                                                                                                                                                                                                                                                                            !         '         .         5         ?            A                D            G            K               P                                   U                W                Y                [                ]                _                a                c                e                g                i                k                                                                                                                              	                              
                                                                                                                                                                     	            
          &            +            0            5            :            >            D               K            N                        R            T            X            \            `            d            g            j            m            p            r            u            x            z            }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         '            (             +             -             0             2            5            8               ;         >         A         D            E               H           K           O               R           V               Y           ]               `               c               f            g            j            l            o            q            t            w                                                                                                                                                                                                                          
                                                                                                                        #             S            W            ]            a            e            j            n            r            v            z            }                                                                                                                                                                                                                                                                        	                                            "               #               "               "               
            '   	                      !                $            '            *            -            0            3                    5            7            ;                =            @            B            F            M            N               R            T            X            [            _            d            l            p            r               w               }                                                                                                                                                                                                                                                                                                                                                                                                         	                                                                           !               '               .            3            7            9            <               A            D            I               P            U            [            `            b            d                g  !             l  !             r                v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         !            %            '                                   /                0                1                2                3                        7            :            =                @            C            E                K            M            O            Q               T               W               [              _            b            e               i              m            p           q           s                  ~                                                                                                                                                                                                     	                                                                                    
                                                                                    	                                                                                                                                                                             
             $            )               /            2               H            P            W            \               d               j            u            z            }                                                         	                                                                                                                                 
            	                                                                                                          	                                                                                                       F                H                I                J                K                L                    N         P             T             Z             ^             b             f         h            l            r            v            z            ~                                                                                                                                                                                                                                                                                                                                                                                                                           	                                                                                     !            &            +            1            7            =            B            E            I            N               T            X  	          [            _            c            f               l            p            u            z            ~                                                                                                              	                                                                        	                                                                                                                                                                                                                                                          	                                                                                     $            '               ,               1               6            9               >               C            F            L            R            U            Y            ]            a            e            i            m            q            t            w            }                                                                                                                                                                                                                          6               6                                       :               :               :               :                                                   A               A               A               A                                     &            ,            2            8            ;            >            A            D            G            J            L            N            Q            T            W                               v                w                                                                                                                                                                   	                                                                                                                                                                                                                                                                                                                                                                          	                                                                                             	                 /             0                 3                 7              =             ?                 B                                E                 G                 I                 K                 M                 O                 Q                 S                 U                 W                 Y                 [                                                                                    	                                       	                                                    
                	                                                                                 
                                                 !            !            !            !            !                !            !            !             !            $!            (!            +!            .!            1!            4!            6!            9!            <!            >!            A!            D!            G!               K!               P!                               V!                W!                    !            !            !            !            !  	          !            !            !            !            !            !            !            !            !               !            !            !            !            !            !            !            !            !            !            !            !            !            !            !  	           "            "            
"            "            "            "            "            #"            ("            ."            4"            8"            ="            A"            H"            O"                        S"         U"         W"         Y"            ["            _"            c"                g"            i"            m"                o"            r"            u"            w"               {"               "               "            "            "            "            "            "            "            "            "            "            "            "               "               "               "            "               "               "               "               "               "               "               "               "            "               "               "               "               "               "               "            "            "             #            #            #            #            #            #            #            #            #            #  /             ##  /             '#  /             *#  2             /#  2             4#  2             9#  /             =#  /             A#  /             E#  /             I#            K#  :             P#  :             U#  :             Z#  :             ^#  :             b#  :             f#  :             k#  :             p#  :             u#  :             z#  :             #  :             #            #  G             #  G             #  I             #  I             #  I             #  I             #  I             #  I             #  I             #  I             #  I             #  I             #  I             #  T             #  T             #  T             #            #            #            #  Z             #  Z             #  Z             #  Z             #  Z              $  _             $  _             $  _             $            $  c             $  c             %$  c             +$  c             2$  c             9$  c             @$            D$            I$            N$            S$            W$            [$            _$            c$            e$            g$            i$            l$            o$            r$            s$            t$            u$            w$            x$            y$                {$            |$            }$            ~$                           $                $                    $         $             $         $         $         $         $            $         $            $         $         $  
          $                     $            $            $            $            $            $            $            $            $            $            $                %            %            %            %            %            !%            %%  	          (%            ,%            1%            5%            9%            =%            A%            F%               L%            Q%            V%            Y%            ]%            `%            g%            n%  	          q%            u%            y%            %            %            %            %            %  	          %            %            %            %            %            %            %            %            %            %            %            %            %            %            %  	                  %         %         %         %            %            %            %                &            &            &                	&            &            &            &            &            &            &            &            "&            %&            )&            .&            0&            3&            6&            9&            <&            @&            B&               F&               J&               N&            P&            R&            T&            W&            [&            _&            c&            e&               i&               m&               r&               u&               z&               &               &            &               &               &            &            &            &            &            &            &            &            &            &            &            &            &            &  '             &  '             &  '             &  '             &  '             &  '             &  -             &  -             &  -             &            &  1             &  1             &            &            &            &            '  7             '  7             '  7             '            '            '            $'            *'            -'            0'  @             5'  @             :'  @             ?'            C'            G'            K'  F             Q'  F             W'  F             ^'  F             c'  J             j'  J             q'  J             x'            |'  N             '  N             '  N             '  N             '  N             '            '            '            '            '            '            '            '            '            '            '            '            '            '            '            '            '            '            '            '                           '                '                '                '                '                        '            '                '                '               (                
(            (            (               (               (               (               (               (            !(               &(               *(               /(            2(            4(            6(               ;(            =(            >(               @(               E(               J(               O(               Q(               U(               Z(               ](               b(               h(               l(            n(            s(            v(                        y(         {(         }(         (         (         (         (             (            (                (            (            (                        (         (         (         (         (         (         (         (         (            (                    (         (         (         (         (         (         (         (         (         (         (         (         (         (         (         (         (         (         (         (         (         (         (             (          )         )         )         )         )         )         )         )         )         )         )         )         )         ")         %)         ()         +)         .)         0)         1)            3)            6)            8)            ;)            A)            C)            E)         I)         L)         M)            O)            Q)            U)             [)             a)             g)            i)            l)            n)         q)         t)         w)         y)         })            ~)                    )            )            )                )            )                )                )            )               )                       )            )                    )            )                )                )            )               )               )               )               )               )               )               )               )            )                )            )               )               )               )               )               )               )            )  	             )            )               )               )               )               )            )               )               )            )               )               *            *               *               *               *               
*               *            *            *                *            *                *               *                *               !*                $*                '*            (*               **               -*               /*  
             2*               4*               6*            :*               ?*               E*               J*            L*               O*               S*               V*               Z*               ]*               `*            c*               g*               l*               p*               u*               y*               }*            *                *            *            *  #             *  $             *  #             *  &             *  #             *  #                     *            *                *                *                *                *                *                    *            *            *            *            *            *            *            *               *            *             +            +            +            +            +            +               1,            4,            9,            >,            B,            E,            H,            L,            P,            S,            V,            X,            [,            `,            e,            i,            m,            q,            t,               y,            |,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,               ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            ,            -            -            
-            -                    )+            .+            3+            8+            =+            B+            H+            N+            T+            Z+            `+         	   g+         	   p+            y+            +            +            +            +            +            +               +            +            +         	   +            +            +            +            +            +            +            +            +         	   +            +            +            +            ,  #             	,            ,            ,            ,            ,            ,            ",            ',            ,,                    -            -            -            -            -            -             -            #-            &-            )-            ,-            .-  
             1-  
             5-  
             8-  
             ;-  
             >-            B-            F-            I-            K-               N-               Q-            T-            X-            \-            ^-            a-            d-            h-               m-               s-               x-               }-               -            -            -            -            -            -  &             -  &             -            -            -            -            -            -  -             -  -             -  -             -  -             -  -             -            -            -            -            -  6             -  6             -            -  9             -  9             -  9             -  9             -  9             -             .            .            .  A             .  A             .  C             .  C             .  C              .  C             &.  C             ,.  A             0.  A             4.  A             8.            :.  L             =.  L             @.            D.            H.            J.            O.            R.            V.  T             [.  T             a.  T             f.  T             k.  T             p.            s.            v.            y.                    }.            ~.            .               .            .                                       .                .                    .            .                .                .            .               .               .            .               .                           .            .                    .            .            .            .               .               .            .               .               .            .            .            .            .            .            .            .            .            .            .            .            .            .            .            .            .            .            .            .            .            .            .            .            .            .                    .            .                 /            /               /               /            
/               /            /            /            /  	             /  	             /             /               #/               &/            '/               )/               +/            ,/               ./               0/            2/            4/            6/            7/               9/            ;/               >/               A/            C/               F/               I/            K/                N/            P/  "             S/            U/            W/            Y/            [/  '             ^/  '             a/            d/            g/            i/  ,                     l/            m/                o/                q/            r/            s/               u/               w/            y/            {/               ~/            /  
             /  
             /  
             /  
             /               /            /               /               /               /               /            /            /               /            /            /               /            /            /               /               /            /            /            /            /            /            /                    /            /            /            /            /            /            /            /            80            :0            <0            >0            @0            B0            D0            F0            H0            J0            L0            N0            P0            R0            T0            V0            X0  	          Z0  
          \0            ^0            a0            d0            g0            j0            m0            p0            s0            v0            y0            |0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0            0             1            1            1            	1             1             1             1             1  !          1  !          1  !          1  !          !1  "          $1  "          '1  "          *1  "          -1  #          01  #          31  #          61  #          91  $          <1  $          ?1  $          B1  $          E1  %          H1  %          K1  %          N1  %          Q1  &          T1  &          W1  &          Z1  &          ]1  '          `1  '          c1  '          f1  '          i1  (          l1  (          o1  (          r1  (          u1  )          x1  )          {1  )          ~1  )          1  *          1  *          1  *          1  *          1  +          1  +          1  +          1  +          1  ,          1  ,          1  ,          1  ,          1  -          1  -          1  .          1  .          1  /          1  /          1  /          1  /          1  3          1  3          1  1          1  1          1  2          1  2          1  0          1  0          1            1            1            1            1            1            1            1            1            1            1            2            2            	2                2                2                2                2            2            2               #2               '2               +2                -2            /2                        52            92                    =2                        ?2            A2            E2            I2            M2            O2            Q2            W2            ]2            a2                    e2            g2            i2                k2                        o2                        q2                        s2                        w2                        2            2            2            2            2                        2            2                    2            2            2            2            2            2             2                2            2            2            2            2            2            2            2                2            2            2            2            3                        3            3            3            	3            3                        3            3                3            3               $3               (3            
   03               :3            
   @3               J3               R3               X3               \3            `3            d3            j3            l3               r3               z3               3               3               3               3               3            3               3               3               3               3               3               3            3               3               3            
   3            3  "          
   3            4            
4  %             4  &             4  %             4  %             "4  )             .4  )             44  %             84  ,          
   @4  -             J4  %             X4            \4            j4            r4            x4            |4  4          
   4  5             4  4             4  4                         4            4                4             
   4            4            4         
   4            
   4         
   4            4            4         
   4  
             4            5            
5            5               5            
   5            &5            .5         
   65               @5            F5            
   N5               X5         
   d5         
   n5            x5               5            5               5               5            5            5            5            5  "             5            5  $          
   5  $             5  $             5  $             5            5  )             5  )             5  +          
   5  ,             5  )             5  )          
   6  /          
   6  /             6  )             6  2             &6  2          
   .6  4             86            >6            D6  7             L6            P6  9             V6  :          
   ^6            h6            p6         
   x6  >             6            6            6            6  B             6  B             6            6                6            6         
   6               6            6            6            6            6            6            6            6            7  
             
7  
             7            7            7               $7               ,7            47            :7            >7            B7            J7                P7            V7            \7               d7            l7            p7            t7            v7               |7               7               7  	             7  	             7               7               7            
   7               7               7               7               7            7            7            7            7            7            7            7               7                8            8            8               8            8               &8               ,8               48            <8            B8            F8            L8            k8            o8                t8                y8                ~8            8            8            8            8            8            8            8            8            8               8            8            8            8            8               8            8            8            8            8            8               8            8            8            8            8               8               9               9               	9            9  !             9            9            9            9            "9            %9  '             )9            /9            29  *             89            ;9  ,             A9  ,             G9  ,             M9            P9  0             T9  0             X9  0             \9            a9            f9            k9            m9  7             q9  7             v9  7             |9            9            9            9  =             9            9            9  @             9            9            9  C             9  C             9  C             9  F             9            9            9            9  J             9            9  L             9  M             9  L             9  L             9            9            9            9            9  T             9            9  V             9            9            9            9  Z             9             :            :            :  ^             	:            :            :            :            :  c             :  d             :  d             #:  c             ):            +:  h             0:  h             4:            9:                        ^:            a:                e:            i:            n:            s:            x:            }:               :               :            :            :  
             :            :            :            :            :               :               :               :               :            :            :            :               :               :               :            :            :               :            :            :               :            :            :            ;            ;  #             ;  #             ;            ;            ;            ;  (             !;            $;  *             (;            ,;  ,             1;  ,             6;  ,             ;;            ?;  0             D;  0             I;            O;            U;            [;            `;            d;            g;            k;            p;            v;            x;  <             |;  <   
          ;  <             ;  <             ;  <             ;            ;            ;            ;            ;            ;            ;            ;  H             ;  H             ;  J             ;  J             ;  J             ;  H             ;  N             ;  H             ;  H             ;  H             ;  H             ;  S             ;  S             ;  U             ;            ;  W             ;            ;            ;            <  [             <  [             <            <  ^             <            <  `             <  `             !<            %<            )<            -<            0<  f             4<  f             8<            <<            @<            D<            F<  l             I<  m             M<  m             R<  m             W<  m             [<  q             `<  m             e<  l             i<  l             m<  l             q<  l             t<  l             z<  l             <  l             <            <  {             <            <  }             <  ~             <  }             <            <               <               <            <            <            <            <            <               <               <            <            <               <            <               <               <               <               <               <               <               <               <            <            <            =            =               =               =            =            =            =                =            $=            '=            +=            -=               2=               5=               9=            ;=            @=            B=               F=               J=               N=            R=            U=            W=               [=               `=               e=               j=               o=            r=            u=               y=               }=            =            =            =               =            =               =               =            =               =               =               =            =            =            =            =            =            =            =            =            =            =            =            =            =               =            =            =               =            =               =               =               =               =               =               =            >               >            	>            >            >            >               >            >            !>               &>            (>               +>            .>            0>               5>               9>               >>               A>               G>               J>               N>               V>               Y>            [>               _>            a>               d>     	          i>               m>               q>               t>               x>               {>            ~>            >               >               >            >            >              >            >            >            >              >              >              >              >              >              >              >            >              >            >            >            >              >              >            >            >            >            >            >              >              >              >            >            >              >               >            >  "            >  "            >  "            >  %                ?            	?            ?            ?            ?            ?            ?            ?            #?            %?            '?            )?  
             .?  
             1?               6?  
             :?            <?            >?               A?                d?            f?                i?                m?            o?            q?               t?            v?            y?            {?               ~?            ?  
             ?            ?            ?            ?            ?            ?            ?               ?            ?               ?            ?            ?               ?            ?               ?            ?            ?            ?            ?            ?            ?               ?            ?  !             ?            ?            ?  $             ?                ?            ?                ?            ?            ?            ?            ?            ?            ?            @            @  	             @            @            @            @             @            $@            *@            -@            	   4@               =@            @@            C@            F@               K@            N@               R@               W@            \@            _@            b@            f@            j@            n@            q@            t@            w@            {@  $             @  $             @            @  '             @            @            @            @  +             @            @            @            @            @            @  1             @  1             @            @  4             @  4             @  4             @            @            @            @            @            @            @            @            @            @            @            @            @            @            A            A            A            A            A  I             "A            &A            ,A            .A  M             4A  M             8A  M             <A  M             @A  M             EA            HA            JA  T             MA            PA            UA            XA  X             _A            bA            fA            jA            pA            vA            }A            A            A            A            A            A            A            A            A  g             A  g             A            A  j          
   A  k             A            A            A  n             A            A            A            A  r             A  s             A            A            A            B            B            B            B            B            B  |             !B  |             )B         	   .B               7B            ;B               AB         
   HB            RB            VB            [B            `B            dB            iB            kB               nB               rB            uB            	   |B               B            B               B               B            B            B            B            B            B            B               B               B               B            B               B               B            	   B               B               B            B            B            B               B               B            B            B            B               C               	C            C            C            C               C            C            C               $C               *C               2C            7C            9C            <C            ?C               CC               GC               LC               SC            UC            ZC            `C            fC            jC            pC            tC            vC               yC               }C               C            C            C            C            C            C            C            C            C            C               C               C            C            C            C            C            C            C            C            C            C               C               C               C            C            C            C            C            C            C            C            C               C            C            C            C            C             D            D            D            D            D            D            D  *             D  *             D  *             !D  *             &D  *             ,D  *             2D  *             7D  *             =D  *             AD  *             FD  *             KD  *             QD  *             UD  7             [D  7             aD            fD            kD            pD            vD            |D            D            D            D            D  B             D  B             D  B             D  B             D  B             D  B             D  H             D  H             D  H             D            D  L             D  M             D  M             D  L             D  L             D  L             D  L             D  L             D  L             D  L             D  L             D  L             D  L             D  L             D  L             E  L             E  L             E  L             E  L             E  L             E  `             "E  L             'E  L             +E            -E  d             1E  d             4E  f             8E  f             =E  f             BE  f             GE  f             ME  d             SE  d             XE            \E            aE            fE            kE            pE            tE            wE            zE            ~E            E            E            E  y             E            E            E            E  }             E            E               E            E            E            E               E               E               E               E               E               E               E               E               E            E            E               E               E               E               E               E               E               E               E                F               F               
F               F               F               F               F               "F               'F               -F               1F               7F               >F               BF               FF               KF               PF               TF            YF            ^F            dF            iF               pF               wF               ~F            F            F            F            F            F            F               F               F               F               F               F            F            F            F            F            F            F            F            F            F            F            F               F               F                G               G               G               G               G            $G            *G            0G            7G            ?G            CG            HG            KG               PG            SG            VG            YG            ]G            `G               eG               jG            oG            tG            yG            |G               G            G            G            G            G            G            G            G            G            G            G               G            G            G            G            G            G            G            G            G               G            G            G            G            G            G            G            G            G               G            G               H               
H            H            H            H             H            &H            ,H            /H            1H  	            4H            7H            :H            =H            AH            EH            JH            NH            RH            VH            ZH            ^H            bH            fH            hH            kH                pH            qH            rH            sH            vH            wH            yH            zH               |H               ~H               H            H            H            H            H            H            H            H            H            H            H            H                                   H                H                H                H                H                H                H                H                H                H                H                H                            H            H                H            H            H               I               I               I               I               I               I            I  
             I  
             "I            $I               )I               -I            .I               2I               4I               9I               @I               DI               II               MI               PI               VI               [I               ^I               aI               fI            hI               lI         nI         pI         rI         |I            ~I                I               I            I                                       I                I                I                I                I                I                I                I                I                I                    J            J            	J            J               J                        J            J            J            J             J            $J                    -J         /J         1J         3J         'J         )J         +J                            7J                8J                    bJ         gJ         lJ         pJ         vJ            {J  	          J            J         J            J            J         J  
          J            J            J            J         J            J                    J         J         J             J            J                J                J            J            J               J               J            J                    J         J         J         J         K         K         K         K         K            !K                $K            'K            +K               0K                                   5K                7K                9K                ;K                =K                ?K                AK                CK                EK                GK                IK                KK                            K            K            K            K            K               K               K               K     	          K               K     
          K               K            K            K            K            K               K            K            K               K            K            K            K  	          K  
          L            L            L            L            L            L            $L               +L            .L                        2L            4L            8L            <L            @L            DL            GL            JL            ML            PL            RL            UL            XL            ZL            ]L            `L            cL               gL                       lL            mL                    L            L            L            L            L            L            L            L            L            L                    L            L            L            L            L            L            L            L            L                        L         L         L         L         L            L                    L         L         L         L          M            M                    M         M                 M            M             M             M             !M             #M            &M            )M               ,M         /M         2M         5M            6M               9M           <M           @M               CM           GM               JM           NM               QM               UM               YM            [M            _M            bM            fM            iM            mM            qM                       M         M         M         M         M         M         M             M         M            M            M            M            M            M            M            M            M         M            M  
          M            M                    M         M                 M            M                     1N         4N         7N             gN            kN            qN            uN            yN            ~N            N            N            N            N            N            N            N            N            N            N            N            N            N            N            N            N            N            N            N            N            N            N            N            N            N            N            	   O               
O            O            O  "             O  #              O  "             &O  "             ,O  
          /O  '   	          3O            6O                :O            =O            @O            DO            HO            KO                    MO            OO            SO                UO            XO            ZO            ^O            eO            fO               jO            lO            pO            sO            xO            }O            O            O            O               O               O            O            O            O            O            O            O               O               O            O            O            O            O            O            O            O            O            O            O                O             P                P            P            P            P            P               P            P            P               P            !P            &P            +P            0P            4P            7P               <P            @P               FP               MP            RP            VP            YP            \P               aP            dP            iP               pP            vP            |P            P            P            P                P  !             P  !             P                P                    P            P                P                P            P            P                    P         P         P         P         P                                    P                P               P               P                P                P                    Q            Q            Q            Q            Q            Q             Q                   "Q            $Q            &Q            (Q               +Q            .Q            0Q            3Q            7Q            ;Q            =Q            AQ            EQ            GQ                                   OQ                PQ                QQ                SQ                UQ                                       Q                Q                Q                Q                Q      	          Q                Q                Q                Q                Q                Q                Q                Q                Q                Q                Q                Q                Q                Q                Q                Q                Q                Q      	          Q      
          Q                Q                Q                Q                Q                Q                Q                Q                Q                Q                Q                Q                Q                Q                Q      	          Q                Q                Q                Q                Q      	          Q                        0R  
          @R  	       
   FR         
   PR         
   ZR            pR  
       
   R  	          R            R            R            R            R            R            R            R            S             S            0S  
          BS  	          JS            VS            bS            pS         
   S            S         
   S            S            S            S            S  
       
   S  	          S            S            
T             T            2T            >T            LT            `T            pT            T         
   T            T            T         
   T         
   T            T            T         
   T            T         
   T            T         
   T            T                    U            U                
U            U               U               U               U            
   (U            
   2U               <U               BU               HU               VU               bU               nU            tU            xU               U               U               U               U               U            U            U            U            U            U            U            U            U            U                   U         
   V            V         
   V            $V            2V            @V                LV            NV            PV            TV            XV            \V            `V            dV            xV            V            V         
   V         
   V         
   V            V                V            V            V            V            V               V            V            W            W            W            $W            2W            >W            BW               HW               TW            ZW            ^W            dW            jW               vW               ~W               W               W            W            W            W               W               W            W            W               W         
   W            W         
   W            W            W            
X         
   X                X            (X            .X            :X            FX            NX            \X            hX            lX               rX               ~X            X            X               X               X               X               X            X            X                   X         
   X         
   X         
   X         
   Y            Y            Y             Y         
   (Y         
   2Y            <Y                DY            FY                LY                PY                VY            \Y            `Y            fY            jY            pY            tY  	             zY            ~Y               Y            Y               Y            Y            Y            Y            Y               Y            Y            Y            Y            Y               Y            Y            Y               Y            Y            Y            Y            Y            Y            Y            Z            
Z            Z  $             Z            Z            Z         
   Z         
   Z         
   Z         
   Z            Z                    Z            Z                Z             
   Z            Z            [            [                
    [            *[            8[            P[               `[            p[         
   |[            [  
          [            [  	                  [            [         
   [            [            \            
\                 
   "\         
   ,\            6\            >\            F\               R\         
   X\            
   b\            l\            n\                z\            |\               \               \            
   \               \               \               \               \            \  
             \  
          
   \            \            \            \            
   \               \               \            \            \               \                ]               ]            ]            ]                ]            "]            
   &]               0]               6]            :]            @]            H]            N]            T]            X]            d]            l]            t]            |]            ]            ]            ]            ]                    ]         
   ]            ]                ]            ]            ]            ]            ]         
   ]                 
   ]         
   ^            ^            ^            ^            ^            "^            $^         
   *^            4^            <^                F^            N^                 
   V^         `^      
   f^      
   p^      
   z^      
   ^         ^         ^         ^         ^                 ^            ^                 
   ^            ^            ^            ^            ^            ^            ^            ^         
   ^         
   ^                     _            _            _            
_            _            _            _            "_            &_            2_            :_         
   >_            H_            N_            R_                \_            b_                    h_            j_            p_            r_               v_            x_            ~_            _            _            _            _                _            _            _            _            _            _            _            _            _            _            _            _            _            `            `            `            $`            ,`         
   0`            
   :`            
   D`            N`            T`            \`         
   h`            r`            v`               ~`            `            `            `               `            `            `            `            `            `            `            `         
   `            a         
    a         
   *a         
   4a            >a                           La            Ta         
   \a            fa            la            na               ta            |a            a            a            a            a            a         
   a            a            a               a            a            
   
b            b            
    b         
   *b            4b  	                 Bb            Fb                    Jb            Lb                Pb                ^b                pb                b                b                b               b            b            b         
   b  
             b  
             b            b            b            b               b               b            
   b               c            c            c            c            ,c            2c         
   >c            Hc         
   Pc            Zc            \c               jc               xc               ~c               c               c  "          
   c               c  $             c            c  &             c  &             c  &             c  )              d  )              d  )             6d  &             <d            Bd  .             Jd  .             Xd            ^d  1             pd  2             d         
   d  4          
   d  4             d  4             d  7             d  7          
   d  4             d  :          
   d  4             d  4             d  4             d  4             d            d            d  A             d  A             e  C             
e            e            e         
   $e            .e            2e  I          
   :e            De            He  L             Pe  L          
   \e  L             fe            le            re  Q             e  Q             e  Q             e            e            e            e            e  X          
   e  X             e  X             e  X              f            f  ]              
   2f                        <f            Bf            Hf            Nf            Tf            Xf            ^f            df            jf            nf            vf            |f         
   f            f            f            f            f            f            f            f            f            f            f            f            f            f            f            f            f            f            f                f            g            g            g            g            g            &g            ,g            4g            6g            >g            Dg            Jg            Lg               Pg            Rg               Vg            Zg            `g            fg            tg            |g            g            g         
   g                     
   g         
   g                    g            g                        
h            h                h               h             
   $h               .h                    <h            @h            Fh            Hh            Lh            
   Zh            dh            fh            hh                        vh         
   h         
   h                h            h            h                h            h            h            h         
   h            h                    h         
   h                h                h                h                         
   i            i             i                (i         
   0i            :i         
   Bi            Li            Xi            ^i            di            ji            ri            ~i            i         
   i            i         
   i               i               i            i            i            i            i            i            i            i            j            j         
   j            j            $j            *j            6j            <j            Dj            Fj            Hj               Lj               Tj                        fj            nj            tj                zj         
   |j                j                j                j                j                        j            j            j                j            j            j            j            j            j            j            k            
k            k            k             k            (k            *k                0k             
   8k                Bk                Jk                `k                pk                ~k                k                k                k                k            k               k            
   k               k               k               k               k         
   k            
   k            
   k               l               l               l                l               (l               0l               8l            
   @l               Jl         
   Pl            Zl            ^l            dl            ll            tl            l            l  &             l         
   l  (             l            l  *             l                        l         
   l                l                l                l                l            l            l               l         
   l                    
m            m                m                    *m            0m            Pm            bm            hm            jm                       xm            m                m                 
   m            m                m            m            m            m            m             
   m            m         
   m                n            n                n            n            n               n               &n            *n         
   0n               :n            >n            @n  
             Dn            Fn               Ln               Pn               Vn         
   Xn               bn               nn               |n               n               n            n               n               n               n               n               n               n            
   n            
   o            
   o               o                &o               .o  "             :o            <o            >o  %             Fo  %          
   No  '             Xo  %             `o  %          
   ho  *             ro  %             ~o  ,          
   o  %          
   o  %             o  %          
   o  %             o  %             o  %             o  3             o  3             o  3             o  %             o         
   o  8          
   o  8             o  :          
   o  8          
   p  8             p  =             p            "p  ?             *p         
   .p  A             @p  B             Pp  C             bp  A             jp  A             p  F             p  A             p  H             p  A             p  J          
   p  A             p  L             p  A          
   p  N             p  A             p  A             q  Q             q         
   q            q            "q            *q         
   2q            <q            Dq            Lq            Tq         Wq             cq             oq             {q            q            q             q            q         	   q          	   q          	   q             q            q         	   q             q            r            r         	   r         	   &r         	   /r            8r         	   >r            Gr         Mr         Sr            _r            nr            }r            r         r      	   r           r            r            r            r      	   r  #       	   r  #          r         r      	   r  '       	   r  '          r         r  *          s  +          s  +          %s  *          1s      	   7s  /       	   @s  /       	   Is  /       	   Rs  /          [s  3         gs  4          vs  3         s  6          s      	   s  8       	   s  8       	   s  8       	   s  8          s  <         s  =          s  <         s  ?          s         s  A          t  B          t  B          !t  A          -t         0t         3t         6t         9t         <t  J          Ht  J          Tt  L          ct  L       	   rt  J       	   {t  J          t  P          t  P          t  J      	   t  S       	   t  S       	   t  S          t  J      	   t  W       	   t  W       	   t  W          t         t  [          t  [          t         t         t         t         t         t  b          u  b       	   u  d       	   u  d          u  b           u  b          &u         )u  i          /u  i          5u     	   ;u  l       	   Du  l       	   Mu  l          Vu         Yu  p          eu  p          qu  r          u  r       	   u  p       	   u  p          u  v          u  v          u  p      	   u  y       	   u  y       	   u  y          u  p      	   u  }       	   u  }       	   u  }       	   u  p       	   v  p          v         Cv         Ev         Hv         Jv         Lv         Nv         Pv         Rv         Tv            Vv                    Xv         Zv         \v         ^v         `v         bv         dv         fv         hv         jv         lv         nv         pv         sv         uv         xv         zv         |v         v         v         v         v         v             v         v         v         v         v         v         v         v         v         v         v         v         v         v         v         v         v         v         v         v         v            v            v            v            v            v            v            v         v         v         v            v            v            v             v             v             w            w            w            w         w         w         w         w         !w            #w                    'w            *w            -w                7w            ;w                @w                Fw            Kw               Qw                       Xw            Zw                    ^w            aw                fw                kw            mw               pw               tw               xw               |w               w               w               w               w            w                w            w               w               w               w               w               w               w            w  	             w            w               w               w               w               w            w               w               w            w               w               w            w               w               w               w               w               w            w            w                w            w                w               w                w               w                w                w            w               w               x               x  
             x               	x               x            x               x               x               !x            #x               &x               *x               -x               1x               5x               9x            <x               @x               Ex               Ix               Nx               Sx               Xx            ]x                cx            ix            kx  #             nx  $             rx  #             ux  &             yx  #             }x  #                     x            x                x                x                x                x                x                    x            x            x                x            x            x                x            x            x            x               x               x               x              x            x            x               x              x            x           x           x                  x           x                x                x            x               x                        y            y            y               y            	y            y            y               y            y  	          y            y            y            y            y            y            !y  
          #y            %y            'y            )y            +y            -y            /y  	          1y            Ty            [y                cy            fy               jy            my               qy            ty               xy            {y               y            y  
             y            y               y            y            	   y            y            y            y               y               y            y            y            y               y               y               y            
   y            	z            z            z         	   z               (z            .z            3z            7z               >z               Cz         
   Nz            Xz                        fz            jz                oz            tz               zz            }z               z            z            z            z            z            z                           z                z                z                z                z                z                    z         z             z             z             z             z             z         z            z            z            z            z            {         {            	{            {            {            {            {            {         !{         #{            '{            -{            1{            5{            9{            <{         >{         @{         B{         D{         F{            J{            P{            T{            X{                        \{            `{            d{            f{            h{                        z{            }{            {            {            {  	          {            {            {            {               {            {            {            {            {            {            {            {            {            {            {            {               {            {  	          {            {            {            {               {            {            {            {            |            	|            |            |            |            |            !|            '|            -|            1|  	          4|            7|            ;|            >|            D|            J|  	          M|            Q|            V|            [|                `|         b|         f|         h|            j|            l|            p|                r|            v|            z|            }|            |            |            |            |            |            |            |            |            |            |            |            |            |            |               |               |               |            |               |               |            |            |            |            |            |            |            |            |            |            |            |            |             }            }            }            }            }            }            }            }             }            $}            (}            ,}            1}            6}            ;}            @}            E}            K}            O}            S}  6             Y}  6             _}            c}            f}  :             l}  :             q}  :             v}  :             {}            }            }            }  A             }  A             }  A             }  A             }            }            }            }            }            }            }            }            }            }            }            }            }            }            }            }            }                               ~                ~                    ^~            c~            i~            n~            s~            w~            {~            ~            ~            ~            ~                ~         ~             ~            ~             ~            ~            ~            ~             ~             ~         ~  	          ~  
          ~  
          ~  	          ~            ~  	          ~            ~  	          ~            ~            ~  	          ~  	          ~            ~  	          ~  	          ~  	          ~            ~  	                                  	              	                                    	            	          "  #          &  	          )  %          -  %          1  	          4  	          8  	          <  *          C         D  ,          F  -          I  .          N  ,          P  0          U  ,          W  ,          Z  3          _  ,          b  5          f  ,          h  7          k  8          o  7          r  :          v  ;          {  7          ~  =            =            ?            =            7            B            B            D            E            7            G            H            7            7            7            L            ,            N            N            N            Q            Q            S            N            U            N            N            X            X            X            ,            \            ]                                                b                               e          #         %         (         +  i          1         3         5  l          8         :  n          =         @         A  q          C  r          G  q          K  q          M         N  v          P  w          S  v          U  y          X  v          Z  {          ]  |          a  {          g  {          k            q  {          u            z  {          ~  {            {            {            {            v                        v            v                                    v                        v            v            v            v                                              Ā  v          ǀ  v          ɀ            ̀            Ѐ            Ӏ  v          Հ            ـ            ݀  v                        v                                                                                           	                                       "            (            -         	   3            <  v          ?  v          B  v          F         H            K         M            P         R         U            [         \            ^            a            f            h            l            o         p         r            u         w         y         {                                                                                                                                                                                                 	                                                             Á         Ɓ            ˁ            с         Ձ         ؁         ځ         ݁         ߁                                                                                                     !                     #            #          	  %                     '                     )                            %         (  -          ,  .          1         4         6  1          9  2          =         ?         B         G         J         M         O         R         X         Z  <                  `                        h         	   n            w         	   }                                                         	            	                           ҂            ؂            ނ                                 	                                                          ;            >            A             	   D         	   M            V               b               n            z                                 	                              	                           	            	                           ȃ            ΃         	   ԃ            ݃            	                        	               	               	   
                        	               (               4               @         	   F            	   O               X         	   ^               g            	   s            	   |                 #               #                      	     &          	     &               (          	     &          	   ʄ  &             ӄ            ل  ,               ,               ,          	                 0               0               2             -  0             9  0             E            Q            ]         	   i         	   r            {  :                                  	                 >               >             Å  @             ҅  >             ޅ  >          	                 D          	                             G               G          	     I                J             /  G             >  G             J  G             V  G             \  G          	   b            k  Q          	   w              S               S                      	     V          	     V                                                                                                                                                                                        	                                                                                                                            $               (               /               2               8               ;               >            @               C            F                        I         K                 M            P                T            V               Y               \               `            c            f               j               n  	                                                                                                                                                                                                                                                                                                                                                 ۇ            ߇                                      	                                    	                                                
               	                                     &            *            .            5  
          <            G            L            Q            V            [            _            b                f            h            l            p            t            x            {            ~                                                                                                                                                                                                             ҈            Ո            ۈ                          	                                                                                                           	                                                                            #            )            /            2            8            >            B            F            M            S  	          W            ]            a            f            j            n            t            z                                                                                                                                                                                                                   É            ǉ                ɉ            ̉            ω            щ               Չ               ى               ݉                                                                                                                                                                                                                                                         #               '               +               /               3            5               9               =               A               F               K               P            S            V            Z            ^            b            g            l            q            s            u            w            y  /             }  /               /               2               2               2               /               /               /               /                           :               :               :               :               :               :               :             Ŋ  :             ʊ  :             ϊ  :             Ԋ  :             ي  :             ފ              G               G               I               I               I               I               I               I               I               I               I               I             "  I             '  T             .  T             5  T             <            @            D            H  Z             O  Z             V  Z             ]  Z             d  Z             j  _             r  _             z  _                           c               c               c               c               c               c                                                             Ë            ȋ            ͋            ҋ            ׋            ً            ۋ            ݋                                                                                                                                                                                                                                3            5            :            =            @            E            H            K               O            R            V            X            \            ^            b            f                                                                                                                                                               ō            ʍ            ύ            Ӎ            ׍            ۍ            ލ                                                                                                                                       
                                                                                        #            (            +            0            4            ;            ?            C            F            J            L            N            P            S            V            X            Z            ^            d            j            o            s            w            |                                                                                                                                                                             	            	   ˌ            Ԍ            ی                                                                                                             	                                       "            '            ,         	   3            <         	   C            L         	   W            `            d            h  #             n            r            w            {                                                                                                                                                                                                                      
               
               
               
               
                                     Ǝ            Ɏ            ˎ               Ύ               ю            Ԏ            َ            ߎ                                                                                                                                                                                        !  &             &  &             +            /            3            :         	   B  ,          
   K  ,          	   U  ,          	   ^  ,          
   g  ,             q            x                                                  6               6                           9               9               9               9               9                                       @               @               B             Ï  B             ˏ  B             ҏ  B             ُ  B               @               @               @                                       L               L                                                                                        T               T             #  T             )  T             /  T             6            :            >            C                    H            I            J               L            M                                       Q                R                 
   a            k                w                                                                                                                                                #            '                -                3            5               9               ?            C                                                            Ð            ǐ            ː            ϐ            Ӑ            א            ې            ߐ                                                                                                                                                                                            K            O            S               Y            ]            a               g            k            o               u            y  	               	                                                                                                                                                                         Ñ               ˑ               ӑ            ב               ݑ                                                                                                                                                       &             	              (               (                           +             #  +                     )            +            /               5            9            ;            =            ?               C               G            I  	             M  	             Q            S            W            [            ]               a               e            g               k               o               u               }                                                                                                                                                                                                                  ɒ            ϒ            ђ            ْ                                                            
                                      	            
                                                                                               "            $            &            (            *            ,            .            0            2            4            6            8            :            <                      I                                  #            (  U          -            2  R          7  S          <  T          A  K          E  L          I  Q          M  P          Q  O          U            Z  R          ^  7          c            h            m  N          r  :          w  ;          |  <            =            >            6            C            W                                                                           :            >          Ǖ  J          ͕            ӕ            ٕ            ߕ  D            E            F            V            5                                  	                                      U            1                         "  R          &  S          *  T          .  K          1  L          4  Q          7  P          :  O          =            A  X          E  T          I            M  *          Q  4          U  3          Z  Y          ^            b            i            n            t            y            ~  B            :            <            >            J                                                7            9            :            ;            <            =            >            6            8          Ŗ  W          ɖ  A          Ζ            Ӗ            ٖ  M          ߖ  ?            (            !            %            '            &            $            "            #            	                        [            
                      "            '  /          +  2          1  1          6             ;  ,          A  +          G  .          L  -          Q  )          U  @          [  Z          `            f  D          k  E          q  F          v  V          z  0          ~  H            G                  o  |          r  }          u  ~          x            z     |               }               ~               T               U               z       	        V               _                                             S          ƙ               ̙     {          ә     x       	   ڙ     \       	        ]               ^               M               N               O          	     P               [               T               U          $     z          *     V          1     _          5               :               @     S          E               I  "   
          N  "   W          S  "             X  "   X          ^     {          c     x          h     \          o     ]          v     ^          |     M               N               O               P                                                            [               |               }               ~               T               U          Ú     z          ɚ     V          К     _          Ԛ  ;             ٚ  ;             ߚ                 >   S                           @               @   Y               {               x               \          
     ]               ^               M               N          !     O          &     P          +               1               7               =     [          C               F  m          I  Q             M  Q             Q  Q             U  Q             Z  Q             _  Q             d             h  !          l  "          p  (          t  '          x  T          ~  U            z            V            _            a               a                           d   S            %                        g   	            g               g             Û  g             ɛ  g             ϛ  )          ӛ  *          כ  n             ݛ              p   {            ,            r   x            r   \            r   ]            r               r   ^            M            N            O            P            -             [          &  &          +  T          /  U          3  z          7  V          <  _          >               A               E  h          H               M     j          U     k          ]     l          e     /          j     r          p     .          t     d          y     i          ~     q               n               o               p               a               `               b               L               c               f            S            t               |               y          Ĝ     g          Ȝ     n          М     o          ؜     p                              v               0               e               u               Z            2            s                                                                  m          $               *               0               6               =               D               K             Q  !          W  "          ]  (          c  '          i  #          o  %          u  $          {     	                                                                        )            *            +            ,            -            &          ȝ  h          ͝     /          ԝ     .          ڝ  w          ߝ  t            4            3                                          Y            4               5               6               7               8                                   &            ,            2            8            >            D            I            N  F          S  G          Y  H          _  I          e  J          k  M          p  N          u  O          z  ?            @            =            >            <            ;            A            B            C            3            |            }          Ş  ~          ʞ  m          Ϟ               ՞               ۞                                                                           !            "            (            '            T            U          $  z       	   ,  V          5  _          ;              B              J  #          P    S          W  %          ]            c    	          k              s              {                              )            *            +              {            ,              x       	       \       	       ]          ß    ^          ˟  M          ҟ  N          ٟ  O            P            -            [            &            T            U            z            V            _            %              %            $  h          )  (  /          0  (  .          6  S          ;  t          @  ,  0          G  2          L  3          R            V  0  
          [  0            `  2            f  2  Y          m  0            r  5          w  6          |  7            8                                                                                                9            :            {            x          Ġ  D  D          ˠ  D  E          Ѡ  F          ֠  \          ݠ  ]            ^            G            H            I            J            K          	  M            N            Q  m            R            "  R            *  R         	   2  R         	   ;  R         	   D  R            M  O          R  P          W  Z            ]  [            d  Z  R          j  ]  1          q  Z  Q          w  Z            ~                                                              ?            @            =            >            <            ;          ǡ  A          Ρ  B          ԡ  C          ڡ  [                        p  
            q              q  i            q  q            q  a            q  `            q  b            q  c            q  f            p  |            p  y            p  e            p  u          %  p            (  ~            ,  ~  
          1  ~  Y          6  p            9  5          <  6          ?  7          B  8          E            I            M            Q            U            Y            ]            a  9          d  :          g  {          j  x          m    D          r    E          v  F          y  \          ~  ]            ^            G            H            I            J                        K            M            N              m                                                                  Ģ              ˢ              Ң  O          բ  P          آ              ܢ                  R              1              Q                                                                                       ?            @            =            >            <          !  ;          &  A          +  B          /  C          3  [          7  |          :  }          =  ~          @    y          D  n          J  o          P  p          V            X              \              _  h          b              f              j              n    j          t    k          z    l                                                      t                             !              "              (              '              T              U              z              V              _          ã              ȣ              Σ    #          ң    S          ף    %          ۣ              ߣ    	                                                                      )              *              +          	    {              ,              x              \              ]          %    ^          +    M          0    N          5    O          :    P          ?    -          C    [          I    &          N  T          R  U          V  z          Z  V          _            b    y          h    d          m    u          t  _          v               y               }  h                            j              k              l              /              r              .              d              i              q              n              o          Ƥ    p          ̤    a          Ѥ    `          ֤    b          ۤ    L              c              f            S            t              |              y              g                             v              0              e              u              Z          %  2          (  s          ,            0  4          4  3          8  |          =  }          B  ~          G  T          M  U          S  z          Y  V          `  _          d  .            i  .            o  S          t            x  2            ~  2  Y            {            x            \            ]            ^            M            N            O            P                                  å            ɥ  [          ϥ            ѥ  B  
          ԥ  C            ٥  C  i          ޥ  C  q            F  n            F  o            F  p            C  a            C  `            C  b            C  c            C  f            B  |            B  y            B  e            B  u          &  B            )  S            -  S  
          2  S  Y          7  B            :  5          =  6          @  7          C  8          F            I  \            M  \            R  \            V  \            Z  `            b  `            j  `            r  `            x  \            |  \              \              \              \              \              j              j              j              j              j              9            :            q  |            q  y            q            ¦  q            Ȧ  {          ˦  v            Ӧ  v            ۦ  v              h            z              z  D            z  E            z  d            z  i            z  q            z  a            z  `            z  b            z  c            z  f            F              n          '    o          /    p          7    j          ?    k          G    l          O    t          T    r          Z              _    y          g    d       	   n    u          w              {    n              o              p              s            t              |              y                            n              o              p          ç              ɧ    v          ϧ    s          է    \          ڧ    ]          ߧ    e              u              Z            h              i              q              j          	    k              l              a              `          #    b          )    c          /  t          3  y          :  d          @  u          H  ^          L           	   R    j       	   [    k       	   d    l          m    r          t    d          z    i              q              a              `              b              L              c              f            G            H              |              y              g          Ĩ              ˨    v          Ҩ    e          ٨    u              Z            I            J       	       n       	       o       	       p                        K            M            N              m          !              '              -              3              :              A              H  O          K  P          N              R              W    R          [    1          `    Q          d              i            m            q            u  e          y  u          ~  h              ?              @              =       	       j       	       k       	       l              r              >              <              d          é    i          ɩ    ;          Ω    A          ө    a          ٩    `          ߩ    b              L              c              f            B            C                v               e               u               Z            [       	   "    n       	   +    o       	   4    p          =  |          A  }          E  ~          I  T          P  U          W  z          ^  V          f  _          k              q              x  S          ~              {            x            \            ]            ^            M            N            O            P            [          Ū  T          ʪ  U          Ϫ  z          Ԫ  V          ڪ  _          ݪ  S                        %  
            %  W            %              %  X            {            x            M            N            O          	  P                                                [          !  |          %  }          )  ~          -  T          2  U          7  z          <  V          B  _          E  ;            I  ;            N  S          R            U  ?            Z  ?  Y          `  {          d  x          h  \          n  ]          t  ^          y  M          }  N            O            P                                                [            h            O              O  j            O  k            O  l            O  r            O  d            O  i          ū  O  q          ȫ  O  a          ̫  O  `          Ы  O  b          ԫ  O  L          ث  O  c          ܫ  O  f            t            ^  |            ^  }            ^  ~            a  y            ^  T            ^  U            ^  z          	  ^  V            ^  _            g              g            #  ^  S          )  ^            .  ^  {          4  ^  x          :  ^  \          B  ^  ]          J  ^  ^          Q  ^  M          W  ^  N          ]  ^  O          c  ^  P          i  ^  [          p  ^  T          u  ^  U          z  ^  z            ^  V            ^  _            z              z              ^  S            ^              ~              ~  Y            ^  {                          ^  x            ^  v            ^  \            ^  ]            ^  ^          Ƭ  ^  M          ʬ  ^  N          ά  ^  O          Ҭ  ^  P          ֬  ^            ۬  ^              ^              ^  e            ^  u            ^  [              Z            n            o          	  p            |            }            ~                      !            &            +  |          .  |          3            7            <              C              J              R              Z              b              i              p              w              ~                y                          y                                                                          m                                                                                í              ȭ             ̭  !          Э  "          ԭ  (          ح  '          ܭ  T            U            z            V            _                                        #              S            %                          	                        !              '              -              3  )          7  *          ;  +          ?    {          D  ,          H    x          M    \          T    ]          [    ^          a  M          f  N          k  O          p  P          u  -          y  [            &            T            U            z            V            _                                        h                            j              k              l              /          î    r          ɮ    .          ͮ    d          Ү    i          ׮    q          ۮ    n              o              p              a              `              b              L              c              f            S            t              |              y              g          !              '    v          -    0          2    e          8    u          ?    Z          F  2          I  s          M            Q  4          U  3          Y            [  	  
          ^  
            c  
  i          h  
  q          l  
  a          q  
  `          v  
  b          {  
  c            
  f            	  |            	  y            	  e            	  u            	                              Y            	              5            6            7            8                                              ů            ɯ            ͯ            ѯ            կ            د            ۯ  {          ޯ              )              )              )              ,              ,               ,              ,                          1              1                        #  h          &  5            +  5  j          3  5  k          ;  5  l          C  5  r          I  5  D          N  5  E          R  5  d          W  5  i          \  5  q          `  ?  n          f  ?  o          l  ?  p          r  5  a          w  5  `          |  5  b            5  L            5  c            5  f            F            t            J  |            J  y            J  g            J              J  v            J  \            J  ]            J  e          °  J  u          ɰ  J  Z          а  ^          ԰  G          ذ  H          ܰ  I            J                        M            N            \  m            ]              ]              ]              ]              ]              ]              O            P             e            $  f            )  e  R          -  h  1          2  e  Q          6  e            ;  t          @  e          G  h          M  n  d          U  n  i       	   ]  n  j       	   f  n  k       	   o  n  l          x  n  a            n  `            n  b            n  c                        x  d       
     x  u                        F            s          ±  e          Ʊ  u          ˱  ?          б  @          ձ  =          ڱ  >          ߱  <            ;            A            B            C            [            h              d              q              F              n              o          #    p          +    f          3  t          8    g       	   >    Z          G            M  h          O    i          S    q          V    a          Z    `          ^    b          b    c          f  t          h  |          l  }          p  ~          t  T          {  U            z            V            _                                        S                        {            \            ]          Ĳ  ^          ˲  M          Ѳ  N          ײ  O          ݲ  P            [            T            U            z            V            _                                        h            S                                        Y          !  {          %  x          )  \          /  ]          5  ^          :  M          >  N          B  O          F  P          J            O            T            Y  [          ^  y          c  d          g  u          m  h          o    d          s    i          w  w          y  t          {  h          }                  d              i              q              a              `              b              c              f            w              |              }              ~              n              o              p          ĳ    h          ȳ              ͳ              ҳ              ׳    j          ޳    k              l                                                        t              T          	    U              {              V              _          $              *              1              6    S          <              A              H              M    {          S    x          Y    \          a    ]          i              o    ^          v    M          |    N              O              P              [              T              U              r              z              V                            y              d              u          ȴ    _          ˴              ϴ              Դ    S          ش              ۴    
          ߴ    n              o              p              W                            X                                                                                                            $              (              ,    {          0    x          4    F          8    \          >    ]          D    ^          I              N    K          T    M          X    N          \    O          `              e              j              o    ?          u    @          {    =              >              <              ;              A              B              C              [            t            =  |            =  }            =  ~            @  y            =  T          µ  =  U          ɵ  =  z          е  =  V          ص  =  _          ݵ  F              F              =  S            =              =  {            =  x            =  \          	  =  ]            =  ^            =  M            =  N          $  =  O          *  =  P          0  =  [          7  =  T          <  =  U          A  =  z          F  =  V          L  =  _          O  Y            S  Y            X  =  S          \  =            _  ]            d  ]  Y          j  =  {          n  `            s  =  x          w  =  v          |  =  \            =  ]            =  ^            =  M            =  N            =  O            =  P            =              =              =              =  e            =  u            =  [            p  Z          ¶  |          ƶ  }          ʶ  ~          ζ            Ѷ  u            ֶ  u            ڶ             ߶  !            "            (            '            #            %            $              	          	                                                        %  )          *  *          /  +          4  ,          9  -          >  &          D  T          I  U          N  z          S  V          Y  _          \              `              e  h          i    /          o    .          t  S          x  t          |    0            2            4            3                          
                                          
              Y                          5            6            7            8                      ŷ            ʷ            Ϸ            Է            ٷ            ޷              9            :            {            x              D              E            F            \            ]            ^            G            H            I          "  J          '  M          +  N          /  O          3  P          7    R          <    Q          A            F            L            Q            V            [  ?          a  @          g  =          m  >          s  <          y  ;            A            B            C            [            h                            d              i              q              a              `              b              c              f            |            y          ø  e          ȸ  u          θ  
          Ҹ  h          Ը              ظ    j          ߸    k              l              r              d              i              q              n              o              p              a              `              b              L              c               f          %            '              *  t          ,    |          0    y          5              8    g          ;              @              C              H    v          M              Q    e          V    u          \    Z          b             f  !          j  "          n  (          r  '          v  #          z  %          ~  $            )            *            +            ,            -            &            T            U            z            V            _                                        h                            j          Ź    k          ͹    l          չ    /          ڹ    r              .              d              i              q              n              o              p              a          	    `              b              L              c              f          #  S          &  t          )  *  |          .  *  y          4  *  g          8  *            >  *  v          D  *  e          J  *  u          Q  *  Z          X  s          \            `  h          c  5            h  5  4          l  7  d          q  7  i          v  5  q          z  5  a            5  `            5  b            5  c            5  f            w            @  n            @  o            @  p            @  j            @  k            @  l          Ǻ  @  t          ̺  @  r          Һ  @            ׺  I  y          ߺ  I  d       	     I  u            @  3            @              N  n            N  o            N  p            @  F            @  s            t            T  |          "  T  y          (  T            ,  W  n          4  W  o          <  W  p          D  T            J  T  F          O  \  v          U  T  s          [  T  e          a  T  u          h  T  Z          o  h          s  b  i          y  b  q          ~  d  j            d  k            d  l            b  a            b  `            b  b            b  c            t                        m  y            m  d            m  u          Ȼ  h          ̻  q         	   һ  q  j       	   ۻ  q  k       	     q  l            q  r            q  d            q  i             q  q            q  a            q  `            q  b            q  L            q  c          #  q  f          *  t          .    |          4    y          ;    g          @              G    v          N    e          U    u          ]    Z       	   e  n       	   n  o       	   w  p                                      h                            i              q              a              `              b              c              f              |              y              e          ü    u          ʼ              ͼ              Ѽ    Y          ּ  x          ټ    D          ޼    E            F            \            ]            ^            G            H            I            J                                  
  M            N            O            P                                              !              %              )              -              0              4              8              <              @            B              I              P              W              ^              e              l              p              u              y    y                                                                                                                            |              y                                                      h                        Ž    j          ̽    k          ӽ    l          ڽ    r          ߽    d              i              q              n              o              p              a              `              b              d              L              c              f            t              |              y          #              (    v          -    e          2    u          8    Z          >            A  n          G  o          M  p          S            U              Y              \  h          _              d    j          l    k          t    l          |    r              d              i              a              `              b              L              c              f            h                                                                      d          ľ    i          ɾ    q          ;  	  j          Ӿ  	  k          پ  	  l          ߾    a              `              b              c                                          f                          t                             !              "              (              '              T          %    U          +    z          1    V          8    _          <              @     S          E    %          I              M  #  	          S  #            Y  #            _  #            e  #            k    )          o    *          s  *            y              }  ,  {              ,            .  x            .                M              N              O              P              -              [              &            T            U            z            V          Ŀ            ǿ  <  y          Ϳ  <  d          ҿ  <  u          ٿ  _          ۿ  @            ޿  @              h            C  /            C  .            S            t            G  0            2            4             |            }          
  ~            T            U            z       	   '  V          0  _          6  R            =  R            E  S          L            R  {          Y  x       	   `  \       	   i  ]          r  ^          z  M            N            O            P            [            T            U            z            V            _            e              e              3            h  S                        j  
            j  W            j              j  X            {            x            \            ]             ^            M            N            O            P                                   &            ,  [          2  |          7  }          <  ~          A  T          G  U          M  z          S  V          Z  _          ^              c              i  S          n            r              x    Y            {            x            \            ]            ^            M            N            O            P                                                [                          
              n              o              p                                          
              Y                          5            6            7            8                                                                                                 9            :          "  {          %  x          (    D          -    E          1  F          4  \          9  ]          >  ^          B  G          F  H          J  I          N  J          R  K          W  M          Z  N          ]  O          `  P          c    R          g    Q          k            o            t  ?          y  @          ~  =            >            <            ;            A            B            C            [            a            `            b            c            _            h              d              i              q              a              `              b              c              f            w              n              o              p              j              k              l              t              r                        $    d       	   +    u          4              8    n          @    o          H    p          P    F          U    s          [  t          ^    g          b    v          h    e          n    u          u    Z              |            }                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
                                                       $            )            .            4            6            8            :            =            @                Q            T            Y            ^            c            f            j  	          m            q            w            {                                                                                                                                                     	                                                                                                	                                                                                              
                                                            "            *            2  	                  6         8         :         <            >            B            F                J            L            P                R            T            V            Y            \            a            f            h            k            n            r            w            z            }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                      '               '               '               '                '             %  '             )  -             /  -             5  -             ;            =  1             A  1             F            K            P            V            [  7             b  7             i  7             p            u            {                                                  @               @               @                                                   F               F               F               F               J               J               J                           N               N               N               N               N                         
                                                                         $            (            ,            0            4            7            8            9            :            <            >            @            B                           I                K                M                O                Q                        v            w                {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	                                                                                                                       #         &         )         ,         /                 2         5         8         ;         >         A                 D         G         J         M         P         S                 V         Y         \         _         b         e                 h         n         q             t         w         z         }                                                                                                                                                                                                                                
                                                                            "         %         (         +                 1         4         7                                                                                                      	   2         ;         P         p                        	                              	                                          
                                                                                "         %         (                 +         .         1         4         7         :         =         @         C         F         I         L         O         R         U         X                                                                                              	                                                                                                                                                                                                                                     5         A         P      	   b                                                                                                                                                $         '         *         -         0         4         8         <         @         C         F         I         L         P         T         X         \         ^         `         c         f         i         l         n         p         s         v         y         |                                                                                                                                                                                                                                                                                                                                                                                                                                                               !         %                 J         M                 P         R                 T         X                 \         ^         `         c         f         i         l         o         r         t         v         y         |         ~                                                                                                                                                                                                                            
               "            *            2            :            @         
   L            V            Z               `               n               z            ~            
                                                                                                                                                                                                                                    
               
                  0            @            D  #          
   R  #          
   \  #             f            j         p         v         |         7            =            C         
   E               O               S     !          Y               ]               e               k               q  	             y                                                                           
                           
                              
               
                              
               
                                                            
                                             
   !     	       
   +            
   5            
   ?               I               O  $             W            
   ]     
       
   g            
   q               {                 *               *          
     *          
     *               *                                        
               
                                               5               6               5               8               8               5               ;               ;               5          
     >             %            '  @             +  A             1  A             7  @          ;  @             A  @             G  F             O            S  H             Y  I             a  I             i  H          
   q  L             {                   	            
                                                                                     
            
                                                                                                                                                            
               )            5            =                    E            K            S            Y            _               g                    i            m            q               w            
                                                                   asm    dylink.0@  "` `` ` ``  envcheck_encoding_conversion_args envreport_invalid_encoding envpg_encoding_verifymbchar env__memory_base envmemory    __wasm_call_ctors Pg_magic_func 'pg_finfo_euc_jis_2004_to_shift_jis_2004 'pg_finfo_shift_jis_2004_to_euc_jis_2004 euc_jis_2004_to_shift_jis_2004 shift_jis_2004_to_euc_jis_2004 
  #  # A8j # A<j  (<!  (,!  ($!  (  (  (4"AA) @ A L@ !  ! @  -  ""A N@ E@ A      :   Ak! Aj!  AjA   "A H@ A    @@ AG  AG    - :  @@@@ AG  AG   - !@  - "Ak"AK A tAqE  AjAvAl AjAvj! AjAqAM@ AjAv! E AF@  - !@@@  A jAqA>IA  A!jAqA OA jAv:   AqE A jAqA>K  A k:  Aj 
A     A jAqAM@  A k:  Aj @ Aj!
A      Ak:  Aj A    A      :   Aj! Aq@ A jAqA>M@  A k:   A jAqAM@  A k:   A      Ak:   Aj!  k!   j!  A J  A :     k
  (<!  (,!  ($!
  (  (  (4" A)A @  A L@ 
! 
!@ ,  "A N@ E@ A)      :   Aj! Aj!  AkA)   "  K@ A)    @@@ A jAqA>K  AG  A:    :  AG Aq!	 - "!@@@ AF  AK  A@j"A>M@ A?k!A!@ AHA A jAqA K Ak!A ! A N A)    @ ApqA`F@ A@j"A>M@ A?k!A!@ AHA A jAqA K Ak!A ! A N A)    @ A|qApF@ A@j"A>M@ A?k!A!@ AHA A jAqA K Ak!A ! A N 
A)    @ AjAqAM@ A@j"A>M@ A?k!A!@ AHA A jAqA K Ak!A ! A N A)     
A)     AtF@A  	At kAk@@@@ 	Ak AA AA AA AA ! A:   Aj! 	At jAk! 	At jAk!  A k:   A k:   Aj!  j!   k" A J  A :    
kF # @8     d       @       PostgreSQL                             asm    dylink.0@  "` `` ` ` `  envcheck_encoding_conversion_args envreport_invalid_encoding envreport_untranslatable_char env__memory_base envmemory    w__wasm_call_ctors Pg_magic_func pg_finfo_euc_cn_to_mic pg_finfo_mic_to_euc_cn euc_cn_to_mic mic_to_euc_cn 
  #  # A8j # A<j  (<!  (,!  ($!  (  (  (4"AA @ A L@ !  ! @  ,  "A H@@ AG@  Aj",  A H A     A:    : A!  -  : A~! Aj E@ A      :  A!A! Aj!   j!   j"A J  A :     k  (<!  (,!  ($!  (  (  (4"AA @ A L@ !  ! @  ,  "A H@ AG@ AA    @@ AI   , "A N   Aj",  A H A      :    -  :  Aj!A}!  Aj E@ A      :   Aj!A!  Aj!   j"A J  A :     kF # @8     d       @       PostgreSQL                             asm    dylink.0  )` `` ` `` `  envcheck_encoding_conversion_args envreport_invalid_encoding envpg_encoding_verifymbchar envreport_untranslatable_char env__memory_base envmemory        __wasm_call_ctors Pg_magic_func pg_finfo_euc_jp_to_sjis pg_finfo_sjis_to_euc_jp pg_finfo_euc_jp_to_mic pg_finfo_mic_to_euc_jp 	pg_finfo_sjis_to_mic 
pg_finfo_mic_to_sjis euc_jp_to_sjis sjis_to_euc_jp euc_jp_to_mic mic_to_euc_jp sjis_to_mic mic_to_sjis 
  #  # A8j # A<j # A@k # A j # A j # A j	  (<!  (,!  ($!  (  (  (4"AA# @ A L@ !  ! @  ,  "A N@ E@ A      :   Ak! Aj!  AjA   "	A H@ A      - !@@@@ Aq"Ak   :   Aj@@  - " Atr"AM@# !A ! AG A j!  AjAvAk:   AA AIA~ Aq j: @# A j Aj"Atj"/"AF@ A;    G   /"At Avr;   At rAO@ AkAuAj! A k AjAvAA A_Ij! !  :   AA AIA~ Aq j:  Aj!  	k!   	j!  A J  A :     k  (<!
  (,!  ($!	  (  (  (4"A#A @ A L@ 	! 	!@ -  "" A N@  E@ 
A#      :   Ak! Aj! AjA#  "A H@ 
A#   @  A jAqA>M@ A:     :  Aj!# ! - " Atr" AkAM@ A j!A !A!@ Aq  F@ /" Aq!  Av!# A j Aj"Atj"/ "AG   AL@ AA  AK"  j AIj:   AtA q  rAj:   Aj!  AG  AIqE  AkAKqE@ A;   Aj!  AkA	M@ AA  AK"  j AIj:   AtA"jA q  rAj:   Aj!  AkA	M@ A:   AA  AK"  j AIj:   AtAjA q  rAj:  Aj!# !A!  AI  A j!A !@@   AqG  (" AN@ A:     Ar:    AvAr:  Aj!   Ar:    AvAr:   Aj!# A j Aj"Atj"/"AG   k!  j! A J  A :    	k  (<!  (,!  ($!  (  (  (4"AA @ A L@ !  ! @  -  ""A N@ E@ A      :   Ak! Aj!  AjA   "A H@ A    @@@@ Ak  A:     - :  Aj A:     - :    - :  A:    :    - :  Aj!  k!   j!  A J  A :     k  (<!  (,!  ($!  (  (  (4"AA @ A L@ !  ! @  -  ""A N@ E@ A      :   Ak! Aj!  AjA   "A H@ A    @@@@@ Ak  A:     - :    - :  Aj   - :     - :  AA     A:     - :  Aj!  k!   j!  A J  A :     k
  (<!
  (,!  ($!	  (  (  (4"A#A @ A L@ 	! 	!@@@ -  "A jAqA>M@ A:  A!  :  Aj A H@@@ AF  AG AIqE@ A jAqAK , " A}H  A@jAqA?I 
A#   # !  Aq" Atr" AkAM@ A j!A !A!@   F@ /" Aq!  Av!# A j Aj"Atj"/ "AG   AL@ A:  A! AA  AJ"  j AHj:   AtA q  rAj:   AG  AIqE  AkAKqE@ A;  A! A:   AkA	M@ A:  A! AA  AJ"  j AHj:   AtA"jA q  rAj:   AkA	M@ A:  A! AA  AJ"  j AHj:   AtAjA q  rAj: # !A!A~!A!  AI A j!A !@ Aq  F@  (" Ar:    AvAr:  AA  AJ:   Aj!# A j Aj"Atj"/"AG  E@ 
A#     :  A! Aj!A! Aj!A~!  j!  j"A J  A :    	k	  (<!  (,!  ($!	  (  (  (4"AA# @ A L@ 	!  	! @  -  ""A N@ E@ A      :   Ak! Aj!  AjA   "A H@ A    @@@@ Ak   - "  - "AtrAO@ AkAuAj! A k AjAvAA AIj! !  :   AA AIA~ Aq j:  Aj@@  - "  - "Atr"AM@# !A ! AG A j!  AjAvAk:   AA AIA~ Aq j:  Aj@# A j Aj"Atj"/"AF@ A;   Aj  G   /"At Avr;   Aj AA#       - :   Aj!  k!   j!  A J  A :     	k # 8     d       @       PostgreSQL                                        @ A B C D E F G H I TJ UK VL WM XN YO ZP [Q \R ]S T̢  Uâ V W X Y Z [  @\ԏ A]܏ B^ C_ D`ُ Ea Fb Gc HdÏ Ie Jf Kg Lh MiȰ Nj OkҰ Pl԰ Qm㰏 Rn So Tp Uq Vr Ws Xt߱ Yuر Zvȱ [wױ \x㱏 ]y ^zᱏ _{ `| a} b~沏 c d e f g hس i۳ j峏 k l m n o pǴ qд r޴ s t u v wĵ x赏 y z· {䷏ |跏 }総 ~   θ ḏ        ۺ ͏ ẏ  뺏    ʻ   л ޻    伏    ½ 罏        ; ɾ 侏  ɿ                         Ï Ï Ï Ï  Ï Ï  ď  ď ď ď  ŏ ŏ ŏ  ŏ Ə Ə Ə Ə Ə Ǐ Ǐ Ǐ Ǐ @Ǐ AǏ BǏ C D EǏ FǏ GǏ HǏ IǏ Jȏ Kȏ Lȏ Mɏ Nɏ Oɏ P Qɏ Rɏ Sɏ Tɏ Uɏ Vɏ Wɏ X Yʏ Zʏ [ʏ @\ʏ A]ˏ B^ C_ˏ D`ˏ Eaˏ Fbˏ Gcˏ Hdˏ Iȅ Jfˏ Kg̏ Lh̏ Mȉ Nj̏ Ok̏ Pl̏ Qm̏ Rn So͏ Tp UqΏ Vr WsΏ XtΏ Yu ZvΏ [wݳ \xϏ ]yϏ ^zϏ _{Ϗ `| a} b~ c dЏ e fЏ gя h i jя kҏ l mӏ nӏ oԏ p q rԏ sԏ tՏ u v׏ w x؏ y؏ z؏ {؏ |؏ }ُ ~ُ ُ      ܏ ݏ ݏ ݏ ݏ ޏ ޏ  ޏ ޏ  ߏ  ߏ                                                                              @ A B C D E F G H I J K    asm    dylink.0@  )` `` `` ` `  envcheck_encoding_conversion_args envpg_encoding_verifymbchar envreport_invalid_encoding envreport_untranslatable_char env__memory_base envmemory    w__wasm_call_ctors Pg_magic_func pg_finfo_euc_kr_to_mic pg_finfo_mic_to_euc_kr euc_kr_to_mic mic_to_euc_kr 	
  #  # A8j # A<j  (<!  (,!  ($!  (  (  (4"AA @ A L@ !  ! @  ,  "A H@A   AG@ A     A:    : A!   - : A~! Aj E@ A      :  A!A! Aj!   j!   j"A J  A :     k  (<!  (,!  ($!  (  (  (4"AA @ A L@ !  ! @@  ,  "A N@ E@ A      :   Ak!  Aj!  Aj!A   "A H@ A     AF@   - :     - :   k!   j!  Aj! AA     A J  A :     kF # @8     d       @       PostgreSQL                             asm    dylink.0  /` ```` ` ` `  envcheck_encoding_conversion_args envpg_encoding_verifymbchar envreport_invalid_encoding envreport_untranslatable_char env__stack_pointerenv__memory_base envmemory        __wasm_call_ctors Pg_magic_func pg_finfo_euc_tw_to_big5 	pg_finfo_big5_to_euc_tw 
pg_finfo_euc_tw_to_mic pg_finfo_mic_to_euc_tw pg_finfo_big5_to_mic pg_finfo_mic_to_big5 euc_tw_to_big5 big5_to_euc_tw euc_tw_to_mic mic_to_euc_tw big5_to_mic mic_to_big5 
 @@@@@@@@@@@  AM@#!@@@@@@  Ak   AF#AjA  " #Aj!#Aj!#Aj! A:   /A~r#Aj!@  Ak	   AʒGA! A!#AjA.  " EA!#Aj!#Aj!#Aj!#Aj!#Aj!#Aj! A:   /A~r  :    A~r A :  A?Aq Av!@@@   Atj"/ " K"  / M  /"E  Aqk! AO@ Aq" Aq"k AuAljA A^ AK"A"A   AKj AqjA!k" A m"A lk Aqj AtjA!j Aq Aqk AvA lj Aq"jAA AKj" Am"Alk" Aqj AtjA A  A>Jj  Aj " Ak  "jAu!  NA Aq  Aq! @@@@@@@@@@@@ Ak @@ Ak #!  A k
	#!  A͈L@  A F  A F  AG /!  AϞL@  AΈF  AܖG#/!  AОF  AʠG
#/!
#AjA  !	#AjA/  !#/!#/!#/!#/!#Aj!#Aj!  A G#Aj! / ! Aq #Aj #Aj #Aj #Aj #Aj #Aj #Aj  (<!  (,!  ($!  (  (  (4"AA$ @ A L@ !  ! @  ,  "A H@A   "A H@ A     AG@A!AA!@@@  - "Ak A! A j!  - !A  j-   AtrAq Aq"E@ AA$      At Avr;    k! Aj!   j E@ A      :   Ak! Aj!  Aj!  A J  A :     k# Ak"$   (<!  (,!  ($!  (  (  (4"A$A @ A L@ !  ! @  ,  "A H@A$   "A H@ A$      -  AtrAq Aj!@@@ - "Ak  A;    :   Av:  Aj A
jAqAM@ A:   - !  :   Av:   A k:  Aj A$A      At Avr;   Aj!  k!   j E@ A$      :   Ak! Aj!  Aj!  A J  A :   Aj$    k  (<!  (,!  ($!  (  (  (4"AA @ A L@ !  ! @  ,  "A H@A   "A H@ A     AF@ Aj!@@@@  - "Ak  A:   A:   A:    A j:  Aj!   - :     - :  Aj A:    :    - :  Aj!  k!   j E@ A      :   Ak! Aj!  Aj!  A J  A :     k  (<!  (,!  ($!  (  (  (4"AA @ A L@ !  ! @  -  ""A N@ E@ A      :   Ak! Aj!  AjA   "A H@ A    @@@@ Ak	  A;     - :    - :  Aj  Aj"-  A
jAqAK  A:    -  A k:    - :    - :  Aj AA       - :     - :  Aj!  k!   j!  A J  A :     k# Ak"$   (<!  (,!  ($!  (  (  (4"A$A @ A L@ !  ! @@  ,  "A N@ E@ A$      :   Ak!  Aj!  Aj!A$   "A H@ A$      -  AtrAq Aj! - "@ AqAF@ A:   - ! Aj!  :    :   Av:   k!   j!  Aj! A$A     A J  A :   Aj$    k	  (<!  (,!  ($!  (  (  (4"AA$ @ A L@ !  ! @@  -  "	"A N@ E@ A      :   Ak!  Aj!  Aj!A   "A H@ A    A!A!@@@ 	Ak	   - !A!A!   j-     j-  Atr Aq"E@ AA$      At Avr;    k!   j!  Aj! AA$     A J  A :     k #y#!{$!}*!R!@!!X"W"Y"!$!B  @!DSW  @#SЯTWȻQkRPkS\o6u5u7wa.xexdxfxV-xWby              7CPONDJP],~=\K    @!!J  K+!lM!L!}!N"M"9$zj?{~8k?vA$DLUv#W[)ZKU?["Wj\u]/d9`Vt]WCb(Z7cc0dkagl8dh4iiseNfubgf5iMfbiLjcKjdRlwgqfq4r@r5rAr  !!@W"X"Y"O#  !$q%  !BBB  !D@#S@SWTWЯPkRQkȻ\oS5u6u7w-xV.xadxexfxbyWL}          !!@+!KL!M!l}!M"N"9$~8{j?zk?$D  vAwA  $DKULU"W#Wv(Z)Z[?[j\t]Vu]9`CbW7c/d0dc8dlseiMfNfagkbgu4ih5ifbiKjcLjRldfqgqw4r5r@rArEr  8     d       @       PostgreSQL                                         asm    dylink.0  *` ```` `  envcheck_encoding_conversion_args env	latin2mic env	mic2latin envlatin2mic_with_table envmic2latin_with_table envlocal2local env__memory_base envmemory        __wasm_call_ctors Pg_magic_func pg_finfo_latin2_to_mic pg_finfo_mic_to_latin2 	pg_finfo_win1250_to_mic 
pg_finfo_mic_to_win1250 pg_finfo_latin2_to_win1250 pg_finfo_win1250_to_latin2 latin2_to_mic mic_to_latin2 win1250_to_mic mic_to_win1250 latin2_to_win1250 win1250_to_latin2 
  #  # A8j # A<j # A@k # A j # A j # A jB  (,!  ($!  (<!  (  (  (4" A	A     AA	 A GB  (,!  ($!  (<!  (  (  (4" AA	     AA	 A GH  (,!  ($!  (<!  (  (  (4" AA     AA# A j A GH  (,!  ($!  (<!  (  (  (4" AA     AA# Aj A GG  (,!  ($!  (<!  (  (  (4" A	A     A	A# Aj A GG  (,!  ($!  (<!  (  (  (4" AA	     AA	# A j A G # 8     d       @       PostgreSQL                                                             asm    dylink.0P  ` ``` `  ienvcheck_encoding_conversion_args env	latin2mic env	mic2latin env__memory_base envmemory        __wasm_call_ctors Pg_magic_func pg_finfo_latin1_to_mic pg_finfo_mic_to_latin1 pg_finfo_latin3_to_mic pg_finfo_mic_to_latin3 pg_finfo_latin4_to_mic 	pg_finfo_mic_to_latin4 
latin1_to_mic mic_to_latin1 latin3_to_mic mic_to_latin3 latin4_to_mic mic_to_latin4 
  #  # A8j # A<j # A@k # A j # A j # A jB  (,!  ($!  (<!  (  (  (4" AA     AA A GB  (,!  ($!  (<!  (  (  (4" AA     AA A GB  (,!  ($!  (<!  (  (  (4" A
A     AA
 A GB  (,!  ($!  (<!  (  (  (4" AA
     AA
 A GB  (,!  ($!  (<!  (  (  (4" AA     AA A GB  (,!  ($!  (<!  (  (  (4" AA     AA A GV # P8     d       @       PostgreSQL                                         asm    dylink.0ؐ ```` ` `` `` ``  `` `~` `` `~~~`~ `	`~`~~`~` ~enverrstart_cold enverrmsg_internal env	errfinish envGetDatabaseEncodingName envpalloc0  envWaitLatchOrSocket env
ResetLatch envProcessWalRcvInterrupts 
envpchomp  envpsprintf envpfree enverrcode  enverrmsg env	errdetail enverrhint envpstrdup  envstrcmp envstrchr envatoi  envpg_strtoint32  envpg_snprintf envpalloc  envmemcpy envinitStringInfo envappendStringInfoString envappendStringInfo envstrlen  envappendStringInfoChar envfree envDirectFunctionCall1Coll envquote_identifier  envtuplestore_begin_heap envCreateTemplateTupleDesc  envTupleDescInitEntry envTupleDescGetAttInMetadata  envAllocSetContextCreateInternal envBuildTupleFromCStrings envtuplestore_puttuple envMemoryContextReset envMemoryContextDelete envcalloc envstrdup  envpg_saslprep envpg_strong_random envpg_b64_enc_len  envmalloc  envpg_b64_encode envmemcmp envpg_b64_dec_len  envpg_b64_decode envstrtol envpg_hmac_create  envpg_hmac_error  envscram_SaltedPassword envscram_ClientKey envscram_H envpg_hmac_init envpg_hmac_update envpg_hmac_final envpg_hmac_free envscram_ServerKey envscram_build_secret 	env__errno_location envstrlcpy envsocket envpgl_setsockopt envpgl_connect envpgl_send envpgl_recv envclose  envstrncat envpthread_mutex_lock  envpthread_mutex_unlock  envstrncmp envpg_link_canary_is_frontend envgetenv  envpgl_geteuid envpg_get_user_home_dir envstat env
pg_fprintf envfopen envfeof  envferror  envfgets envpg_strip_crlf  envfclose  envexplicit_bzero envpg_prng_uint64_range envpg_get_encoding_from_locale envpg_encoding_to_char  envpg_strcasecmp envpg_prng_seed_check  envgettimeofday envgetpid envpg_prng_seed envpg_strerror_r envpgl_getsockopt envpgl_getsockname env
getpeereid envpg_getaddrinfo_all envgai_strerror  envpg_freeaddrinfo_all envpg_inet_net_ntop envpg_getnameinfo_all 	env
pg_sprintf envstrcpy envrealloc envpg_vsnprintf envpg_char_to_encoding_private  envsscanf env
pg_tolower  envstrspn envstrtoul envstrnlen envpg_encoding_mblen_or_incomplete envpg_encoding_verifymbchar envpg_encoding_set_invalid envpg_encoding_verifymbstr envpg_encoding_mblen envopen envread envwrite envfflush  envpgl_poll envpg_encoding_dsplen envpg_char_to_encoding  envfileno  envisatty  envioctl env	pgl_popen envfputs envfputc envfwrite env
pgl_pclose  envputc envpg_encoding_max_length  envstrlcat envsigemptyset  env	sigaddset envpthread_sigmask envsigismember env
sigpending  envsigwait env	localtime  envstrftime env	sigaction envpg_md5_encrypt envpg_get_user_name env__stack_pointerenv__memory_base env__table_base GOT.memWalReceiverFunctionsGOT.memMyLatchGOT.func	pg_lsn_inGOT.memMyDatabaseIdGOT.memwork_memGOT.memCurrentMemoryContextGOT.memstderrGOT.mempg_g_threadlockGOT.mempgresStatusGOT.memstdoutGOT.memstdinGOT.mempg_scram_mechenvmemory env__indirect_function_tablep 


    	                   	                          	     	  	                  	          	     AЀ A A&__wasm_call_ctors Pg_magic_func _PG_init PQconnectStartParams PQstatus PQsocket PQconnectPoll PQconnectionUsedPassword PQresultStatus PQclear PQerrorMessage PQfinish PQconninfoParse 	PQfreemem PQconninfoFree initPQExpBuffer 
PQconninfo appendPQExpBuffer termPQExpBuffer PQhost PQport 	PQnfields 	PQntuples 
PQgetvalue PQserverVersion PQgetlength PQescapeIdentifier PQescapeLiteral PQputCopyEnd PQflush 	PQendcopy PQgetCopyData PQconsumeInput PQputCopyData PQgetisnull PQbackendPID PQfname PQresultErrorField PQsendQuery PQisBusy PQgetResult libpq_append_conn_error appendPQExpBufferStr appendPQExpBufferChar libpq_append_error enlargePQExpBuffer pg_fe_scram_build_secret pg_scram_mechPQcancelCreate pqMakeEmptyPGconn pqCopyPGconn pqConnectOptions2 pqReleaseConnHosts PQcancelBlocking pqConnectDBStart pqConnectDBComplete PQcancelStart PQcancelPoll 
pqReadData resetPQExpBuffer PQcancelStatus PQcancelSocket PQcancelErrorMessage PQcancelReset pqClosePGconn PQcancelFinish PQgetCancel pqParseIntParam PQfreeCancel PQcancel PQrequestCancel pqDropConnection pqsecure_close PQconnectdbParams PQgetCurrentTimeUSec pqWaitTimed PQpingParams PQconnectdb PQconnectStart PQping pg_fe_getauthname pqGetHomeDirectory PQconndefaults PQsetdbLogin pqPutMsgStart pqPutMsgEnd pqFlush PQsendQueryContinue pqGetc pqGetInt pqGets_append pqCheckInBufferSpace pqGetNegotiateProtocolVersion3 pqGetErrorNotice3 pg_fe_sendauth pqPacketSend pqBuildStartupPacket3 pg_fe_getusername pqClearAsyncResult 
pqPutnchar PQresultErrorMessage PQreset PQresetStart PQresetPoll PQdb PQuser PQpass 
PQhostaddr PQtty 	PQoptions PQtransactionStatus PQparameterStatus PQprotocolVersion PQpipelineStatus PQconnectionNeedsPassword PQconnectionUsedGSSAPI PQclientEncoding PQsetClientEncoding PQexec PQsetErrorVerbosity PQsetErrorContextVisibility PQsetNoticeReceiver PQsetNoticeProcessor PQregisterThreadLock pg_g_threadlockPQmakeEmptyPGresult pqResultAlloc pqSetResultError PQsetResultAttrs PQresultAlloc pqResultStrdup PQcopyResult 
PQsetvalue pqInternalNotice PQresultMemorySize pqSaveErrorResult pqPrepareAsyncResult pqSaveMessageField pqSaveParameterStatus pqRowProcessor pqPuts PQsendQueryParams pqPutInt pqPutc PQsendPrepare PQsendQueryPrepared PQsetSingleRowMode PQsetChunkedRowsMode pqParseInput3 pqWait PQfireResultCreateEvents pqCommandQueueAdvance PQexecParams 	PQprepare PQexecPrepared PQdescribePrepared PQdescribePortal PQsendDescribePrepared PQsendDescribePortal PQclosePrepared PQclosePortal PQsendClosePrepared PQsendClosePortal 
PQnotifies pqCheckOutBufferSpace pqGetCopyData3 	PQgetline 
pqGetline3 PQgetlineAsync pqGetlineAsync3 	PQputline PQputnbytes 
pqEndcopy3 PQfn pqFunctionCall3 PQenterPipelineMode PQexitPipelineMode PQpipelineSync PQsendPipelineSync PQsendFlushRequest PQresStatus pgresStatusPQresultVerboseErrorMessage pqBuildErrorMessage3 PQbinaryTuples 	PQfnumber PQftable PQftablecol 	PQfformat PQftype PQfsize PQfmod PQcmdStatus PQoidStatus 
PQoidValue PQcmdTuples 	PQnparams PQparamtype PQsetnonblocking PQisnonblocking PQisthreadsafe PQfreeNotify PQescapeStringConn PQescapeString PQescapeByteaConn PQescapeBytea PQunescapeBytea lo_open lo_close lo_truncate lo_truncate64 lo_read lo_write lo_lseek 
lo_lseek64 lo_creat 	lo_create lo_tell 	lo_tell64 	lo_unlink 	lo_import lo_import_with_oid 	lo_export PQlibVersion pqGets appendBinaryPQExpBuffer 
pqGetnchar pqSkipnchar pqTraceOutputMessage pqTraceOutputNoTypeByteMessage pqsecure_write pqsecure_read appendPQExpBufferVA pqReadReady pqWriteReady PQsocketPoll PQmblen PQmblenBounded PQdsplen PQenv2encoding PQprint pq_block_sigpipe pq_reset_sigpipe PQdisplayTuples PQprintTuples 
PQsslInUse 	PQinitSSL PQinitOpenSSL pqsecure_initialize pqsecure_open_client pqsecure_raw_read pqsecure_raw_write PQgetssl PQsslStruct PQsslAttribute PQsslAttributeNames PQgetSSLKeyPassHook_OpenSSL PQsetSSLKeyPassHook_OpenSSL PQdefaultSSLKeyPassHook_OpenSSL PQgetgssctx PQgssEncInUse PQtrace 	PQuntrace PQsetTraceFlags pqsignal PQregisterEventProc PQsetInstanceData PQinstanceData PQresultSetInstanceData PQresultInstanceData createPQExpBuffer destroyPQExpBuffer printfPQExpBuffer PQencryptPassword PQencryptPasswordConn PQchangePassword __wasm_apply_data_relocs 	6 #
  #Aj#6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A	j6 #Aj#A
j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĀj#A j6 #AȀj#A j6 #Àj#A j6 #AЀj#Aj6 #AԀj#Aj6 #A؀j#Aj6 #A܀j#Aj6 #Aj#Aj6 #Aj#A j6 #Aj#A4j6 #Aj#A j6 #Aj#A3j6 #Aj#A j6 #Aj#A!j6 #Aj#A=j6 #Aj#A j6 #Aj#A=j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aȁj#A j6 #Áj#A j6 #Aj#A=j6 #Aj#A j6 #Aj#A>j6 #Aj#A j6 #Aj#A4j6 #Aj#A j6 #Aj#A4j6 #Aj#A j6 #Aj#A-j6 #Aj#A j6 #Aj#A6j6 #Aj#A.j6 #AĂj#A j6 #A؂j#Aj6 #A܂j#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A3j6 #Aj#A j6 #Aj#A4j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #AЃj#A j6 #Aԃj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A-j6 #Aj#A j6 #Aj#A-j6 #Aj#A j6 #AȄj#Aj6 #Āj#A j6 #AЄj#A j6 #A؄j#Aj6 #A܄j#A j6 #Aj#A3j6 #Aj#A j6 #Aj#A4j6 #Aj#A j6 #Aj#A3j6 #Aj#A4j6 #Aj#A j6 #Aj#Aj6 #AЅj#Aj6 #Aԅj#A j6 #Aj#A5j6 #Aj#A6j6 #Aj#A j6 #Aj#A*j6 #Aj#A*j6 #Aj#A j6 #Aj#Aj6 #AȆj#Aj6 #Ăj#A j6 #Aj#Aj6 #Aj#Aj6 #Aj#A j6 #Aj#A9j6 #Aj#A j6 #Aj#A6j6 #Aj#A<j6 #Aj#A j6 #Aj#A$j6 #Aj#A j6 #Aj#Aj6 #Aj#A$j6 #Aćj#A j6 #A؇j#A&j6 #A܇j#A j6 #Aj#A j6 #Aj#A&j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #AЈj#A9j6 #AԈj#A j6 #Aj#A;j6 #Aj#A j6 #Aj#A=j6 #Aj#A=j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A1j6 #Aj#A j6 #Aȉj#A*j6 #Ảj#A j6 #A؉j#Aj6 #A܉j#A j6 #Aj#Aj6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A*j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĊj#A j6 #AЊj#A j6 #AԊj#A j6 #Aj#A*j6 #Aj#A j6 #Aj#A+j6 #Aj#A j6 #Aj#A'j6 #Aj#A j6 #Aj#A j6 #Aj#A'j6 #Aj#A j6 #Aj#A&j6 #Aj#A j6 #Aȋj#A'j6 #A̋j#A j6 #Aj#A9j6 #Aj#A j6 #Aj#A6j6 #Aj#A<j6 #Aj#A j6 #Aj#A3j6 #Aj#A j6 #Aj#Aj6 #Aj#A4j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #AČj#A j6 #A،j#A$j6 #A܌j#A j6 #Aj#A j6 #Aj#A%j6 #Aj#A j6 #Aj#A&j6 #Aj#A&j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#Aj6 #Aj#Aj6 #Aj#A j6 #AЍj#A
j6 #Aԍj#A j6 #A؍j#A6j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #AĎj#A j6 #AȎj#A j6 #A̎j#A j6 #AЎj#A j6 #Aԏj#A j6 #Aj#A=j6 #Aj#A3j6 #Aj#A=j6 #Aj#A3j6 #Aj#A&j6 #Aj#A&j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6 #Aj#A%j6  #@#( @AA  #" A jA   A jA   A	j ##Aj6 # A k"$       6 #A3j60 E@ AjAr! A0jAr! AjAr!	 A0jAr A@k!
 A j! #" A&j64   A2j  A/j 6 @ A$j! #"A-j68!	  Aj6<  	6  A j6 !	 
! A j A0jAr! AjAr!	 #" A&j6   A3j68 ! 
!  #A3j6  	 6   A 6  A 6 A"  A0j AjA"6 @@ @ AF A!@#( AA AF"A!r  ( A A0"Aq@#(   q@  ( !@     (   @  ( E@ A E   ( #A j"!  AF    ( 6 #Aj 	   :   ( 6   (   
A !  A j$     (   
AA  A#" A jA   A jA   A jA   A jA  A
j # Ak"$  A 6   Aj"E@#! @ ("E@  A j! ! (! AA  A  6 #"Aj  A jA A!j @ E  ( " @ !@@ ("E   #A=j  -   Aj"( "   AA  A#"A jA  A jA  A jA A!j   Aj$ Y   E@A @  "E@  @ AF  AF  AF  !  AG # A0k"$  A$j  ( "@ ( "@ ! @@  ("A    ("E  -  E  A*!  6 #"A j  6  A A  ((j6 A$j Aj Aj  Aj" ( "   (, ($A !  A$j A0j$   AA  A  #" A j6   Aj   A jA  A!j T A 6  A 6 @  ( "E  -  E   6 @  ( " E   -  E    6 # A k"$ @  ( #A j"AF@ AH AG A A !   A A6   A j$    AA  A   ( 6#"Aj Aj A jA A)j  !  ! AA  A#"AjA  B07  6   6  A j  A jA A)j # Ak"$  A 6   Aj"@ ( "@ ! @@ #A3j   ("E  -  E   
  ( !  Aj" ( "   Aj$  #! (" E@ A j! A   !  (AA  A   6 #" Aj   A jA  A!j 
   ( # A k"$   6  A0jA #Aj A j@  (  A0j"AF@ AG AG  A A 6   A A" 6    " 6    A A (   A j$  AA  A   ( 6#"Aj Aj A jA A4j  ! !  AA  A#"AjA    6  6  A j  A jA A4j ~# Ak"$  Aj Aj#A j ("@  6 Aj#A j Aj -  AF@ Aj#A j  )">  B > Aj#A j Aj@@@@@ -  AF@ Aj#"A j  (6` Aj A j A j ("@  6P Aj#A j A j@ -  AG   ( A	H  Aj#A j@ ($E   ( A	H   ($6@ Aj#A j A@k  ( ! (! Aj@ E  (A L   (( (" "E Aj   (AH A!@ ( Atj( (! AjA,   "E Aj   Aj" (H  ("E  (   "E  60 Aj#Aj A0j  
@ - AG   ( AH  Aj#A j AjA)  (6p Aj#Aj A j  (  (! (
@ "AF@  !  AG Aj$  AG (AA  A    ( 6 #"Aj  A jA A,j AA  A    ( 6#"Aj Aj A jA A,j AA  A   ( 6 #"Aj A j A jA A,j # A@j"$ @@@@@  ( A A L   (   A 6 @@  ( "AF@ AH AG  A A 6   AG   (   ( ! AG   (  A@k$ AA  A0   ( 6 #"Aj  A jA A,j AA  A#"A,jA  A jA A,j AA  A0   ( 60#"Aj A0j A jA A,j AA  A   ( 6 #"Aj A j A jA A,j AA  A   ( 6#"Aj Aj A jA A,j C @@  E#( A#  A A0Aq@#(    A   # A@j"$   (  A 6@@@@  (   Aj"A"   ( E  (  A"    ( 6 A ! AF@  ( "AF@ A!  ( "E   ( AFAA  A   ( 6#" Aj Aj  A jA  A/j  ! A! AFAA  A   ( 6 #" Aj A j  A jA  A/j  A~L  ( 6  A@k$  AA  A0   ( 6 #" Aj   A jA  A/j AA  A   ( 60#" Aj A0j  A jA  A/j r# Ak"$ @  (   A J@  ( EAA  A0   ( 6 #" Aj   A jA  A>j  Aj$ # A0k"$   ( ! A j  6 A j#A j Aj @ A j#A j@  - AF@ A j#A j@@@@@@ A	N@ A jA(   @ A j#A j A jA  @ A j#A j A jA   A j#"A j A j A j E A j#"A j A j A j AI@ A j#AĀj Atj(  A jA) A j#A j A j#A j A j#A j A	N@ A j#A j A j#A j  (  ( ! ( 
 AF@ @ #A  A A) 7 A !  A AE@ A A!   A0j$    AA  A   ( 6  6 #"Aj  A jA Aj # A0k"$  A j ! A/A2 #"j6  6 A j A j Aj  (  ( ! ( 
 AG@AA  A   ( 6  6 #"Aj  A jA Aj   A0j$ 
   ( # A4k"$ #!A!@ ( @@@@@@@@@@  (  "    A6  "  G	A !  AA #( 6   "6 A J@ (  Aj"      Atj( AA !  " G  ( "! EA !#( #AjA A A#! A J@ A L!	@#" ( !
   6 A !  	E@@A ! Aj  Atj         6   Aj"  G   Aj$!  (  %# 
6  &  Aj"J  ' A6  A6  A6  A6  A 6  #A j6 A 6  #A;j6 A 6    ( 6 A " E    -  AjA?q  - AjA?qAtr  - AjA?qAtr  - AjA?qAtr  - AjA?qAtr6  A4j$  AA  A#" A#jA   A jA	  A j AA  A#"A2jA    6  6  A j  A jA	 Aj    (   (  
# Ak"$ @AA ("E@A !   6 B7  )"6@ E @@@@  Aj*Aj  )"   (!    6 A ! Aj$  # Ak"$   (! A 6 A 6  A 6 @@@@@  ( "@ E@ #A jA   G@ #A jA  Ak@  (#A<j AjA+E   A,"Aj-"68#A j E #A<j AjA  ."A H   (8 jA :   Aj@  (#A jE@ Aj#Aj AjA @ (E    (86  (! Aj#Aj  (E    (" jAj)"6< E  )" Aj#A jA  A 6  Aj  6   6   A6 A!  (!   )"6D E@ #A jA  Aj! -  A G@ A 6 #A j Aj - A=G@ A 6 #A j Aj Aj"!@@ -  "E A,G@ Aj! A :   Aj!  6 E@   (8""	O@   	/E #A jA    )"6T E@ #A jA  -  A G@ A 6 #A j Aj - A=G@ A 6 #A j Aj Aj"!@@ -  "E A,G@ Aj! A :   Aj!  6 E   0"-"6H E@ #A jA       1"6L A H@ #A jA # A k"$ @ Aj"	( "-  A G@ A 6 #A j AjA ! - A=G@ A 6  #A j A ! Aj"!@@ -  "E A,G@ Aj! A :   Aj! 	 6  A j$  E    AjA
2"6P (-  E A JqE@ #A jA  (-  @ #A jA   (! A 6 Aj@@  (#A jE@ Aj Aj#A j Aj#A
j@ (E    (T6p Aj#Aj A j (E    ()"6@ E @@  (3"E@ A 46@  (  (  (  (H  (L  (P  Aj" Aj5A H    (  ( Aj Aj6A H  Aj  (  ( Aj Aj7A H @  Aj  (8A H    (<" 9A H  #A jA9A H    (D" 9A H  #A jA9A H    9A H   Aj  (:A H @  ("A L  Aq!
A ! AG@ Aq!	A !@ Aj j Aj j-   Aj j-  s:   Ar" Ajj Aj j-   Aj j-  s:   Aj! Aj" 	G  
E  Aj j Aj j-   Aj j-  s:   ; Aj#A j Aj  (,"E Aj  ( ( (j ."A N Aj #A/jA   46 ; Aj  (6` #Aj A j  ( j"6 ( jA :   ()" Aj #A jA  A 6  Aj  6   6 A!  A6   (!   )"6X E@ #A jA  -  "A F@A! - A=G@ A 6  Aj#A j A j Aj"! @@  -  "E A,G@  Aj!   A :  A! E  6 #Aj Aj Aj! A G@ A 6P #A j A jA! - A=G@ A 6@ #A j A@k Aj"!@@ -  "E A,G@ Aj! A :   Aj!A! E -  @ #A jA  0"-"E@ #A jA     1"  (G@  #A jA   A j! @   
   @@  (3"E@ A 46  Aj  (  ( Aj Aj<A N@@  Aj  (8A H    (<" 9A H  #A jA9A H    (D" 9A H  #A jA9A H    (@" 9A H   Aj  (:A N  46 ;  (60 #Aj A0j ; Aj   (/"@ #A2jA   A6   (A:  A G! #A0jA A! Aj$  )@  E   ( AG   (#A jE! E   (  (  (8  (<  (@  (D  (H  (T  (X  # A k"$ @@@@   Aj*Aj  #A j6 A !  (!  A+E@ #Aj6  (A ! AA  A    =!  ( A j$   @"E   E@ #A jA    (AF@ #A)jA   A:    E  E    (6   (6  A6 A6 AA("6@ E   (  (Alj"(! (! (! ("@  )"6 E @  )"6 E @  )"6 E @  )"6 E AA("6 E  Aj  AjA
     /6  A6  A6 #A jA  U@  E @@  (Ak               #A#jA   A6A   E   ! M@  E @@  (Ak               #A#jA   A6A   ! m  (AG@    "E@A@ A H@>( E  A6A   #AjA   A6A   A 6  AjA         '     A 6  A 6  A6  A ;   @  E   (AF A-"E    AjA
     (6  (! B7  6 Aj"B7  Aj"A6 @  ("@  Aj  #AjE  (<"@  Aj  #AjE  (@"@    #A5jE  (D"@  Aj  #A*jE  (H"E@     #AjE   A    # A0k"$ >"( !@  E@ #A j ?@  / AA @"AF@ #A j ?@  / AF   (E  A6  AA	 AAA N  #A j ?@@     (BA N ( AF  #A j ? B.7    ("At AqAtr AvAq Avrr6(   (" At  AqAtr  AvAq  Avrr6,@  A jAA CAF@@  A jAA DA H@ ( AF EA! ( AF  #A j ?  kAk"	A N@ ( !  A :  Aj!@ "
Ak"  A
oA0j:    A	J!  A
n!    
Ak" #A j"(  6     / ;     	F"   jA
;   AF  E  6  A0j$    E@A @  (AF@  (#A j  (?  !  (!  (! E@ #A j ?   !  E A  (!  A 6   6A    @#AjG#AjH  ("AG@ E  A6 @  A 6  B 7  A 6  ("@@ (! (  "   B 7  ("@@ (! (  "   A 6  ("@   ((   A 6& @    "E  (AF   	~# Ak"
$ @"E  Aj!	@@ E@  ( "E @  Atj( !@ #A3j  E @ #A jAIE  #A jAIE  A= A !  	A "E   Aj"Atj( " A !#!@A	-"@ Aj! !@  ) 7   (6  )7  )7 Aj! A(j"( @  ) 7   (6  )7  )7  )P78 A@k )X7   )`7H  (h6P  )x7T  )7\  )7d  (6l Aj! A j! AqE A8j MqE@ B 7   A 6  B 7  B 7   ( "@@@  Atj( "E  -  E @ "( "@@  E Aj"( "  
 6  	#A j 
 ( @ !@ ( Aj"(    E ( E !@ ( Aj"(  @@ #A3j  E  ! ( "E@@ (E A ! ( "E @  @  Aj"Alj( "  AljAj"(   ()"6    	#A jA  ( @ !@ ( Aj"(    ( E !@ ( Aj"(   Aj"( "  "( E@ ( Aj"(   (  )"6  	#A jA  ( @ !@ ( Aj"(    E ( E !@ ( Aj"(   A !   Aj"Atj( "  @ ( @ !@ ( Aj"(   #!  	@ Aj! A=j!@@@@@ ) "B S  "( "E @  @ Aj"( " ("E   j"(   )"6  E A(j"( "  ( @ !@ ( Aj"(    E - AGJ 	#A j #A jA  ( @ !@ ( Aj"(    A 6 A 6 B 7 - E@ A6 A; A6 (AF@ A6 AF A A6 ( @ !@ ( Aj"(   ! 	#A jA  E ( E  !@ ( Aj"(    A6 
Aj$  ~# Ak"$  A 6@  E   (AF @  ("@  Aj  #AjE (! B=~!A~!B!A! A L!A~!@@ AF      (F@  ( F |!  (!  (!A!@@@ Ak A A   "AFAA    "AF AF@  A6  A:   - AF@  !  !    A6A ! Aj$  A-" E@A @  AqE@    AjO  A A   A A   A 6  B7  A 6  B 7  A :   A 6  A ;  A 6  B7  A6  A6  A 6  #"Aj6   Aj6A-!  A6   6A-!  A 6   6  A-6  Aj  Aj@  (E   (E   (E   (E   (E     A # A k"	$ @@@@  #A jAI@  #A jAI#!A	-"@ Aj! !@  ) 7   (6  )7  )7 Aj! A(j"( @  ) 7   (6  )7  )7  )P78 A@k )X7   )`7H  (h6P  )x7T  )7\  )7d  (6l Aj! A j! AqE A8j MqE@ B 7   A 6  B 7  B 7  	A j 	A j@@@ 	(\@ 	(P #A jA   )"
E@A !
 #A jA A!@  #A jAIE A!  #A jAIE  	  60 #A j 	A0j  
j"!@@@ !@@ -  "A/k  E Aj!@@@ -  "A:k       Aj! A :   -  @ #A j  AE@ A:G@ ! !@ "Aj! -  A G  A :   Aj"-  E  #A=j  AE Aj!@@@@ "-  "A F@ Aj"!@ -  "E A G@ Aj!  F@ 	  6 #A j 	Aj A :   Aj",  "Aq"A,k"AKA tA!qE@ Aq"A,k"AMA A tA!q E Aj"-  !   	  6  #A j 	 E  	  6( 	 6  	  
kAj6$ #A j 	A j A :   	A j  AqA:F@ Aj"!@@ -  "A,k"AMA A tA q  E  Aj! A :   	A j  AqA,F@ 	A jA, 	A jA, Aj! 	(\E  	(PE  	(T"-  @ #Aj  AE 	(H"-  @ #Aj  AE@ Aq"E  A?F  Aj"!@@ -  "E  A?F  Aj! A :   -  E  #A3j  AE Aq@# A0k"$ @ Aj" -  "E@A!@@@  !A !@@@ Aq"A=G@ @ A&G  A :    Aj!    6 #A j AjA ! @  6  #A j A !  A :    Aj"-  ! !   Aj" -  !  "A G! E  "E@ A !A!@ #A)j  #A/j   #"A3j! A9j!A ! (! ! "#A)jE@#"A9j! A3A  -  A1Fj! "( "E@  @ Aj"( " )"@ (  6 @    -  " #A jA  ( G  6  #A j A jA ! E    A0j$  E 	A j 	A j 
 E   ( E !@ ( Aj"(   	A j 	A j 
 ( E  !@ ( Aj"(   A ! #A jA #!A	-"@ Aj! !@  ) 7   (6  )7  )7 Aj! A(j"( @  ) 7   (6  )7  )7  )P78 A@k )X7   )`7H  (h6P  )x7T  )7\  )7d  (6l Aj! A j! AqE A8j MqE@ B 7   A 6  B 7  B 7   )"
E 
!@@ -  "A	kAI  A F  !@@ @@@@@@@@ Aq>       A :  @ Aj"-  "A	kAI  A F  E AqA=F 	 6@ #A+j 	A@k ( E !@ ( Aj"(   A :  @@ "Aj"-  "A	kAI  ! ! @ A k       @@@@ Aq"A G@A! ! Aj"-  "EA!   :    Aj!   j"-  ! !  A :   Aj!@@ "-  "A G@ A'FA A ! #A+jA  ( @ !@ ( Aj"(    
 Aj"-  "EA!   :    Aj!   j!  A :   Aj! Aj"-  ! A :   Aj!  A :   
 E@ !  @ ! ( @ !@ ( Aj"(       A ! !  ( E  !@ ( Aj"(    
 Aj!   #A jA A ! #A jA  ( @ !@ ( Aj"(    	A j$  	# Ak"$ @@@@@@  ( "@  !@ #A=jE Aj"( "  A : 	 (! A : 	 #A jK"E@@@#A jK"@ A	j A?@@#A jK"E  -  E  A0j A?L A0jAME #"A/j6$  A0j6  A	jA Aj A j A	j AjN A	j     A	j! - 	  #"A jK"	 A*j 	6 A	jA A/j Aj A	j AjNE@ A	j     A	j" - 	Aq  6  #A>j A! A G! E  A G!A!  ( "E A !@@ #Aj!	@  ( @  ("E  K"E    )"6  A !@ #A9j@ !  !#A jK"
E  
-  A1G   #A3j)"6  Eq A !  ("@   )"6 !  A ! #A jE@  A 6 !    	!  Aj" ( "  E E (" E  #A)j ( #A*j)" 6  A G!   EA ! #A jA  Aj$  &~# Ak"$   A 6@@  ("E  -  "E A! !@@ Aq"A,G@  Aj! Aj"-  !    ( "E@A!A! -  "E @@ Aq"A,G@ E Aj! Aj"-  !     6   A("6@@@@ E @ E  -  E  A L @ !@@ -  "E  A,F  Aj!  k"
Aj-"@ 
@   

    
jA :    Al"j 6  (" j(E  (! A,G Aj! Aj" H @@@  ( "E  -  E @ A L A !@ !@@ -  "E  A,F  Aj!  k"
Aj-"@ 
@   

    
jA :    Al"j 6  (" j(E Aj!  (! A,F@ Aj!  J A,F   F  A6  ( !A!@@ -  "A,G@   6  6  #Aj AjA 
 Aj! Aj!   A LA !@@@@  ( Alj"("E  -  E A!@ ("E  -  E  A 6 A! -  A/k #A!j)! A6   6   6  Aj"  ("H @  ("E  -  E @ A L A !@ ! !@@ -  "E  A,F  Aj!  k"Aj-"@ @   
    jA :   Al"  (j 6  ( j(E Aj!  (! A,F@ Aj!  J@ A,F"    AH  (!A!@  Al"j ()6  (" j(E Aj"  (H     F  A6  (!A!@@ -  "A,G@   6  6  #Aj AjA  Aj! Aj!  @  (,"@ -       Aj"6,    A6A @  ($"@ -       (,)"6$ E@  (0"@ -  @  (4"@ -  @@@#A jK"E  -  E  Aj A?L AjAME  (4  A-"64 E #"Aj6  Aj6 A Aj Aj  (4"E -  E  (A L #	( !A !@@ Al"  (j"("@ -   (!A !@  ($"E   (,"
E  -  E  
-  E  (!  (4!	#!@ E@ Aj!#!@@ -  "A/k   Aj! #"Aj  A!j!@ @ -  #A j! 	 AjN  ("AqAG@  	6 #A j AjO A?q@  	6 #A j AjO 	#A jP"	E  A
j@ 	Q @ 	R A
jAE (
" (
j (
 k 	SE  (
" (
"j j"6
@@ @  jAk-  A
F 	QE (
!@ -  A#F  TA L   "E   "E   "E   
"E  )! 	U (
 (
V A
j "! E@@ -  "A G@ A  A:G A :   ! Aj"  -  "! A  !  :   Aj! Aj!   A 6
 	QE  	U (
 (
V A
j  ( j 6 Aj"  (H @  ("E  -  E   A 6  A: A !A!A !	A!@ !@@ -  "E  A,F  Aj!  k"Aj-"E @   
    jA :  @@@ -  "
A!G"E@ Aq@A!  A6A !  A :  	Aq  A6  6  #Aj Aj
  	AqE  A6  6  #Aj Aj	 Aj"#A=jE@A! #A jE@A ! #AjE@A! #A*jE@A! #A jE@A8! #A3jE@@ E@A! AqE	A ! AqE   :   !  A6  6 #"A*j6   A j Aj  q!	   E@ 	E  Asq  	F  r"6  Aj! 
A!F!	A ! A,F @  (8"@ #A6jE #A jE #A3jE  A6  6 #"A-j6   A j AjA   #A6j)"68 E@  (h"E  #A)j   A6  6 #"Aj6   A'j AjA @  (L"@@ #A6jE  #AjE  #A jE  #A3jE  #A jE  #A*jE   A6  6 #"A9j6   A j AjA @ -  A k    A6  6 #"A9j6   A'j AjA   #A6j)"6L E@  (P"@@ #AjE  #A
jE   A6  6 #"A$j6   A j AjA  -  A F  A6  6 #"A$j6   A'j AjA   #Aj)"6P E  (E@  A6   (6t #"A'j6p   A j A jA   (E@  A6   (6d #"A&j6`   A j A jA   (!A!@  ("E  E  -  E  -  E  #A jZE A  #A jZE  ZA L! E@  A6  #A7jA A @  (d"@@ #A6jE  #AjE  #A3jE   A6  6T #"A9j6P   A j A jA  #A3j  A6  6D #"A9j6@   A'j A@kA   #A6j)"6d E@  (|"@@ #A6jE  #A jE  #A3jE   A6  64 #"A9j60   A j A0jA  #A3j  A6  6   #A(j A jA   #A6j)"6| EA !@  ("E  #AjE  #A/jE@A! #AjE@A! #AjE@A! #AjE@A! #AjA!   6@@  ("E  #A6jE  #A)j@  A6  6 #"A
j6    A j A   A6# Ak"$  B 7 B 7 @  Aj"A+@ [ A \ ]   4 ) ^ Aj$   (AH  Aj!	B!@ 	B  W! Aj"  (" Alj"Aj"( 6  Aj" Aj") 7   ) 7   Al"
j") 7   )7   (6   ( 
j" )7   ) 7  ( 6 B|"  4S   A 6@  ("E  #A!j    A AXY)"6 E  A: A  A6  #A jA A   A6  6 #"Aj6   A j AjA   A6  6  #A<j Aj A ! Aj$  /~# Ak"$ @  E @@@@@  ( A!A!AAA  " A HAk  #A"jA   Aj!
  Aj!  Aj!  Aj!  Aj!  Aj! Aj!	 Aj! Aj!@A !@@@@@@@@@A !@  - AF@@  ("  (H@A!   Aj6  A:   A : @  - AF@  (Aj"  ("N@ A L  (AG  -   A6A !   6  ("@   A 6  (!  (! 	B 7  B 7  B 7  	A6  B 7@  Alj"("@ -  A*! A*6  Aj  #AjE ("AkA|K  (6  #A j Aj Aq Aq@@@@@@@@@@@  ("Ak
	    6  #A"j Aj  A 6  E  @  A6A!@  "E  AG  AG A !  AA A A -  A F6   A
6  #"A j6   A j Aj  A 6  -   (AFA         A:   A 6  E  @  A	6A!@  "E  AG  AG    A A "-  A F@A - A FA"6   6   A
6  #"Aj6   A j Aj  A 6  -   (AFA         A:   A 6  E  @  A
6A!  "E   A
6A!@@@  ("Ak  @  ("@  ("  A 6  #AjE  A	6A! AF AFr!   AF@#! E Aj#!  AjA   A 6  -   (AFA         A:   @  (AN@  ("  A 6  #A jE  A6A!  A6#! AF A9j AG@#! AG A9j#! AG A:jA   A 6  -   (AFA         A: @  -    ("E    A 6   A 6  A 6A!  @A!  "E  (AG@  #A jA   - AG  (E@  ( E A "E #A j A !  A : A!  A6@  ("@ (  jAk-  A
F A
     (6@@ Aj   @@@ - "A k  A F  6  #A j Aj AjA    (!@@@@ - "A k  AkApK  #AjA  AkA֕~K    (Aj6   @  (  (kAH  #A7jA     (6  ("@ (  jAk-  A
F A
 A G  AkApK   #A8jA   Ak"6  (  ("k N  j  A!@@@ A G@ A G  E  #A8jA   A@  #A7jA     (6 #A j  A:   A:  AjA  @  #AjA   (Ak"6 (   !    (6   A ! (  B7    (6# Ak"$ @  - AG   (  (Alj(E   ("E  A "E  #A j    (46   #A j  Aj$ A!    -   - r": A!  -  AsA~rq"Aq!@  (L-  "A G  E   A: AA! AqE@ A G A Gq"!   :  @  - AF@ A6   ("At AqAtr AvAq Avrr6   ("At AqAtr AvAq Avrr6  A  AjAE >(  AjA_6  #Aj Aj   Aj#Aj"E@  #A jA   A   (@ >(  AjA_6  #Aj Aj    A6A!  A6A! A6  (AA Aj Aj`AF@ >(  AjA_6  #Aj Aj ("E@  A6  (  Aj  AjaA H@ >(  AjA_6  #Aj Aj@  (x"E  -  E  / AG >"A 6   ( Aj Ajb@ ( "A4F@  #A)jA    AjA_6  #Aj Aj ( "E   (x"@  6  6  #A j Aj    A6A!   AjA_6 #"A j AjA !   A A   /AFjA   A:   6 AjA#A j Aj@@@@ (   ( Aj Aj Ajc"E@ (" (!  d64  60  #Aj A0j A6 ( Aj Aj Ajc"E@ (" (!  d6D  6@  #Aj A@k A6 (!  6t  6p AjA#A j A j AjA O@ A 6T  Aj6P  #A j A jA  Aj Aj Ajc"E@ ("  d6d  Aj6`  #Aj A j (!  B 7 A !A !  B 7A ! !@ (!   Aj"6     A("6 @A ! A J@@ Al"  (j (6  ("@  ( jAj ( 
    ( j (6 (! Aj"  (H  ( (e@  (AG B!  (AH @ B  W!  (" Alj! Aj A
     Al"jA
    ( j AjA
   B|"  4S   A :   #A jA  ( (e  A :   A:   A6  A ;  A    A 6  B 7    A6  ("  (G  A:    ( Alj"Aj"A
  @@  /"AF@    - Aq:   (|-  A G  #A	jA   A :   A :   A : @  (L-  A k"AK A tAqE A!@@  (|-  A k    A: A~!   - rAG  A :   A:   A: @@@@@  ("   A 6  / AqAk	 A
 A AjAfA 
A  AjAfE - E   Aj)6 A :    ( A A @"6@ AF@  (  (H  (  (AjJ>( !   Aj   AjA_6   #Aj    Aj@ ( AF  A6  (AA AjAAA H@ >(  AjA_6  #Aj Aj  A:  ( AF  A6  (<"@  Aj  #AjE (E  (AA	 AjAAA H@ >(  AjA_6( #"A j6$  Aj6    Aj A j  A: # Ak"$ A!@  (@"E   Aj  #A5j@ (A H@ A 6  (AA AjAAA N >(  AjA_6 #"A j6  Aj6    Aj A ! Aj$  E# Ak"$ A!@  (D"E   Aj  #A*j@ (A H@ A 6  (AA AjAAA N >(  AjA_6 #"A j6  Aj6    Aj A ! Aj$  E# Ak"$ A!@  (H"E   Aj  #Aj@ (A H@ A 6  (AA AjAAA N >(  AjA_6 #"A j6  Aj6    Aj A ! Aj$  E# Ak"$ A!@  ("E   Aj  #Aj@ (A H@ A 6  (AA AjAAA N >(  AjA_6 #"A j6  Aj6    Aj A ! Aj$  E  A; @  (  (BA H@>( "A~qAGA!  A6  A6# Ak"$    AjA_6   Aj#"A j    A A   /AFjA  Aj$   A:   A:     A6A ! Aj$  # Ak"$  A 6 >"A 6    AjA
2!@@   ("F  (  @@ -  "A	kAI  A F    6 A! Aj!    6   6  #A j  Aj$       "E@AA - AG @ (AF   (AF A A  -  A Aj"AG  #A jE!   @  -    (AF   ( A         A :   A  A 6  A 6  B7    Aj  A 6@  -    ("E    A 6  # Ak"$   (A J@@   6A Aj Al"  (j"( (    ( j( Aj"  (H   ("@   A 6    (  (  (   (  (  (  (  (  (  (   ($  ((  (,  (0"@  V  (0  (4  (8  (<  (@  (D  (H  (L  (P  (\  (X  (`"@  V  (`  (d  (h  (l  (p  (T  (t  (x  (  (  (  (|  (  (  (  (  (  (  (  (  (  (  Aj  Aj   Aj$    @    " @  " E   (AF     @"E    E  E @ - AG JE@ Aj#A j A 6 A 6 B 7 - E@ A6 A; A6 (AF@ A6 AF A A6 ~#!   AjA"@ Aj! A=j!@@@ ) "B S  "( "E @  @ Aj"( " ("E    j"(   )"6  E A(j"( "  ( @ !@ ( Aj"(   A  #A jA   A6 ( @ !@ ( Aj"(   A   A6A }  " E@AA  - AG @  (AF     (AF A A   -  A  Aj"AG  #A jE!     ) # Ak" $    6 #	( #Aj  O  Aj$   (l" @ (p    /  @  ( @  !@ ( Aj"(    @  E  E @  -  "A*G   - A:G   Aj@ "A G@A    Aj" -  !A! -  !@ A:G       Aj! E  G Aj!  Aj" -  !   RA!@  E   -  E   #A jZE   #A jZE   #A jZE   #A jZE!  A   E @  - AG JE@  Aj#A j  A 6  A 6  B 7  - E@  A6  A;  A6  (AF@  A6A  AF  A  A6A z~#Aj!@@ ) "B S    "j"( "E   j"( "@  ( !  )"6    #A jA A  A(j"(  A0@#A jK"@ -  L   M    ?A# Ak"$  Aj@ (E@#! @A	-"@  Aj! ! @   ) 7    (6   )7   )7  Aj! A(j"( @  ) 7   (6  )7  )7   )P78  A@k )X7    )`7H   (h6P   )x7T   )7\   )7d   (6l Aj!  A j!  AqE   A8jOqE@ B 7   A 6  B 7  B 7  A  ( @ ! @  (  Aj" (   A !A ! Aj#A jA  Aj Aj$  # Ak"$  A :  @  #A jP"
@@ A jA 
S"E @@ 	Aj!	@ "AM@@ E  Ak!@  j-  "A	kAO A Gq  Ak"jA :   AJ! !  @@ -  "A	kAI @@ A k  E A G  -    Aj  "IE@A  j- A FA :   -  AG@ A="E@  	6$   6  #A j A j A :  @@ #A=j@ ( "E Aj!A !  	64   60 #A j A0j@  @  Aj"Alj( "  AljAj"(   )"6   #A jA   	6D   6@ #A j A@kA!	 Aj!     6  	6 #A j AjA!	 A jA 
S"A !	 
U   6  #A>j A!	 Aj$  	 @"E @@@ @@ #A jAIE  #A jAIE  A=E   #A j #A jE -  E  ($  )"6$ E@  E   -  E  (    )"6  E@ E  -  E  (  )"6 E@ E  -  E  (  )"6 E@ E  -  E  (,  )"6, E@ E  -  E  (0  )"60 E E@@ - AG JE@ Aj#A j A 6 A 6 B 7 - E@ A6 A; A6 (AF@ A6 AF A A6    A6 #A jA  4A!@            AA   !   ("@@ (!  "   B 7  ("@@ ( !  "   B 7  Aj"A :  B 7   A 6  A 6  (  A :   A :   A :   A 6  A :   A ;   (  A 6  - E@  B 7# Ak"$ @  /AF@  Aj  (A A  A0jAAg  A0j6   Aj#A j   (  (Alj"AA ( "AFj( !@ ("@ -  #A j!@ AF  -  E   E   6(  6$  6   Aj#A j A j  6  6  Aj#A j Aj Aj$   ("@  (A J@ Al"  (j(  ( j(  ( j(  ( j("@  V  ( j( Aj"  (H   ( # Ak"$ @  E   @@  - AG JE@  Aj#A j  A 6  A 6  B 7  - E@  A6  A;  A6  (AF@  A6  AF  A  A6  E   (A L @   6A Aj  ( Alj"( (   Aj"  (H  Aj$  A   E   @  - AG JE@  Aj#A j  A 6  A 6  B 7  - E@  A6  A;  A6  (AF@  A6A  AF  A  A6A |# Ak"$ @  E@  "AG   (A J@A !@   6A Aj  ( Alj"( (   Aj"  (H A! Aj$  n# Ak"$  @ A 6  Aj@ (E@A !    AjA ! @ E      (6 A !  Aj Aj$   # Ak"$  #A)jE@#"A9j! A3A  -  A1Fj!@@  ( "@@  E  Aj" ( " A !   6  #A j @ @  "A !  )" A !  #A jA   (   6 Aj$   ~# Ak"$ @  E  Aj (E #!@A	-"@ Aj! !@  ) 7   (6  )7  )7 Aj! A(j"( @  ) 7   (6  )7  )7  )P78 A@k )X7   )`7H  (h6P  )x7T  )7\  )7d  (6l Aj! A j! AqE  A8jOqE@ B 7   A 6  B 7  B 7 #"Aj! A=j!@@ ) "B S    j( "E  #A)jE@#"A9j! A3A  -  A1Fj! "( "E @  @ Aj"( " )"E@ Aj#A jA  (  6 A(j"( "  Aj#A jA  Aj Aj$  # A k"$ @@@  Aj-"@ !  !@ -  "A%G@  :   E Aj! Aj!AP!AP , "A0kAqA
I AI A kAqAI  A kAqAKA!	@ , "A0kAqA
I  A kAqAI@AI! A kAqAOA!  j  	jAtr"@ Aj!  :   Aj!   6  #A j   A ! #A jA    6 #A j Aj A ! A j$     E@A   ($   E@A   (,A  E@A @  ("@   (Alj("  (0! #A j W  E@A @@  ("E    (Alj"(" @  -   (" E   -  #A j!   ,   E@A @  (@  (" #A j!   0  E@A   ("E@#A j   (Alj( #A jA      E@A   (   E@A  (.A!@  E   ( A!  (   (! :@  E  E   Aj! @  ( " E  (    (! !@  E   (AF   /! !@  E   (AF   (! 2#!  E@ A j#!  (E@ A j  (   E@A  (@  E   (   (!    E@A   (\@  E @  ("@   (Alj("  (0!A!  - AF@ #A j -  EA !    E@A   -    E@A   - "A!@  E   (   (! # Ak"$ A!@  E  E   (  #A!jE@A AXY! A kA~I   6  Aj#A j h   Aj" E   (!  AA  AG! Aj$    E@A  (!   6   E@A  (!   6 ,  E@A   (! @   6   6 ,  E@A   (! @   6   6 #
"( !   #Aj  6  A-"E@A  B 7  B 7 B 7t A 6` A :    6 B 7 B7 A 6 B 7 B 7 B 7  A j!@  @   )7    )7   (6| AMA A tA&qE@#! Aj A j  (E #A j   ("AjA "E   i6   ("A L   (  Aj"6t E@ A    (6x  A 6| B 7 B 7  @  E  E@  Aj@ E   ("Ao"E   A k" j6    ( k6   ("M@    k6    (" j6   (j AO@ Aj"-"E    ( j6 Aj!  ("@  ( 6   6   A 6   A 6   6 A-"E     (Aj6   (6   AA  k6  AA " j6   6  j!   E@A  Al"-"@  Al"j"   j"( 6  (! A :  A 6  6  (")"6 E@ @@ Al jAk(  AJ! Ak!   A   jAj! Aj" G   (  j6   # Ak"$ @  E   #AԎjF   (xA J@@  (t" Al"j"- AF   6A Aj ( (    (t  j( Aj"  (xH   (t@  ("@   ( 6   (   Aj$ d  @#!   A j E #! A j (E #! A j   (  j"AjA "E   i6@  E   #AԎjF   (A J A! A L  E      Al"A"6A ! E    6 @   
  A!  A6`  (A L   Aj!  (!A !@@  Al"j"( "@   AjA "@  i  ( j 6   6   (" j"( E@A  (E@  A 6`A! Aj"  (H  %@  E   #AԎjF    A!     AjA " @   i  # Ak"$ @  E A-"E  B 7  B 7 B 7t A 6` A :   B 7 B7 B 7d B 7 B 7 B 7 B 7  B 7l   (|6| A j  A ji@ Aq@   (  (E@ AqE   ( "A L   (!@A ! A J@@     ( Atj(  Atj"( ( E Aj"  ("H   ( ! Aj" H  Aq@ A j"  )d7    )l7@@ AqE   (x"A L    (t  Aj"6t E   (x"6x (x! A J@A !@ Al"  (tj- AF@   6  6A Aj (t j"( (  @ (t jA:  (x! Aj" H  ! A ! Aj$  # A0k"$ @  E   #AԎjF   (" J A NqE@  6   Ak6$  A j#A j A j A N  ( "	 NqE@  	6  6   A j#A j  @  	F@#! A j   AtA"	E  (A J@  Aj!A !@ 	 Atj" 6 A6  Aj"  (H @  ( "  ("H@  (!@ AL@ A JA#! AG Aj AO At"At!  ("E@ -  j!#! A j E   6  (!   6    (  kAtj6  ( !  Atj 	6     ( Aj6   ( Atj(  Atj! A  AGE@ A6    Aj6A! A L@ A 6    Aj6A!    AjA"6#! A j E  6  @   
   ( jA :  A!#Aj6  A j#Aj AjA ! A0j$  # Ak"$ @  ( E   6 AjA  k A : A-"E  B 7  B 7 B 7t A 6` A :   B 7 B7 A 6| B 7 B 7 B 7 B 7    ) 7d   )7l  AjAjA" @  A :   Aj Aji   (6    6 AA" @  A :   #A j"(  6    ( 6    (6    6 AA" @  A :   #A j"(  6    ( 6    (6    6   AjAjA " 6@  @  Aj6   #A j h #A j6 (h  (d   Aj$    E@A   (,   (  A :   A 6  (  A 64   (  A :   A 6  (  A:   A 6@  ("@ (AG    (6  - E@  #A6jA @  ("A N@   (I  A 6#!A-"E@ AԎj! B 7 B 7t A 6` B 7 B 7  B7 B 7  B 7 B 7 B 7 A :     )7d   )7l   (6|  ("A J@   (  Aj"6t E@ #AԎj!   (6x A6#! Aj A j  (E #A j   (  (j"AjA "E   i6     (6  A :   (!  A 6   6 ;   AjA"@  :  Aj i   (6    6# A k"$   Aj"!@@ ! ( "E ! (   ( !@ @  6   6   " jAj-"@  Aj"6   i jAj"6  i  ( 6   6 @ #A-jE@   l"A  A J"6#Aj 6  #AjE@A !@ -  A G  - A G  - E!   : #Aj :   #A&jE@  Aj6   Aj6  Aj6A !@@@@ #A j mAk    ( ( (A ljA lj6 (! ("A
N@    A lj6    A ljA l6 (A l!   6 #AjE@A!@ -  A G  - A G AA - !   6 #AjE@A!@ -  A G  - A G AA - !   6 #Aj    6 A j$   (!
  ("(!@  - AG   (  A"E@A  A	A  - 6    (6   6@@  AtA"	E  A J@ Aj!@@ 
 At"j"( "A H@A! !  Aj ( Alj(A G"E @  ( 
    jA :    	j" 6  6  Aj" G @ ( " ("H@ (!@ AL@ A JA AG #Aj6 A  AO At"At! ("E@ -  j"E@A   6 (!  6  (  kAtj6 ( !  Atj 	6 A!  ( Aj"6   - AG    (H   A6  #Aj6 A     A# Ak"$ @   E  E@  #AjA   (@ #"A j6    A:j @  ("E@A-"A !  #A jA    (6 B 7@@@A   A H    A H   A N ("@  A 6   (6 A 6   )6  A N@   A! ("@  A 6   (6   6A ! Aj$    E@A @ E   (   Aj  A 6  (@  #AjA A   (!@  ("@   #AjA A A   (  A :   A 6  (  A 6  A ;  A 6A AkAK@A  #A jA A k @  (E@   6  ( 6   6@@@  (    (  A6@  (        A w# Ak"$ @  AE  E@  #AjA  AO@ A6   #A j    #A j      !	 Aj$  	@  ("
E@A-"
  #A jA A    
(6 
B 7@ @A   A H   A H   A H@@ E  E  A  A H@  	Atj( A  A H  	Aj"	G A A  A H  A HA   A H #A j  A H    A H @@ E  E A !	 A  A H@  	Atj( A  A H  	Aj"	G A A  A H A  A H @ @A !	@@@ E   	At"j"( "E @ E   j( E  E  j(  "A  A H (    A NAA  A H 	Aj"	 G AA  A H A    A HA   A HA   A H#A j  A H  A HA   A H#A j  A HA A  A H  A H  (E@A   A H  A H 
A6  @ 
 )6@  (AF@  (AH  A H   
A  #AjA  
("@  
A 6 
  (6   
6A # Ak"$ @  AE  E@  #AjA  E@  #AjA  AO@ A6   #A j @  ("E@A-"A !  #A jA    (6 B 7@A   A H    A H    A H @@ E  E A ! A  A H@  Atj( A  A H  Aj"G A A  A H  A H   (E@A   A H  A H A6   )6@  (AF@  (AH  A H   A! ("@  A 6   (6   6A ! Aj$  @  ("AkAI @ E@  (E  A 6  A ;  A6  A 6  A ;  (   A 6  Aj  A 6  (  A :   A 6  (  A 6@  (AF@  (( AG  A6    A"6 E@  #A jA     A6r# Ak"$ @  AE  E@  #AjA  AO@ A6   #A j   A   A     ! Aj$  S@  E   (AG   ("E  ( AK   (   -  A!  A6  A; Y@  E  A L   (AG   ("E  ( AK   (   -     6A!  A; 2   E@A   - AF@A   A H  AsAv)@  E     (AG   (AG! # Ak"$ @  E@  @@@@@@@@@@@  ("AG@ @@@  "A J@A A  E  AA      A N  (  A :   A 6  (  A:   A 6  A 6  !    - AG   (AG @  ("@  Aj   (A :    #A jA   (  A :   A 6  (  A:   A 6  A 6  !
  	  !  (@  ("E  ( "E  (A
F AGrE    ("6 E@  A 6 A 6 ("@  A 6   (6   6  (@  A6 (A
G    A6  !  A6  (!  (@   A :   A 6  (  A:   A 6  A 6 @ (AF  A!  (!  (@   A :   A 6  (  A:   A 6  A 6 @ (AF  A!  (!  (@   A :   A 6  (  A:   A 6  A 6 @ (AF  A!  6   #A j   (  A :   A 6  (  A:   A 6  A 6  ! E (xA J@    ! Aj$  w@  ("E  As ( "Eq   AGrE    ("6 E@  A 6 A 6 ("@  A 6   (6   6^@  E    AE A !@  "E@   ("AMA A tAq !  (AG    E@A   (E@  Aj  A 6#!@  (@ A:j!@@  "E! E  (! #A j!@@@ Ak   #A jA N  A6  (AG    A A A!@  E @@  (Ak    #AjA A@ @A   A H   A H  A NA   A H  A H@  ("E  ( E A   A H  A H  AA  (AF6  AuAr! # Ak"	$ @  E   AE  E@  #AjA  AO@ 	A6   #A j 	   #A j      E A !@  "E@ !  ("AMA A tAq !  (AG  	Aj$  b@  E       E A !@  "E@   ("AMA A tAq !  (AG  # Ak"$ @  E   AE  E@  #AjA  AO@ A6   #A j   A   A     E A !@  "E@ !  ("AMA A tAq !  (AG  Aj$  b@  E   A A  E A !@  "E@   ("AMA A tAq !  (AG  #!@  AE @  ("E@A-"  #A jA A    (6 B 7@   A H    A H   A j   A H   A H   (E@A   A H  A H AA A F6 @  (AF@  (AH  A H@  (E@   6  ( 6   6A!@@  (    (  A6A@  (    A ("@  A 6   (6   6A ! b@  E   A A  E A !@  "E@   ("AMA A tAq !  (AG     A A     A A  b@  E   A A  E A !@  "E@   ("AMA A tAq !  (AG  b@  E   A A  E A !@  "E@   ("AMA A tAq !  (AG     A A     A A  D@  E     ("E    ("6 E@  A 6 A 6 ! A!@  E @@  (Ak    #AjA A   A J@@  (  (kAk N   A H   (jAj  E A   - AskA   A H    A H  A HA! ? A 6 A~!    (AkAO@  #AjA A~     7A!@ E  A L  A :    E  AI     !    E@A     AA     A L AA     A L   E@A   # Ak"$  A 6 @  E   (E@  Aj  A 6  (@ #"A(j6    A:j @@  (AF   (   (   - AG  #A0jA         ! Aj$  :   E@A   (@A  (@  #A5jA A   A6A  E@A   (!@  ( @     ( A@@@@ Ak    #AjA A   #A:jA A   #A jA   (@  #AjA A   A 6  A 6  AsAv	   A@@  E   (E@  #A:jA A   (AkAM@  Aj#A jA @  ("E@A-"  #A jA A    (6 B7  A 6A   A H  A H@ @  A N  (AF@  (AH  A H@  (E@   6  ( 6   6A!@@  (    (  A6A@  (      ("@  A 6   (6   6A 	   A   E@A   (@  #AjA A @  (E   (   #AjA A @A   A H   A H A!  (AF@  (AH  AsAv!    E@A  (   AK@#A;j#  Atj( (#!  E@ A j  (" #A j  r# Ak"$ @  @  (A~qAF#A j) Aj Aj     (E@ Aj#A j) (!  Aj$   4@  E   Aj! @  ( " E   , G   Aj!    E@A   (    E@A   (   E@A   (`n# Ak"$ @  E   (" J A NqE@  6   Ak6  A j#A j   (" E    Alj( ! Aj$  A!@  E  E  -  E   (E  !@@ -  "A"F  E@  ("A L  (!A !@   Alj( E@  Aj" G  Aj! n F )"E  ! -  "@A ! !@@@@ Aq@ AqA"GA"! Aj"-  A"FA ! ! Aq"A"F@A! ! n! !  :   Aj! Aj"-  " A ! A :  A!@  ("A L   (!@   Alj( E@ ! Aj" G   n# Ak"$ @  E   (" J A NqE@  6   Ak6  A j#A j   (" E    Alj(! Aj$  n# Ak"$ @  E   (" J A NqE@  6   Ak6  A j#A j   (" E    Alj(! Aj$  n# Ak"$ @  E   (" J A NqE@  6   Ak6  A j#A j   (" E    Alj(! Aj$  n# Ak"$ @  E   (" J A NqE@  6   Ak6  A j#A j   (" E    Alj(! Aj$  n# Ak"$ @  E   (" J A NqE@  6   Ak6  A j#A j   (" E    Alj(! Aj$  n# Ak"$ @  E   (" J A NqE@  6   Ak6  A j#A j   (" E    Alj(! Aj$     A jA   s#!  E@ A j  A j#"A jAI@ A j#"Aj!A  A'j" A jo"   AO" @    
     jA :   v# Ak"$  A 6@  E   A j#A jAI   A'j" -  A:kAqAI    AjA
p! (" E   -  A rA G  ! Aj$  # Ak"$ #!@  E@ A j!@  A j"#A jAIE@  A'j!@ -  "E A G@ Aj! Aj@@ #A jAIE  #A jAIE  #A jAI  A'j@ #A jAI@ #A jAI  A&j@ #A jAIE  #"A jAIE  A j!  A%j"-  "E  !@ A0kAqA	K Aj"-  "   G  6   A j#"Aj  A j! Aj$  # A k"$ @  E   ( " J A NqE@  6  Ak6  A j#A j Aj  (" J A NqE@  6   Ak6  A j#A j   ( Atj(  Atj(! A j$  # A k"$ @  E   ( " J A NqE@  6  Ak6  A j#A j Aj  (" J A NqE@  6   Ak6  A j#A j   ( Atj(  Atj( " A   AG! A j$  # A k"$ A!@  E   ( " J A NqE@  6  Ak6  A j#A j Aj  (" J A NqE@  6   Ak6  A j#A j   ( Atj(  Atj( AF! A j$     E@A   (n# Ak"$ @  E   (" J A NqE@  6   Ak6  A j#A j   (" E    Atj( ! Aj$  \A!@  E   (AF  A G"  - G@  (E@  Aj  A 6     : A ! !@  E   (AF   - !  A$A!@  E   (AF   ! X   E@ A :  A  E A6 A   (E@  Aj  A 6        (  -   q! @ A 6  ! @  A G!@@ -  ""
A N@@ A'G@ A G   
:   Aj!  
:   Ak! Aj! Aj!@    r"	I"    	sAF  	A L 	Aq!
 	AO@ 	Aq!A !@  -  :    - :   - :   - :   - :   - :   - :   - :  Aj! Aj! Aj" G A ! 
@@  -  :   Aj! Aj! Aj" 
G   	k! @ A6   E rAq  r  #A A  jA A!  t Ak! Aj! Aj!   A :    k% A     A #" Aj(   Aj-       A   q!  E@A   (E@  Aj  A 6A"A' !
 @ ! !@@ 
 -  "F@ Aj! "A F@ Aj! A N    (  r"I@  #A jA A @ 	Aq   (  u F   #A jA A   Ak"k!  j!A!	 Aj! Ak"   jA  Aj  A Lr"jAj-"	E@  #A jA A  	! E@ A;   Aj!  
:   Aj!@ A  Er@ E@ -  "!@  
GA   A GrE@  :    -  :  Aj! A N@  :   Aj!  ( v!  -  :   Aj! Ak"E A ! Aq"@@  Aj"-  :   Ak! Aj! Aj" G  AkAO@@  - :    - :   - :   - :   - :   - :   - :   Aj"-  :  Aj! Ak"  Aj k! Aj! Ak"  @   
    j!  
:   A :  	     AB   E@A   (E@  Aj  A 6       -   (AJA!AA !@@@ E@@ E AA !
 Aj!	 ! AG@ A~q!@ 	 -  "A kAqAI A A'F  
 A F A j! 	 - "A kAqAI A A'F  
 A F A! Aj!  j! Aj" G  AqE @ -  "A kAqAI  A'F@A!	 
!	 A F A!	  	j!  6  -"	! 	E  At jAj"6  -"	  E@A   #A jA A  	! E@ A :   Aj! A;   Aj! @@ -  ! @ #A j" Aqj-  :    Avj-  :   Aj A kAqAM@ E@ A :   Aj! A :    AqA0r:   AvA0r:   AvAqA0r:  Aj@ A G@ A'G A ;   Aj E@ Aܸ;   Aj! Aܸ;   Aj  :   Aj! Aj! Ak"  A :   	 A     #Aj-  A @  E   !@@  -  A G   - A G A Ak" AMAv-"E !  Aj"-  "@@ Aj!@@ Aq" A K@ !#! -  "E@ ! A j  j-  " AF@ ! Aj! A K #A j j-  "AF     Atr:   Aj! -  ! Aq   k! Aj-"E E @ Aj!@    j"-  "A G    j-  "A F@A ! Aj AqA0G@ ! - "	AqA0G@ ! - "AqA0G@ ! At 	Atj jA j! Aj!  j :   Aj!  I   Ajj"E@ A   6  # A k"$   A HA  6 B7   6 B7    ((  Aj AjA A" !  A ( AG!  A j$   # Ak"$ A!@  E   Aj  A 6@  (E@A4-"E@  #A jA @ AqE@  A4jO B 7  A 60 B 7( B 7  B 7 B 7 B 7 B 7   A 6 0 B 7 ( B 7   B 7  B 7  B 7   #A j"E@  (AG A J@@  A !  A!@ #A)jE@  6  #A2jE@  6 #A
jE@  6 #A0jE@  6 #A*jE@  6 #A*jE@  6 #A jE@  6 #A*jE@  6 #A jE@  6  #A0jE@  6$ #A jE@  6( #A jE@  6, #A/j   60  Aj"J   ( E@ #"A)j6    Aj   (E@ #"A2j6   Aj Aj  (E@ #"A
j6    Aj A j  (E@ #"A*j60   Aj A0j  (E@ #"A*j6@   Aj A@k  (E@ #"A*j6P   Aj A j  (,E@ #"A j6`   Aj A j  (0E@ #"A/j6p   Aj A j    6A !    #A jA  Aj$  r# A k"$   A HA  6 B7    (( Aj AjA AjA" !  A ( AG!  A j$   # A0k"$ A!@  A H   (($"E@ #"A0j6    Aj  A H@  #A6jA   6 B7  6$ B7    Aj AjA AjA" !  A ( AG! A0j$  # A0k"$ A!@  A H   ((("E@ #"A j6    Aj   6 B7 B7  B8 BB( BB BB BB BB B(B B87(  A(j6$    Aj AjA AjA" !  A ( AG! A0j$  # A0k"$ A!@  A H  A H@  #A7jA   6 B7  6$ B7    ((,  AjA  AjA" !  A ( AG! A0j$  # A0k"$ A!@  A H  A H@  #A6jA  A 6   6 B7  6$  6    ((0 Aj AjA AjA" !  A ( AG! A0j$  # A@j"$   A HA  6 B7  6$ B7  60 B7(    (( Aj AjA AjA" !  A ( AG!  A@k$   ~# A@j"$ B!@  A H   (("E@ #"A j6    Aj   6 B7  60 B7( B7  B8 BB( BB BB BB BB B(B B878  A8j6$    Aj AjA  AjA" ! (!   AG  AG  )"B8 BB( BB BB BB BB B(B B8! A@k$  o# A k"$   A N@  6 B7    (( Aj AjA AjA" !   (A  AF! A j$  # A k"$ @  A H   (("E@ #"A0j6    Aj   6 B7    Aj AjA AjA" !   (A  AF! A j$  r# A k"$   A HA  6 B7    (( Aj AjA AjA" !  A ( AG!  A j$   ~# A k"$ B!@  A H   (( "E@ #"A j6    Aj   6 B7    Aj AjA  AjA" ! (!   AG  AG  )"B8 BB( BB BB BB BB B(B B8! A j$  r# A k"$   A HA  6 B7    (( Aj AjA AjA" !  A ( AG!  A j$       A # A k"$ @  E@  Aj"  A 6 A6  A  A jw"A H@ >(  A0jA_6  6   #Aj  E@A   A H A6 B7    (( A0j A jA AjA"!  (0A  AF   "E@ EA !@  A H   6 B7 A6 B7    ((  A0j A jA AjA"!  AG  (0"AF @@  AjA x"A L    Aj  F  EA ! A H@>( !A !  A N@  68 B70    (( A j A jA A0jA"  E   A 6   A0jA_6  6  #Aj Aj EA !  A H  68 B70    (( A j A jA A0jA" !   AGA   (B! EA ! A j$       # A k"$ @@  A N@  6 B7 A6 B7    ((  A@k A jA AjA"!  AFA!A! (@"AF  A60@@@ A A0jw"A N@@  A H  6H B7@ A 6T B7L    ((, Aj A jA  A@kA"!  AG (B"A L  Aj y F >( !  A N@  6H B7@    (( A j A jA A@kA"  E  Aj  A 6   A@kA_6  6  #Aj Aj>( !  A N@  6 B7    (( A@k A jA AjA"   Aj  A 6   A@kA_6  6   #Aj  A H   A H   6H B7@    (( A j A jA A@kA"!  AG  (BE E EE@A! >(  A@kA_6$  6   #Aj A j A j$   A
;A! (" (H  Aj6   ( j-  :  A  ?A! (Aj   ( (j  :    (Aj6A  ("  I !@ At"A J@   K@   K  A L  ( j"E@ (!  6  6A @ A@k"A J@   K@   K  A L  ( j"E   6  6A  Aj#A jA oA!@ (" ("N  (! !@  j-  @ Aj" G      (j  k  Aj6A ! fA!@ (" ("N  (! !@  j-  @ Aj" G    j  k  Aj6A ! NA! (  Aj"j   @ ( (j   
    ( j6A GA! ( ("k O @   ( j 
    ( j6A  -A! ( ("k  O    j6A  GA! ( j   @ ( (j   
    ( j6A # Ak"$   @@@@ Ak  ("Aj"  (LAA ("Aj"  (J ( j(  !   6 At AqAtr AvAq Avrr  6  Aj#Aj A ( j/  !   6 At AvrAq6 A ! Aj$  # Ak"$ @@@@ Ak  (Aj  ( (j  At  AqAvr;    (Aj6A  (Aj  ( (j  At  AqAtr  AvAq  Avrr6    (Aj6A   6  Aj#Aj A! Aj$  @   ("M    ("k! @@  ("H@ A L  k"@ ("  j 
    ( ("k6  ( k6 B 7 A 6   M @ At"A J@   K@   K  A L  ( j"E   6  6A  (!@ A@k"A J@   K@   K  A L  ( j" E   6   6A  Aj#A jA! d (!@  E@ Aj" EA Aj" @A ( (j  :   Aj!  6  6A   ("A N@  ( j  ( k"At AqAtr AvAq Avrr6  @  (E   (!  ("  ("H@    jA    j    ("6@ A H    AqA N AA @@  - AF@  A 6A!  (AG@  A HA   (AF  (!  (!@ A L@@@    "A H@>( "AF AF  A 6A!  (AG@  A HA   - Ask  k!  j!  k"A J A !A!  A H  - @A!  AAB"A H    #A jA @ A L  E   (  
     6   A: #A j)!  A 6   6A   (AF@  #A)jA A@@  ("  ("J@ A L  k"@  ("  j 
      (  ("k"6    ( k6  B 7A !  A 6@  ( kA?J  A@k  E   (  (kA N AA !A!@@@@@    ("  (j  ( k"A H@>( "AFA!@ AkD  AFA @    ( j"6 AH@AA!A !A!  ( kA?JA! E@@  AA B " @@A!    ("  (j  ( k"A N>( "AF @ AkD  AF E     ( j6A  #A jA   A   A6AA  ! ~# Ak"$ @  E@A!A!  (AG@AA A	 !  r! B|!@@ E@A !  (! A ;  6  ; AjA BX@A AkA  AjA \A   4 )B=~|"W   }B{"A N>( "AF    AjA_6 #"A
j6    Aj   #A
jA  Aj$  T# Ak"$ >!  (@  Aj!  ( !@  6   6    E   A
 Aj$    AA B 3  ("A L@A     (" z  ( 2    B"A H@A   #A jA A2     "A H@A   #A jA A   A AB ~# A k"$   r" A6   6 @ AA A	 ; AjA B|"BX@A AkA  AjA \A   4 )B=~|"W   }B{A ! A j$  5~# Ak" $   A \  ) !  4!  Aj$   B=~|    v      vq    |/@#A jK"E  -  E  }" A   A J!   S# Ak"$ >!@  E   (E  ( !@  6   6    E   A
 Aj$ # Ak"$ @ "	A L  (! ! 	A(! 	A(! 	A(!@@ E  E  E  ("@@ "Aj!  Atj(  A 	 	AL!A !@  Atj@@  N  At" (j( "-  E   j 6   Atj  "6   A  "6   j"   H!  
j!
 Aj" G   #( "  !  (!@ - E    G #( ~E  ~E  ~!  Aj6@@ A AjAF  /"E  /" A6A!A !#A jK"E  #A jo F  -  @ - @  	Ajl AqN 
  	ljAj Aqm"Aj l - A Gt Aq AsAtA  -  "jA~A  jHA z !  #Aj"E  Aj AjE!A! ! @@ - "  - E@ - E Aj 	At("#	( #A jA OA ! -  E  -   E@A 	 	AL!
A !A !@  Atj( "   ! 	 Aj"J@ (    j j!  
G A
    k"@@A-   Ak" A
   - @  (6 #"A>j6   k6   A j AjO  (6 #"A>j6   A j AjO@ - E  - E  ("@  6  #A j AjO  	6  6  #A j AjO A J@A 	 	AL!  k!A !@@ - E  - @ (!  6  #"A j 6   A j AjO  6  #A j AjO   	lAtj!A !@   !
   !@@@@@@ 
A L  E  -  " -  - E@ - E   j"-    !@@@ A0kAq"A
I @ Aq"A k&  A G  (| j"-  "  A	K  -  A rA G A:  @ - E@ - E@ - E  At"j" 
 ( "  
H6   j 
Aj-"6  E  i - @  j-  !  Atj( !  6  6 #"A	A	 j6   A j AjO  Atj( ! (! - E  6  6  6  6  #A j AjO    	 AjJ@ (  A
  A !#	( #A jA O  6x  6t  6p  #A j A jO Aj" G @ - E  - E #A jA	A   Aj" G A !@ -   - !@@ - E@ AqE Aj! Aj! AqE -  @ ("#A j ! ("@  6d  6`  #A j A jO  	6X  6T  6P  #A j A jO  ("#"A j 6@   A j A@kO -  A !A !A !A !# A@j"
$ @@ - E@ - "A GAt! 	AO@  j! 	Aq!@  j  Atj"( j j (j j (j j (j j! Aj! Aj" G  	Aq"@@  Atj(   jj j! Aj! Aj" G A !  AtAjA  jAj-"E@#	( #A jA O !@ E  ("-  E @ A+:   Aj! Aj"-   A !@  Atj(  - "A GAtj"@ @ A-   - !  j!@ AqE Aj" 	Oq  ("-  E @ A+:   Aj! Aj"-     	G  A :   - E 
 60  #A j 
A0jO#A jAA   - @ (   	Ak!A !@  !@ - @  j-  ! 
  Atj( 6$ 
#"A	A	 j6    A j 
A jO "  Atj"( "J@  6  !  j-  ! - ! 
 6 
 6  #"A j A j  Aj Aj   
AjO - E  Oq  (   Aj" 	G @ - @#A jAA   
 6   #A j 
O ! 
A@k$  A ! A L  	Ak!A !@@ -  @#A jAA   - E  (    	 lAtj!A !@  j-  !  At"j( !@ -  @  #"A j 64  A	A	 Aqj60   A j A0jO  j( ! - !
  #"A j 6$  6    A j Aj 
 A j Aj 
 Aq A jO - E  Oq  (   Aj" 	G @ -  @#A jAA   - E   6  #Aj AjOA
   Aj" G @ -  E  -   ! !  6  #"A A AFj6   A j O - E - #A jA	A  #	( #A jA O    @ Aj 	l"@@  Ak"Atj(      E    E  Aj - A Aj$ # A k"$ #!#!  !
  !@@@@@@ E@ 
At-"E 
A L  A L!@  Atj"   "6 A !	 E@@    	 "   H"6  	Aj"	 G  Aj" 
G   (  !  A j ! EA ! 
A L@    @ E    !  Atj(  k"A H @A   "	Ak! 	    Aj" 
G  #A jA OA !@@ E   Atj( "A H @A-  "	Ak! 	    Aj" 
G #	( #A jA O #A jA O #A jA O A J@ 
A L!A !@A ! E@@     6 #Aj AjO@ E     !  Atj(  k"A H @A   "	Ak! 	    Aj" 
G  #A jA O Aj" G  E@  !  !	  6  #"A A 	AFj6  A j O z  A j$ # Ak"$   !  !	@ A J@  6P A j#Aj A jh A j#AjA h@@ A L@#!A !@@ @ A j Al"Ar-"E@ A L  E  A-    jA :    6@ #"A j A@kO A8j!@ @    64  60  A j A0jO Aj" G @ #A jA O  6  #A j A jO Aj" G #	( #A jA O 	A L #A A8 j!A  AL!
A !@A !@    !  6  #A j 6  A j AjO Aj" 
G @ @ #A jA O  6  #A j O Aj" 	G   Aj$ # Ak"$     (6@ A j     Aj!  Aj!  Aj!
  Aj!  Aj!@ A jA   (d"AL@  , k6   6  #A j     A6  A  A6 - k"!@ AI @ A k$                                    Ak"6d   (  ("kJ@  j  E  , k6  (d6  #A j Aj    A6  A  A6@@@@ A k   E  A E@@  ( @@@ A k   A E    A j A j  E@    ( (l A j A j  6` #A5j A j    ( (dj6@@@@@@@@@@@@@@@@@@ A1kD 	
   @@  ("   -     A"6    #A jA     ("E A j ( A ?  A6  A  A6 A j  A !@@@@ - lA k A!A!A!   6  (@    A
"6 E@  #A jA     A6  A6  AA   A 6@  (   -      A "6    #A jA     A6  ("E ( AG@  (   -      A"6    #A jA     A6  ("E ( AG@  (   -      A"6    #A jA     A6    A j A j  E@    ( (l A j A j A   A  E
@@@  - E@  ("E (AG    j6  ("E ( AGA !# A k"$ @@@@  @  ("E  ( AF A  ("A" #!@ Aj"A  @ A8j!@ ( "A J@   Al"A"6 E@A !@@ AK  Aq    j"O As  Aj"  KjA|qAj"E A    E  A    A6`  Aj!A !@#!   @ A8j!#! AjA  @ A8j!#! AjA  @ A8j!#! AjA  @ A8j!#! AjA  @ A8j!#! AjA  @ A8j!#! AjA  @ A8j!  .6  .6  .6  ( !	 Al" (j 	6  ( j"	( E@A ! 	 (6 ( j (6 ( j (6 ( j (6 ( j (6 ( j (6 (AG@ A 6` Aj" G  A 6`   6A!A!  ("E ( AG   (F      #"Aj 6   Aj A j      (jAj!A!   j 6  A j$ 
  A6  ("E ( AG@  (   -      A"6    #A jA     A6#!@  A"E@ A j!#A8j Aj"A   @ ( "A J@   At"A"6#A j E@@ AK  Aq    j"O As  Aj"  KjA|qAj! E  A   A !@ A jA   ( Atj (l6  Aj" G    6
#A8j!   (F      6@ 
#A j A@k       (jAj6@  ("@@@ ("Ak  #! (!@ A jA  @  A9j6l#!  (|G@  A9j6l  (!  ( H@  Atj"E@ A 6l   6   6A ! A J@@#! A jA  @  A9j6l  Atj" (x"6    (  (j6@ A L #!   E   A9j6l Aj" G  A 6l   A j
   (l"E@ #Aj"6l  6P 
#A j A j       (jAj6	 AF  - AqE  -   #A jA       ( (dj6  A  A6  A  A 6  A6  A  A 6  A6    j6  60  #A j A0j    A6    ( (dj6    j6@  ("  (" (djAjF@  (E    ( jA   (!  , k6   #A j A j    A6 (d  (jAj!   6   6 A j  E  Aj$ L# Ak"$   6  6   #A j     A6  A  A6 Aj$ # Ak"$ A!@ AjA     Aj"    ( )"E    A " ( "jAj-"@  Aj"6    i jAj"6  i (! A 6  6@  ("@  6   6   6A !  Aj$  # Ak"$  @  (@  A6   Aj  A "@ AA 6@@@ Aj     Aj!@ - E Aj    ,  (@@@ - A k   (A?A! Aj  E  A!@ E AsrAq   ("E  ("E    6 Aj Aj   (  ( @  @ @  AjA    6  A:  (E@A !  #A jA   Aj (A !A ! E   (#A j (6 (d" @ (h      Aj Aj$  # Ak"$ @   "E   Aj      , 6` Aj"A    ( "A J@   Al"A"6 E@@ AK  Aq    j"O As  Aj"  KjA|qAj"E A    E  A   A !@ AjA   ( Alj .6 Aj" G    6A  A!  Aj$   # Ak"$ @ E@  #A j (E@@ ("E  -  E      #A j A "@  6  #A j Aj@@@ Ak  A "E@A !  6  #A j AjA!A! A "E   6  #A j Aj A "@   @ A "@@ E  ("E  !  6  #Aj AjA !A !A ! A "E@A ! A !@ E  E  !  6  #Aj Aj  A
@ E @ E  A L  (|! )"
E  
AtAj"-"@ -"	@ Ak! !A!A !@@ 
-  "E@A !A ! 
!A !A !@  At"j" 6  	 j 6 @ Aq"A	F@ A :  @ A
k    N@@ AF  E  
 Ak( j-  AF Aj! Aj!A!A! AG@A  |" AL!  ! Aj!  j! 
  j"j"-  "   At"j 6   	j 6   N@@  	 Atj( "kA=H@ !A !A ! 	 Atj( A
j" A<jL@@ "Ak! 	 Atj(  kA<J A!A !@  J"E @  	 Ak"Atj( "H   kA=N A! !A !@A!  	 Aj"Atj( "kA<J  ! 
  Atj( jA :    (!  6  #A j Aj @  #A jA !  ( K@@A   (  j|" AL j!  (  j  j"  (I    
  Atj( j @  #A j  A
 	 Atj(  j k"A J@A !@  A  Aj" G   A   A
 	  
 A "@  6  #A j Aj A "@  6  #A j Aj A "@  6  #A j Aj@@ Ak  (AG A "E   6p  #A j A j E  A "@  6`  #A j A j A "@  6P  #A j A j A "@  6@  #A j A@k A "@  60  #A j A0j A "@  6   #A j A j A ! A !@ A "    E  #A j @  6  #A j Aj@ E  E   6  6   #Aj   A
 Aj$ # A k"$ A!@ A jA    (L! A jA    A<j@ (H"A J@  Aj!@   @A! (@@ A<jA  A<j (  Aj" (H"H   (" K@  Aq6,  Av6(  Aq6$  Av6   #Aj A j (H!A !A ! A J@  (<6  Aj"#AA AFj Aj A
 (HA J!   (I    #"A'j6    A7j  A<j A j$  @  "A H @@ E@ @A A~!AA     A N AO@  Ak-"6  E@  #A jA A~  (! Ak"@   ( j 
    jA :      j6     (6  "A N  # A0k"$     (6@ A#j     Aj!@@ AjA    ("AL@  , #6   6  #A j     A6  A  A6A~! Ak"  (  ("kJ@A !  j  E  , #6  (6  #A j Aj    A6  A  A6A~!@@@@@@ - #A k$   E    A$j A$j  E@    ( ($ A$j A$j  AA  (AF6A!  A6A!A !  A   (@    (  (jA     (6 A#j  EA ! A0j$  @  (AF   (AkAK   -   Ak!@@    "AA   E@  A N A :  A A H@ #A j" /  ;     - : A   j" Ak"-  A
F@ A :  A   A :  A  #A jA  A :  AA!@  (AkAK   "A H A ! E     ("  (j"6  ( j!     kAk"N@ @   
      ( j6A  @   
   "  (j6 # Ak"$ @@  (Ak"AO@  #AjA @@   A!A   A H  A H  ("E  ( E A   A H  A H  !  - !@@ E@  A6 AqA! Aq  A6 AqEA!  @  "E  (AG  A !  ("@   (" jAk"-  "A
F A :    ( 6   Aj#Aj   (  (jAk :   A! Aj$  # Ak"$ @A   A H  A  A H AA  A H AA  A H  A  A H  A J@@  
Alj"( A  @ ( "AF  (@ (   E (    
Aj"
 G AA  A H   A H    A!@@@A !	@@ 	Aq@AA     A H    (6A!	 Aj    AjA    ("AL@   ,   - "
!@ AI  
A k$         Ak"6   (  ("kJ@  j  E   ,  (@@@@@@@@ 
A k  A   ( "AF@A! @    A!    A!  AA!  A A !# Ak"$ A! Aj  E@A !@@@@ - A k A!A!A!   6 Aj$     (  (jAj6  (  - #!	   AG 	Aj    A"	6#! 		 A jA # Ak"$ A!  Aj  E@ Aj Aj  E@    ( (A ! Aj Aj$    6   #Aj      (  (jAj6    (@    (  (jA    (  (jAj6        !	 Aj$  	-   A  "6  -"@     6   @   ("At AqAtr AvAq Avrr6  A!@  (,"E  -  E   #A j"(  6   - :  A	j  (,i  (, A
j!@  ($"E  -  E @ E@ A	j!  j"#A2j")  7    - :   A	j"j  ($i  ($!  jAj!@  (("E  -  E @ E@ Aj!  j"#A&j")  7    ( 6   Aj"j  ((i  ((!  jAj!@  ("E  -  E @ E@ Aj!  jB97    Aj"j  (i  (!  jAj!@  - AG   ("E@  ( "E -  E @ E@ Aj!  j"#A3j")  7    - :   ) 7   Aj"j i  jAj!@  ("E  -  E @ E@ Aj!  j"#A-j")  7    ) 7   Aj"j  (i  (!  jAj! ( " @@@  K" E   #AjZE  @  j (i ( jAj! @  j  i   jAj! Aj"( "   @  jA :   Aj   E@A   -    A  A      # Ak"$ >"A 6 @  (  A D"A N @@@@ ( "  A G  #A jA A !A !   AjA_6   #Aj   6  Aj$       # Ak"$ @  - @ !  - ! A :  Aj!@  -     Aj A N A!@  (  AA  C"A N >"( !@ E  AG   A :  A : @  -   Aj A N A!A!  (  A C"A N ( !@@@@ Ak  A G A:   A:  AjA#A jA   A:    AjA_6  AjA#Aj  Aj#A jA   Aj)6 !@  -    -   Aj -  - > 6  Aj$  v# Ak"$  Aj AjAA  Aj  !> 6 A!@     A  AA G :  A ! Aj$  x# Ak"$ >"( !@   E  Aj  AjAE  Aj AjA Aj AjA  A   6  Aj$  A 	 #A j A 9@  E   ("@ z  A 6  A 6 E    6)  @  ("@ z  A 6  A 6 @  E   (E    61# Ak"$  A 6#"A j!	 A j!  ("AqE@ AjA \  )7 AjA#"A j Aj Aj!  (6  AjjA k Aj Aj  (!  Aj6  A j AjO (!  (!  	 !  j",  ! ( !  Aj6 At AqAtr AvAq Avrr!	 Aq! Aq!@@   E @ A k
    (!  6 #A j AjO  (!  	6  6 #A j AjO@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ A1kF 
	  (#A/jA O  (#A0jA O  (#A/jA O  ("#A jA O  ("j(  !  Aj6@ @ #A jA O  At AqAtr AvAq Avrr6@ #A j A@kO   (j60  #A j" A0jO (jAk"6   j6     A jO (jAk6A !  ("#"A jA O   (j6   A j" AjO (jAk"6   j6    AjO (j"jAk/  !  6  At AvrAq"6  A j AjO @A  AM!@  ("j/  !  Aj6  At AvrAq6 #A j AjO Aj" G   ("j/  !  Aj6  At AvrAq"6 #A j AjO @A  AM!A !@  ("j(  !  Aj6  At AqAtr AvAq Avrr"6p #A j A jO AG@    Aj Aj" G   ("j/  !  Aj6  At AvrAq"6` #A j A jO EA  AM!A !@  ("j/  !  Aj6  At AvrAq6P #A j A jO Aj" G   (#A3jA O  (! @# A0k"$  #A jA O@  Aj"( j,  "A kAqA O@  6  #Aj A jO  6 #A j AjO  ( Aj"6    j6   #A j O ( jAk6  A0j$ # Ak"$  #"A jA O   Aj"( j6    A j O ( jAk6  Aj$   (! @# A0k"$  #A jA O@  Aj"( j,  "A kAqA O@  6  #Aj A jO  6 #A j AjO  ( Aj"6    j6   #A j O ( jAk6  A0j$ # A k"$  #"A jA O  Aj"( "j/  !  Aj6   At AvrAq"6  A j AjO @A  AM!@  ( "j(  !  Aj6   At AqAtr AvAq Avrr"6  #A j O AG@     
Aj"
 G  A j$   (! @# A k"$  #"A jA O   Aj"( j6   A j AjO ( j"Ak"6   j(  !  Aj6   At AqAtr AvAq Avrr6   A j O A j$  #A2j  Aj A G  ("#"A jA O   (j6   A j AjO (jAk6  ("#A jA O  ("j(  !  Aj6@ @ #A jA O  At AqAtr AvAq Avrr6 #A j AjO  ("j/  !  Aj6  At AvrAq"6 #A j AjO @A  AM!A !@  ("j/  !  Aj6  At AvrAq6 #A j AjO Aj" G   ("j/  !  Aj6  At AvrAq"6 #A j AjO @A  AM!A !@  ("j(  !  Aj6  At AqAtr AvAq Avrr"6 #A j AjO AG@    Aj Aj" G   ("j/  !  Aj6  At AvrAq6 #A j AjO  ("#A jA O@  (j,  "A kAqA O@  6 #Aj AjO  6 #A j AjO  ("j/ !  Aj6  At AvrAq"6 #A j AjO EA  AM!A !@  ("j/  !  Aj6  At AvrAq6 #A j AjO Aj" G   (! @ #A+jA O# A@j"$  #A jA O@  Aj"( j,  "A kAqA O@  60 #Aj A0jO  6  #A j A jO  ( "Aj"6   j/  !  Aj6   At AvrAq"6 #A j AjO @A  AM!A !@  ( "
j/  !  
Aj6   At AvrAq6  #A j O Aj" G  A@k$   (#A2jA O  ("#A jA O  ("j(  !  Aj6 @ #A j"A O  (Aj6  A O  At AqAtr AvAq Avrr6 #A j" AjO  ("j(  !  Aj6  At AqAtr AvAq Avrr6   AjO  (#A jA O  (#A2j  Aj A G  ("#"A jA O   (j6   A j" AjO (jAk"6   j6    AjO (j"jAk/  !  6  At AvrAq"6  A j AjO EA  AM!A !@  ("j(  !  Aj6@ @ #A jA O  At AqAtr AvAq Avrr6 #A j AjO Aj" G   ("#"A jA O   (j6   A j AjO (jAk6  ("#"A jA O  ("j(  !  Aj6  At AqAtr AvAq Avrr6  A j AjO
  (#A jA O	  (! @ #A jA O	# A k"$  #"A jA O   Aj"( j6   A j" AjO ( jAk"6    j6     O ( jAk6  A j$   ("#"A jA O  ("j/  !  Aj6  At AvrAq"6  A j AjO EA  AM!A !@  ("j(  !  Aj6@ @ #A jA O  At AqAtr AvAq Avrr6 #A j AjO Aj" G   ("#"A jA O  ("j/  !  Aj6  At AvrAq"6  A j AjO EA  AM!
A !@   (j6 #A j AjO (j" jAk(  !  Aj6@ @ #A jA O  At AqAtr AvAq Avrr6 #A j AjO  ("j/  !  Aj6  At AvrAq6 #A j AjO  ("j(  !  Aj6@ @ #A jA O  At AqAtr AvAq Avrr6 #A j AjO  ("j/  !  Aj6  At AvrAq6 #A j" AjO  ("j(  !  Aj6  At AqAtr AvAq Avrr6   AjO  ("j/  !  Aj6  At AvrAq6   AjO Aj" 
G   ("#"A jA O  ("j(  !  Aj6  At AqAtr AvAq Avrr6  A j" AjO  ("j(  !  Aj6  At AqAtr AvAq Avrr6   AjO  ("#"A jA O  ("j(  !  Aj6  At AqAtr AvAq Avrr"6  A j AjO AF    Aj  ("#A jA O@  (j,  "A kAqA O@  6 #Aj AjO  6 #A j AjO  (Aj"6  	N@  j/  !  Aj6  At AvrAq6 #A j AjO 	 ("J   (#A0jA O  ("#A jA O@  (j,  "A kAqA O@  6 #Aj AjO  6 #A j AjO  (Aj6  (!  6 #Aj AjOA
  ( 	 (Ak"G@  (!   	6  6   #A j O Aj$ # Ak"$  ( !  #A jA O  j!@ A L@A !A !@@  j"-  A kAqA M@ Aj!  jA  k    ,  6   #Aj O Aj"!  G   J@  jA  k    #A jA O  (  j6  Aj$ # A@j"$   60  #A j A0jO ( !@@  j,  "A kAqA O@  6   #Aj A jO  6  #A j AjO  ( "Aj"6   j-  "@@ E  A k"AK A tA qE   #A jA O   ( "j jAj"6    j6    #A j O ( jAk"6  A@k$ # Ak"$   - AqE@ AjA \  )7 A jA#"A j Aj A j!  (6`  A jjA k Aj A j  (!  A j6P  A j A jO  (!  (  "At AqAtr AvAq Avrr"6@ #A j A@kO  (!@ AF@ #"A jA O  (!  ( "At AqAtr AvAq Avrr6   A j" A jO  (!  ( "At AqAtr AvAq Avrr6   AjO  (!  ( "At AqAtr AvAq Avrr6    O  60 #A j A0jOA
  ( Aj$ e# Ak"$   6 Aj A  AGAt  AF6   Aj Aj!  (! Aj$ A   A H# Ak"$ @  E  E  E  -  E @  ("A J@  (!@  Alj(  F Aj" G @  (" J@  (! AtA "Al!  ("@  j -"E   6   6  (!  Alj 6  )!  (  (Alj 6  (  (Alj"(E  6  (  (AljA 6  (  (AljA : A!    (Aj6   6A  Aj       ("Ak6  ( AljAk( A ! Aj$  ^@  E  E   ("A L   (!A ! @@   Alj"(  F  Aj"  G A   6A! Z@  E  E   ("A L   (!A ! @@   Alj"(  F  Aj"  G A  (! \@  E  E   (x"A L   (t!A ! @@   Alj"(  F  Aj"  G A   6A! X@  E  E   (x"A L   (t!A ! @@   Alj"(  F  Aj"  G A  (! # Ak"$ @ E@A! (x"A L @ Al" (tj"- E@  6   6@A Aj ( (  E@A ! (t jA:  (x! Aj" H  Aj$  PA-" @A!  A-"6 @ E@  #A j6 A ! A :    A 6   6  EA!  A-"6 @ E@  #A j6 A ! A :    A 6   6#  @  ( "#A jG@   -  ( "#A jG@   B 7  #A j6 k  @  ( "#A jG@  A 6 A :  A!  A-"6 @ E@  #A j6 A ! A :    A 6   6@  E   ("E   ("As M@  ( "#A jG@   A 6  #A j6 A A!  jAj" M@  At"K   ( A  AO"j"@   6 A  ( "#A jG@   A 6  #A j6 A !A !   6 # Ak"$ >!@  E  ( !@  ( "#A jG@  A 6 A :    (!A!  A-"6 @ E@  #A j6 A ! A :    A 6   6 E @  6   6    E  Aj$ A !    ("  ("AjK  (  j  k"  k"A H@  ( "#A jG@   B 7  #A j6 A  K@    ( j6A AF@  ( "#A jG@   B 7  #A j6 A Aj EL# Ak"$ >!@  E   (E  ( !@  6   6    E  Aj$ F   "@ @  (   (j  
      ( j"6  (  jA :  @    @ @  (   (j  
      ( j"6  (  jA :  8   A@  (   (j :      (Aj"6  (  jA :  # A k"$ @@@    (d-  A G  - E@ #A0jA  -   #A1jA @ ("E #A3j!@  AK A  tA?qE@   - AG#! -  A%j! (  vAq#!  Ak" A	K@ A3j!#Aj  Atj( !  6D  6@ #Aj A@k@@@@@@ (8-  A F@@@   @ (" E  (  (  E A ! 
 #A-jA  #AjA @@@@@@    #A jA  #A jA 
 #A?jA 	 #A?jA  #A?jA  A: @@ ( (Alj("E@ (0"E -   Aj#A jA !@@@@  Ak  A jA  A 6\A -"E@ #A jA   (,"    A$j A jE@  (\60 #Aj A0j  A'j A jA  A jE@  (\6  #Aj A j  ! A   Aj!    E Aj#A j A: A !  A 6\ A j@ (8-  A G  -   #A1jA  (@@@ A j E@A !A !@ (TE (L" -  E@  #A jE@ - AF@ (8-  A G #A	jA  #A$jA   #A j    A:  #6#A j! A j E  Aj#A j E@ #A jA @ (8-  A G  #A jE  #A.jA A ! @ - AG @ ( (Alj(" E@ (0" E  -   Aj#A j      ((  " 6   (\! A j  #A jA   A A A j A j (( AFA     (\@ (XA  (\ (X    A j (\A !  Aj! (E@ #A j (! Aj-"E@  6  #A j    @   jA :   (   A j A j (( ! @  AG  AG  (\@ (L #A jA @ (L"   AG  #AjA   @ A    (\!  (L   AFA !    6 #A>j Aj #AjA A!  ( G #A j A j (\A!  A j$   r# Ak"$ @   AjAE@A !  E  Aj6  #A j  Aj)!  E    A !  #A jA  Aj$   n# Ak"$ @L AjAE@  E  Aj6   #A j  Aj)!  E   A !  #A jA  Aj$  H# Ak"$  A 6@A$-"E       Aj@ !  Aj$  # A k"$ @  @  Aj  A 6 E@  #A"j"E AG@ @ AF@ AF   #A jA  A A "A3O@   #A+jA  A0j i! @@@ -  A G  - A G  - E #A/j#A j! #A jE@ A 6,   ( A,j"  (,6   #Aj  #A jE@A$-"@ A 6,     A,j@ !  (,6  #Aj Aj   #A jA   6   #A j A j A j$  # A k"$ @    A "E     !  E     "@ Aj  6  6  Aj#Aj    (! Aj   A j$   #ؐ8     d       @       PostgreSQL                      | cannot exit pipeline mode while busy out of memory empty query PQsendQuery GSS-library primary any default_transaction_read_only SHOW transaction_read_only session is not read-only session is read-only sslkey SSL-Client-Key in_hot_standby prefer-standby  \x%02x Unknown message: %02x protocol error: id=0x%x allow size_t overflow .%06u protocol version not supported by server: client uses %u.%u, server supports up to %u.%u TIMELINE_HISTORY %u  TIMELINE %u libpqrcv query result context connect_timeout tcp_user_timeout Connect-timeout TCP-User-Timeout localhost Database-Host SSL-Revocation-List channel binding required but not supported by server's authentication request received invalid authentication request duplicate SASL authentication request port Database-Port sslrootcert sslcert SSL-Client-Cert setsockopt libpqrcv_alter_slot libpqrcv_create_slot keepalives_count TCP-Keepalives-Count p=tls-server-end-point integer of size %lu not supported by pqPutInt integer of size %lu not supported by pqGetInt out of memory for query result protocol error: no function result default could not generate random salt _PG_init channel binding is required, but client does not support it right left GSSAPI encryption required but it is not supported over a local socket invalid socket direct libpqrcv_connect select lo_creat c=biws load_balance_hosts could not match %d port numbers to %d hosts Load-Balance-Hosts cannot exit pipeline mode with uncollected results gss another command is already in progress no COPY in progress Database-Host-IP-Address no client response found after SASL exchange success .pgpass target_session_attrs Target-Session-Attrs options Backend-Options scram_iterations standard_conforming_strings keepalives TCP-Keepalives could not match %d host names to %d hostaddr values postgres PGresult cannot support more than INT_MAX tuples libpqrcv_processTuples negative require_auth method "%s" cannot be mixed with non-negative methods require_auth method "%s" cannot be mixed with negative methods %%s %%-%ds %-*s %*s %s%s=%s ,,n=,r=%s %s:%s %s/%s %%s %%s , publication_names %s  at character %s cannot determine OID of function %s ALTER USER %s PASSWORD %s could not send end-of-streaming message to primary: %s invalid connection string syntax: %s could not get client address from socket: %s could not create socket: %s could not send startup packet: %s could not send cancel packet: %s could not get socket error status: %s could not translate Unix-domain socket path "%s" to address: %s could not translate host name "%s" to address: %s could not get peer credentials: %s could not receive timeline history file from the primary server: %s could not receive database system identifier and timeline ID from the primary server: %s protocol extensions not supported by server: %s protocol extension not supported by server: %s could not send data to server: %s could not interpret result from server: %s could not receive data from server: %s could not send data to WAL stream: %s could not receive data from WAL stream: %s could not clear search path: %s could not parse connection string: %s could not start WAL streaming: %s could not calculate client proof: %s unexpected result after CommandComplete: %s could not verify server signature: %s error received from server in SCRAM exchange: %s could not set socket to TCP no delay mode: %s could not encrypt password: %s error reading result of streaming command: %s %s(%s) failed: %s %s() failed: %s authentication method requirement "%s" failed: %s error while shutting down streaming COPY: %s could not alter replication slot "%s": %s could not create replication slot "%s": %s could not parse network address "%s": %s could not write to file "%s": %s could not open file "%s": %s could not read from file "%s": %s 
%s sslcrldir SSL-Revocation-List-Dir invalid response from primary server unexpected response from server no connection to the server command string is a null pointer statement name is a null pointer length must be given for binary parameter incomplete multibyte character invalid multibyte character user Database-User prefer requirepeer Require-Peer hostaddr unexpected message from server during startup /tmp auto geqo libpqrcv_get_conninfo libpqrcv_get_dbname_from_conninfo libpqrcv_check_conninfo show password_encryption invalid connection state, probably indicative of memory corruption invalid connection state %d, probably indicative of memory corruption cancel request is already being sent on this connection the query interface requires a database connection server offered SCRAM-SHA-256-PLUS authentication over a non-SSL connection sslnegotiation SSL-Negotiation gssdelegation GSS-delegation server did not complete authentication server requested SASL authentication server requested SSPI authentication server requested GSSAPI authentication replication Replication sslcompression SSL-Compression server_version ssl_max_protocol_version ssl_min_protocol_version NegotiateProtocolVersion SSL-Maximum-Protocol-Version SSL-Minimum-Protocol-Version %s value "%s" invalid when SSL support is not compiled in gssencmode value "%s" invalid when GSSAPI support is not compiled in PQfn lo_open connection not open requirepeer parameter is not supported on this platform random libpqrcv_identify_system requiressl sslcrl /pglite/etc/postgresql verify-full lo_tell keepalives_interval TCP-Keepalives-Interval lo_unlink lo_lseek sspi sslsni require_auth Require-Auth Flush "password_encryption" value too long unterminated quoted string in connection info string missing "=" after "%s" in connection info string libpqrcv_startstreaming libpqrcv_endstreaming unexpected result set after end-of-streaming client_encoding Client-Encoding channel_binding channel binding required, but server authenticated client without channel binding channel binding is required, but server did not offer an authentication method that supports channel binding Channel-Binding could not encode client proof %s/pg_service.conf .pg_service.conf off libpqrcv_receive true lowrite read-write ParseComplete CloseComplete BindComplete connection in wrong state invalid SCRAM exchange state Terminate lo_create lo_truncate server did not request an SSL certificate server accepted connection without a valid SSL certificate SSL-Root-Certificate channel binding required, but SSL not in use lo_close invalid query response EmptyQueryResponse ErrorResponse NoticeResponse false database incorrect server signature require server requested an unknown authentication type timezone none CopyDone krbsrvname dbname fallback_application_name Kerberos-service-name Fallback-Application-Name Database-Name datestyle libpqrcv_readtimelinehistoryfile passfile Database-Password-File keepalives_idle cannot enter pipeline mode, connection not idle message type 0x%02x arrived from server while idle TCP-Keepalives-Idle disable no error text available argument of lo_write exceeds integer range argument of lo_truncate exceeds integer range argument of lo_read exceeds integer range invalid SSL protocol version range invalid %s message received invalid error message received invalid protocol negotiation message insufficient data in "t" message insufficient data in "T" message unexpected field count in "D" message insufficient data in "D" message sslcertmode sslmode gssencmode server is not in hot standby mode server is in hot standby mode cannot send pipeline when not in pipeline mode %s not allowed in pipeline mode synchronous command execution functions are not allowed in pipeline mode unexpected pipeline mode invalid ExecStatusType code SSL-Client-Cert-Mode SSL-Mode GSSENC-Mode could not generate nonce could not encode nonce require_auth method "%s" is specified more than once service Database-Service sslpassword server requested a cleartext password server requested a hashed password SSL-Client-Key-Password Database-Password service file "%s" not found definition of service "%s" not found libpqrcv_send Field authentication method %u not supported Crypt authentication not supported SSPI authentication not supported GSSAPI authentication not supported Kerberos 5 authentication not supported Kerberos 4 authentication not supported none of the server's SASL authentication mechanisms are supported AuthenticationSASLFinal received from server, but SASL authentication was not completed password is required timeout expired write to server failed "%s" failed PQcancel() -- no cancel object supplied PortalSuspended libpqwalreceiver already loaded loread %d.%d.%d %s/.s.PGSQL.%d row number %d is out of range 0..%d parameter number %d is out of range 0..%d column number %d is out of range 0..%d Unknown message: length is %d lost synchronization with server: got message type "%c", length %d syntax error in service file "%s", line %d nested service specifications not supported in service file "%s", line %d number of parameters must be between 0 and %d unexpected asyncStatus: %d Sync libpqrcv_exec COPY terminated by new PQexec libpqwalreceiver.c expected authentication request from server, but received %c gsslib query to initialize large object functions did not return data NoData verify-ca PGTZ PGRES_EMPTY_QUERY  TEMPORARY cannot exit pipeline mode while in COPY cannot queue commands during COPY PGSSLKEY  %X/%X unexpected shape of result set returned for SHOW PGRES_COPY_OUT PGCONNECT_TIMEOUT TCP_USER_TIMEOUT PQgetline: not doing text COPY OUT PGHOST PGPORT PGSSLROOTCERT PGSSLCERT NOEXPORT_SNAPSHOT USE_SNAPSHOT TCP_KEEPCNT SCRAM-SHA-256-PLUS PGLOADBALANCEHOSTS PGTARGETSESSIONATTRS PGOPTIONS %Y-%m-%d %H:%M:%S PGRES_FATAL_ERROR PGRES_NONFATAL_ERROR PGSSLCRLDIR PGSYSCONFDIR FAILOVER PGUSER PAGER PGREQUIREPEER PGHOSTADDR PGGEQO PGSSLNEGOTIATION PGGSSDELEGATION START_REPLICATION PGSSLCOMPRESSION PGSSLMAXPROTOCOLVERSION PGSSLMINPROTOCOLVERSION  NNNN PGRES_COPY_IN IDENTIFY_SYSTEM TCP_KEEPINTVL PGREQUIRESSL PGSSLCRL connection pointer is NULL  PHYSICAL RESERVE_WAL  LOGICAL PGRES_TUPLES_OK PGRES_COMMAND_OK PGRES_TUPLES_CHUNK PGSSLSNI SSL-SNI PGREQUIREAUTH PGRES_COPY_BOTH PQexec not allowed during COPY BOTH PGCLIENTENCODING PGCHANNELBINDING F SO_KEEPALIVE PGRES_BAD_RESPONSE TWO_PHASE PGDATABASE HOME PGKRBSRVNAME PGAPPNAME PGDATESTYLE PGRES_SINGLE_TUPLE PGPASSFILE PGSERVICEFILE TCP_KEEPIDLE PGSSLCERTMODE PGSSLMODE PGGSSENCMODE PGSERVICE NOTICE PGPASSWORD PGRES_PIPELINE_ABORTED PGRES_PIPELINE_SYNC PGGSSLIB 	Is the server running locally and accepting connections on that socket? 	Is the server running on that host and accepting TCP/IP connections? <table %s> <tr> </tr> <th align="%s">%s</th> <td align="%s">%s</td> ,p= SELECT pg_catalog.set_config('search_path', '', false); 0123456789 scram-sha-256 SCRAM-SHA-256 md5 lo_tell64 lo_lseek64 lo_truncate64 42704 -c datestyle=ISO -c intervalstyle=postgres -c extra_float_digits=3 57P03 TLSv1.3 5432 TLSv1.2 TLSv1 28P01 TLSv1.1 0 server closed the connection unexpectedly
	This probably means the server terminated abnormally
	before or while processing the request. Target server's authentication method must be changed, or set password_required=false in the subscription parameters. Could not identify system: got %d rows and %d fields, expected %d rows and %d or more fields. Expected %d fields, got %d fields. Expected 1 tuple with 2 fields, got %d tuples with %d fields. Non-superusers must provide a password in the connection string. Non-superuser cannot connect if the server does not request a password. \. ... , ******** malformed SCRAM message (invalid iteration count) malformed SCRAM message (invalid salt) Unix-domain socket path "%s" is too long (maximum %d bytes) malformed SCRAM message (length mismatch) invalid SCRAM response (nonce mismatch) malformed SCRAM message (invalid server signature) malformed SCRAM message (garbage at end of server-first-message) malformed SCRAM message (garbage at end of server-final-message) malformed SCRAM message (empty message) server sent data ("D" message) without prior row description ("T" message) malformed SCRAM message (attribute "%c" expected) out of memory allocating SASL buffer (%d)  PHYSICAL (RESERVE_WAL) SELECT pg_catalog.pg_is_in_recovery() SELECT pg_is_in_recovery() select proname, oid from pg_catalog.pg_proc where proname in ('lo_open', 'lo_close', 'lo_creat', 'lo_create', 'lo_unlink', 'lo_lseek', 'lo_lseek64', 'lo_tell', 'lo_tell64', 'lo_truncate', 'lo_truncate64', 'loread', 'lowrite') and pronamespace = (select oid from pg_catalog.pg_namespace where nspname = 'pg_catalog') malformed SCRAM message (expected character "=" for attribute "%c") ALTER_REPLICATION_SLOT %s ( FAILOVER %s )  ( proto_version '%u' SNAPSHOT 'export' , origin '%s' , streaming '%s' , two_phase 'on' SNAPSHOT 'nothing' , binary 'true' SNAPSHOT 'use'  ' requirepeer specifies "%s", but actual peer user name is "%s" invalid integer value "%s" for connection option "%s" invalid connection option "%s" unrecognized password encryption algorithm "%s" password retrieved from file "%s" line %d too long in service file "%s" CREATE_REPLICATION_SLOT "%s"  SLOT "%s" missing key/value separator "=" in URI query parameter: "%s" extra key/value separator "=" in URI query parameter: "%s" invalid URI query parameter: "%s" invalid port number: "%s" invalid percent-encoded token: "%s" invalid %s value: "%s" forbidden value %%00 in percent-encoded value: "%s" invalid "%s" value: "%s" invalid URI propagated to internal parser routine: "%s" IPv6 host address may not be empty in URI: "%s" end of string reached when looking for matching "]" in IPv6 host address in URI: "%s" unexpected character "%c" at position %d in URI (expected ":" or "/"): "%s" unexpected response from server; first received character was "%c" message contents do not agree with length in message type "%c"  "SSSS"  LOGICAL pgoutput   %-*s   %*s  error  COPY  INSERT  SELECT  FETCH  MOVE  DELETE  UPDATE  MERGE  %s:  connection to server at "%s" (%s), port %s failed:  connection to server at "%s", port %s failed:  PQcancel() -- setsockopt(SO_KEEPALIVE) failed:  PQcancel() -- socket() failed:  PQcancel() -- connect() failed:  PQcancel() -- send() failed:  connection to server on socket "%s" failed:  LINE %d:  %s,  %s:   LOCATION:   out of memory
 PGresult is not an error result
 WARNING: password file "%s" has group or world access; permissions should be u=rw (0600) or less
 libpq is incorrectly linked to backend functions
 fe_sendauth: invalid authentication request from server: invalid list of authentication mechanisms
 %s%s%s
 %-*s%s %s
 QUERY:  %s
 CONTEXT:  %s
 HINT:  %s
 DETAIL:  %s
 CONSTRAINT NAME:  %s
 COLUMN NAME:  %s
 DATATYPE NAME:  %s
 TABLE NAME:  %s
 SCHEMA NAME:  %s
 |
%s
 cannot allocate memory for output buffer
 cannot allocate memory for input buffer
 fe_sendauth: error sending password authentication
 fe_sendauth: error in SASL authentication
 PQrequestCancel() -- connection is not open
 connection not open
 %s%sValue
 %-*s%s Value
 WARNING: password file "%s" is not a plain file
 no error message available
 channel binding not supported by this build
 fe_sendauth: no password supplied
 mismatched message length: consumed %d, expected %d
 internal error: cannot send pipeline while in COPY
 fe_sendauth: invalid authentication request from server: AUTH_REQ_SASL_CONT without AUTH_REQ_SASL
 connection pointer is NULL
 <tr><td align="left"><b>%s</b></td><td align="%s">%s</td></tr>
 <center><h2>Query retrieved %d rows * %d fields</h2></center>
 <center><h2>%s</h2></center>
 <table %s><caption align="top">Retrieved %d rows * %d fields</caption>
 <table %s><caption align="top">%s</caption>
 <table %s><caption align="top">%d</caption>
 </table>
 
Query returned %d row%s.
 -- RECORD %d --
  	
 (%d row%s)

 ReadyForQuery	 DataRow	 CancelRequest	 ParameterStatus	 %s	 RowDescription	 ParameterDescription	 Authentication	 NegotiateProtocolVersion	 FunctionCall	 CopyFail	 Execute	 CommandComplete	 Parse	 Close	 CopyOutResponse	 NotificationResponse	 CopyInResponse	 FunctionCallResponse	 CopyBothResponse	 Describe	 Bind	 %s	%d	 F	%d	 BackendKeyData	 %s	NN	              set client_encoding to '%s' postgresql:// postgres://           0123456789abcdef                 	

                                            	   
                     1  1  1                             +(  K  $    2&              (            ?         =  &          B  ?         ,         (            -         0       v  J(            ?  @       4         '        r  ?         8       "  $          C  ?  
                (          =  ?         $       i  %          n  ?  (               p  '&          2  ?  -              ,  "%  *      1  ?                  '            ?  
                %  ?        ?  (                !(          ,  ?  @                            #  ?  @                               ?         <                     	  ?  
       @       2              F  ?  
       D                       ?  
       H       2              S  ?  
                ~(          ?         L       ^  9&  E      m  ?  	       P       J  l&  *      Y  ?         T       K  7%          S  ?  @       \         $            ?  @       X         p(            ?         d                       -         `       ?  )%            ?  @       h          &          |  ?  @       l         %            ?  @       p       v  c'  *      l'  ?         t       W  &          c  ?  
       x       }  t'            ?                  &  *        ?                x  }&            ?                  (          ?         |         (  E        ?                #  (             ?                }  J&  *        ?                2              >  (         (         %           ?                n  %          ?                                                        $  ?'  /'  $  &  '  %  %  '  7(  (  (  P'                                                                                                                                 7                                                                                                               asm    dylink.0 |``` ` ``~ ` ` ` `` ``~ `~~ ` `~~ `  ` penvpalloc0  envAllocSetContextCreateInternal env"MemoryContextRegisterResetCallback envstrcmp env__errno_location envstrtoul envSplitIdentifierString enverrstart_cold enverrcode  enverrmsg env	errfinish envdefGetBoolean  envdefGetStreamingMode  envdefGetString  envpg_strcasecmp enverrmsg_internal envCacheRegisterSyscacheCallback envhash_create 	envCacheRegisterRelcacheCallback envMemoryContextAllocZero envis_publishable_relation  enverrstart envRelationIdGetRelation  envExecStoreHeapTuple envMakeTupleTableSlot envexecute_attr_map_slot envget_namespace_name  envMemoryContextReset envMakePerTupleExprContext  envslot_getsomeattrs_int envMakeSingleTupleTableSlot envmemcpy envExecStoreVirtualTuple  envOutputPluginPrepareWrite envlogicalrep_write_insert 
envlogicalrep_write_update envlogicalrep_write_delete 
envOutputPluginWrite envRelationClose envExecDropSingleTupleTableSlot envlogicalrep_write_truncate 
envlogicalrep_write_message envOutputPluginUpdateProgress envpfree envlogicalrep_write_commit envlogicalrep_write_begin_prepare envreplorigin_by_oid envlogicalrep_write_origin envlogicalrep_write_prepare env logicalrep_write_commit_prepared env"logicalrep_write_rollback_prepared envhash_destroy envlogicalrep_write_stream_start envlogicalrep_write_stream_stop envlogicalrep_write_stream_abort envhash_seq_init envhash_seq_search  envlist_delete_nth_cell envlogicalrep_write_stream_commit envlogicalrep_write_stream_prepare envhash_search 	envget_rel_namespace  envGetRelationPublications  envGetSchemaPublications  envget_rel_relispartition  envget_rel_relkind  envGetPublicationByName envlappend env	list_free envbms_free envFreeTupleDesc envfree_attrmap envMemoryContextDelete envget_partition_ancestors  envGetTopMostAncestorInPublication envlist_member_oid envCreateTupleDescCopyConstr  envbuild_attrmap_by_name_if_req envSearchSysCacheExists envSearchSysCache2 envSysCacheGetAttr 	envReleaseSysCache envlist_free_deep envtext_to_cstring  envMemoryContextStrdup envMemoryContextSetIdentifier envCreateExecutorState envaddRTEPermissionInfo envlist_make1_impl envExecInitRangeTable envGetCurrentCommandId  envstringToNode  envmake_orclause  envExecPrepareExpr envpub_collist_to_bitmapset envbms_num_members  env	bms_equal envlogicalrep_write_begin envlist_member_xid envlappend_xid envbms_is_member envlogicalrep_write_typ envlogicalrep_write_rel env__stack_pointerenv__memory_base env__table_base GOT.memCurrentMemoryContextGOT.memTTSOpsVirtualGOT.memCacheMemoryContextGOT.memTTSOpsHeapTupleenvmemory env__indirect_function_tablep >__wasm_call_ctors gPg_magic_func h_PG_output_plugin_init i	 #jklmnopqrstuvwxyz{|}~
C  #  #"6   Aj"6   Aj"6   Aj6   Aj6    Aj60   Aj6,   Aj6(   Aj6$   A	j6   6P   6L   6H   A
j6D   Aj6<   Aj68   Aj64   Aj6   Aj6   Aj6@h  ("- AF@ - AF@ (!@ E  ("E  -        A!  (      )  A%
  ("	- AF@ ((! (!
#"( !  	( 6  At !@ A L A !@  Atj( "(8!@ E  	 "- AG  (0- AF@ (( G  Atj 6 @ 
E  
-       Aj!      Aj" G  A L   A!  (    -  - (  A%# 6  	( # A@j"$  (! (!  (!@ E  - AF@ ((!  !@@@@   -  - AG ($AA E#"A	jA  A
jA A
j
 - E#"( !  ( 6  ((" "(8G@ "!@ ($"E   ($"A  (,E  (4#! (,  !@ (("E@  ( "A  (,E  (4#! (,  !@@ #Aj Atj( Atj("E AA @ (0(D! (0!
  60  
Aj64#"Aj A0j A
jA
 Aj
@ ("("
@ 
( ("(" ! A  E@    6#"( !	  (6    A?j ( !
  	6 AA @ #"A	j" A	j" - ?"	6$     
 	6  A
j A j A
jA Aj
 - ? 
 (( " .J@   (( " .J@   (4"( "
A J@ A j!A !@@ ( j-    ( j-     A lj/ AG  At" (j( "-  AG  - AG  ( j( "-  AF@ - AF 	E@ #"	 	((  	( ( ( At 	( ( (  ( j( ! 	( j 6  	( j ( j-  :   ( !
 Aj" 
H   6#"( !  (6    A?j ( !
  6 AA @ #"A	j" A	j" - ?"6     
 6 A
j Aj A
jA Aj
 ! - ?As 
A Gq!
  	 	  	 6#"( !  (6    A?j ( !  6 AA @ #"A	j" A	j" - ?"6      6  A
j  A
jA Aj
 
 - ?As A Gq"rAqE 
 AsrAqE@ 	  	!A ! A Aq  
!@ E  -             A!@@@@    (    -  (0"  (     -  (0#  (    -  (0$  A% @ &@ (,E  @ ' E  '# 6  (  A@k$     ( A6# Ak"$ A  "  ( #"AjA A A6    (  AjA A A6 Aj  (  AjA AA 6 A "#Aj6   (     6 A 6 @@@@@@@@@@@@@@@@ E@  (t! A6 E
 (A L
 Aj!A !@@@@@@@@@ ( Atj( "("#AjE@ 	"A 6  (( AjA
! (  (-    6A!	 #AjE@ A! ((A, AA A#"A jA 	 A
jA Aj
  #A8jE@   : A! #AjE@ 
  : A!
 #A	jE@   : A! #A	jE@   : A! #A	j  "#A	jE@A! A:  #A?j A : A! Aj" (H  	E E ("AO E - A kAA A  6p#"A
j A j	 A
jA Aj
 AA   (6#"Aj Aj A
jA Aj
  AGAA A (! A6D  6@#"Aj A@k	 A
jA Aj
  AG  - AA A#"AjA 	 A
jA Aj
   A : A ! - AF@ (AMA!  - E   :  A 6#"AjA :   Aj-  E@A1#AjA #AjA:  #!#Aj(   ( 6 B7#"Aj A	jA AjA6  Aj-  #"AjA A$ Aj"A A3 A A0 A #AjA:    A ; Aj$ AA A#"AjA 	 A
jA Aj
 AA A#"AjA 	 A
jA Aj
 AA A#"AjA 	 A
jA Aj
 AA A#"AjA 	 A
jA Aj
 AA A#"AjA 	 A
jA Aj
 AA A#"AjA 	 A
jA Aj
 AA A#"AjA 	 A
jA Aj
 AA A#"AjA 	 A
jA Aj
 AA A #"Aj6  A	j 	 A
jA Aj
 AA A #"Aj6` A	j A j	 A
jA Aj
 AA A (! A6  6#"Aj Aj	 A
jA Aj
 AA A (! A6$  6 #"Aj A j	 A
jA Aj
 AA A (! A6T  6P#"Aj A j	 A
jA Aj
 AA A (! A64  60#"Aj A0j	 A
jA Aj
 AA A#"AjA 	 A
jA Aj
 "   A *  A!  (   2  A%    A *  A!  (  1  A%    A *  A!  (  0  A%m~# Ak"$    /8"E!  ( -@ E  )@! /8A Aj.E   A %  A!  ( ( /  A% Aj$ # Ak"$    ("-  "As* + A 6@ E@AA E  (6 #"A j  A
jA Aj
  A!  (  ,  A% Aj$ # Ak"$   A *  A!  (  :  A% (! Aj#Aj( 7 Aj8"@@@ ("E  ("A L  (!A ! @   Atj(  F@ A:     96   Aj" G  Aj8"  Aj$ # Ak"$  ((!  (- !  A!  (   "( (  )H A F6  A% (! Aj#Aj( 7 Aj8"@@@ ("E  (" A L  (!A !@  Atj(  F@   96   Aj"G  Aj8"  Aj$ %   (!  A!  (5  A% A : # Ak"$   (!   /8E ( AqAvr"!  ( ( ( AqE4@   /8A Aj.E   A %  A!  ( (B /  A% A:  Aj$ * #Aj( " @  3#AjA 6 #AjA 6    (-  A Gq    A *  A!  (  ;  A% #AjA 6 Z # Ak"$ #" AjA :  @  Aj( " E  Aj  7 Aj8" E @  A :  Aj8"   Aj$ m# Ak" $    6@#Aj( "E  @   AjA A <"E A :    7  8"E @ A :   8"   Aj$ M # Ak" $ @#Aj( "E   Aj 7  Aj8"E @ A :   Aj8"   Aj$ # A k"$   (86#Aj(  AjA Aj<!@@@ - E@ B 7 A ; B 7  B 7 A 6 B 7( B 70 - Aq (=!	 (>! 	?! ("@! (A!#Aj-  E@#Aj"( #"	( ! 	 ( 6 @  ("E@A !	A ! (A L@A !	A !	@ 	 ( Atj( A BC!	 Aj"!  (H    	6#AjA:  # 6  A :  (D A 6 (0E A 6 A 60 ($"@ (!	 ' 	F ( "@ (!	 ' 	F B 7  (,"@ GA !	 A 6, (4"@ H B 7 A 64 B 7@  ("E A ! (A L@ A G!@ (!@@ ( Atj( "- AF@A ! - 	 qAqE I"( ("AtjAk( !A !  I!@ (   AjJ"E@A ! (A  - 	"!   ! A GA !  ( K   ( K rAG E@ - 	AG  -  - 
r:   -  - r:   -  - r:   -  - r:   
H     
J"
!A  	 
 C!	 !
 Aj" (H   6(@@ -   -   - AG#"( !   (6  (4L!#! (4L!   6$   6   6  ((" (8G#! ! ( ! (4! (4!   (6    A M6,  6  & (( =!@@@ 	E@A !A !A !A ! 	(A L@A !A !A !A !A !A !A !A !@ 	( Atj( ! A: A !
A  -  A A0  ( A A N A A3 (( ( O"E A3 "
A AjP!@ - AF@ 
@ 
Q -  r! -  r! - 
 r"AqE AqE AqE R R R ((!@ - 
AG  Aq   SC!@ - AG  Aq   SC!@ - AG  Aq   SC! 
Q Aj" 	(H @@@ Aq@ RA ! Aq AqE RA ! AqE AqE RA ! ((! (4"E@ ((!   (#AjA AA "64   (0AjTU (4!#"( !  6 A ! A 6V!
A "A 6 A 6   (86 (0- s! A6  :  Aj W  6  6 
A AjX (Y 
A Z60  
6 @ (A J@A !@  ( Atj( [C! Aj"
! 
 (H   \ (]6 @@ (A L@A !A !A !@  ( Atj( [C! Aj"!  (H   \ (]6 @@ (A L@A !A !A !@  ( Atj( [C! Aj"!  (H   \ (]6# 6  & ((! 	EA! 	(A L A !@A !
@ 	( Atj( "-   A: A3 (( ( O"E@A3 A AjP!@ -   (4! (4"E@ ((!   (#AjA AA "64   (0AjTU (4!A !A   ^!
@ ( "A L  Aq! Aj!A ! AG@ Aq!A !@  A lj"- _E@  - ^Ej!  ArA lj"- _E@  - ^Ej! Aj! Aj" G  E   A lj"- _   - ^Ej! 
_ G  
EA !
 Q@ Aq@  
60 (0 
`EA ! Aj" 	(H  & D D 	D A:  A j$  AA A (0(D! (0!  6   Aj6#"Aj 	 A
jA Aj
 |~# Ak"$  (!   /8"E!  ( a A:  @ E  )@! /8A Aj.E   A %  A!  ( ( /  A% Aj$  (!A !  ("- "AF@ (! ! (("@ (!@@ @ ( bE -  ((" (8G@ "    (0 &     (0 - AF@#"( !  #( 6   ( c6   6  A:   (4"( A J@ Aj!@@  A lj"- _  - ^  (DA I  @ .J dE A ! (  (De A % Aj" ( H  A ! (    f A % #8     d       @       PostgreSQL                      binary any invalid publication_names syntax skipped replication of an empty transaction with XID: %u logical replication output context logical replication publication list context entry private context logical replication cache context pgoutput_column_list_init parse_output_parameters conflicting or redundant options cannot use different column lists for table "%s.%s" in different publications publication_names messages unrecognized pgoutput option: %s pgoutput_row_filter_exec_expr client sent proto_version=%d but server only supports protocol %d or lower pgoutput_row_filter table "%s.%s" has row filter client sent proto_version=%d but server only supports protocol %d or higher requested proto_version=%d does not support two-phase commit, need %d or higher requested proto_version=%d does not support streaming, need %d or higher requested proto_version=%d does not support parallel streaming, need %d or higher pgoutput_startup pgoutput_commit_txn invalid proto_version two-phase commit requested, but not supported by output plugin streaming requested, but not supported by output plugin origin option "%s" missing streaming true false two_phase none didn't send DELETE change because of missing oldtuple logical replication output relation cache pgoutput_change pgoutput.c row filter evaluates to %s (isnull: %s) unrecognized origin value: "%s"                             #!/bin/sh
# install - install a program, script, or datafile

scriptversion=2011-11-20.07; # UTC

# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
# following copyright and license.
#
# Copyright (C) 1994 X Consortium
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# Except as contained in this notice, the name of the X Consortium shall not
# be used in advertising or otherwise to promote the sale, use or other deal-
# ings in this Software without prior written authorization from the X Consor-
# tium.
#
#
# FSF changes to this file are in the public domain.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# 'make' implicit rules from creating a file called install from it
# when there is no Makefile.
#
# This script is compatible with the BSD install script, but was written
# from scratch.

nl='
'
IFS=" ""	$nl"

# set DOITPROG to echo to test this script

# Don't use :- since 4.3BSD and earlier shells don't like it.
doit=${DOITPROG-}
if test -z "$doit"; then
  doit_exec=exec
else
  doit_exec=$doit
fi

# Put in absolute file names if you don't have them in your path;
# or use environment vars.

chgrpprog=${CHGRPPROG-chgrp}
chmodprog=${CHMODPROG-chmod}
chownprog=${CHOWNPROG-chown}
cmpprog=${CMPPROG-cmp}
cpprog=${CPPROG-cp}
mkdirprog=${MKDIRPROG-mkdir}
mvprog=${MVPROG-mv}
rmprog=${RMPROG-rm}
stripprog=${STRIPPROG-strip}

posix_glob='?'
initialize_posix_glob='
  test "$posix_glob" != "?" || {
    if (set -f) 2>/dev/null; then
      posix_glob=
    else
      posix_glob=:
    fi
  }
'

posix_mkdir=

# Desired mode of installed file.
mode=0755

chgrpcmd=
chmodcmd=$chmodprog
chowncmd=
mvcmd=$mvprog
rmcmd="$rmprog -f"
stripcmd=

src=
dst=
dir_arg=
dst_arg=

copy_on_change=false
no_target_directory=

usage="\
Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
   or: $0 [OPTION]... SRCFILES... DIRECTORY
   or: $0 [OPTION]... -t DIRECTORY SRCFILES...
   or: $0 [OPTION]... -d DIRECTORIES...

In the 1st form, copy SRCFILE to DSTFILE.
In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
In the 4th, create DIRECTORIES.

Options:
     --help     display this help and exit.
     --version  display version info and exit.

  -c            (ignored)
  -C            install only if different (preserve the last data modification time)
  -d            create directories instead of installing files.
  -g GROUP      $chgrpprog installed files to GROUP.
  -m MODE       $chmodprog installed files to MODE.
  -o USER       $chownprog installed files to USER.
  -s            $stripprog installed files.
  -t DIRECTORY  install into DIRECTORY.
  -T            report an error if DSTFILE is a directory.

Environment variables override the default commands:
  CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
  RMPROG STRIPPROG
"

while test $# -ne 0; do
  case $1 in
    -c) ;;

    -C) copy_on_change=true;;

    -d) dir_arg=true;;

    -g) chgrpcmd="$chgrpprog $2"
	shift;;

    --help) echo "$usage"; exit $?;;

    -m) mode=$2
	case $mode in
	  *' '* | *'	'* | *'
'*	  | *'*'* | *'?'* | *'['*)
	    echo "$0: invalid mode: $mode" >&2
	    exit 1;;
	esac
	shift;;

    -o) chowncmd="$chownprog $2"
	shift;;

    -s) stripcmd=$stripprog;;

    -t) dst_arg=$2
	# Protect names problematic for 'test' and other utilities.
	case $dst_arg in
	  -* | [=\(\)!]) dst_arg=./$dst_arg;;
	esac
	shift;;

    -T) no_target_directory=true;;

    --version) echo "$0 $scriptversion"; exit $?;;

    --)	shift
	break;;

    -*)	echo "$0: invalid option: $1" >&2
	exit 1;;

    *)  break;;
  esac
  shift
done

if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
  # When -d is used, all remaining arguments are directories to create.
  # When -t is used, the destination is already specified.
  # Otherwise, the last argument is the destination.  Remove it from $@.
  for arg
  do
    if test -n "$dst_arg"; then
      # $@ is not empty: it contains at least $arg.
      set fnord "$@" "$dst_arg"
      shift # fnord
    fi
    shift # arg
    dst_arg=$arg
    # Protect names problematic for 'test' and other utilities.
    case $dst_arg in
      -* | [=\(\)!]) dst_arg=./$dst_arg;;
    esac
  done
fi

if test $# -eq 0; then
  if test -z "$dir_arg"; then
    echo "$0: no input file specified." >&2
    exit 1
  fi
  # It's OK to call 'install-sh -d' without argument.
  # This can happen when creating conditional directories.
  exit 0
fi

if test -z "$dir_arg"; then
  do_exit='(exit $ret); exit $ret'
  trap "ret=129; $do_exit" 1
  trap "ret=130; $do_exit" 2
  trap "ret=141; $do_exit" 13
  trap "ret=143; $do_exit" 15

  # Set umask so as not to create temps with too-generous modes.
  # However, 'strip' requires both read and write access to temps.
  case $mode in
    # Optimize common cases.
    *644) cp_umask=133;;
    *755) cp_umask=22;;

    *[0-7])
      if test -z "$stripcmd"; then
	u_plus_rw=
      else
	u_plus_rw='% 200'
      fi
      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
    *)
      if test -z "$stripcmd"; then
	u_plus_rw=
      else
	u_plus_rw=,u+rw
      fi
      cp_umask=$mode$u_plus_rw;;
  esac
fi

for src
do
  # Protect names problematic for 'test' and other utilities.
  case $src in
    -* | [=\(\)!]) src=./$src;;
  esac

  if test -n "$dir_arg"; then
    dst=$src
    dstdir=$dst
    test -d "$dstdir"
    dstdir_status=$?
  else

    # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
    # might cause directories to be created, which would be especially bad
    # if $src (and thus $dsttmp) contains '*'.
    if test ! -f "$src" && test ! -d "$src"; then
      echo "$0: $src does not exist." >&2
      exit 1
    fi

    if test -z "$dst_arg"; then
      echo "$0: no destination specified." >&2
      exit 1
    fi
    dst=$dst_arg

    # If destination is a directory, append the input filename; won't work
    # if double slashes aren't ignored.
    if test -d "$dst"; then
      if test -n "$no_target_directory"; then
	echo "$0: $dst_arg: Is a directory" >&2
	exit 1
      fi
      dstdir=$dst
      dst=$dstdir/`basename "$src"`
      dstdir_status=0
    else
      # Prefer dirname, but fall back on a substitute if dirname fails.
      dstdir=`
	(dirname "$dst") 2>/dev/null ||
	expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	     X"$dst" : 'X\(//\)[^/]' \| \
	     X"$dst" : 'X\(//\)$' \| \
	     X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
	echo X"$dst" |
	    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
		   s//\1/
		   q
		 }
		 /^X\(\/\/\)[^/].*/{
		   s//\1/
		   q
		 }
		 /^X\(\/\/\)$/{
		   s//\1/
		   q
		 }
		 /^X\(\/\).*/{
		   s//\1/
		   q
		 }
		 s/.*/./; q'
      `

      test -d "$dstdir"
      dstdir_status=$?
    fi
  fi

  obsolete_mkdir_used=false

  if test $dstdir_status != 0; then
    case $posix_mkdir in
      '')
	# Create intermediate dirs using mode 755 as modified by the umask.
	# This is like FreeBSD 'install' as of 1997-10-28.
	umask=`umask`
	case $stripcmd.$umask in
	  # Optimize common cases.
	  *[2367][2367]) mkdir_umask=$umask;;
	  .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;

	  *[0-7])
	    mkdir_umask=`expr $umask + 22 \
	      - $umask % 100 % 40 + $umask % 20 \
	      - $umask % 10 % 4 + $umask % 2
	    `;;
	  *) mkdir_umask=$umask,go-w;;
	esac

	# With -d, create the new directory with the user-specified mode.
	# Otherwise, rely on $mkdir_umask.
	if test -n "$dir_arg"; then
	  mkdir_mode=-m$mode
	else
	  mkdir_mode=
	fi

	posix_mkdir=false
	case $umask in
	  *[123567][0-7][0-7])
	    # POSIX mkdir -p sets u+wx bits regardless of umask, which
	    # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
	    ;;
	  *)
	    tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
	    trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0

	    if (umask $mkdir_umask &&
		exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
	    then
	      if test -z "$dir_arg" || {
		   # Check for POSIX incompatibilities with -m.
		   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
		   # other-writable bit of parent directory when it shouldn't.
		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
		   case $ls_ld_tmpdir in
		     d????-?r-*) different_mode=700;;
		     d????-?--*) different_mode=755;;
		     *) false;;
		   esac &&
		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
		   }
		 }
	      then posix_mkdir=:
	      fi
	      rmdir "$tmpdir/d" "$tmpdir"
	    else
	      # Remove any dirs left behind by ancient mkdir implementations.
	      rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
	    fi
	    trap '' 0;;
	esac;;
    esac

    if
      $posix_mkdir && (
	umask $mkdir_umask &&
	$doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
      )
    then :
    else

      # The umask is ridiculous, or mkdir does not conform to POSIX,
      # or it failed possibly due to a race condition.  Create the
      # directory the slow way, step by step, checking for races as we go.

      case $dstdir in
	/*) prefix='/';;
	[-=\(\)!]*) prefix='./';;
	*)  prefix='';;
      esac

      eval "$initialize_posix_glob"

      oIFS=$IFS
      IFS=/
      $posix_glob set -f
      set fnord $dstdir
      shift
      $posix_glob set +f
      IFS=$oIFS

      prefixes=

      for d
      do
	test X"$d" = X && continue

	prefix=$prefix$d
	if test -d "$prefix"; then
	  prefixes=
	else
	  if $posix_mkdir; then
	    (umask=$mkdir_umask &&
	     $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
	    # Don't fail if two instances are running concurrently.
	    test -d "$prefix" || exit 1
	  else
	    case $prefix in
	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
	      *) qprefix=$prefix;;
	    esac
	    prefixes="$prefixes '$qprefix'"
	  fi
	fi
	prefix=$prefix/
      done

      if test -n "$prefixes"; then
	# Don't fail if two instances are running concurrently.
	(umask $mkdir_umask &&
	 eval "\$doit_exec \$mkdirprog $prefixes") ||
	  test -d "$dstdir" || exit 1
	obsolete_mkdir_used=true
      fi
    fi
  fi

  if test -n "$dir_arg"; then
    { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
    { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
      test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
  else

    # Make a couple of temp file names in the proper directory.
    dsttmp=$dstdir/_inst.$$_
    rmtmp=$dstdir/_rm.$$_

    # Trap to clean up those temp files at exit.
    trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0

    # Copy the file name to the temp name.
    (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&

    # and set any options; do chmod last to preserve setuid bits.
    #
    # If any of these fail, we abort the whole thing.  If we want to
    # ignore errors from any of these, just make sure not to ignore
    # errors from the above "$doit $cpprog $src $dsttmp" command.
    #
    { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
    { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
    { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&

    # If -C, don't bother to copy if it wouldn't change the file.
    if $copy_on_change &&
       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&

       eval "$initialize_posix_glob" &&
       $posix_glob set -f &&
       set X $old && old=:$2:$4:$5:$6 &&
       set X $new && new=:$2:$4:$5:$6 &&
       $posix_glob set +f &&

       test "$old" = "$new" &&
       $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
    then
      rm -f "$dsttmp"
    else
      # Rename the file to the real destination.
      $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||

      # The rename failed, perhaps because mv can't rename something else
      # to itself, or perhaps because mv is so ancient that it does not
      # support -f.
      {
	# Now remove or move aside any old file at destination location.
	# We try this two ways since rm can't unlink itself on some
	# systems and the destination file might be busy for other
	# reasons.  In this case, the final cleanup might fail but the new
	# file should still install successfully.
	{
	  test ! -f "$dst" ||
	  $doit $rmcmd -f "$dst" 2>/dev/null ||
	  { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
	    { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
	  } ||
	  { echo "$0: cannot unlink or rename $dst" >&2
	    (exit 1); exit 1
	  }
	} &&

	# Now rename the file to the real destination.
	$doit $mvcmd "$dsttmp" "$dst"
      }
    fi || exit 1

    trap '' 0
  fi
done

# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC"
# time-stamp-end: "; # UTC"
# End:
#! /bin/sh

# config/missing

# This is *not* the GNU `missing' script, although it is similar in
# concept. You can call it from the makefiles to get consistent
# behavior when certain utility programs are missing.

case $1 in
    flex|bison)
        # `missing flex|bison <input> <output>'
        input=$2
        output=$3
        if test -f "$output"; then
            echo "\
***
WARNING: \`$1' is missing on your system. You should only need it
if you changed the file \`$input'; these changes will not take effect.
You can get $1 from a GNU mirror site.
***" >&2
            echo "touch $output"
            touch "$output"
            exit 0
        else # ! test -f $output
            echo "\
***
ERROR: \`$1' is missing on your system. It is needed to create the
file \`$output'. You can either get $1 from a GNU mirror site
or download an official distribution of PostgreSQL, which contains
pre-packaged $1 output.
***" >&2
            exit 1
        fi
        ;;

    perl)
        # `missing perl'
        echo "\
***
ERROR: Perl is missing on your system. It is needed unless you are building
from an unmodified official distribution of PostgreSQL.
***" >&2
        exit 1
        ;;

    *)
        # `missing something-or-other'
        echo "\
***
ERROR: \`$1' is missing on your system.
***" >&2
        exit 1
        ;;
esac
# -*-makefile-*-
# src/Makefile.global.in
# src/Makefile.global.  Generated from Makefile.global.in by configure.

#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
# which in turn are put here by the configure script. There is no need for
# users to edit this file -- if it turns out to be necessary then that's a
# bug.
#
# A makefile that includes this file needs to set the variable `subdir' to
# the relative path from the top to itself and `top_builddir' to the relative
# path from itself to the top before including this file. (The "top" is the
# parent directory of the directory this file is in.)
#------------------------------------------------------------------------------


##########################################################################
#
# Meta configuration

standard_targets = all install installdirs uninstall clean distclean coverage check checkprep installcheck init-po update-po
# these targets should recurse even into subdirectories not being built:
standard_always_targets = clean distclean

.PHONY: $(standard_targets) maintainer-clean install-strip html man installcheck-parallel update-unicode

# make `all' the default target
all:

# Delete target files if the command fails after it has
# started to update the file.
.DELETE_ON_ERROR:

# Never delete any intermediate files automatically.
.SECONDARY:

maintainer-clean: distclean

# PostgreSQL version number
VERSION = 17.5
MAJORVERSION = 17
VERSION_NUM = 170005

PACKAGE_URL = https://www.postgresql.org/

# Set top_srcdir, srcdir, and VPATH.
ifdef PGXS
top_srcdir = $(top_builddir)

# If VPATH is set or Makefile is not in current directory we are building
# the extension with VPATH so we set the variable here.
ifdef VPATH
srcdir = $(VPATH)
else
ifeq ($(CURDIR),$(dir $(firstword $(MAKEFILE_LIST))))
srcdir = .

else
srcdir = $(dir $(firstword $(MAKEFILE_LIST)))

endif
endif
else # not PGXS
vpath_build = no
abs_top_builddir = /home/runner/_work/pglite/pglite/postgres-pglite
abs_top_srcdir = /home/runner/_work/pglite/pglite/postgres-pglite

ifneq ($(vpath_build),yes)
top_srcdir = $(top_builddir)
srcdir = .
else # vpath_build = yes
top_srcdir = $(abs_top_srcdir)
srcdir = $(top_srcdir)/$(subdir)

endif
endif # not PGXS


##########################################################################
#
# Installation directories
#
# These are set by the equivalent --xxxdir configure options.  We
# append "postgresql" to some of them, if the string does not already
# contain "pgsql" or "postgres", in order to avoid directory clutter.
#
# In a PGXS build, we cannot use the values inserted into Makefile.global
# by configure, since the installation tree may have been relocated.
# Instead get the path values from pg_config.

ifndef PGXS

# Note that prefix, exec_prefix, and datarootdir aren't defined in a PGXS build;
# makefiles may only use the derived variables such as bindir.

prefix := /pglite
exec_prefix := ${prefix}
datarootdir := ${prefix}/share

bindir := ${exec_prefix}/bin

datadir := ${datarootdir}
ifeq "$(findstring pgsql, $(datadir))" ""
ifeq "$(findstring postgres, $(datadir))" ""
override datadir := $(datadir)/postgresql
endif
endif

sysconfdir := ${prefix}/etc
ifeq "$(findstring pgsql, $(sysconfdir))" ""
ifeq "$(findstring postgres, $(sysconfdir))" ""
override sysconfdir := $(sysconfdir)/postgresql
endif
endif

libdir := ${exec_prefix}/lib

pkglibdir = $(libdir)
ifeq "$(findstring pgsql, $(pkglibdir))" ""
ifeq "$(findstring postgres, $(pkglibdir))" ""
override pkglibdir := $(pkglibdir)/postgresql
endif
endif

includedir := ${prefix}/include

pkgincludedir = $(includedir)
ifeq "$(findstring pgsql, $(pkgincludedir))" ""
ifeq "$(findstring postgres, $(pkgincludedir))" ""
override pkgincludedir := $(pkgincludedir)/postgresql
endif
endif

mandir := ${datarootdir}/man

docdir := ${datarootdir}/doc/${PACKAGE_TARNAME}
ifeq "$(findstring pgsql, $(docdir))" ""
ifeq "$(findstring postgres, $(docdir))" ""
override docdir := $(docdir)/postgresql
endif
endif

htmldir := ${docdir}

localedir := ${datarootdir}/locale

else # PGXS case

# Extension makefiles should set PG_CONFIG, but older ones might not
ifndef PG_CONFIG
PG_CONFIG = pg_config
endif

bindir := $(shell $(PG_CONFIG) --bindir)
datadir := $(shell $(PG_CONFIG) --sharedir)
sysconfdir := $(shell $(PG_CONFIG) --sysconfdir)
libdir := $(shell $(PG_CONFIG) --libdir)
pkglibdir := $(shell $(PG_CONFIG) --pkglibdir)
includedir := $(shell $(PG_CONFIG) --includedir)
pkgincludedir := $(shell $(PG_CONFIG) --pkgincludedir)
mandir := $(shell $(PG_CONFIG) --mandir)
docdir := $(shell $(PG_CONFIG) --docdir)
localedir := $(shell $(PG_CONFIG) --localedir)

endif # PGXS

# These derived path variables aren't separately configurable.

includedir_server = $(pkgincludedir)/server
includedir_internal = $(pkgincludedir)/internal
pgxsdir = $(pkglibdir)/pgxs
bitcodedir = $(pkglibdir)/bitcode


##########################################################################
#
# Features
#
# Records the choice of the various --enable-xxx and --with-xxx options.

with_icu	= yes
with_perl	= no
with_python	= no
with_tcl	= no
with_ssl	= no
with_readline	= no
with_selinux	= no
with_systemd	= no
with_gssapi	= no
with_krb_srvnam	= postgres
with_ldap	= no
with_libxml	= yes
with_libxslt	= yes
with_llvm	= no
with_system_tzdata = 
with_uuid	= ossp
with_zlib	= yes
enable_rpath	= yes
enable_nls	= no
enable_debug	= no
enable_dtrace	= no
enable_coverage	= no
enable_injection_points = no
enable_tap_tests	= no

python_includespec	= 
python_libdir		= 
python_libspec		= 
python_additional_libs	= 
python_majorversion	= 
python_version		= 

krb_srvtab = 

ICU_CFLAGS		= -I/install/libs/include
ICU_LIBS		= -L/install/libs/lib -licui18n -licuuc -licudata

TCLSH			= 
TCL_LIBS		= 
TCL_LIB_SPEC		= 
TCL_INCLUDE_SPEC	= 
TCL_SHARED_BUILD	= 

PTHREAD_CFLAGS		= -pthread -D_REENTRANT -D_THREAD_SAFE
PTHREAD_LIBS		= 

LLVM_BINPATH = 
CLANG = 
BITCODE_CFLAGS =  -O2 
BITCODE_CXXFLAGS =  -O2 

##########################################################################
#
# Programs and flags

# Compilers

CPP = /emsdk/upstream/emscripten/emcc -E
CPPFLAGS =  -D_GNU_SOURCE -D_GNU_SOURCE -D_GNU_SOURCE -D_GNU_SOURCE  -I/install/libs/include -I/install/libs/include/libxml2
PG_SYSROOT = 

override CPPFLAGS := $(ICU_CFLAGS) $(CPPFLAGS)

ifdef PGXS
override CPPFLAGS := -I$(includedir_server) -I$(includedir_internal) $(CPPFLAGS)
else # not PGXS
override CPPFLAGS := -I$(top_srcdir)/src/include $(CPPFLAGS)
ifdef VPATH
override CPPFLAGS := -I$(top_builddir)/src/include $(CPPFLAGS)
endif
endif # not PGXS

CC = /emsdk/upstream/emscripten/emcc
GCC = yes
SUN_STUDIO_CC = no
CXX = /emsdk/upstream/emscripten/em++
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -m32 -sWASM_BIGINT -fpic -sENVIRONMENT=node,web,worker -sSUPPORT_LONGJMP=emscripten -Wno-declaration-after-statement -Wno-macro-redefined -Wno-unused-function -Wno-missing-prototypes -Wno-incompatible-pointer-types -O2 -D__PGLITE__ -Dsystem=pgl_system -Dpopen=pgl_popen -Dpclose=pgl_pclose -Dgeteuid=pgl_geteuid -Dgetuid=pgl_getuid -Dgetpwuid=pgl_getpwuid -Dexit=pgl_exit -Dmunmap=pgl_munmap -Dfcntl=pgl_fcntl -Datexit=pgl_atexit -Dsetsockopt=pgl_setsockopt -Dgetsockopt=pgl_getsockopt -Dgetsockname=pgl_getsockname -Drecv=pgl_recv -Dsend=pgl_send -Dconnect=pgl_connect -Dpoll=pgl_poll -Dshmget=pgl_shmget -Dshmat=pgl_shmat -Dshmdt=pgl_shmdt -Dshmctl=pgl_shmctl -Dlongjmp=pgl_longjmp -Dsiglongjmp=pgl_siglongjmp
CFLAGS_SL = -fPIC
# *_MODULE are for flags applied to extension libraries
CFLAGS_SL_MODULE =  -fvisibility=hidden
CXXFLAGS_SL_MODULE =  -fvisibility=hidden -fvisibility-inlines-hidden
CFLAGS_UNROLL_LOOPS =  -funroll-loops
CFLAGS_VECTORIZE =  -ftree-vectorize
CFLAGS_POPCNT = 
CFLAGS_CRC = 
CFLAGS_XSAVE = 
PERMIT_DECLARATION_AFTER_STATEMENT = -Wno-declaration-after-statement
CXXFLAGS = -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2

LLVM_CPPFLAGS = 
LLVM_CFLAGS = 
LLVM_CXXFLAGS = 

# Kind-of compilers

BISON = /usr/bin/bison
BISONFLAGS =  -Wno-deprecated $(YFLAGS)
FLEX = /usr/bin/flex
FLEXFLAGS =  $(LFLAGS)
DTRACE = 
DTRACEFLAGS = 
ZIC = 

# Linking

AR = /emsdk/upstream/emscripten/emar
AROPT = crs
LIBS = -lxslt -lxml2 -lz -lm 
LDAP_LIBS_FE = 
LDAP_LIBS_BE = 
UUID_LIBS = -lossp-uuid
LLVM_LIBS=

# It's critical that within LDFLAGS, all -L switches pointing to build-tree
# directories come before any -L switches pointing to external directories.
# Otherwise it's possible for, e.g., a platform-provided copy of libpq.so
# to get linked in place of the one we've built.  Therefore we adopt the
# convention that the first component of LDFLAGS is an extra variable
# LDFLAGS_INTERNAL, and -L and -l switches for PG's own libraries must be
# put into LDFLAGS_INTERNAL, so they will appear ahead of those for external
# libraries.
#
# We need LDFLAGS and LDFLAGS_INTERNAL to be "recursively expanded" variables,
# else adjustments to, e.g., rpathdir don't work right.  So we must NOT do
# "LDFLAGS := something" anywhere, ditto for LDFLAGS_INTERNAL.
# These initial assignments must be "=" type, and elsewhere we must only do
# "LDFLAGS += something" or "LDFLAGS_INTERNAL += something".
ifdef PGXS
  LDFLAGS_INTERNAL = -L$(libdir)
else
  LDFLAGS_INTERNAL = -L$(top_builddir)/src/port -L$(top_builddir)/src/common
endif
LDFLAGS = $(LDFLAGS_INTERNAL) -sWASM_BIGINT -sUSE_PTHREADS=0  -L/install/libs/lib

LDFLAGS_EX = -sINITIAL_MEMORY=64MB -sWASM_BIGINT -sSUPPORT_LONGJMP=emscripten -sFORCE_FILESYSTEM=1 -sUSE_PTHREADS=0 -sEXIT_RUNTIME=1 -sENVIRONMENT=node,web,worker -sMAIN_MODULE=2 -sMODULARIZE=1 -sEXPORT_ES6=1 -sEXPORT_NAME=Module -sALLOW_TABLE_GROWTH -sALLOW_MEMORY_GROWTH -sERROR_ON_UNDEFINED_SYMBOLS=0 -sEXPORTED_RUNTIME_METHODS=addFunction,removeFunction,FS,MEMFS,PROXYFS,callMain,ENV,UTF8ToString,stringToNewUTF8,stringToUTF8OnStack -sINVOKE_RUN=0 -sEXPORTED_FUNCTIONS=_main,_fgets,_fputs,_pclose,_fopen,_fclose,_fflush,___errno_location,_strerror /home/runner/_work/pglite/pglite/postgres-pglite/pglite/src/pglitec/pglitec.o -lproxyfs.js
LDFLAGS_EX_BE =  -Wl,--export-dynamic
# LDFLAGS_SL might have already been assigned by calling makefile
LDFLAGS_SL += -shared -sSIDE_MODULE=1 -Wno-unused-function
WINDRES = 
X = .js

# Perl

# quoted to protect pathname with spaces
PERL		= '/usr/bin/perl'
perl_archlibexp		= 
perl_privlibexp		= 
perl_includespec	= 
perl_embed_ccflags	= 
perl_embed_ldflags	= 

# Miscellaneous

AWK	= mawk
LN_S	= ln -s
MSGFMT  = 
MSGFMT_FLAGS = 
MSGMERGE = 
OPENSSL	= /usr/bin/openssl
PYTHON	= 
TAR	= /usr/bin/tar
XGETTEXT = 

GZIP	= gzip
BZIP2	= bzip2
LZ4	= 
ZSTD	= 

DOWNLOAD = wget -O $@ --no-use-server-timestamps
#DOWNLOAD = curl -o $@


# Unicode data information

# Before each major release, update these and run make update-unicode.

# Pick a release from here: <https://www.unicode.org/Public/>.  Note
# that the most recent release listed there is often a pre-release;
# don't pick that one, except for testing.
UNICODE_VERSION = 15.1.0

# Pick a release from here: <http://cldr.unicode.org/index/downloads>
CLDR_VERSION = 45


# Tree-wide build support

# Just about every code subdirectory wants to have the generated headers
# available before building, but we don't want parallel makes all trying
# to build the same headers.  These rules, together with the recursion rules
# below, ensure that we update the generated headers once, if needed,
# at the top level of any "make all/install/check/installcheck" request.
# If a particular subdirectory knows this isn't needed in itself or its
# children, it can set NO_GENERATED_HEADERS.

all install check installcheck: submake-generated-headers

.PHONY: submake-generated-headers

submake-generated-headers:
ifndef NO_GENERATED_HEADERS
ifeq ($(MAKELEVEL),0)
	$(MAKE) -C $(top_builddir)/src/backend generated-headers
endif
endif


# Testing

# In much the same way as above, these rules ensure that we build a temp
# install tree just once in any recursive "make check".  The additional test
# on abs_top_builddir prevents doing anything foolish to the root directory.

check: temp-install

.PHONY: temp-install


# prepend to path if already set, else just set it
define add_to_path
$(1)="$(if $($(1)),$(2):$$$(1),$(2))"
endef

# platform-specific environment variable to set shared library path
# individual ports can override this later, this is the default name
ld_library_path_var = LD_LIBRARY_PATH

# with_temp_install_extra is for individual ports to define if they
# need something more here. If not defined then the expansion does
# nothing.
with_temp_install = \
	PATH="$(abs_top_builddir)/tmp_install$(bindir):$(CURDIR):$$PATH" \
	$(call add_to_path,$(strip $(ld_library_path_var)),$(abs_top_builddir)/tmp_install$(libdir)) \
	INITDB_TEMPLATE='$(abs_top_builddir)'/tmp_install/initdb-template \
	$(with_temp_install_extra)

temp-install: | submake-generated-headers
ifndef NO_TEMP_INSTALL
ifneq ($(abs_top_builddir),)
ifeq ($(MAKELEVEL),0)
	rm -rf '$(abs_top_builddir)'/tmp_install
	$(MKDIR_P) '$(abs_top_builddir)'/tmp_install/log
	$(MAKE) -C '$(top_builddir)' DESTDIR='$(abs_top_builddir)'/tmp_install install >'$(abs_top_builddir)'/tmp_install/log/install.log 2>&1
	$(MAKE) -j1 $(if $(CHECKPREP_TOP),-C $(CHECKPREP_TOP),) checkprep >>'$(abs_top_builddir)'/tmp_install/log/install.log 2>&1

	$(with_temp_install) initdb --auth trust --no-sync --no-instructions --lc-messages=C --no-clean '$(abs_top_builddir)'/tmp_install/initdb-template >>'$(abs_top_builddir)'/tmp_install/log/initdb-template.log 2>&1
endif
endif
endif

# Tasks to run serially at the end of temp-install.  Some EXTRA_INSTALL
# entries appear more than once in the tree, and parallel installs of the same
# file can fail with EEXIST.
checkprep:
	$(if $(EXTRA_INSTALL),for extra in $(EXTRA_INSTALL); do $(MAKE) -C '$(top_builddir)'/$$extra DESTDIR='$(abs_top_builddir)'/tmp_install install || exit; done)

PROVE = 
# There are common routines in src/test/perl, and some test suites have
# extra perl modules in their own directory.
PG_PROVE_FLAGS = -I $(top_srcdir)/src/test/perl/ -I $(srcdir)
# User-supplied prove flags such as --verbose can be provided in PROVE_FLAGS.
PROVE_FLAGS =

ifeq ($(enable_tap_tests),yes)

ifndef PGXS
define prove_installcheck
echo "# +++ tap install-check in $(subdir) +++" && \
rm -rf '$(CURDIR)'/tmp_check && \
$(MKDIR_P) '$(CURDIR)'/tmp_check && \
cd $(srcdir) && \
   TESTLOGDIR='$(CURDIR)/tmp_check/log' \
   TESTDATADIR='$(CURDIR)/tmp_check' \
   PATH="$(bindir):$(CURDIR):$$PATH" \
   PGPORT='6$(DEF_PGPORT)' top_builddir='$(CURDIR)/$(top_builddir)' \
   PG_REGRESS='$(CURDIR)/$(top_builddir)/src/test/regress/pg_regress' \
   $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) $(if $(PROVE_TESTS),$(PROVE_TESTS),t/*.pl)
endef
else # PGXS case
define prove_installcheck
echo "# +++ tap install-check in $(subdir) +++" && \
rm -rf '$(CURDIR)'/tmp_check && \
$(MKDIR_P) '$(CURDIR)'/tmp_check && \
cd $(srcdir) && \
   TESTLOGDIR='$(CURDIR)/tmp_check/log' \
   TESTDATADIR='$(CURDIR)/tmp_check' \
   PATH="$(bindir):$(CURDIR):$$PATH" \
   PGPORT='6$(DEF_PGPORT)' \
   PG_REGRESS='$(top_builddir)/src/test/regress/pg_regress' \
   $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) $(if $(PROVE_TESTS),$(PROVE_TESTS),t/*.pl)
endef
endif # PGXS

define prove_check
echo "# +++ tap check in $(subdir) +++" && \
rm -rf '$(CURDIR)'/tmp_check && \
$(MKDIR_P) '$(CURDIR)'/tmp_check && \
cd $(srcdir) && \
   TESTLOGDIR='$(CURDIR)/tmp_check/log' \
   TESTDATADIR='$(CURDIR)/tmp_check' \
   $(with_temp_install) \
   PGPORT='6$(DEF_PGPORT)' top_builddir='$(CURDIR)/$(top_builddir)' \
   PG_REGRESS='$(CURDIR)/$(top_builddir)/src/test/regress/pg_regress' \
   $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) $(if $(PROVE_TESTS),$(PROVE_TESTS),t/*.pl)
endef

else
prove_installcheck = @echo "TAP tests not enabled. Try configuring with --enable-tap-tests"
prove_check = $(prove_installcheck)
endif

# Installation.

install_bin = /usr/bin/install -c
install_sh = $(SHELL) $(top_srcdir)/config/install-sh -c
INSTALL = $(if $(use_install_sh),$(install_sh),$(if $(install_bin),$(install_bin),$(install_sh)))

INSTALL_SCRIPT_MODE	= 755
INSTALL_DATA_MODE	= 644
INSTALL_PROGRAM	= $(INSTALL_PROGRAM_ENV) $(INSTALL) $(INSTALL_STRIP_FLAG)
INSTALL_SCRIPT	= $(INSTALL) -m $(INSTALL_SCRIPT_MODE)
INSTALL_DATA	= $(INSTALL) -m $(INSTALL_DATA_MODE)
INSTALL_STLIB	= $(INSTALL_STLIB_ENV) $(INSTALL_DATA) $(INSTALL_STRIP_FLAG)
INSTALL_SHLIB	= $(INSTALL_SHLIB_ENV) $(INSTALL) $(INSTALL_SHLIB_OPTS) $(INSTALL_STRIP_FLAG)
# Override in Makefile.port if necessary
INSTALL_SHLIB_OPTS = -m 755

MKDIR_P = /usr/bin/mkdir -p

missing		= $(SHELL) $(top_srcdir)/config/missing

STRIP		= strip
STRIP_STATIC_LIB = strip --strip-unneeded
STRIP_SHARED_LIB = strip --strip-unneeded

# Documentation

DBTOEPUB	= 
FOP				= 
XMLLINT			= 
XSLTPROC		= 

# Code coverage

GCOV = 
LCOV = 
GENHTML = 

# Feature settings

DEF_PGPORT = 5432
WANTED_LANGUAGES = 


##########################################################################
#
# Additional platform-specific settings
#

# Name of the "template"
PORTNAME= emscripten

build_os = linux-gnu

host_tuple = wasm32-unknown-linux-gnu
host_os = linux-gnu
host_cpu = wasm32

# Backend stack size limit has to be hard-wired on Windows (it's in bytes)
WIN32_STACK_RLIMIT=4194304

DLSUFFIX = .so

# Pull in platform-specific magic
include $(top_builddir)/src/Makefile.port

# Set up rpath if enabled.  By default it will point to our libdir,
# but individual Makefiles can force other rpath paths if needed.
rpathdir = $(libdir)

ifeq ($(enable_rpath), yes)
LDFLAGS += $(rpath)
endif

# Show the DLSUFFIX to build scripts (e.g. buildfarm)
.PHONY: show_dl_suffix
show_dl_suffix:
	@echo $(DLSUFFIX)


##########################################################################
#
# Some variables needed to find some client interfaces

ifdef PGXS
# some contribs assumes headers and libs are in the source tree...
libpq_srcdir = $(includedir)
libpq_builddir = $(libdir)
else
libpq_srcdir = $(top_srcdir)/src/interfaces/libpq
libpq_builddir = $(top_builddir)/src/interfaces/libpq
endif

# How to link to libpq.  (This macro may be used as-is by backend extensions.
# Client-side code should go through libpq_pgport or libpq_pgport_shlib,
# instead.)
libpq = -L$(libpq_builddir) -lpq

# libpq_pgport is for use by client executables (not libraries) that use libpq.
# We used to use this to force libpgport and libpgcommon to be linked before
# libpq, ensuring that clients would pull symbols from those libraries rather
# than possibly getting them from libpq (and thereby having an unwanted
# dependency on which symbols libpq uses).  However, now that we can prevent
# libpq from exporting those symbols on all platforms of interest, we don't
# worry about that anymore.  The previous technique resulted in duplicate
# libraries in link commands, since those libraries also appear in $(LIBS).
# Some platforms warn about that, so avoiding those warnings is now more
# important.  Hence, $(libpq_pgport) is now equivalent to $(libpq), but we
# still recommend using it for client executables in case some other reason
# appears to handle them differently.
libpq_pgport = $(libpq)

# libpq_pgport_shlib is the same idea, but for use in client shared libraries.
# We need those clients to use the shlib variants.  (Ideally, users of this
# macro would strip libpgport and libpgcommon from $(LIBS), but no harm is
# done if they don't, since they will have satisfied all their references
# from these libraries.)
ifdef PGXS
libpq_pgport_shlib = -L$(libdir) -lpgcommon_shlib -lpgport_shlib $(libpq)
else
libpq_pgport_shlib = -L$(top_builddir)/src/common -lpgcommon_shlib -L$(top_builddir)/src/port -lpgport_shlib $(libpq)
endif

# Cygwin seems to need ldap libraries to be mentioned here, too
ifeq ($(PORTNAME),cygwin)
libpq_pgport += $(LDAP_LIBS_FE)
endif


##########################################################################
#
# Commonly used submake targets

submake-libpq: | submake-generated-headers
	$(MAKE) -C $(libpq_builddir) all

submake-libpgport: | submake-generated-headers
	$(MAKE) -C $(top_builddir)/src/port all
	$(MAKE) -C $(top_builddir)/src/common all

submake-libpgfeutils: | submake-generated-headers
	$(MAKE) -C $(top_builddir)/src/port all
	$(MAKE) -C $(top_builddir)/src/common all
	$(MAKE) -C $(top_builddir)/src/fe_utils all

.PHONY: submake-libpq submake-libpgport submake-libpgfeutils


##########################################################################
#
# Testing support

ifneq ($(USE_MODULE_DB),)
  PL_TESTDB = pl_regression_$(NAME)
  ifneq ($(MODULE_big),)
    CONTRIB_TESTDB=contrib_regression_$(MODULE_big)
    ISOLATION_TESTDB=isolation_regression_$(MODULE_big)
  else
    ifneq ($(MODULES),)
      CONTRIB_TESTDB=contrib_regression_$(word 1,$(MODULES))
      ISOLATION_TESTDB=isolation_regression_$(word 1,$(MODULES))
    else
      CONTRIB_TESTDB=contrib_regression_$(word 1,$(REGRESS))
      ISOLATION_TESTDB=isolation_regression_$(word 1,$(ISOLATION))
    endif
  endif
else
  PL_TESTDB = pl_regression
  CONTRIB_TESTDB = contrib_regression
  ISOLATION_TESTDB = isolation_regression
endif

ifdef NO_LOCALE
NOLOCALE += --no-locale
endif

# file with extra config for temp build
TEMP_CONF =
ifdef TEMP_CONFIG
TEMP_CONF += --temp-config=$(TEMP_CONFIG)
endif

pg_regress_locale_flags = $(if $(ENCODING),--encoding=$(ENCODING)) $(NOLOCALE)
pg_regress_clean_files = results/ regression.diffs regression.out tmp_check/ tmp_check_iso/ log/ output_iso/

pg_regress_check = \
    echo "\# +++ regress check in $(subdir) +++" && \
    $(with_temp_install) \
    $(top_builddir)/src/test/regress/pg_regress \
    --temp-instance=./tmp_check \
    --inputdir=$(srcdir) \
    --bindir= \
    $(TEMP_CONF) \
    $(pg_regress_locale_flags) $(EXTRA_REGRESS_OPTS)
pg_regress_installcheck = \
    echo "\# +++ regress install-check in $(subdir) +++" && \
    $(top_builddir)/src/test/regress/pg_regress \
    --inputdir=$(srcdir) \
    --bindir='$(bindir)' \
    $(pg_regress_locale_flags) $(EXTRA_REGRESS_OPTS)

pg_isolation_regress_check = \
    echo "\# +++ isolation check in $(subdir) +++" && \
    $(with_temp_install) \
    $(top_builddir)/src/test/isolation/pg_isolation_regress \
    --temp-instance=./tmp_check_iso \
    --inputdir=$(srcdir) --outputdir=output_iso \
    --bindir= \
    $(TEMP_CONF) \
    $(pg_regress_locale_flags) $(EXTRA_REGRESS_OPTS)
pg_isolation_regress_installcheck = \
    echo "\# +++ isolation install-check in $(subdir) +++" && \
    $(top_builddir)/src/test/isolation/pg_isolation_regress \
    --inputdir=$(srcdir) --outputdir=output_iso \
    --bindir='$(bindir)' \
    $(pg_regress_locale_flags) $(EXTRA_REGRESS_OPTS)

##########################################################################
#
# Customization
#
# This includes your local customizations if Makefile.custom exists
# in the source directory.  This file doesn't exist in the original
# distribution so that it doesn't get overwritten when you upgrade.
#
# NOTE:  Makefile.custom is from the pre-Autoconf days of PostgreSQL.
# You are liable to shoot yourself in the foot if you use it without
# knowing exactly what you're doing.  The preferred (and more
# reliable) method is to communicate what you want to do to the
# configure script, and leave the makefiles alone.

-include $(top_srcdir)/src/Makefile.custom

ifneq ($(CUSTOM_INSTALL),)
INSTALL= $(CUSTOM_INSTALL)
endif

ifneq ($(CUSTOM_CC),)
  CC= $(CUSTOM_CC)
endif

ifneq ($(CUSTOM_COPT),)
  COPT= $(CUSTOM_COPT)
endif

#
# These variables are meant to be set in the environment of "make"
# to add flags to whatever configure picked.  Unlike the ones above,
# they are documented.
#
ifdef COPT
   CFLAGS += $(COPT)
   LDFLAGS += $(COPT)
endif

ifdef PROFILE
   CFLAGS += $(PROFILE)
   LDFLAGS += $(PROFILE)
endif


##########################################################################
#
# substitute implementations of C library routines (see src/port/)
# note we already included -L.../src/port in LDFLAGS above

LIBOBJS =  ${LIBOBJDIR}getpeereid$U.o

# files needed for the chosen CRC-32C implementation
PG_CRC32C_OBJS = pg_crc32c_sb8.o

# files needed for the chosen popcount implementation
PG_POPCNT_OBJS = 

LIBS := -lpgcommon -lpgport $(LIBS)

# to make ws2_32.lib the last library
ifeq ($(PORTNAME),win32)
LIBS += -lws2_32
endif

# Not really standard libc functions, used by the backend.
TAS         = 


##########################################################################
#
# Global targets and rules

%.c: %.l
	$(FLEX) $(if $(FLEX_NO_BACKUP),-b) $(FLEXFLAGS) -o'$@' $<
	@$(if $(FLEX_NO_BACKUP),if [ `wc -l <lex.backup` -eq 1 ]; then rm lex.backup; else echo "Scanner requires backup; see lex.backup." 1>&2; exit 1; fi)
	$(if $(FLEX_FIX_WARNING),$(PERL) $(top_srcdir)/src/tools/fix-old-flex-code.pl '$@')

%.c: %.y
	$(if $(BISON_CHECK_CMD),$(BISON_CHECK_CMD))
	$(BISON) $(BISONFLAGS) -o $@ $<

%.i: %.c
	$(CPP) $(CPPFLAGS) -o $@ $<

%.gz: %
	$(GZIP) --best -c $< >$@

%.bz2: %
	$(BZIP2) -c $< >$@

# Direct builds of foo.c -> foo are disabled to avoid generating
# *.dSYM junk on Macs.  All builds should normally go through the
# foo.c -> foo.o -> foo steps.  This also ensures that dependency
# tracking (see below) is used.
%: %.c

# Replace gmake's default rule for linking a single .o file to produce an
# executable.  The main point here is to put LDFLAGS after the .o file,
# since we put -l switches into LDFLAGS and those are order-sensitive.
# In addition, include CFLAGS and LDFLAGS_EX per project conventions.
%: %.o
	$(CC) $(CFLAGS) $^ $(LDFLAGS) $(LDFLAGS_EX) $(LIBS) -o $@$(X)

ifndef PGXS

# Remake Makefile.global from Makefile.global.in if the latter
# changed. In order to trigger this rule, the including file must
# write `include $(top_builddir)/src/Makefile.global', not some
# shortcut thereof.
$(top_builddir)/src/Makefile.global: $(top_srcdir)/src/Makefile.global.in $(top_builddir)/config.status
	cd $(top_builddir) && ./config.status src/Makefile.global

# Remake pg_config.h from pg_config.h.in if the latter changed.
# config.status will not change the timestamp on pg_config.h if it
# doesn't change, so as to avoid recompiling the entire tree
# unnecessarily. Therefore we make config.status update a timestamp file
# stamp-h every time it runs, so that we don't trigger this rule every time.
# (We do trigger the null rule for stamp-h to pg_config.h every time; so it's
# important for that rule to be empty!)
#
# Of course you need to turn on dependency tracking to get any
# dependencies on pg_config.h.
$(top_builddir)/src/include/pg_config.h: $(top_builddir)/src/include/stamp-h ;

$(top_builddir)/src/include/stamp-h: $(top_srcdir)/src/include/pg_config.h.in $(top_builddir)/config.status
	cd $(top_builddir) && ./config.status src/include/pg_config.h

# Also remake pg_config_ext.h from pg_config_ext.h.in, same logic as above.
$(top_builddir)/src/include/pg_config_ext.h: $(top_builddir)/src/include/stamp-ext-h ;

$(top_builddir)/src/include/stamp-ext-h: $(top_srcdir)/src/include/pg_config_ext.h.in $(top_builddir)/config.status
	cd $(top_builddir) && ./config.status src/include/pg_config_ext.h

# Also remake ecpg_config.h from ecpg_config.h.in if the latter changed, same
# logic as above.
$(top_builddir)/src/interfaces/ecpg/include/ecpg_config.h: $(top_builddir)/src/interfaces/ecpg/include/stamp-h ;

 $(top_builddir)/src/interfaces/ecpg/include/stamp-h: $(top_builddir)/src/interfaces/ecpg/include/ecpg_config.h.in $(top_builddir)/config.status
	cd $(top_builddir) && ./config.status src/interfaces/ecpg/include/ecpg_config.h

# When configure changes, rerun configure with the same options as
# last time. To change configure, you need to run autoconf manually.
$(top_builddir)/config.status: $(top_srcdir)/configure
	cd $(top_builddir) && ./config.status --recheck

endif # not PGXS


install-strip:
# install-strip always uses install-sh, so that strip options can be
# passed.
	$(MAKE) use_install_sh=yes \
	    INSTALL_PROGRAM_ENV="STRIPPROG='$(STRIP)'" \
	    INSTALL_STLIB_ENV="STRIPPROG='$(STRIP_STATIC_LIB)'" \
	    INSTALL_SHLIB_ENV="STRIPPROG='$(STRIP_SHARED_LIB)'" \
	    INSTALL_STRIP_FLAG=-s \
	    install


##########################################################################
#
# Recursive make support
# ----------------------
# Instead of recursing through subdirectories with a for loop or
# repeated $(MAKE) -C whatever calls, this is a little smarter: it
# allows parallel make across directories and lets make -k and -q work
# correctly.

# We need the ability to export target-specific variables, which was
# added in GNU make 3.81.  That also happens to be the version
# where the .FEATURES variable was introduced, so this is a simple check.
ifndef .FEATURES
$(error GNU make 3.81 or newer is required.  You are using version $(MAKE_VERSION))
endif

# This function is only for internal use below.  It should be called
# using $(eval).  It will set up a target so that it recurses into a
# given subdirectory.  For the tree-wide all/install/check/installcheck cases,
# ensure we do our one-time tasks before recursing (see targets above).
# Note that to avoid a nasty bug in make 3.80,
# this function was written to not use any complicated constructs (like
# multiple targets on a line) and also not contain any lines that expand
# to more than about 200 bytes.  This is why we make it apply to just one
# subdirectory at a time, rather than to a list of subdirectories.
# $1: target name, e.g., all
# $2: subdir name
# $3: target to run in subdir, usually same as $1
define _create_recursive_target
.PHONY: $(1)-$(2)-recurse
$(1): $(1)-$(2)-recurse
$(1)-$(2)-recurse: $(if $(filter all install check installcheck, $(3)), submake-generated-headers) $(if $(filter check, $(3)), temp-install)
	$$(MAKE) -C $(2) $(3)
endef
# Note that the use of $$ on the last line above is important; we want
# $(MAKE) to be evaluated when the rule is run, not when the $(eval) is run
# to create the rule.  This is necessary to get make -q working.

# Call this function in a makefile that needs to recurse into subdirectories.
# In the normal case all arguments can be defaulted.
# $1: targets to make recursive (defaults to list of standard targets)
# $2: list of subdirs (defaults to SUBDIRS variable)
# $3: target to run in subdir (defaults to current element of $1)
recurse = $(foreach target,$(if $1,$1,$(standard_targets)),$(foreach subdir,$(if $2,$2,$(SUBDIRS)),$(eval $(call _create_recursive_target,$(target),$(subdir),$(if $3,$3,$(target))))))

# If a makefile's list of SUBDIRS varies depending on configuration, then
# any subdirectories excluded from SUBDIRS should instead be added to
# ALWAYS_SUBDIRS, and then it must call recurse_always as well as recurse.
# This ensures that distclean, etc will apply to all subdirectories.
# In the normal case all arguments will be defaulted.
# $1: targets to make recursive (defaults to standard_always_targets)
# $2: list of subdirs (defaults to ALWAYS_SUBDIRS variable)
# $3: target to run in subdir (defaults to current element of $1)
recurse_always = $(foreach target,$(if $1,$1,$(standard_always_targets)),$(foreach subdir,$(if $2,$2,$(ALWAYS_SUBDIRS)),$(eval $(call _create_recursive_target,$(target),$(subdir),$(if $3,$3,$(target))))))


##########################################################################
#
# Automatic dependency generation
# -------------------------------
# When we configure with --enable-depend then we override the default
# compilation rule with the magic below. While or after creating the
# actual output file we also create a dependency list for the .c file.
# Next time we invoke make we will have top-notch information about
# whether this file needs to be updated. The dependency files are kept
# in the .deps subdirectory of each directory.

autodepend = 

ifeq ($(autodepend), yes)

ifndef COMPILE.c
COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) -c
endif

ifndef COMPILE.cc
COMPILE.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c
endif

DEPDIR = .deps

ifeq ($(GCC), yes)

# GCC allows us to create object and dependency file in one invocation.
%.o : %.c
	@if test ! -d $(DEPDIR); then mkdir -p $(DEPDIR); fi
	$(COMPILE.c) -o $@ $< -MMD -MP -MF $(DEPDIR)/$(*F).Po

%.o : %.cpp
	@if test ! -d $(DEPDIR); then mkdir -p $(DEPDIR); fi
	$(COMPILE.cc) -o $@ $< -MMD -MP -MF $(DEPDIR)/$(*F).Po

endif # GCC

# Include all the dependency files generated for the current
# directory. Note that make would complain if include was called with
# no arguments.
Po_files := $(wildcard $(DEPDIR)/*.Po)
ifneq (,$(Po_files))
include $(Po_files)
endif

# hook for clean-up
clean distclean: clean-deps

.PHONY: clean-deps
clean-deps:
	@rm -rf $(DEPDIR)

endif # autodepend


##########################################################################
#
# Native language support

ifeq ($(enable_nls), yes)
ifneq (,$(wildcard $(srcdir)/nls.mk))

include $(top_srcdir)/src/nls-global.mk

endif # nls.mk
endif # enable_nls


##########################################################################
#
# Coverage

# Explanation of involved files:
#   foo.c	source file
#   foo.o	object file
#   foo.gcno	gcov graph (a.k.a. "notes") file, created at compile time
#		(by gcc -ftest-coverage)
#   foo.gcda	gcov data file, created when the program is run (for
#		programs compiled with gcc -fprofile-arcs)
#   foo.c.gcov	gcov output file with coverage information, created by
#		gcov from foo.gcda (by "make coverage")
#   foo.c.gcov.out  stdout captured when foo.c.gcov is created, mildly
#		interesting
#   lcov_test.info
#		lcov tracefile, built from gcda files in one directory,
#		later collected by "make coverage-html"
#   lcov_base.info
#		tracefile for zero counters for every file, so that
#		even files that are not touched by tests are counted
#		for the overall coverage rate

ifeq ($(enable_coverage), yes)

# make coverage -- text output

local_gcda_files = $(wildcard *.gcda)

coverage: $(local_gcda_files:.gcda=.c.gcov)

%.c.gcov: %.gcda
	$(GCOV) -b -f -p -o . $(GCOVFLAGS) $*.c >$*.c.gcov.out

# make coverage-html -- HTML output via lcov

.PHONY: coverage-html
coverage-html: coverage-html-stamp

GENHTML_FLAGS = -q --legend
GENHTML_TITLE = PostgreSQL $(VERSION)

coverage-html-stamp: lcov_base.info lcov_test.info
	rm -rf coverage
	$(GENHTML) $(GENHTML_FLAGS) -o coverage --title='$(GENHTML_TITLE)' --num-spaces=4 $(if $(filter no,$(vpath_build)),--prefix='$(abs_top_srcdir)') $^
	touch $@

LCOV += --gcov-tool $(GCOV)
LCOVFLAGS = -q --no-external

all_gcno_files = $(shell find . -name '*.gcno' -print)

lcov_base.info: $(all_gcno_files)
	$(LCOV) $(LCOVFLAGS) -c -i -d . -d $(srcdir) -o $@

all_gcda_files = $(shell find . -name '*.gcda' -print)

lcov_test.info: $(all_gcda_files)
	$(LCOV) $(LCOVFLAGS) -c -d . -d $(srcdir) -o $@


# hook for clean-up
clean distclean: clean-coverage

.PHONY: clean-coverage
clean-coverage:
	rm -rf coverage coverage-html-stamp
	rm -f *.gcda *.gcno lcov*.info *.gcov .*.gcov *.gcov.out


# User-callable target to reset counts between test runs
coverage-clean:
	rm -f `find . -name '*.gcda' -print`

endif # enable_coverage

##########################################################################
#
# LLVM support
#

ifndef COMPILE.c.bc
# -Wno-ignored-attributes added so gnu_printf doesn't trigger
# warnings, when the main binary is compiled with C.
COMPILE.c.bc = $(CLANG) -Wno-ignored-attributes $(BITCODE_CFLAGS) $(CPPFLAGS) -flto=thin -emit-llvm -c
endif

ifndef COMPILE.cxx.bc
COMPILE.cxx.bc = $(CLANG) -xc++ -Wno-ignored-attributes $(BITCODE_CXXFLAGS) $(CPPFLAGS) -flto=thin -emit-llvm -c
endif

%.bc : %.c
	$(COMPILE.c.bc) -o $@ $<

%.bc : %.cpp
	$(COMPILE.cxx.bc) -o $@ $<

# Install LLVM bitcode module (for JITing).
#
# The arguments are:
# $(1) name of the module (e.g. an extension's name or postgres for core code)
# $(2) source objects, with .o suffix
#
# The many INSTALL_DATA invocations aren't particularly fast, it'd be
# good if we could coalesce them, but I didn't find a good way.
#
# Note: blank line at end of macro is necessary to let it be used in foreach
define install_llvm_module
$(MKDIR_P) '$(DESTDIR)${bitcodedir}/$(1)'
$(MKDIR_P) $(sort $(dir $(addprefix '$(DESTDIR)${bitcodedir}'/$(1)/, $(2))))
$(foreach obj, ${2}, $(INSTALL_DATA) $(patsubst %.o,%.bc, $(obj)) '$(DESTDIR)${bitcodedir}'/$(1)/$(dir $(obj))
)
cd '$(DESTDIR)${bitcodedir}' && $(LLVM_BINPATH)/llvm-lto -thinlto -thinlto-action=thinlink -o $(1).index.bc $(addprefix $(1)/,$(patsubst %.o,%.bc, $(2)))

endef

# Uninstall LLVM bitcode module.
#
# The arguments are:
# $(1) name of the module (e.g. an extension's name or postgres for core code)
#
# This intentionally doesn't use the explicit installed file list,
# seems too likely to change regularly.
define uninstall_llvm_module
rm -rf '$(DESTDIR)${bitcodedir}/$(1)/'
rm -f '$(DESTDIR)${bitcodedir}/$(1).index.bc'

endef
# Use --enable-new-dtags to generate DT_RUNPATH instead of DT_RPATH.
# This allows LD_LIBRARY_PATH to still work when needed.
rpath = 
AROPT = crs

# Rule for building a shared library from a single .o file
%.so: %.o
	$(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@
# Use --enable-new-dtags to generate DT_RUNPATH instead of DT_RPATH.
# This allows LD_LIBRARY_PATH to still work when needed.
rpath = 
AROPT = crs

# Rule for building a shared library from a single .o file
%.so: %.o
	$(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@

emscripten_include_dir := $(pkgincludedir)/emscripten
emscripten_base_dir := $(emscripten_include_dir)/base
emscripten_imports_dir := /install/pglite/imports
emscripten_extension_dir := $(emscripten_include_dir)/extension
emscripten_extension_imports_dir := $(emscripten_extension_dir)/imports#-------------------------------------------------------------------------
#
# Makefile.shlib
#    Common rules for building shared libraries
#
# Copyright (c) 1998, Regents of the University of California
#
# IDENTIFICATION
#    src/Makefile.shlib
#
#-------------------------------------------------------------------------

# This file should be included by any Postgres module Makefile that
# wants to build a shared library (if possible for the current
# platform). A static library is also built from the same object
# files. Only one library can be built per makefile.
#
# Before including this file, the module Makefile must define these
# variables:
#
# NAME                  Name of library to build (no suffix nor "lib" prefix)
# OBJS                  List of object files to include in library
# SHLIB_LINK            Stuff to append to library's link command
#                       (typically, -L and -l switches for external libraries)
# SHLIB_LINK_INTERNAL   -L and -l switches for Postgres-supplied libraries
# SHLIB_PREREQS         Order-only prerequisites for library build target
# SHLIB_EXPORTS         (optional) Name of file containing list of symbols to
#                       export, in the format "function_name  number"
#
# Don't use SHLIB_LINK for references to files in the build tree, or the
# wrong things will happen --- use SHLIB_LINK_INTERNAL for those!
#
# When building a shared library, the following version information
# must also be set.  It should be omitted when building a dynamically
# loadable module.
#
# SO_MAJOR_VERSION      Major version number to use for shared library
# SO_MINOR_VERSION      Minor version number to use for shared library
# (If you want a patchlevel, include it in SO_MINOR_VERSION, e.g., "6.2".)
#
# The module Makefile must also include
# $(top_builddir)/src/Makefile.global before including this file.
# (Makefile.global sets PORTNAME and other needed symbols.)
#
# This makefile provides the following (phony) targets:
#
# all-lib               build the static and shared (if applicable) libraries
# install-lib           install the libraries into $(libdir)
# installdirs-lib       create installation directory $(libdir)
# uninstall-lib         remove the libraries from $(libdir)
# clean-lib             delete the static and shared libraries from the build dir
#
# Typically you would add `all-lib' to the `all' target so that `make all'
# builds the libraries.  In the most simple case it would look like this:
#
#     all: all-lib
#
# Similarly, the install rule might look like
#
#     install: install-lib
#
# plus any additional things you want to install. Et cetera.
#
# Got that?  Look at src/interfaces/libpq/Makefile for an example.
#


COMPILER = $(CC) $(CFLAGS)
LINK.static = $(AR) $(AROPT)

LDFLAGS_INTERNAL += $(SHLIB_LINK_INTERNAL)



ifdef SO_MAJOR_VERSION
# Default library naming convention used by the majority of platforms
shlib		= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
shlib_major	= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
shlib_bare	= lib$(NAME)$(DLSUFFIX)
# Testing the soname variable is a reliable way to determine whether a
# linkable library is being built.
soname		= $(shlib_major)
pkgconfigdir = $(libdir)/pkgconfig
else
# Naming convention for dynamically loadable modules
shlib		= $(NAME)$(DLSUFFIX)
endif
stlib		= lib$(NAME).a

ifndef soname
# additional flags for backend modules
SHLIB_LINK += $(BE_DLLLIBS)
endif

# For each platform we support shared libraries on, set shlib to the
# name of the library (if default above is not right), set
# LINK.shared to the command to link the library,
# and adjust SHLIB_LINK if necessary.

# Try to keep the sections in some kind of order, folks...

override CFLAGS += $(CFLAGS_SL)
override CXXFLAGS += $(CFLAGS_SL)
ifdef SO_MAJOR_VERSION
# libraries ought to use this to refer to versioned gettext domain names
override CPPFLAGS += -DSO_MAJOR_VERSION=$(SO_MAJOR_VERSION)
endif

ifeq ($(PORTNAME), darwin)
  ifdef soname
    # linkable library
    ifneq ($(SO_MAJOR_VERSION), 0)
      version_link	= -compatibility_version $(SO_MAJOR_VERSION) -current_version $(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
    endif
    LINK.shared		= $(COMPILER) -dynamiclib -install_name '$(libdir)/lib$(NAME).$(SO_MAJOR_VERSION)$(DLSUFFIX)' $(version_link) $(exported_symbols_list)
    shlib		= lib$(NAME).$(SO_MAJOR_VERSION)$(DLSUFFIX)
    shlib_major		= lib$(NAME).$(SO_MAJOR_VERSION)$(DLSUFFIX)
  else
    # loadable module
    LINK.shared		= $(COMPILER) -bundle
  endif
  BUILD.exports		= $(AWK) '/^[^\#]/ {printf "_%s\n",$$1}' $< >$@
  exports_file		= $(SHLIB_EXPORTS:%.txt=%.list)
  ifneq (,$(exports_file))
    exported_symbols_list = -exported_symbols_list $(exports_file)
  endif
endif

ifeq ($(PORTNAME), openbsd)
  LINK.shared		= $(COMPILER) -shared
  ifdef soname
    LINK.shared		+= -Wl,-x,-soname,$(soname)
  endif
  BUILD.exports		= ( echo '{ global:'; $(AWK) '/^[^\#]/ {printf "%s;\n",$$1}' $<; echo ' local: *; };' ) >$@
  exports_file		= $(SHLIB_EXPORTS:%.txt=%.list)
  ifneq (,$(exports_file))
    LINK.shared		+= -Wl,--version-script=$(exports_file)
  endif
  SHLIB_LINK		+= -lc
endif

ifeq ($(PORTNAME), freebsd)
  ifdef SO_MAJOR_VERSION
    shlib		= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
  endif
  LINK.shared		= $(COMPILER) -shared
  ifdef soname
    LINK.shared		+= -Wl,-x,-soname,$(soname)
  endif
  BUILD.exports		= ( echo '{ global:'; $(AWK) '/^[^\#]/ {printf "%s;\n",$$1}' $<; echo ' local: *; };' ) >$@
  exports_file		= $(SHLIB_EXPORTS:%.txt=%.list)
  ifneq (,$(exports_file))
    LINK.shared		+= -Wl,--version-script=$(exports_file)
  endif
endif

ifeq ($(PORTNAME), netbsd)
  LINK.shared		= $(COMPILER) -shared
  ifdef soname
    LINK.shared		+= -Wl,-x,-soname,$(soname)
  endif
  BUILD.exports		= ( echo '{ global:'; $(AWK) '/^[^\#]/ {printf "%s;\n",$$1}' $<; echo ' local: *; };' ) >$@
  exports_file		= $(SHLIB_EXPORTS:%.txt=%.list)
  ifneq (,$(exports_file))
    LINK.shared		+= -Wl,--version-script=$(exports_file)
  endif
endif

ifeq ($(PORTNAME), linux)
  LINK.shared		= $(COMPILER) -shared
  ifdef soname
    ifneq (,$(findstring linux-android,$(host_os)))
      # Android uses unversioned shared libraries
      shlib		= $(shlib_bare)
      soname		= $(shlib_bare)
    endif
    LINK.shared		+= -Wl,-soname,$(soname)
  endif
  BUILD.exports		= ( echo '{ global:'; $(AWK) '/^[^\#]/ {printf "%s;\n",$$1}' $<; echo ' local: *; };' ) >$@
  exports_file		= $(SHLIB_EXPORTS:%.txt=%.list)
  ifneq (,$(exports_file))
    LINK.shared		+= -Wl,--version-script=$(exports_file)
  endif
endif

ifeq ($(PORTNAME), solaris)
  LINK.shared		= $(COMPILER) -shared
  ifdef soname
    LINK.shared	+= -Wl,-soname,$(soname)
  endif
  BUILD.exports		= ( echo '{ global:'; $(AWK) '/^[^\#]/ {printf "%s;\n",$$1}' $<; echo ' local: *; };' ) >$@
  exports_file		= $(SHLIB_EXPORTS:%.txt=%.list)
  ifneq (,$(exports_file))
    LINK.shared		+= -Wl,-M$(exports_file)
  endif
endif

ifeq ($(PORTNAME), cygwin)
  LINK.shared		= $(CC) -shared
  ifdef SO_MAJOR_VERSION
    shlib		= cyg$(NAME)$(DLSUFFIX)
  endif
  haslibarule   = yes
endif

ifeq ($(PORTNAME), win32)
  ifdef SO_MAJOR_VERSION
    shlib		= lib$(NAME)$(DLSUFFIX)
  endif
  haslibarule   = yes
endif


# If the shared library doesn't have an export file, mark all symbols not
# explicitly exported using PGDLLEXPORT as hidden. We can't pass these flags
# when building a library with explicit exports, as the symbols would be
# hidden before the linker script / exported symbol list takes effect.
#
# This is duplicated in pgxs.mk for MODULES style libraries.
ifeq ($(SHLIB_EXPORTS),)
  # LDFLAGS_SL addition not strictly needed, CFLAGS used everywhere, but ...
  override LDFLAGS_SL += $(CFLAGS_SL_MODULE)
  override CFLAGS += $(CFLAGS_SL_MODULE)
  override CXXFLAGS += $(CXXFLAGS_SL_MODULE)
endif

ifeq ($(PORTNAME), emscripten)
  LINK.shared       = $(COMPILER)
  ifdef soname
    # emscripten uses unversioned shared libraries
    shlib     = $(shlib_bare)
    soname    = $(shlib_bare)
  endif
  BUILD.exports     = ( $(AWK) '/^[^\#]/ {printf "%s\n",$$1}' $< ) | sort -u >$@
#  BUILD.exports     = ( echo '{ global:'; $(AWK) '/^[^\#]/ {printf "%s;\n",$$1}' $<; echo ' local: *; };' ) >$@
  exports_file      = $(SHLIB_EXPORTS:%.txt=%.list)
#  ifneq (,$(exports_file))
#    LINK.shared     += -Wl,--version-script=$(exports_file)
#  endif
endif

##
## BUILD
##

.PHONY: all-lib all-static-lib all-shared-lib

all-lib: all-shared-lib
ifdef soname
# no static library when building a dynamically loadable module
all-lib: all-static-lib
all-lib: lib$(NAME).pc
endif

all-static-lib: $(stlib)

all-shared-lib: $(shlib)

# In this rule, "touch $@" works around a problem on some platforms wherein
# ar updates the library file's mod time with a value calculated to
# seconds precision.  If the filesystem has sub-second timestamps, this can
# cause the library file to appear older than its input files, triggering
# parallel-make problems.
ifndef haslibarule
$(stlib): $(OBJS) | $(SHLIB_PREREQS)
	rm -f $@
	$(LINK.static) $@ $^
	touch $@
endif #haslibarule

ifeq (,$(filter cygwin win32,$(PORTNAME)))

# Normal case
$(shlib): $(OBJS) | $(SHLIB_PREREQS)
	$(LINK.shared) -o $@ $(OBJS) $(LDFLAGS) $(LDFLAGS_SL) $(SHLIB_LINK)
ifdef shlib_major
# If we're using major and minor versions, then make a symlink to major-version-only.
ifneq ($(shlib), $(shlib_major))
	rm -f $(shlib_major)
	$(LN_S) $(shlib) $(shlib_major)
endif
# Make sure we have a link to a name without any version numbers
ifneq ($(shlib), $(shlib_bare))
	rm -f $(shlib_bare)
	$(LN_S) $(shlib) $(shlib_bare)
endif # shlib_bare
endif # shlib_major

# Where possible, restrict the symbols exported by the library to just the
# official list, so as to avoid unintentional ABI changes.  On recent macOS
# this also quiets multiply-defined-symbol warnings in programs that use
# libpgport along with libpq.
ifneq (,$(SHLIB_EXPORTS))
ifdef BUILD.exports
$(shlib): $(exports_file)

$(exports_file): $(SHLIB_EXPORTS)
	$(BUILD.exports)
endif
endif

else # PORTNAME == cygwin || PORTNAME == win32

ifeq ($(PORTNAME), cygwin)

# Cygwin case

$(shlib): $(OBJS) | $(SHLIB_PREREQS)
	$(CC) $(CFLAGS)  -shared -o $@ -Wl,--out-implib=$(stlib) $(OBJS) $(LDFLAGS) $(LDFLAGS_SL) $(SHLIB_LINK) $(LIBS) $(LDAP_LIBS_BE)

# see notes in src/backend/parser/Makefile  about use of this type of rule
$(stlib): $(shlib)
	touch $@

else

# Win32 case

# See notes in src/backend/parser/Makefile about the following two rules
$(stlib): $(shlib)
	touch $@

# XXX A backend that loads a module linked with libgcc_s_dw2-1.dll will exit
# uncleanly, hence -static-libgcc.  (Last verified with MinGW-w64 compilers
# from i686-4.9.1-release-win32-dwarf-rt_v3-rev1.)  Shared libgcc has better
# support for C++/Java exceptions; while core PostgreSQL does not use them, it
# would be nice to support shared libgcc for the benefit of extensions.
#
# If SHLIB_EXPORTS is set, the rules below will build a .def file from that.
# Else we just use --export-all-symbols.
ifeq (,$(SHLIB_EXPORTS))
$(shlib): $(OBJS) | $(SHLIB_PREREQS)
	$(CC) $(CFLAGS)  -shared -static-libgcc -o $@  $(OBJS) $(LDFLAGS) $(LDFLAGS_SL) $(SHLIB_LINK) $(LIBS) -Wl,--export-all-symbols -Wl,--out-implib=$(stlib)
else
DLL_DEFFILE = lib$(NAME)dll.def

$(shlib): $(OBJS) $(DLL_DEFFILE) | $(SHLIB_PREREQS)
	$(CC) $(CFLAGS)  -shared -static-libgcc -o $@  $(OBJS) $(DLL_DEFFILE) $(LDFLAGS) $(LDFLAGS_SL) $(SHLIB_LINK) $(LIBS) -Wl,--out-implib=$(stlib)

UC_NAME = $(shell echo $(NAME) | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')

$(DLL_DEFFILE): $(SHLIB_EXPORTS)
	echo 'LIBRARY LIB$(UC_NAME).dll' >$@
	echo 'EXPORTS' >>$@
	sed -e '/^#/d' -e 's/^\(.*[ 	]\)\([0-9][0-9]*\)/    \1@ \2/' $< >>$@
endif

endif # PORTNAME == cygwin
endif # PORTNAME == cygwin || PORTNAME == win32


%.pc: $(MAKEFILE_LIST)
	echo 'prefix=$(prefix)' >$@
	echo 'exec_prefix=$(patsubst $(prefix),$${prefix},$(exec_prefix))' >>$@
	echo 'libdir=$(patsubst $(exec_prefix)/%,$${exec_prefix}/%,$(libdir))' >>$@
	echo 'includedir=$(patsubst $(prefix)/%,$${prefix}/%,$(includedir))' >>$@
	echo >>$@
	echo 'Name: lib$(NAME)' >>$@
	echo 'Description: PostgreSQL lib$(NAME) library' >>$@
	echo 'URL: $(PACKAGE_URL)' >>$@
	echo 'Version: $(VERSION)' >>$@
	echo 'Requires: ' >>$@
	echo 'Requires.private: $(PKG_CONFIG_REQUIRES_PRIVATE)' >>$@
	echo 'Cflags: -I$${includedir}' >>$@
	echo 'Libs: -L$${libdir} -l$(NAME)' >>$@
# Record -L flags that the user might have passed in to the PostgreSQL
# build to locate third-party libraries (e.g., ldap, ssl).  Filter out
# those that point inside the build or source tree.  Use sort to
# remove duplicates.  Also record the -l flags necessary for static
# linking, but not those already covered by Requires.private.
	echo 'Libs.private: $(sort $(filter-out -L.% -L$(top_srcdir)/%,$(filter -L%,$(LDFLAGS) $(SHLIB_LINK)))) $(filter-out $(PKG_CONFIG_REQUIRES_PRIVATE:lib%=-l%),$(filter -l%,$(SHLIB_LINK_INTERNAL:%_shlib=%) $(SHLIB_LINK)))' >>$@


##
## INSTALL
##

.PHONY: install-lib install-lib-static install-lib-shared installdirs-lib
install-lib: install-lib-shared
ifdef soname
install-lib: install-lib-static
install-lib: install-lib-pc
endif

install-lib-pc: lib$(NAME).pc installdirs-lib
	$(INSTALL_DATA) $< '$(DESTDIR)$(pkgconfigdir)/lib$(NAME).pc'

install-lib-static: $(stlib) installdirs-lib
	$(INSTALL_STLIB) $< '$(DESTDIR)$(libdir)/$(stlib)'

install-lib-shared: $(shlib) installdirs-lib
ifdef soname
	$(INSTALL_SHLIB) $< '$(DESTDIR)$(libdir)/$(shlib)'
ifneq ($(PORTNAME), cygwin)
ifneq ($(PORTNAME), win32)
ifneq ($(shlib), $(shlib_major))
	cd '$(DESTDIR)$(libdir)' && \
	rm -f $(shlib_major) && \
	$(LN_S) $(shlib) $(shlib_major)
endif
ifneq ($(shlib), $(shlib_bare))
	cd '$(DESTDIR)$(libdir)' && \
	rm -f $(shlib_bare) && \
	$(LN_S) $(shlib) $(shlib_bare)
endif
endif # not win32
endif # not cygwin
ifneq (,$(findstring $(PORTNAME),win32 cygwin))
	$(INSTALL_SHLIB) $< '$(DESTDIR)$(bindir)/$(shlib)'
endif
else # no soname
	$(INSTALL_SHLIB) $< '$(DESTDIR)$(pkglibdir)/$(shlib)'
endif


installdirs-lib:
ifdef soname
	$(MKDIR_P) '$(DESTDIR)$(libdir)' '$(DESTDIR)$(pkgconfigdir)' $(if $(findstring $(PORTNAME),win32 cygwin),'$(DESTDIR)$(bindir)')
else
	$(MKDIR_P) '$(DESTDIR)$(pkglibdir)'
endif


##
## UNINSTALL
##

.PHONY: uninstall-lib
uninstall-lib:
ifdef soname
	rm -f '$(DESTDIR)$(libdir)/$(stlib)'
	rm -f '$(DESTDIR)$(libdir)/$(shlib_bare)' \
	  '$(DESTDIR)$(libdir)/$(shlib_major)' \
	  '$(DESTDIR)$(libdir)/$(shlib)' $(if $(findstring $(PORTNAME),win32 cygwin),'$(DESTDIR)$(bindir)/$(shlib)') \
	  '$(DESTDIR)$(pkgconfigdir)/lib$(NAME).pc'
else # no soname
	rm -f '$(DESTDIR)$(pkglibdir)/$(shlib)'
endif # no soname


##
## CLEAN
##

.PHONY: clean-lib
clean-lib:
	rm -f $(shlib) $(shlib_bare) $(shlib_major) $(stlib) $(exports_file) lib$(NAME).pc
ifneq (,$(DLL_DEFFILE))
	rm -f $(DLL_DEFFILE)
endif
# PGXS: PostgreSQL extensions makefile

# src/makefiles/pgxs.mk

# This file contains generic rules to build many kinds of simple
# extension modules.  You only need to set a few variables and include
# this file, the rest will be done here.
#
# Use the following layout for your Makefile:
#
#   [variable assignments, see below]
#
#   PG_CONFIG = pg_config
#   PGXS := $(shell $(PG_CONFIG) --pgxs)
#   include $(PGXS)
#
#   [custom rules, rarely necessary]
#
# Set one of these three variables to specify what is built:
#
#   MODULES -- list of shared-library objects to be built from source files
#     with same stem (do not include library suffixes in this list)
#   MODULE_big -- a shared library to build from multiple source files
#     (list object files in OBJS)
#   PROGRAM -- an executable program to build (list object files in OBJS)
#
# The following variables can also be set:
#
#   EXTENSION -- name of extension (there must be a $EXTENSION.control file)
#   MODULEDIR -- subdirectory of $PREFIX/share into which DATA and DOCS files
#     should be installed (if not set, default is "extension" if EXTENSION
#     is set, or "contrib" if not)
#   DATA -- random files to install into $PREFIX/share/$MODULEDIR
#   DATA_built -- random files to install into $PREFIX/share/$MODULEDIR,
#     which need to be built first
#   DATA_TSEARCH -- random files to install into $PREFIX/share/tsearch_data
#   DOCS -- random files to install under $PREFIX/doc/$MODULEDIR
#   SCRIPTS -- script files (not binaries) to install into $PREFIX/bin
#   SCRIPTS_built -- script files (not binaries) to install into $PREFIX/bin,
#     which need to be built first
#   HEADERS -- files to install into $(includedir_server)/$MODULEDIR/$MODULE_big
#   HEADERS_built -- as above but built first (but NOT cleaned)
#   HEADERS_$(MODULE) -- files to install into
#     $(includedir_server)/$MODULEDIR/$MODULE; the value of $MODULE must be
#     listed in MODULES or MODULE_big
#   HEADERS_built_$(MODULE) -- as above but built first (also NOT cleaned)
#   REGRESS -- list of regression test cases (without suffix)
#   REGRESS_OPTS -- additional switches to pass to pg_regress
#   TAP_TESTS -- switch to enable TAP tests
#   ISOLATION -- list of isolation test cases
#   ISOLATION_OPTS -- additional switches to pass to pg_isolation_regress
#   NO_INSTALL -- don't define an install target, useful for test modules
#     that don't need their build products to be installed
#   NO_INSTALLCHECK -- don't define an installcheck target, useful e.g. if
#     tests require special configuration, or don't use pg_regress
#   EXTRA_CLEAN -- extra files to remove in 'make clean'
#   PG_CPPFLAGS -- will be prepended to CPPFLAGS
#   PG_CFLAGS -- will be appended to CFLAGS
#   PG_CXXFLAGS -- will be appended to CXXFLAGS
#   PG_LDFLAGS -- will be prepended to LDFLAGS
#   PG_LIBS -- will be added to PROGRAM link line
#   PG_LIBS_INTERNAL -- same, for references to libraries within build tree
#   SHLIB_LINK -- will be added to MODULE_big link line
#   SHLIB_LINK_INTERNAL -- same, for references to libraries within build tree
#   PG_CONFIG -- path to pg_config program for the PostgreSQL installation
#     to build against (typically just "pg_config" to use the first one in
#     your PATH)
#
# Better look at some of the existing uses for examples...

ifndef PGXS
ifndef NO_PGXS
$(error pgxs error: makefile variable PGXS or NO_PGXS must be set)
endif
endif


ifdef PGXS

# External extensions must assume generated headers are available
NO_GENERATED_HEADERS=yes
# The temp-install rule won't work, either
NO_TEMP_INSTALL=yes

# We assume that we are in src/makefiles/, so top is ...
top_builddir := $(dir $(PGXS))../..
include $(top_builddir)/src/Makefile.global

# These might be set in Makefile.global, but if they were not found
# during the build of PostgreSQL, supply default values so that users
# of pgxs can use the variables.
ifeq ($(BISON),)
BISON = bison
endif
ifeq ($(FLEX),)
FLEX = flex
endif

endif # PGXS


override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS)

# See equivalent block in Makefile.shlib
ifdef MODULES
override LDFLAGS_SL += $(CFLAGS_SL_MODULE)
override CFLAGS += $(CFLAGS_SL) $(CFLAGS_SL_MODULE)
override CXXFLAGS += $(CFLAGS_SL) $(CXXFLAGS_SL_MODULE)
endif

ifdef MODULEDIR
datamoduledir := $(MODULEDIR)
docmoduledir := $(MODULEDIR)
incmoduledir := $(MODULEDIR)
else
ifdef EXTENSION
datamoduledir := extension
docmoduledir := extension
incmoduledir := extension
else
datamoduledir := contrib
docmoduledir := contrib
incmoduledir := contrib
endif
endif

ifdef PG_CPPFLAGS
override CPPFLAGS := $(PG_CPPFLAGS) $(CPPFLAGS)
endif
ifdef PG_CFLAGS
override CFLAGS := $(CFLAGS) $(PG_CFLAGS)
endif
ifdef PG_CXXFLAGS
override CXXFLAGS := $(CXXFLAGS) $(PG_CXXFLAGS)
endif
ifdef PG_LDFLAGS
override LDFLAGS := $(PG_LDFLAGS) $(LDFLAGS)
endif

# logic for HEADERS_* stuff

# get list of all names used with or without built_ prefix
# note that use of HEADERS_built_foo will get both "foo" and "built_foo",
# we cope with that later when filtering this list against MODULES.
# If someone wants to name a module "built_foo", they can do that and it
# works, but if they have MODULES = foo built_foo  then they will need to
# force building of all headers and use HEADERS_built_foo and
# HEADERS_built_built_foo.
HEADER_alldirs := $(patsubst HEADERS_%,%,$(filter HEADERS_%, $(.VARIABLES)))
HEADER_alldirs += $(patsubst HEADERS_built_%,%,$(filter HEADERS_built_%, $(.VARIABLES)))

# collect all names of built headers to use as a dependency
HEADER_allbuilt :=

ifdef MODULE_big

# we can unconditionally add $(MODULE_big) here, because we will strip it
# back out below if it turns out not to actually define any headers.
HEADER_dirs := $(MODULE_big)
HEADER_unbuilt_$(MODULE_big) = $(HEADERS)
HEADER_built_$(MODULE_big) = $(HEADERS_built)
HEADER_allbuilt += $(HEADERS_built)
# treat "built" as an exclusion below as well as "built_foo"
HEADER_xdirs := built built_$(MODULE_big)

else # not MODULE_big, so check MODULES

# HEADERS is an error in the absence of MODULE_big to provide a dir name
ifdef HEADERS
$(error HEADERS requires MODULE_big to be set)
endif
# make list of modules that have either HEADERS_foo or HEADERS_built_foo
HEADER_dirs := $(foreach m,$(MODULES),$(if $(filter $(m) built_$(m),$(HEADER_alldirs)),$(m)))
# make list of conflicting names to exclude
HEADER_xdirs := $(addprefix built_,$(HEADER_dirs))

endif # MODULE_big or MODULES

# HEADERS_foo requires that "foo" is in MODULES as a sanity check
ifneq (,$(filter-out $(HEADER_dirs) $(HEADER_xdirs),$(HEADER_alldirs)))
$(error $(patsubst %,HEADERS_%,$(filter-out $(HEADER_dirs) $(HEADER_xdirs),$(HEADER_alldirs))) defined with no module)
endif

# assign HEADER_unbuilt_foo and HEADER_built_foo, but make sure
# that "built" takes precedence in the case of conflict, by removing
# conflicting module names when matching the unbuilt name
$(foreach m,$(filter-out $(HEADER_xdirs),$(HEADER_dirs)),$(eval HEADER_unbuilt_$(m) += $$(HEADERS_$(m))))
$(foreach m,$(HEADER_dirs),$(eval HEADER_built_$(m) += $$(HEADERS_built_$(m))))
$(foreach m,$(HEADER_dirs),$(eval HEADER_allbuilt += $$(HEADERS_built_$(m))))

# expand out the list of headers for each dir, attaching source prefixes
header_file_list = $(HEADER_built_$(1)) $(addprefix $(srcdir)/,$(HEADER_unbuilt_$(1)))
$(foreach m,$(HEADER_dirs),$(eval HEADER_files_$(m) := $$(call header_file_list,$$(m))))

# note that the caller's HEADERS* vars have all been expanded now, and
# later changes will have no effect.

# remove entries in HEADER_dirs that produced an empty list of files,
# to ensure we don't try and install them
HEADER_dirs := $(foreach m,$(HEADER_dirs),$(if $(strip $(HEADER_files_$(m))),$(m)))

# Functions for generating install/uninstall commands; the blank lines
# before the "endef" are required, don't lose them
# $(call install_headers,dir,headers)
define install_headers
$(MKDIR_P) '$(DESTDIR)$(includedir_server)/$(incmoduledir)/$(1)/'
$(INSTALL_DATA) $(2) '$(DESTDIR)$(includedir_server)/$(incmoduledir)/$(1)/'

endef
# $(call uninstall_headers,dir,headers)
define uninstall_headers
rm -f $(addprefix '$(DESTDIR)$(includedir_server)/$(incmoduledir)/$(1)'/, $(notdir $(2)))

endef

# end of HEADERS_* stuff


all: $(PROGRAM) $(DATA_built) $(HEADER_allbuilt) $(SCRIPTS_built) $(addsuffix $(DLSUFFIX), $(MODULES)) $(addsuffix .control, $(EXTENSION))

ifeq ($(with_llvm), yes)
all: $(addsuffix .bc, $(MODULES)) $(patsubst %.o,%.bc, $(OBJS))
endif

ifdef MODULE_big
# shared library parameters
NAME = $(MODULE_big)

include $(top_srcdir)/src/Makefile.shlib

all: all-lib
endif # MODULE_big


ifndef NO_INSTALL

install: all installdirs
ifneq (,$(EXTENSION))
	$(INSTALL_DATA) $(addprefix $(srcdir)/, $(addsuffix .control, $(EXTENSION))) '$(DESTDIR)$(datadir)/extension/'
endif # EXTENSION
ifneq (,$(DATA)$(DATA_built))
	$(INSTALL_DATA) $(addprefix $(srcdir)/, $(DATA)) $(DATA_built) '$(DESTDIR)$(datadir)/$(datamoduledir)/'
endif # DATA
ifneq (,$(DATA_TSEARCH))
	$(INSTALL_DATA) $(addprefix $(srcdir)/, $(DATA_TSEARCH)) '$(DESTDIR)$(datadir)/tsearch_data/'
endif # DATA_TSEARCH
ifdef MODULES
	$(INSTALL_SHLIB) $(addsuffix $(DLSUFFIX), $(MODULES)) '$(DESTDIR)$(pkglibdir)/'
ifeq ($(with_llvm), yes)
	$(foreach mod, $(MODULES), $(call install_llvm_module,$(mod),$(mod).bc))
endif # with_llvm
ifeq ($(PORTNAME), emscripten)
	find . -name "*.o" -exec $(LLVM_NM) --undefined-only {} \; | awk '{print $$2}' | sed '/^$$/d' | sort -u > '$(MODULES).undef.txt'
	find . -type f \( -name "*.o" -o -name "*.so" \) -exec $(LLVM_NM) --defined-only {} \;   | awk '$$2 ~ /^[TDB]$$/ {print $$3}' | sed '/^$$/d' | sort -u > '$(MODULES).defs.txt'
	comm -23 '$(MODULES).undef.txt' '$(MODULES).defs.txt' > '$(emscripten_extension_imports_dir)/$(MODULES).imports'
endif # PORTNAME=emscripten
endif # MODULES
ifdef DOCS
ifdef docdir
	$(INSTALL_DATA) $(addprefix $(srcdir)/, $(DOCS)) '$(DESTDIR)$(docdir)/$(docmoduledir)/'
endif # docdir
endif # DOCS
ifdef PROGRAM
	$(INSTALL_PROGRAM) $(PROGRAM)$(X) '$(DESTDIR)$(bindir)'
endif # PROGRAM
ifdef SCRIPTS
	$(INSTALL_SCRIPT) $(addprefix $(srcdir)/, $(SCRIPTS)) '$(DESTDIR)$(bindir)/'
endif # SCRIPTS
ifdef SCRIPTS_built
	$(INSTALL_SCRIPT) $(SCRIPTS_built) '$(DESTDIR)$(bindir)/'
endif # SCRIPTS_built
ifneq (,$(strip $(HEADER_dirs)))
	$(foreach dir,$(HEADER_dirs),$(call install_headers,$(dir),$(HEADER_files_$(dir))))
endif # HEADERS
ifdef MODULE_big
ifeq ($(with_llvm), yes)
	$(call install_llvm_module,$(MODULE_big),$(OBJS))
endif # with_llvm
ifeq ($(PORTNAME), emscripten)
	find . -name "*.o" -exec $(LLVM_NM) --undefined-only {} \; | awk '{print $$2}' | sed '/^$$/d' | sort -u > '$(MODULE_big).undef.txt'
	find . -type f \( -name "*.o" -o -name "*.so" \) -exec $(LLVM_NM) --defined-only   {} \; | awk '$$2 ~ /^[TDB]$$/ {print $$3}' | sed '/^$$/d' | sort -u > '$(MODULE_big).defs.txt'
	comm -23 '$(MODULE_big).undef.txt' '$(MODULE_big).defs.txt' > '$(emscripten_extension_imports_dir)/$(MODULE_big).imports'
endif # PORTNAME=emscripten

install: install-lib
endif # MODULE_big


installdirs:
ifneq (,$(EXTENSION))
	$(MKDIR_P) '$(DESTDIR)$(datadir)/extension'
endif
ifneq (,$(DATA)$(DATA_built))
	$(MKDIR_P) '$(DESTDIR)$(datadir)/$(datamoduledir)'
endif
ifneq (,$(DATA_TSEARCH))
	$(MKDIR_P) '$(DESTDIR)$(datadir)/tsearch_data'
endif
ifneq (,$(MODULES))
	$(MKDIR_P) '$(DESTDIR)$(pkglibdir)'
endif
ifdef DOCS
ifdef docdir
	$(MKDIR_P) '$(DESTDIR)$(docdir)/$(docmoduledir)'
endif # docdir
endif # DOCS
ifneq (,$(PROGRAM)$(SCRIPTS)$(SCRIPTS_built))
	$(MKDIR_P) '$(DESTDIR)$(bindir)'
endif
ifeq ($(PORTNAME), emscripten)
	$(MKDIR_P) '$(DESTDIR)$(emscripten_extension_imports_dir)'
endif

ifdef MODULE_big
installdirs: installdirs-lib
endif # MODULE_big


uninstall:
ifneq (,$(EXTENSION))
	rm -f $(addprefix '$(DESTDIR)$(datadir)/extension'/, $(notdir $(addsuffix .control, $(EXTENSION))))
endif
ifneq (,$(DATA)$(DATA_built))
	rm -f $(addprefix '$(DESTDIR)$(datadir)/$(datamoduledir)'/, $(notdir $(DATA) $(DATA_built)))
endif
ifneq (,$(DATA_TSEARCH))
	rm -f $(addprefix '$(DESTDIR)$(datadir)/tsearch_data'/, $(notdir $(DATA_TSEARCH)))
endif
ifdef MODULES
	rm -f $(addprefix '$(DESTDIR)$(pkglibdir)'/, $(addsuffix $(DLSUFFIX), $(MODULES)))
ifeq ($(with_llvm), yes)
	$(foreach mod, $(MODULES), $(call uninstall_llvm_module,$(mod)))
endif # with_llvm
ifeq ($(PORTNAME), emscripten)
	rm -f '$(DESTDIR)$(emscripten_extension_imports_dir)/$(MODULES).imports'
endif
endif # MODULES
ifdef DOCS
	rm -f $(addprefix '$(DESTDIR)$(docdir)/$(docmoduledir)'/, $(DOCS))
endif
ifdef PROGRAM
	rm -f '$(DESTDIR)$(bindir)/$(PROGRAM)$(X)'
endif
ifdef SCRIPTS
	rm -f $(addprefix '$(DESTDIR)$(bindir)'/, $(SCRIPTS))
endif
ifdef SCRIPTS_built
	rm -f $(addprefix '$(DESTDIR)$(bindir)'/, $(SCRIPTS_built))
endif
ifneq (,$(strip $(HEADER_dirs)))
	$(foreach dir,$(HEADER_dirs),$(call uninstall_headers,$(dir),$(HEADER_files_$(dir))))
endif # HEADERS

ifdef MODULE_big
ifeq ($(with_llvm), yes)
	$(call uninstall_llvm_module,$(MODULE_big))
endif # with_llvm

ifeq ($(PORTNAME), emscripten)
	rm -f '$(DESTDIR)$(emscripten_extension_imports_dir)/$(MODULE_big).imports'
endif

uninstall: uninstall-lib
endif # MODULE_big

else # NO_INSTALL

# Need this so that temp-install builds artifacts not meant for
# installation (Normally, check should depend on all, but we don't do
# that because of parallel make risk (dbf2ec1a1c0).)
install: all

endif # NO_INSTALL


clean:
ifdef MODULES
	rm -f $(addsuffix $(DLSUFFIX), $(MODULES)) $(addsuffix .o, $(MODULES)) $(if $(PGFILEDESC),$(WIN32RES)) \
	    $(addsuffix .bc, $(MODULES))
endif
ifdef DATA_built
	rm -f $(DATA_built)
endif
ifdef SCRIPTS_built
	rm -f $(SCRIPTS_built)
endif
ifdef PROGRAM
	rm -f $(PROGRAM)$(X)
endif
ifdef OBJS
	rm -f $(OBJS) $(patsubst %.o,%.bc, $(OBJS))
endif
ifdef EXTRA_CLEAN
	rm -rf $(EXTRA_CLEAN)
endif
ifdef REGRESS
# things created by various check targets
	rm -rf $(pg_regress_clean_files)
ifeq ($(PORTNAME), win)
	rm -f regress.def
endif
endif # REGRESS
ifdef TAP_TESTS
	rm -rf tmp_check/
endif
ifdef ISOLATION
	rm -rf output_iso/ tmp_check_iso/
endif

ifdef MODULE_big
clean: clean-lib
endif

distclean: clean


ifdef REGRESS

REGRESS_OPTS += --dbname=$(CONTRIB_TESTDB)

# When doing a VPATH build, must copy over the data files so that the
# driver script can find them.  We have to use an absolute path for
# the targets, because otherwise make will try to locate the missing
# files using VPATH, and will find them in $(srcdir), but the point
# here is that we want to copy them from $(srcdir) to the build
# directory.

ifdef VPATH
abs_builddir := $(shell pwd)
test_files_src := $(wildcard $(srcdir)/data/*.data)
test_files_build := $(patsubst $(srcdir)/%, $(abs_builddir)/%, $(test_files_src))

all: $(test_files_build)
$(test_files_build): $(abs_builddir)/%: $(srcdir)/%
	$(MKDIR_P) $(dir $@)
	ln -s $< $@
endif # VPATH
endif # REGRESS

.PHONY: submake
submake:
ifndef PGXS
	$(MAKE) -C $(top_builddir)/src/test/regress pg_regress$(X)
	$(MAKE) -C $(top_builddir)/src/test/isolation all
endif

ifdef ISOLATION
ISOLATION_OPTS += --dbname=$(ISOLATION_TESTDB)
endif

# Standard rules to run regression tests including multiple test suites.
# Runs against an installed postmaster.
ifndef NO_INSTALLCHECK
installcheck: submake $(REGRESS_PREP)
ifdef REGRESS
	$(pg_regress_installcheck) $(REGRESS_OPTS) $(REGRESS)
endif
ifdef ISOLATION
	$(pg_isolation_regress_installcheck) $(ISOLATION_OPTS) $(ISOLATION)
endif
ifdef TAP_TESTS
	$(prove_installcheck)
endif
endif # NO_INSTALLCHECK

# Runs independently of any installation
ifdef PGXS
check:
	@echo '"$(MAKE) check" is not supported.'
	@echo 'Do "$(MAKE) install", then "$(MAKE) installcheck" instead.'
else
check: submake $(REGRESS_PREP)
ifdef REGRESS
	$(pg_regress_check) $(REGRESS_OPTS) $(REGRESS)
endif
ifdef ISOLATION
	$(pg_isolation_regress_check) $(ISOLATION_OPTS) $(ISOLATION)
endif
ifdef TAP_TESTS
	$(prove_check)
endif
endif # PGXS

ifndef NO_TEMP_INSTALL
checkprep: EXTRA_INSTALL+=$(subdir)
endif


# STANDARD RULES

ifneq (,$(MODULES)$(MODULE_big))
%.sql: %.sql.in
	sed 's,MODULE_PATHNAME,$$libdir/$*,g' $< >$@
endif

ifdef PROGRAM
$(PROGRAM): $(OBJS)
	$(CC) $(CFLAGS) $(OBJS) $(PG_LIBS_INTERNAL) $(LDFLAGS) $(LDFLAGS_EX) $(PG_LIBS) $(LIBS) -o $@$(X)
endif
# src/nls-global.mk

# Common rules for Native Language Support (NLS)
#
# If some subdirectory of the source tree wants to provide NLS, it
# needs to contain a file 'nls.mk' with the following make variable
# assignments:
#
# CATALOG_NAME          -- name of the message catalog (xxx.po); probably
#                          name of the program
# GETTEXT_FILES         -- list of source files that contain message strings
# GETTEXT_TRIGGERS      -- (optional) list of functions that contain
#                          translatable strings
# GETTEXT_FLAGS         -- (optional) list of gettext --flag arguments to mark
#                          function arguments that contain C format strings
#                          (functions must be listed in TRIGGERS and FLAGS)
#
# Also, provide a text file 'po/LINGUAS' with a space-separated list
# of languages that are provided/supported.
#
# That's all, the rest is done here, if --enable-nls was specified.
#
# The only user-visible targets here are 'init-po', to make an initial
# "blank" catalog from program sources, and 'update-po', which is to
# be called if the messages in the program source have changed, in
# order to merge the changes into the existing .po files.


# existence checked by Makefile.global; otherwise we won't get here
include $(srcdir)/nls.mk

AVAIL_LANGUAGES := $(shell cat $(srcdir)/po/LINGUAS)

# If user specified the languages he wants in --enable-nls=LANGUAGES,
# filter out the rest.  Else use all available ones.
ifdef WANTED_LANGUAGES
LANGUAGES = $(filter $(WANTED_LANGUAGES), $(AVAIL_LANGUAGES))
else
LANGUAGES = $(AVAIL_LANGUAGES)
endif

PO_FILES = $(addprefix po/, $(addsuffix .po, $(LANGUAGES)))
ALL_PO_FILES = $(addprefix po/, $(addsuffix .po, $(AVAIL_LANGUAGES)))
MO_FILES = $(addprefix po/, $(addsuffix .mo, $(LANGUAGES)))

ifdef XGETTEXT
XGETTEXT += -ctranslator --copyright-holder='PostgreSQL Global Development Group' --msgid-bugs-address=pgsql-bugs@lists.postgresql.org --no-wrap --sort-by-file --package-name='$(CATALOG_NAME) (PostgreSQL)' --package-version='$(MAJORVERSION)'
endif

ifdef MSGMERGE
MSGMERGE += --no-wrap --previous --sort-by-file
endif

# _ is defined in c.h, so it's global
GETTEXT_TRIGGERS += _
GETTEXT_FLAGS    += _:1:pass-c-format


# common settings that apply to backend and all backend modules
BACKEND_COMMON_GETTEXT_TRIGGERS = \
    $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
    errmsg errmsg_plural:1,2 \
    errdetail errdetail_log errdetail_plural:1,2 \
    errhint errhint_plural:1,2 \
    errcontext \
    XactLockTableWait:4 \
    MultiXactIdWait:6 \
    ConditionalMultiXactIdWait:6
BACKEND_COMMON_GETTEXT_FLAGS = \
    $(FRONTEND_COMMON_GETTEXT_FLAGS) \
    errmsg:1:c-format errmsg_plural:1:c-format errmsg_plural:2:c-format \
    errdetail:1:c-format errdetail_log:1:c-format errdetail_plural:1:c-format errdetail_plural:2:c-format \
    errhint:1:c-format errhint_plural:1:c-format errhint_plural:2:c-format \
    errcontext:1:c-format

FRONTEND_COMMON_GETTEXT_FILES = $(top_srcdir)/src/common/logging.c

FRONTEND_COMMON_GETTEXT_TRIGGERS = \
    pg_log_error pg_log_error_detail pg_log_error_hint \
    pg_log_warning pg_log_warning_detail pg_log_warning_hint \
    pg_log_info pg_log_info_detail pg_log_info_hint \
    pg_fatal pg_log_generic:3 pg_log_generic_v:3

FRONTEND_COMMON_GETTEXT_FLAGS = \
    pg_log_error:1:c-format pg_log_error_detail:1:c-format pg_log_error_hint:1:c-format \
    pg_log_warning:1:c-format pg_log_warning_detail:1:c-format pg_log_warning_hint:1:c-format \
    pg_log_info:1:c-format pg_log_info_detail:1:c-format pg_log_info_hint:1:c-format \
    pg_fatal:1:c-format pg_log_generic:3:c-format pg_log_generic_v:3:c-format


all-po: $(MO_FILES)

%.mo: %.po
	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<

ifeq ($(word 1,$(GETTEXT_FILES)),+)
po/$(CATALOG_NAME).pot: $(word 2, $(GETTEXT_FILES)) $(MAKEFILE_LIST)
ifdef XGETTEXT
	$(XGETTEXT) -D $(srcdir) -D . -n $(addprefix -k, $(GETTEXT_TRIGGERS)) $(addprefix --flag=, $(GETTEXT_FLAGS)) -f $<
else
	@echo "You don't have 'xgettext'."; exit 1
endif
else # GETTEXT_FILES
po/$(CATALOG_NAME).pot: $(GETTEXT_FILES) $(MAKEFILE_LIST)
# Change to srcdir explicitly, don't rely on $^.  That way we get
# consistent #: file references in the po files.
ifdef XGETTEXT
	$(XGETTEXT) -D $(srcdir) -D . -n $(addprefix -k, $(GETTEXT_TRIGGERS)) $(addprefix --flag=, $(GETTEXT_FLAGS)) $(GETTEXT_FILES)
else
	@echo "You don't have 'xgettext'."; exit 1
endif
endif # GETTEXT_FILES
	@$(MKDIR_P) $(dir $@)
	sed -e '1,18 { s/SOME DESCRIPTIVE TITLE./LANGUAGE message translation file for $(CATALOG_NAME)/;s/PACKAGE/PostgreSQL/g;s/VERSION/$(MAJORVERSION)/g;s/YEAR/'`date +%Y`'/g; }' messages.po >$@
	rm messages.po


# catalog name extensions must match behavior of PG_TEXTDOMAIN() in c.h
install-po: all-po installdirs-po
ifneq (,$(LANGUAGES))
	for lang in $(LANGUAGES); do \
	  $(INSTALL_DATA) po/$$lang.mo '$(DESTDIR)$(localedir)'/$$lang/LC_MESSAGES/$(CATALOG_NAME)$(SO_MAJOR_VERSION)-$(MAJORVERSION).mo || exit 1; \
	done
endif

installdirs-po:
	$(if $(LANGUAGES),$(MKDIR_P) $(foreach lang, $(LANGUAGES), '$(DESTDIR)$(localedir)'/$(lang)/LC_MESSAGES),:)

uninstall-po:
	$(if $(LANGUAGES),rm -f $(foreach lang, $(LANGUAGES), '$(DESTDIR)$(localedir)'/$(lang)/LC_MESSAGES/$(CATALOG_NAME)$(SO_MAJOR_VERSION)-$(MAJORVERSION).mo),:)


clean-po:
	$(if $(MO_FILES),rm -f $(MO_FILES))
	@$(if $(wildcard po/*.po.new),rm -f po/*.po.new)
	rm -f po/$(CATALOG_NAME).pot


init-po: po/$(CATALOG_NAME).pot


# For performance reasons, only calculate these when the user actually
# requested update-po or a specific file.
ifneq (,$(filter update-po %.po.new,$(MAKECMDGOALS)))
ALL_LANGUAGES := $(shell find $(top_srcdir) -name '*.po' -print | sed 's,^.*/\([^/]*\).po$$,\1,' | LC_ALL=C sort -u)
all_compendia := $(shell find $(top_srcdir) -name '*.po' -print | LC_ALL=C sort)
else
ALL_LANGUAGES = $(AVAIL_LANGUAGES)
all_compendia = FORCE
FORCE:
endif

ifdef WANTED_LANGUAGES
ALL_LANGUAGES := $(filter $(WANTED_LANGUAGES), $(ALL_LANGUAGES))
endif

update-po: $(ALL_LANGUAGES:%=po/%.po.new)

$(AVAIL_LANGUAGES:%=po/%.po.new): po/%.po.new: po/%.po po/$(CATALOG_NAME).pot $(all_compendia)
	$(MSGMERGE) --lang=$* $(word 1, $^) $(word 2,$^) -o $@ $(addprefix --compendium=,$(filter %/$*.po,$(wordlist 3,$(words $^),$^)))

# For languages not yet available, merge against oneself, to pick
# up translations from the compendia.  (Merging against /dev/null
# doesn't work so well; it inserts the headers from the first-named
# compendium.)
po/%.po.new: po/$(CATALOG_NAME).pot $(all_compendia)
	$(MSGMERGE) --lang=$* $(word 1,$^) $(word 1,$^) -o $@ $(addprefix --compendium=,$(filter %/$*.po,$(wordlist 2,$(words $^),$^)))


all: all-po
install: install-po
installdirs: installdirs-po
uninstall: uninstall-po
clean distclean: clean-po

.PHONY: all-po install-po installdirs-po uninstall-po clean-po \
        init-po update-po

var Module = (() => {
  var _scriptName = import.meta.url;
  
  return (
async function(moduleArg = {}) {
  var moduleRtn;

var Module=moduleArg;var readyPromiseResolve,readyPromiseReject;var readyPromise=new Promise((resolve,reject)=>{readyPromiseResolve=resolve;readyPromiseReject=reject});var ENVIRONMENT_IS_WEB=typeof window=="object";var ENVIRONMENT_IS_WORKER=typeof WorkerGlobalScope!="undefined";var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string"&&process.type!="renderer";if(ENVIRONMENT_IS_NODE){const{createRequire}=await import("module");let dirname=import.meta.url;if(dirname.startsWith("data:")){dirname="/"}var require=createRequire(dirname)}var moduleOverrides=Object.assign({},Module);var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var readAsync,readBinary;if(ENVIRONMENT_IS_NODE){var fs=require("fs");var nodePath=require("path");if(!import.meta.url.startsWith("data:")){scriptDirectory=nodePath.dirname(require("url").fileURLToPath(import.meta.url))+"/"}readBinary=filename=>{filename=isFileURI(filename)?new URL(filename):filename;var ret=fs.readFileSync(filename);return ret};readAsync=async(filename,binary=true)=>{filename=isFileURI(filename)?new URL(filename):filename;var ret=fs.readFileSync(filename,binary?undefined:"utf8");return ret};if(!Module["thisProgram"]&&process.argv.length>1){thisProgram=process.argv[1].replace(/\\/g,"/")}arguments_=process.argv.slice(2);quit_=(status,toThrow)=>{process.exitCode=status;throw toThrow}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(_scriptName){scriptDirectory=_scriptName}if(scriptDirectory.startsWith("blob:")){scriptDirectory=""}else{scriptDirectory=scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1)}{if(ENVIRONMENT_IS_WORKER){readBinary=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=async url=>{var response=await fetch(url,{credentials:"same-origin"});if(response.ok){return response.arrayBuffer()}throw new Error(response.status+" : "+response.url)}}}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.error.bind(console);Object.assign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];var dynamicLibraries=Module["dynamicLibraries"]||[];var wasmBinary=Module["wasmBinary"];function intArrayFromBase64(s){if(typeof ENVIRONMENT_IS_NODE!="undefined"&&ENVIRONMENT_IS_NODE){var buf=Buffer.from(s,"base64");return new Uint8Array(buf.buffer,buf.byteOffset,buf.length)}var decoded=atob(s);var bytes=new Uint8Array(decoded.length);for(var i=0;i<decoded.length;++i){bytes[i]=decoded.charCodeAt(i)}return bytes}var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort(text)}}var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAP64,HEAPU64,HEAPF64;function updateMemoryViews(){var b=wasmMemory.buffer;Module["HEAP8"]=HEAP8=new Int8Array(b);Module["HEAP16"]=HEAP16=new Int16Array(b);Module["HEAPU8"]=HEAPU8=new Uint8Array(b);Module["HEAPU16"]=HEAPU16=new Uint16Array(b);Module["HEAP32"]=HEAP32=new Int32Array(b);Module["HEAPU32"]=HEAPU32=new Uint32Array(b);Module["HEAPF32"]=HEAPF32=new Float32Array(b);Module["HEAPF64"]=HEAPF64=new Float64Array(b);Module["HEAP64"]=HEAP64=new BigInt64Array(b);Module["HEAPU64"]=HEAPU64=new BigUint64Array(b)}if(Module["wasmMemory"]){wasmMemory=Module["wasmMemory"]}else{var INITIAL_MEMORY=Module["INITIAL_MEMORY"]||67108864;wasmMemory=new WebAssembly.Memory({initial:INITIAL_MEMORY/65536,maximum:32768})}updateMemoryViews();var __ATPRERUN__=[];var __ATINIT__=[];var __ATMAIN__=[];var __ATEXIT__=[];var __ATPOSTRUN__=[];var __RELOC_FUNCS__=[];var runtimeInitialized=false;var runtimeExited=false;function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;callRuntimeCallbacks(__RELOC_FUNCS__);if(!Module["noFSInit"]&&!FS.initialized)FS.init();FS.ignorePermissions=false;TTY.init();SOCKFS.root=FS.mount(SOCKFS,{},null);callRuntimeCallbacks(__ATINIT__)}function preMain(){callRuntimeCallbacks(__ATMAIN__)}function exitRuntime(){___funcs_on_exit();callRuntimeCallbacks(__ATEXIT__);FS.quit();TTY.shutdown();runtimeExited=true}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;Module["monitorRunDependencies"]?.(runDependencies)}function removeRunDependency(id){runDependencies--;Module["monitorRunDependencies"]?.(runDependencies);if(runDependencies==0){if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}function abort(what){Module["onAbort"]?.(what);what="Aborted("+what+")";err(what);ABORT=true;what+=". Build with -sASSERTIONS for more info.";var e=new WebAssembly.RuntimeError(what);readyPromiseReject(e);throw e}var dataURIPrefix="data:application/octet-stream;base64,";var isDataURI=filename=>filename.startsWith(dataURIPrefix);var isFileURI=filename=>filename.startsWith("file://");function findWasmBinary(){if(Module["locateFile"]){var f="isolationtester.wasm";if(!isDataURI(f)){return locateFile(f)}return f}return new URL("isolationtester.wasm",import.meta.url).href}var wasmBinaryFile;function getBinarySync(file){if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}throw"both async and sync fetching of the wasm failed"}async function getWasmBinary(binaryFile){if(!wasmBinary){try{var response=await readAsync(binaryFile);return new Uint8Array(response)}catch{}}return getBinarySync(binaryFile)}async function instantiateArrayBuffer(binaryFile,imports){try{var binary=await getWasmBinary(binaryFile);var instance=await WebAssembly.instantiate(binary,imports);return instance}catch(reason){err(`failed to asynchronously prepare wasm: ${reason}`);abort(reason)}}async function instantiateAsync(binary,binaryFile,imports){if(!binary&&typeof WebAssembly.instantiateStreaming=="function"&&!isDataURI(binaryFile)&&!ENVIRONMENT_IS_NODE&&typeof fetch=="function"){try{var response=fetch(binaryFile,{credentials:"same-origin"});var instantiationResult=await WebAssembly.instantiateStreaming(response,imports);return instantiationResult}catch(reason){err(`wasm streaming compile failed: ${reason}`);err("falling back to ArrayBuffer instantiation")}}return instantiateArrayBuffer(binaryFile,imports)}function getWasmImports(){return{env:wasmImports,wasi_snapshot_preview1:wasmImports,"GOT.mem":new Proxy(wasmImports,GOTHandler),"GOT.func":new Proxy(wasmImports,GOTHandler)}}async function createWasm(){function receiveInstance(instance,module){wasmExports=instance.exports;wasmExports=relocateExports(wasmExports,1024);var metadata=getDylinkMetadata(module);if(metadata.neededDynlibs){dynamicLibraries=metadata.neededDynlibs.concat(dynamicLibraries)}mergeLibSymbols(wasmExports,"main");LDSO.init();loadDylibs();addOnInit(wasmExports["__wasm_call_ctors"]);__RELOC_FUNCS__.push(wasmExports["__wasm_apply_data_relocs"]);removeRunDependency("wasm-instantiate");return wasmExports}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){receiveInstance(result["instance"],result["module"])}var info=getWasmImports();if(Module["instantiateWasm"]){try{return Module["instantiateWasm"](info,receiveInstance)}catch(e){err(`Module.instantiateWasm callback failed with error: ${e}`);readyPromiseReject(e)}}wasmBinaryFile??=findWasmBinary();try{var result=await instantiateAsync(wasmBinary,wasmBinaryFile,info);receiveInstantiationResult(result);return result}catch(e){readyPromiseReject(e);return}}var ASM_CONSTS={};class ExitStatus{name="ExitStatus";constructor(status){this.message=`Program terminated with exit(${status})`;this.status=status}}var GOT={};var currentModuleWeakSymbols=new Set([]);var GOTHandler={get(obj,symName){var rtn=GOT[symName];if(!rtn){rtn=GOT[symName]=new WebAssembly.Global({value:"i32",mutable:true})}if(!currentModuleWeakSymbols.has(symName)){rtn.required=true}return rtn}};var callRuntimeCallbacks=callbacks=>{while(callbacks.length>0){callbacks.shift()(Module)}};var UTF8Decoder=typeof TextDecoder!="undefined"?new TextDecoder:undefined;var UTF8ArrayToString=(heapOrArray,idx=0,maxBytesToRead=NaN)=>{var endIdx=idx+maxBytesToRead;var endPtr=idx;while(heapOrArray[endPtr]&&!(endPtr>=endIdx))++endPtr;if(endPtr-idx>16&&heapOrArray.buffer&&UTF8Decoder){return UTF8Decoder.decode(heapOrArray.subarray(idx,endPtr))}var str="";while(idx<endPtr){var u0=heapOrArray[idx++];if(!(u0&128)){str+=String.fromCharCode(u0);continue}var u1=heapOrArray[idx++]&63;if((u0&224)==192){str+=String.fromCharCode((u0&31)<<6|u1);continue}var u2=heapOrArray[idx++]&63;if((u0&240)==224){u0=(u0&15)<<12|u1<<6|u2}else{u0=(u0&7)<<18|u1<<12|u2<<6|heapOrArray[idx++]&63}if(u0<65536){str+=String.fromCharCode(u0)}else{var ch=u0-65536;str+=String.fromCharCode(55296|ch>>10,56320|ch&1023)}}return str};var getDylinkMetadata=binary=>{var offset=0;var end=0;function getU8(){return binary[offset++]}function getLEB(){var ret=0;var mul=1;while(1){var byte=binary[offset++];ret+=(byte&127)*mul;mul*=128;if(!(byte&128))break}return ret}function getString(){var len=getLEB();offset+=len;return UTF8ArrayToString(binary,offset-len,len)}function failIf(condition,message){if(condition)throw new Error(message)}var name="dylink.0";if(binary instanceof WebAssembly.Module){var dylinkSection=WebAssembly.Module.customSections(binary,name);if(dylinkSection.length===0){name="dylink";dylinkSection=WebAssembly.Module.customSections(binary,name)}failIf(dylinkSection.length===0,"need dylink section");binary=new Uint8Array(dylinkSection[0]);end=binary.length}else{var int32View=new Uint32Array(new Uint8Array(binary.subarray(0,24)).buffer);var magicNumberFound=int32View[0]==1836278016;failIf(!magicNumberFound,"need to see wasm magic number");failIf(binary[8]!==0,"need the dylink section to be first");offset=9;var section_size=getLEB();end=offset+section_size;name=getString()}var customSection={neededDynlibs:[],tlsExports:new Set,weakImports:new Set};if(name=="dylink"){customSection.memorySize=getLEB();customSection.memoryAlign=getLEB();customSection.tableSize=getLEB();customSection.tableAlign=getLEB();var neededDynlibsCount=getLEB();for(var i=0;i<neededDynlibsCount;++i){var libname=getString();customSection.neededDynlibs.push(libname)}}else{failIf(name!=="dylink.0");var WASM_DYLINK_MEM_INFO=1;var WASM_DYLINK_NEEDED=2;var WASM_DYLINK_EXPORT_INFO=3;var WASM_DYLINK_IMPORT_INFO=4;var WASM_SYMBOL_TLS=256;var WASM_SYMBOL_BINDING_MASK=3;var WASM_SYMBOL_BINDING_WEAK=1;while(offset<end){var subsectionType=getU8();var subsectionSize=getLEB();if(subsectionType===WASM_DYLINK_MEM_INFO){customSection.memorySize=getLEB();customSection.memoryAlign=getLEB();customSection.tableSize=getLEB();customSection.tableAlign=getLEB()}else if(subsectionType===WASM_DYLINK_NEEDED){var neededDynlibsCount=getLEB();for(var i=0;i<neededDynlibsCount;++i){libname=getString();customSection.neededDynlibs.push(libname)}}else if(subsectionType===WASM_DYLINK_EXPORT_INFO){var count=getLEB();while(count--){var symname=getString();var flags=getLEB();if(flags&WASM_SYMBOL_TLS){customSection.tlsExports.add(symname)}}}else if(subsectionType===WASM_DYLINK_IMPORT_INFO){var count=getLEB();while(count--){var modname=getString();var symname=getString();var flags=getLEB();if((flags&WASM_SYMBOL_BINDING_MASK)==WASM_SYMBOL_BINDING_WEAK){customSection.weakImports.add(symname)}}}else{offset+=subsectionSize}}}return customSection};var newDSO=(name,handle,syms)=>{var dso={refcount:Infinity,name,exports:syms,global:true};LDSO.loadedLibsByName[name]=dso;if(handle!=undefined){LDSO.loadedLibsByHandle[handle]=dso}return dso};var LDSO={loadedLibsByName:{},loadedLibsByHandle:{},init(){newDSO("__main__",0,wasmImports)}};var ___heap_base=195120;var alignMemory=(size,alignment)=>Math.ceil(size/alignment)*alignment;var getMemory=size=>{if(runtimeInitialized){return _calloc(size,1)}var ret=___heap_base;var end=ret+alignMemory(size,16);___heap_base=end;GOT["__heap_base"].value=end;return ret};var isInternalSym=symName=>["__cpp_exception","__c_longjmp","__wasm_apply_data_relocs","__dso_handle","__tls_size","__tls_align","__set_stack_limits","_emscripten_tls_init","__wasm_init_tls","__wasm_call_ctors","__start_em_asm","__stop_em_asm","__start_em_js","__stop_em_js"].includes(symName)||symName.startsWith("__em_js__");var uleb128Encode=(n,target)=>{if(n<128){target.push(n)}else{target.push(n%128|128,n>>7)}};var sigToWasmTypes=sig=>{var typeNames={i:"i32",j:"i64",f:"f32",d:"f64",e:"externref",p:"i32"};var type={parameters:[],results:sig[0]=="v"?[]:[typeNames[sig[0]]]};for(var i=1;i<sig.length;++i){type.parameters.push(typeNames[sig[i]])}return type};var generateFuncType=(sig,target)=>{var sigRet=sig.slice(0,1);var sigParam=sig.slice(1);var typeCodes={i:127,p:127,j:126,f:125,d:124,e:111};target.push(96);uleb128Encode(sigParam.length,target);for(var i=0;i<sigParam.length;++i){target.push(typeCodes[sigParam[i]])}if(sigRet=="v"){target.push(0)}else{target.push(1,typeCodes[sigRet])}};var convertJsFunctionToWasm=(func,sig)=>{if(typeof WebAssembly.Function=="function"){return new WebAssembly.Function(sigToWasmTypes(sig),func)}var typeSectionBody=[1];generateFuncType(sig,typeSectionBody);var bytes=[0,97,115,109,1,0,0,0,1];uleb128Encode(typeSectionBody.length,bytes);bytes.push(...typeSectionBody);bytes.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);var module=new WebAssembly.Module(new Uint8Array(bytes));var instance=new WebAssembly.Instance(module,{e:{f:func}});var wrappedFunc=instance.exports["f"];return wrappedFunc};var wasmTableMirror=[];var wasmTable=new WebAssembly.Table({initial:92,element:"anyfunc"});var getWasmTableEntry=funcPtr=>{var func=wasmTableMirror[funcPtr];if(!func){if(funcPtr>=wasmTableMirror.length)wasmTableMirror.length=funcPtr+1;wasmTableMirror[funcPtr]=func=wasmTable.get(funcPtr)}return func};var updateTableMap=(offset,count)=>{if(functionsInTableMap){for(var i=offset;i<offset+count;i++){var item=getWasmTableEntry(i);if(item){functionsInTableMap.set(item,i)}}}};var functionsInTableMap;var getFunctionAddress=func=>{if(!functionsInTableMap){functionsInTableMap=new WeakMap;updateTableMap(0,wasmTable.length)}return functionsInTableMap.get(func)||0};var freeTableIndexes=[];var getEmptyTableSlot=()=>{if(freeTableIndexes.length){return freeTableIndexes.pop()}try{wasmTable.grow(1)}catch(err){if(!(err instanceof RangeError)){throw err}throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH."}return wasmTable.length-1};var setWasmTableEntry=(idx,func)=>{wasmTable.set(idx,func);wasmTableMirror[idx]=wasmTable.get(idx)};var addFunction=(func,sig)=>{var rtn=getFunctionAddress(func);if(rtn){return rtn}var ret=getEmptyTableSlot();try{setWasmTableEntry(ret,func)}catch(err){if(!(err instanceof TypeError)){throw err}var wrapped=convertJsFunctionToWasm(func,sig);setWasmTableEntry(ret,wrapped)}functionsInTableMap.set(func,ret);return ret};var updateGOT=(exports,replace)=>{for(var symName in exports){if(isInternalSym(symName)){continue}var value=exports[symName];GOT[symName]||=new WebAssembly.Global({value:"i32",mutable:true});if(replace||GOT[symName].value==0){if(typeof value=="function"){GOT[symName].value=addFunction(value)}else if(typeof value=="number"){GOT[symName].value=value}else{err(`unhandled export type for '${symName}': ${typeof value}`)}}}};var relocateExports=(exports,memoryBase,replace)=>{var relocated={};for(var e in exports){var value=exports[e];if(typeof value=="object"){value=value.value}if(typeof value=="number"){value+=memoryBase}relocated[e]=value}updateGOT(relocated,replace);return relocated};var isSymbolDefined=symName=>{var existing=wasmImports[symName];if(!existing||existing.stub){return false}return true};var dynCall=(sig,ptr,args=[])=>{var rtn=getWasmTableEntry(ptr)(...args);return rtn};var stackSave=()=>_emscripten_stack_get_current();var stackRestore=val=>__emscripten_stack_restore(val);var createInvokeFunction=sig=>(ptr,...args)=>{var sp=stackSave();try{return dynCall(sig,ptr,args)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0);if(sig[0]=="j")return 0n}};var resolveGlobalSymbol=(symName,direct=false)=>{var sym;if(isSymbolDefined(symName)){sym=wasmImports[symName]}else if(symName.startsWith("invoke_")){sym=wasmImports[symName]=createInvokeFunction(symName.split("_")[1])}return{sym,name:symName}};var UTF8ToString=(ptr,maxBytesToRead)=>ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):"";var loadWebAssemblyModule=(binary,flags,libName,localScope,handle)=>{var metadata=getDylinkMetadata(binary);currentModuleWeakSymbols=metadata.weakImports;function loadModule(){var firstLoad=!handle||!HEAP8[handle+8];if(firstLoad){var memAlign=Math.pow(2,metadata.memoryAlign);var memoryBase=metadata.memorySize?alignMemory(getMemory(metadata.memorySize+memAlign),memAlign):0;var tableBase=metadata.tableSize?wasmTable.length:0;if(handle){HEAP8[handle+8]=1;HEAPU32[handle+12>>2]=memoryBase;HEAP32[handle+16>>2]=metadata.memorySize;HEAPU32[handle+20>>2]=tableBase;HEAP32[handle+24>>2]=metadata.tableSize}}else{memoryBase=HEAPU32[handle+12>>2];tableBase=HEAPU32[handle+20>>2]}var tableGrowthNeeded=tableBase+metadata.tableSize-wasmTable.length;if(tableGrowthNeeded>0){wasmTable.grow(tableGrowthNeeded)}var moduleExports;function resolveSymbol(sym){var resolved=resolveGlobalSymbol(sym).sym;if(!resolved&&localScope){resolved=localScope[sym]}if(!resolved){resolved=moduleExports[sym]}return resolved}var proxyHandler={get(stubs,prop){switch(prop){case"__memory_base":return memoryBase;case"__table_base":return tableBase}if(prop in wasmImports&&!wasmImports[prop].stub){return wasmImports[prop]}if(!(prop in stubs)){var resolved;stubs[prop]=(...args)=>{resolved||=resolveSymbol(prop);return resolved(...args)}}return stubs[prop]}};var proxy=new Proxy({},proxyHandler);var info={"GOT.mem":new Proxy({},GOTHandler),"GOT.func":new Proxy({},GOTHandler),env:proxy,wasi_snapshot_preview1:proxy};function postInstantiation(module,instance){updateTableMap(tableBase,metadata.tableSize);moduleExports=relocateExports(instance.exports,memoryBase);if(!flags.allowUndefined){reportUndefinedSymbols()}function addEmAsm(addr,body){var args=[];var arity=0;for(;arity<16;arity++){if(body.indexOf("$"+arity)!=-1){args.push("$"+arity)}else{break}}args=args.join(",");var func=`(${args}) => { ${body} };`;ASM_CONSTS[start]=eval(func)}if("__start_em_asm"in moduleExports){var start=moduleExports["__start_em_asm"];var stop=moduleExports["__stop_em_asm"];while(start<stop){var jsString=UTF8ToString(start);addEmAsm(start,jsString);start=HEAPU8.indexOf(0,start)+1}}function addEmJs(name,cSig,body){var jsArgs=[];cSig=cSig.slice(1,-1);if(cSig!="void"){cSig=cSig.split(",");for(var i in cSig){var jsArg=cSig[i].split(" ").pop();jsArgs.push(jsArg.replace("*",""))}}var func=`(${jsArgs}) => ${body};`;moduleExports[name]=eval(func)}for(var name in moduleExports){if(name.startsWith("__em_js__")){var start=moduleExports[name];var jsString=UTF8ToString(start);var parts=jsString.split("<::>");addEmJs(name.replace("__em_js__",""),parts[0],parts[1]);delete moduleExports[name]}}var applyRelocs=moduleExports["__wasm_apply_data_relocs"];if(applyRelocs){if(runtimeInitialized){applyRelocs()}else{__RELOC_FUNCS__.push(applyRelocs)}}var init=moduleExports["__wasm_call_ctors"];if(init){if(runtimeInitialized){init()}else{__ATINIT__.push(init)}}return moduleExports}if(flags.loadAsync){if(binary instanceof WebAssembly.Module){var instance=new WebAssembly.Instance(binary,info);return Promise.resolve(postInstantiation(binary,instance))}return WebAssembly.instantiate(binary,info).then(result=>postInstantiation(result.module,result.instance))}var module=binary instanceof WebAssembly.Module?binary:new WebAssembly.Module(binary);var instance=new WebAssembly.Instance(module,info);return postInstantiation(module,instance)}if(flags.loadAsync){return metadata.neededDynlibs.reduce((chain,dynNeeded)=>chain.then(()=>loadDynamicLibrary(dynNeeded,flags,localScope)),Promise.resolve()).then(loadModule)}metadata.neededDynlibs.forEach(needed=>loadDynamicLibrary(needed,flags,localScope));return loadModule()};var mergeLibSymbols=(exports,libName)=>{for(var[sym,exp]of Object.entries(exports)){const setImport=target=>{if(!isSymbolDefined(target)){wasmImports[target]=exp}};setImport(sym);const main_alias="__main_argc_argv";if(sym=="main"){setImport(main_alias)}if(sym==main_alias){setImport("main")}}};var asyncLoad=async url=>{var arrayBuffer=await readAsync(url);return new Uint8Array(arrayBuffer)};var preloadPlugins=Module["preloadPlugins"]||[];var registerWasmPlugin=()=>{var wasmPlugin={promiseChainEnd:Promise.resolve(),canHandle:name=>!Module["noWasmDecoding"]&&name.endsWith(".so"),handle:(byteArray,name,onload,onerror)=>{wasmPlugin["promiseChainEnd"]=wasmPlugin["promiseChainEnd"].then(()=>loadWebAssemblyModule(byteArray,{loadAsync:true,nodelete:true},name,{})).then(exports=>{preloadedWasm[name]=exports;onload(byteArray)},error=>{err(`failed to instantiate wasm: ${name}: ${error}`);onerror()})}};preloadPlugins.push(wasmPlugin)};var preloadedWasm={};function loadDynamicLibrary(libName,flags={global:true,nodelete:true},localScope,handle){var dso=LDSO.loadedLibsByName[libName];if(dso){if(!flags.global){if(localScope){Object.assign(localScope,dso.exports)}}else if(!dso.global){dso.global=true;mergeLibSymbols(dso.exports,libName)}if(flags.nodelete&&dso.refcount!==Infinity){dso.refcount=Infinity}dso.refcount++;if(handle){LDSO.loadedLibsByHandle[handle]=dso}return flags.loadAsync?Promise.resolve(true):true}dso=newDSO(libName,handle,"loading");dso.refcount=flags.nodelete?Infinity:1;dso.global=flags.global;function loadLibData(){if(handle){var data=HEAPU32[handle+28>>2];var dataSize=HEAPU32[handle+32>>2];if(data&&dataSize){var libData=HEAP8.slice(data,data+dataSize);return flags.loadAsync?Promise.resolve(libData):libData}}var libFile=locateFile(libName);if(flags.loadAsync){return asyncLoad(libFile)}if(!readBinary){throw new Error(`${libFile}: file not found, and synchronous loading of external files is not available`)}return readBinary(libFile)}function getExports(){var preloaded=preloadedWasm[libName];if(preloaded){return flags.loadAsync?Promise.resolve(preloaded):preloaded}if(flags.loadAsync){return loadLibData().then(libData=>loadWebAssemblyModule(libData,flags,libName,localScope,handle))}return loadWebAssemblyModule(loadLibData(),flags,libName,localScope,handle)}function moduleLoaded(exports){if(dso.global){mergeLibSymbols(exports,libName)}else if(localScope){Object.assign(localScope,exports)}dso.exports=exports}if(flags.loadAsync){return getExports().then(exports=>{moduleLoaded(exports);return true})}moduleLoaded(getExports());return true}var reportUndefinedSymbols=()=>{for(var[symName,entry]of Object.entries(GOT)){if(entry.value==0){var value=resolveGlobalSymbol(symName,true).sym;if(!value&&!entry.required){continue}if(typeof value=="function"){entry.value=addFunction(value,value.sig)}else if(typeof value=="number"){entry.value=value}else{throw new Error(`bad export type for '${symName}': ${typeof value}`)}}}};var loadDylibs=()=>{if(!dynamicLibraries.length){reportUndefinedSymbols();return}addRunDependency("loadDylibs");dynamicLibraries.reduce((chain,lib)=>chain.then(()=>loadDynamicLibrary(lib,{loadAsync:true,global:true,nodelete:true,allowUndefined:true})),Promise.resolve()).then(()=>{reportUndefinedSymbols();removeRunDependency("loadDylibs")})};var noExitRuntime=Module["noExitRuntime"]||false;var ___call_sighandler=(fp,sig)=>getWasmTableEntry(fp)(sig);___call_sighandler.sig="vpi";var ___memory_base=new WebAssembly.Global({value:"i32",mutable:false},1024);var ___stack_pointer=new WebAssembly.Global({value:"i32",mutable:true},195120);var PATH={isAbs:path=>path.charAt(0)==="/",splitPath:filename=>{var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:(parts,allowAboveRoot)=>{var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:path=>{var isAbsolute=PATH.isAbs(path),trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(p=>!!p),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:path=>{var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir},basename:path=>{if(path==="/")return"/";path=PATH.normalize(path);path=path.replace(/\/$/,"");var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)},join:(...paths)=>PATH.normalize(paths.join("/")),join2:(l,r)=>PATH.normalize(l+"/"+r)};var initRandomFill=()=>{if(typeof crypto=="object"&&typeof crypto["getRandomValues"]=="function"){return view=>crypto.getRandomValues(view)}else if(ENVIRONMENT_IS_NODE){try{var crypto_module=require("crypto");var randomFillSync=crypto_module["randomFillSync"];if(randomFillSync){return view=>crypto_module["randomFillSync"](view)}var randomBytes=crypto_module["randomBytes"];return view=>(view.set(randomBytes(view.byteLength)),view)}catch(e){}}abort("initRandomDevice")};var randomFill=view=>(randomFill=initRandomFill())(view);var PATH_FS={resolve:(...args)=>{var resolvedPath="",resolvedAbsolute=false;for(var i=args.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?args[i]:FS.cwd();if(typeof path!="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=PATH.isAbs(path)}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(p=>!!p),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:(from,to)=>{from=PATH_FS.resolve(from).substr(1);to=PATH_FS.resolve(to).substr(1);function trim(arr){var start=0;for(;start<arr.length;start++){if(arr[start]!=="")break}var end=arr.length-1;for(;end>=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i<length;i++){if(fromParts[i]!==toParts[i]){samePartsLength=i;break}}var outputParts=[];for(var i=samePartsLength;i<fromParts.length;i++){outputParts.push("..")}outputParts=outputParts.concat(toParts.slice(samePartsLength));return outputParts.join("/")}};var FS_stdin_getChar_buffer=[];var lengthBytesUTF8=str=>{var len=0;for(var i=0;i<str.length;++i){var c=str.charCodeAt(i);if(c<=127){len++}else if(c<=2047){len+=2}else if(c>=55296&&c<=57343){len+=4;++i}else{len+=3}}return len};var stringToUTF8Array=(str,heap,outIdx,maxBytesToWrite)=>{if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i<str.length;++i){var u=str.charCodeAt(i);if(u>=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx};function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}var FS_stdin_getChar=()=>{if(!FS_stdin_getChar_buffer.length){var result=null;if(ENVIRONMENT_IS_NODE){var BUFSIZE=256;var buf=Buffer.alloc(BUFSIZE);var bytesRead=0;var fd=process.stdin.fd;try{bytesRead=fs.readSync(fd,buf,0,BUFSIZE)}catch(e){if(e.toString().includes("EOF"))bytesRead=0;else throw e}if(bytesRead>0){result=buf.slice(0,bytesRead).toString("utf-8")}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else{}if(!result){return null}FS_stdin_getChar_buffer=intArrayFromString(result,true)}return FS_stdin_getChar_buffer.shift()};var TTY={ttys:[],init(){},shutdown(){},register(dev,ops){TTY.ttys[dev]={input:[],output:[],ops};FS.registerDevice(dev,TTY.stream_ops)},stream_ops:{open(stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(43)}stream.tty=tty;stream.seekable=false},close(stream){stream.tty.ops.fsync(stream.tty)},fsync(stream){stream.tty.ops.fsync(stream.tty)},read(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.get_char){throw new FS.ErrnoError(60)}var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=stream.tty.ops.get_char(stream.tty)}catch(e){throw new FS.ErrnoError(29)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(6)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.atime=Date.now()}return bytesRead},write(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.put_char){throw new FS.ErrnoError(60)}try{for(var i=0;i<length;i++){stream.tty.ops.put_char(stream.tty,buffer[offset+i])}}catch(e){throw new FS.ErrnoError(29)}if(length){stream.node.mtime=stream.node.ctime=Date.now()}return i}},default_tty_ops:{get_char(tty){return FS_stdin_getChar()},put_char(tty,val){if(val===null||val===10){out(UTF8ArrayToString(tty.output));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync(tty){if(tty.output&&tty.output.length>0){out(UTF8ArrayToString(tty.output));tty.output=[]}},ioctl_tcgets(tty){return{c_iflag:25856,c_oflag:5,c_cflag:191,c_lflag:35387,c_cc:[3,28,127,21,4,0,1,0,17,19,26,0,18,15,23,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},ioctl_tcsets(tty,optional_actions,data){return 0},ioctl_tiocgwinsz(tty){return[24,80]}},default_tty1_ops:{put_char(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync(tty){if(tty.output&&tty.output.length>0){err(UTF8ArrayToString(tty.output));tty.output=[]}}}};var zeroMemory=(address,size)=>{HEAPU8.fill(0,address,address+size)};var mmapAlloc=size=>{abort()};var MEMFS={ops_table:null,mount(mount){return MEMFS.createNode(null,"/",16895,0)},createNode(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(63)}MEMFS.ops_table||={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,allocate:MEMFS.stream_ops.allocate,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}};var node=FS.createNode(parent,name,mode,dev);if(FS.isDir(node.mode)){node.node_ops=MEMFS.ops_table.dir.node;node.stream_ops=MEMFS.ops_table.dir.stream;node.contents={}}else if(FS.isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.stream;node.usedBytes=0;node.contents=null}else if(FS.isLink(node.mode)){node.node_ops=MEMFS.ops_table.link.node;node.stream_ops=MEMFS.ops_table.link.stream}else if(FS.isChrdev(node.mode)){node.node_ops=MEMFS.ops_table.chrdev.node;node.stream_ops=MEMFS.ops_table.chrdev.stream}node.atime=node.mtime=node.ctime=Date.now();if(parent){parent.contents[name]=node;parent.atime=parent.mtime=parent.ctime=node.atime}return node},getFileDataAsTypedArray(node){if(!node.contents)return new Uint8Array(0);if(node.contents.subarray)return node.contents.subarray(0,node.usedBytes);return new Uint8Array(node.contents)},expandFileStorage(node,newCapacity){var prevCapacity=node.contents?node.contents.length:0;if(prevCapacity>=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity<CAPACITY_DOUBLING_MAX?2:1.125)>>>0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0)},resizeFileStorage(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0}else{var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize}},node_ops:{getattr(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.atime);attr.mtime=new Date(node.mtime);attr.ctime=new Date(node.ctime);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr},setattr(node,attr){for(const key of["mode","atime","mtime","ctime"]){if(attr[key]){node[key]=attr[key]}}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}},lookup(parent,name){throw MEMFS.doesNotExistError},mknod(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)},rename(old_node,new_dir,new_name){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){if(FS.isDir(old_node.mode)){for(var i in new_node.contents){throw new FS.ErrnoError(55)}}FS.hashRemoveNode(new_node)}delete old_node.parent.contents[old_node.name];new_dir.contents[new_name]=old_node;old_node.name=new_name;new_dir.ctime=new_dir.mtime=old_node.parent.ctime=old_node.parent.mtime=Date.now()},unlink(parent,name){delete parent.contents[name];parent.ctime=parent.mtime=Date.now()},rmdir(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(55)}delete parent.contents[name];parent.ctime=parent.mtime=Date.now()},readdir(node){return[".","..",...Object.keys(node.contents)]},symlink(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node},readlink(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(28)}return node.link}},stream_ops:{read(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i<size;i++)buffer[offset+i]=contents[position+i]}return size},write(stream,buffer,offset,length,position,canOwn){if(buffer.buffer===HEAP8.buffer){canOwn=false}if(!length)return 0;var node=stream.node;node.mtime=node.ctime=Date.now();if(buffer.subarray&&(!node.contents||node.contents.subarray)){if(canOwn){node.contents=buffer.subarray(offset,offset+length);node.usedBytes=length;return length}else if(node.usedBytes===0&&position===0){node.contents=buffer.slice(offset,offset+length);node.usedBytes=length;return length}else if(position+length<=node.usedBytes){node.contents.set(buffer.subarray(offset,offset+length),position);return length}}MEMFS.expandFileStorage(node,position+length);if(node.contents.subarray&&buffer.subarray){node.contents.set(buffer.subarray(offset,offset+length),position)}else{for(var i=0;i<length;i++){node.contents[position+i]=buffer[offset+i]}}node.usedBytes=Math.max(node.usedBytes,position+length);return length},llseek(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){position+=stream.node.usedBytes}}if(position<0){throw new FS.ErrnoError(28)}return position},allocate(stream,offset,length){MEMFS.expandFileStorage(stream.node,offset+length);stream.node.usedBytes=Math.max(stream.node.usedBytes,offset+length)},mmap(stream,length,position,prot,flags){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}var ptr;var allocated;var contents=stream.node.contents;if(!(flags&2)&&contents&&contents.buffer===HEAP8.buffer){allocated=false;ptr=contents.byteOffset}else{allocated=true;ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}if(contents){if(position>0||position+length<contents.length){if(contents.subarray){contents=contents.subarray(position,position+length)}else{contents=Array.prototype.slice.call(contents,position,position+length)}}HEAP8.set(contents,ptr)}}return{ptr,allocated}},msync(stream,buffer,offset,length,mmapFlags){MEMFS.stream_ops.write(stream,buffer,0,length,offset,false);return 0}}};var FS_createDataFile=(parent,name,fileData,canRead,canWrite,canOwn)=>{FS.createDataFile(parent,name,fileData,canRead,canWrite,canOwn)};var FS_handledByPreloadPlugin=(byteArray,fullname,finish,onerror)=>{if(typeof Browser!="undefined")Browser.init();var handled=false;preloadPlugins.forEach(plugin=>{if(handled)return;if(plugin["canHandle"](fullname)){plugin["handle"](byteArray,fullname,finish,onerror);handled=true}});return handled};var FS_createPreloadedFile=(parent,name,url,canRead,canWrite,onload,onerror,dontCreateFile,canOwn,preFinish)=>{var fullname=name?PATH_FS.resolve(PATH.join2(parent,name)):parent;var dep=getUniqueRunDependency(`cp ${fullname}`);function processData(byteArray){function finish(byteArray){preFinish?.();if(!dontCreateFile){FS_createDataFile(parent,name,byteArray,canRead,canWrite,canOwn)}onload?.();removeRunDependency(dep)}if(FS_handledByPreloadPlugin(byteArray,fullname,finish,()=>{onerror?.();removeRunDependency(dep)})){return}finish(byteArray)}addRunDependency(dep);if(typeof url=="string"){asyncLoad(url).then(processData,onerror)}else{processData(url)}};var FS_modeStringToFlags=str=>{var flagModes={r:0,"r+":2,w:512|64|1,"w+":512|64|2,a:1024|64|1,"a+":1024|64|2};var flags=flagModes[str];if(typeof flags=="undefined"){throw new Error(`Unknown file open mode: ${str}`)}return flags};var FS_getMode=(canRead,canWrite)=>{var mode=0;if(canRead)mode|=292|73;if(canWrite)mode|=146;return mode};var ERRNO_CODES={EPERM:63,ENOENT:44,ESRCH:71,EINTR:27,EIO:29,ENXIO:60,E2BIG:1,ENOEXEC:45,EBADF:8,ECHILD:12,EAGAIN:6,EWOULDBLOCK:6,ENOMEM:48,EACCES:2,EFAULT:21,ENOTBLK:105,EBUSY:10,EEXIST:20,EXDEV:75,ENODEV:43,ENOTDIR:54,EISDIR:31,EINVAL:28,ENFILE:41,EMFILE:33,ENOTTY:59,ETXTBSY:74,EFBIG:22,ENOSPC:51,ESPIPE:70,EROFS:69,EMLINK:34,EPIPE:64,EDOM:18,ERANGE:68,ENOMSG:49,EIDRM:24,ECHRNG:106,EL2NSYNC:156,EL3HLT:107,EL3RST:108,ELNRNG:109,EUNATCH:110,ENOCSI:111,EL2HLT:112,EDEADLK:16,ENOLCK:46,EBADE:113,EBADR:114,EXFULL:115,ENOANO:104,EBADRQC:103,EBADSLT:102,EDEADLOCK:16,EBFONT:101,ENOSTR:100,ENODATA:116,ETIME:117,ENOSR:118,ENONET:119,ENOPKG:120,EREMOTE:121,ENOLINK:47,EADV:122,ESRMNT:123,ECOMM:124,EPROTO:65,EMULTIHOP:36,EDOTDOT:125,EBADMSG:9,ENOTUNIQ:126,EBADFD:127,EREMCHG:128,ELIBACC:129,ELIBBAD:130,ELIBSCN:131,ELIBMAX:132,ELIBEXEC:133,ENOSYS:52,ENOTEMPTY:55,ENAMETOOLONG:37,ELOOP:32,EOPNOTSUPP:138,EPFNOSUPPORT:139,ECONNRESET:15,ENOBUFS:42,EAFNOSUPPORT:5,EPROTOTYPE:67,ENOTSOCK:57,ENOPROTOOPT:50,ESHUTDOWN:140,ECONNREFUSED:14,EADDRINUSE:3,ECONNABORTED:13,ENETUNREACH:40,ENETDOWN:38,ETIMEDOUT:73,EHOSTDOWN:142,EHOSTUNREACH:23,EINPROGRESS:26,EALREADY:7,EDESTADDRREQ:17,EMSGSIZE:35,EPROTONOSUPPORT:66,ESOCKTNOSUPPORT:137,EADDRNOTAVAIL:4,ENETRESET:39,EISCONN:30,ENOTCONN:53,ETOOMANYREFS:141,EUSERS:136,EDQUOT:19,ESTALE:72,ENOTSUP:138,ENOMEDIUM:148,EILSEQ:25,EOVERFLOW:61,ECANCELED:11,ENOTRECOVERABLE:56,EOWNERDEAD:62,ESTRPIPE:135};var PROXYFS={mount(mount){return PROXYFS.createNode(null,"/",mount.opts.fs.lstat(mount.opts.root).mode,0)},createNode(parent,name,mode,dev){if(!FS.isDir(mode)&&!FS.isFile(mode)&&!FS.isLink(mode)){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var node=FS.createNode(parent,name,mode);node.node_ops=PROXYFS.node_ops;node.stream_ops=PROXYFS.stream_ops;return node},realPath(node){var parts=[];while(node.parent!==node){parts.push(node.name);node=node.parent}parts.push(node.mount.opts.root);parts.reverse();return PATH.join(...parts)},node_ops:{getattr(node){var path=PROXYFS.realPath(node);var stat;try{stat=node.mount.opts.fs.lstat(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}return{dev:stat.dev,ino:stat.ino,mode:stat.mode,nlink:stat.nlink,uid:stat.uid,gid:stat.gid,rdev:stat.rdev,size:stat.size,atime:stat.atime,mtime:stat.mtime,ctime:stat.ctime,blksize:stat.blksize,blocks:stat.blocks}},setattr(node,attr){var path=PROXYFS.realPath(node);try{if(attr.mode!==undefined){node.mount.opts.fs.chmod(path,attr.mode);node.mode=attr.mode}if(attr.atime||attr.mtime){var atime=new Date(attr.atime||attr.mtime);var mtime=new Date(attr.mtime||attr.atime);node.mount.opts.fs.utime(path,atime,mtime)}if(attr.size!==undefined){node.mount.opts.fs.truncate(path,attr.size)}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},lookup(parent,name){try{var path=PATH.join2(PROXYFS.realPath(parent),name);var mode=parent.mount.opts.fs.lstat(path).mode;var node=PROXYFS.createNode(parent,name,mode);return node}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},mknod(parent,name,mode,dev){var node=PROXYFS.createNode(parent,name,mode,dev);var path=PROXYFS.realPath(node);try{if(FS.isDir(node.mode)){node.mount.opts.fs.mkdir(path,node.mode)}else{node.mount.opts.fs.writeFile(path,"",{mode:node.mode})}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}return node},rename(oldNode,newDir,newName){var oldPath=PROXYFS.realPath(oldNode);var newPath=PATH.join2(PROXYFS.realPath(newDir),newName);try{oldNode.mount.opts.fs.rename(oldPath,newPath);oldNode.name=newName}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},unlink(parent,name){var path=PATH.join2(PROXYFS.realPath(parent),name);try{parent.mount.opts.fs.unlink(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},rmdir(parent,name){var path=PATH.join2(PROXYFS.realPath(parent),name);try{parent.mount.opts.fs.rmdir(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},readdir(node){var path=PROXYFS.realPath(node);try{return node.mount.opts.fs.readdir(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},symlink(parent,newName,oldPath){var newPath=PATH.join2(PROXYFS.realPath(parent),newName);try{parent.mount.opts.fs.symlink(oldPath,newPath)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},readlink(node){var path=PROXYFS.realPath(node);try{return node.mount.opts.fs.readlink(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}},stream_ops:{open(stream){var path=PROXYFS.realPath(stream.node);try{stream.nfd=stream.node.mount.opts.fs.open(path,stream.flags)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},close(stream){try{stream.node.mount.opts.fs.close(stream.nfd)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},read(stream,buffer,offset,length,position){try{return stream.node.mount.opts.fs.read(stream.nfd,buffer,offset,length,position)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},write(stream,buffer,offset,length,position){try{return stream.node.mount.opts.fs.write(stream.nfd,buffer,offset,length,position)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},llseek(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){try{var stat=stream.node.node_ops.getattr(stream.node);position+=stat.size}catch(e){throw new FS.ErrnoError(ERRNO_CODES[e.code])}}}if(position<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}return position}}};var FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,ErrnoError:class{name="ErrnoError";constructor(errno){this.errno=errno}},filesystems:null,syncFSRequests:0,readFiles:{},FSStream:class{shared={};get object(){return this.node}set object(val){this.node=val}get isRead(){return(this.flags&2097155)!==1}get isWrite(){return(this.flags&2097155)!==0}get isAppend(){return this.flags&1024}get flags(){return this.shared.flags}set flags(val){this.shared.flags=val}get position(){return this.shared.position}set position(val){this.shared.position=val}},FSNode:class{node_ops={};stream_ops={};readMode=292|73;writeMode=146;mounted=null;constructor(parent,name,mode,rdev){if(!parent){parent=this}this.parent=parent;this.mount=parent.mount;this.id=FS.nextInode++;this.name=name;this.mode=mode;this.rdev=rdev;this.atime=this.mtime=this.ctime=Date.now()}get read(){return(this.mode&this.readMode)===this.readMode}set read(val){val?this.mode|=this.readMode:this.mode&=~this.readMode}get write(){return(this.mode&this.writeMode)===this.writeMode}set write(val){val?this.mode|=this.writeMode:this.mode&=~this.writeMode}get isFolder(){return FS.isDir(this.mode)}get isDevice(){return FS.isChrdev(this.mode)}},lookupPath(path,opts={}){if(!path)return{path:"",node:null};opts.follow_mount??=true;if(!PATH.isAbs(path)){path=FS.cwd()+"/"+path}linkloop:for(var nlinks=0;nlinks<40;nlinks++){var parts=path.split("/").filter(p=>!!p&&p!==".");var current=FS.root;var current_path="/";for(var i=0;i<parts.length;i++){var islast=i===parts.length-1;if(islast&&opts.parent){break}if(parts[i]===".."){current_path=PATH.dirname(current_path);current=current.parent;continue}current_path=PATH.join2(current_path,parts[i]);try{current=FS.lookupNode(current,parts[i])}catch(e){if(e?.errno===44&&islast&&opts.noent_okay){return{path:current_path}}throw e}if(FS.isMountpoint(current)&&(!islast||opts.follow_mount)){current=current.mounted.root}if(FS.isLink(current.mode)&&(!islast||opts.follow)){if(!current.node_ops.readlink){throw new FS.ErrnoError(52)}var link=current.node_ops.readlink(current);if(!PATH.isAbs(link)){link=PATH.dirname(current_path)+"/"+link}path=link+"/"+parts.slice(i+1).join("/");continue linkloop}}return{path:current_path,node:current}}throw new FS.ErrnoError(32)},getPath(node){var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?`${mount}/${path}`:mount+path}path=path?`${node.name}/${path}`:node.name;node=node.parent}},hashName(parentid,name){var hash=0;for(var i=0;i<name.length;i++){hash=(hash<<5)-hash+name.charCodeAt(i)|0}return(parentid+hash>>>0)%FS.nameTable.length},hashAddNode(node){var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode(node){var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}},lookupNode(parent,name){var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)},createNode(parent,name,mode,rdev){var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode(node){FS.hashRemoveNode(node)},isRoot(node){return node===node.parent},isMountpoint(node){return!!node.mounted},isFile(mode){return(mode&61440)===32768},isDir(mode){return(mode&61440)===16384},isLink(mode){return(mode&61440)===40960},isChrdev(mode){return(mode&61440)===8192},isBlkdev(mode){return(mode&61440)===24576},isFIFO(mode){return(mode&61440)===4096},isSocket(mode){return(mode&49152)===49152},flagsToPermissionString(flag){var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions(node,perms){if(FS.ignorePermissions){return 0}if(perms.includes("r")&&!(node.mode&292)){return 2}else if(perms.includes("w")&&!(node.mode&146)){return 2}else if(perms.includes("x")&&!(node.mode&73)){return 2}return 0},mayLookup(dir){if(!FS.isDir(dir.mode))return 54;var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate(dir,name){if(!FS.isDir(dir.mode)){return 54}try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete(dir,name,isdir){var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen(node,flags){if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},MAX_OPEN_FDS:4096,nextfd(){for(var fd=0;fd<=FS.MAX_OPEN_FDS;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(33)},getStreamChecked(fd){var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}return stream},getStream:fd=>FS.streams[fd],createStream(stream,fd=-1){stream=Object.assign(new FS.FSStream,stream);if(fd==-1){fd=FS.nextfd()}stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream(fd){FS.streams[fd]=null},dupStream(origStream,fd=-1){var stream=FS.createStream(origStream,fd);stream.stream_ops?.dup?.(stream);return stream},chrdev_stream_ops:{open(stream){var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;stream.stream_ops.open?.(stream)},llseek(){throw new FS.ErrnoError(70)}},major:dev=>dev>>8,minor:dev=>dev&255,makedev:(ma,mi)=>ma<<8|mi,registerDevice(dev,ops){FS.devices[dev]={stream_ops:ops}},getDevice:dev=>FS.devices[dev],getMounts(mount){var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push(...m.mounts)}return mounts},syncfs(populate,callback){if(typeof populate=="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err(`warning: ${FS.syncFSRequests} FS.syncfs operations in flight at once, probably just doing extra work`)}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(mount=>{if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount(type,opts,mountpoint){var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}var mount={type,opts,mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot},unmount(mountpoint){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(hash=>{var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.includes(current.mount)){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup(parent,name){return parent.node_ops.lookup(parent,name)},mknod(path,mode,dev){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name||name==="."||name===".."){throw new FS.ErrnoError(28)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},statfs(path){var rtn={bsize:4096,frsize:4096,blocks:1e6,bfree:5e5,bavail:5e5,files:FS.nextInode,ffree:FS.nextInode-1,fsid:42,flags:2,namelen:255};var parent=FS.lookupPath(path,{follow:true}).node;if(parent?.node_ops.statfs){Object.assign(rtn,parent.node_ops.statfs(parent.mount.opts.root))}return rtn},create(path,mode=438){mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir(path,mode=511){mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree(path,mode){var dirs=path.split("/");var d="";for(var i=0;i<dirs.length;++i){if(!dirs[i])continue;d+="/"+dirs[i];try{FS.mkdir(d,mode)}catch(e){if(e.errno!=20)throw e}}},mkdev(path,mode,dev){if(typeof dev=="undefined"){dev=mode;mode=438}mode|=8192;return FS.mknod(path,mode,dev)},symlink(oldpath,newpath){if(!PATH_FS.resolve(oldpath)){throw new FS.ErrnoError(44)}var lookup=FS.lookupPath(newpath,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var newname=PATH.basename(newpath);var errCode=FS.mayCreate(parent,newname);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.symlink){throw new FS.ErrnoError(63)}return parent.node_ops.symlink(parent,newname,oldpath)},rename(old_path,new_path){var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_name=PATH.basename(old_path);var new_name=PATH.basename(new_path);var lookup,old_dir,new_dir;lookup=FS.lookupPath(old_path,{parent:true});old_dir=lookup.node;lookup=FS.lookupPath(new_path,{parent:true});new_dir=lookup.node;if(!old_dir||!new_dir)throw new FS.ErrnoError(44);if(old_dir.mount!==new_dir.mount){throw new FS.ErrnoError(75)}var old_node=FS.lookupNode(old_dir,old_name);var relative=PATH_FS.relative(old_path,new_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(28)}relative=PATH_FS.relative(new_path,old_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(55)}var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(old_node===new_node){return}var isdir=FS.isDir(old_node.mode);var errCode=FS.mayDelete(old_dir,old_name,isdir);if(errCode){throw new FS.ErrnoError(errCode)}errCode=new_node?FS.mayDelete(new_dir,new_name,isdir):FS.mayCreate(new_dir,new_name);if(errCode){throw new FS.ErrnoError(errCode)}if(!old_dir.node_ops.rename){throw new FS.ErrnoError(63)}if(FS.isMountpoint(old_node)||new_node&&FS.isMountpoint(new_node)){throw new FS.ErrnoError(10)}if(new_dir!==old_dir){errCode=FS.nodePermissions(old_dir,"w");if(errCode){throw new FS.ErrnoError(errCode)}}FS.hashRemoveNode(old_node);try{old_dir.node_ops.rename(old_node,new_dir,new_name);old_node.parent=new_dir}catch(e){throw e}finally{FS.hashAddNode(old_node)}},rmdir(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,true);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.rmdir){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.rmdir(parent,name);FS.destroyNode(node)},readdir(path){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node.node_ops.readdir){throw new FS.ErrnoError(54)}return node.node_ops.readdir(node)},unlink(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,false);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.unlink){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.unlink(parent,name);FS.destroyNode(node)},readlink(path){var lookup=FS.lookupPath(path);var link=lookup.node;if(!link){throw new FS.ErrnoError(44)}if(!link.node_ops.readlink){throw new FS.ErrnoError(28)}return link.node_ops.readlink(link)},stat(path,dontFollow){var lookup=FS.lookupPath(path,{follow:!dontFollow});var node=lookup.node;if(!node){throw new FS.ErrnoError(44)}if(!node.node_ops.getattr){throw new FS.ErrnoError(63)}return node.node_ops.getattr(node)},lstat(path){return FS.stat(path,true)},chmod(path,mode,dontFollow){var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{mode:mode&4095|node.mode&~4095,ctime:Date.now()})},lchmod(path,mode){FS.chmod(path,mode,true)},fchmod(fd,mode){var stream=FS.getStreamChecked(fd);FS.chmod(stream.node,mode)},chown(path,uid,gid,dontFollow){var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{timestamp:Date.now()})},lchown(path,uid,gid){FS.chown(path,uid,gid,true)},fchown(fd,uid,gid){var stream=FS.getStreamChecked(fd);FS.chown(stream.node,uid,gid)},truncate(path,len){if(len<0){throw new FS.ErrnoError(28)}var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:true});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}if(FS.isDir(node.mode)){throw new FS.ErrnoError(31)}if(!FS.isFile(node.mode)){throw new FS.ErrnoError(28)}var errCode=FS.nodePermissions(node,"w");if(errCode){throw new FS.ErrnoError(errCode)}node.node_ops.setattr(node,{size:len,timestamp:Date.now()})},ftruncate(fd,len){var stream=FS.getStreamChecked(fd);if((stream.flags&2097155)===0){throw new FS.ErrnoError(28)}FS.truncate(stream.node,len)},utime(path,atime,mtime){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;node.node_ops.setattr(node,{atime,mtime})},open(path,flags,mode=438){if(path===""){throw new FS.ErrnoError(44)}flags=typeof flags=="string"?FS_modeStringToFlags(flags):flags;if(flags&64){mode=mode&4095|32768}else{mode=0}var node;if(typeof path=="object"){node=path}else{var lookup=FS.lookupPath(path,{follow:!(flags&131072),noent_okay:true});node=lookup.node;path=lookup.path}var created=false;if(flags&64){if(node){if(flags&128){throw new FS.ErrnoError(20)}}else{node=FS.mknod(path,mode,0);created=true}}if(!node){throw new FS.ErrnoError(44)}if(FS.isChrdev(node.mode)){flags&=~512}if(flags&65536&&!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}if(!created){var errCode=FS.mayOpen(node,flags);if(errCode){throw new FS.ErrnoError(errCode)}}if(flags&512&&!created){FS.truncate(node,0)}flags&=~(128|512|131072);var stream=FS.createStream({node,path:FS.getPath(node),flags,seekable:true,position:0,stream_ops:node.stream_ops,ungotten:[],error:false});if(stream.stream_ops.open){stream.stream_ops.open(stream)}if(Module["logReadFiles"]&&!(flags&1)){if(!(path in FS.readFiles)){FS.readFiles[path]=1}}return stream},close(stream){if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(stream.getdents)stream.getdents=null;try{if(stream.stream_ops.close){stream.stream_ops.close(stream)}}catch(e){throw e}finally{FS.closeStream(stream.fd)}stream.fd=null},isClosed(stream){return stream.fd===null},llseek(stream,offset,whence){if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(!stream.seekable||!stream.stream_ops.llseek){throw new FS.ErrnoError(70)}if(whence!=0&&whence!=1&&whence!=2){throw new FS.ErrnoError(28)}stream.position=stream.stream_ops.llseek(stream,offset,whence);stream.ungotten=[];return stream.position},read(stream,buffer,offset,length,position){if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.read){throw new FS.ErrnoError(28)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesRead=stream.stream_ops.read(stream,buffer,offset,length,position);if(!seeking)stream.position+=bytesRead;return bytesRead},write(stream,buffer,offset,length,position,canOwn){if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.write){throw new FS.ErrnoError(28)}if(stream.seekable&&stream.flags&1024){FS.llseek(stream,0,2)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesWritten=stream.stream_ops.write(stream,buffer,offset,length,position,canOwn);if(!seeking)stream.position+=bytesWritten;return bytesWritten},allocate(stream,offset,length){if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(offset<0||length<=0){throw new FS.ErrnoError(28)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(!FS.isFile(stream.node.mode)&&!FS.isDir(stream.node.mode)){throw new FS.ErrnoError(43)}if(!stream.stream_ops.allocate){throw new FS.ErrnoError(138)}stream.stream_ops.allocate(stream,offset,length)},mmap(stream,length,position,prot,flags){if((prot&2)!==0&&(flags&2)===0&&(stream.flags&2097155)!==2){throw new FS.ErrnoError(2)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(2)}if(!stream.stream_ops.mmap){throw new FS.ErrnoError(43)}if(!length){throw new FS.ErrnoError(28)}return stream.stream_ops.mmap(stream,length,position,prot,flags)},msync(stream,buffer,offset,length,mmapFlags){if(!stream.stream_ops.msync){return 0}return stream.stream_ops.msync(stream,buffer,offset,length,mmapFlags)},ioctl(stream,cmd,arg){if(!stream.stream_ops.ioctl){throw new FS.ErrnoError(59)}return stream.stream_ops.ioctl(stream,cmd,arg)},readFile(path,opts={}){opts.flags=opts.flags||0;opts.encoding=opts.encoding||"binary";if(opts.encoding!=="utf8"&&opts.encoding!=="binary"){throw new Error(`Invalid encoding type "${opts.encoding}"`)}var ret;var stream=FS.open(path,opts.flags);var stat=FS.stat(path);var length=stat.size;var buf=new Uint8Array(length);FS.read(stream,buf,0,length,0);if(opts.encoding==="utf8"){ret=UTF8ArrayToString(buf)}else if(opts.encoding==="binary"){ret=buf}FS.close(stream);return ret},writeFile(path,data,opts={}){opts.flags=opts.flags||577;var stream=FS.open(path,opts.flags,opts.mode);if(typeof data=="string"){var buf=new Uint8Array(lengthBytesUTF8(data)+1);var actualNumBytes=stringToUTF8Array(data,buf,0,buf.length);FS.write(stream,buf,0,actualNumBytes,undefined,opts.canOwn)}else if(ArrayBuffer.isView(data)){FS.write(stream,data,0,data.byteLength,undefined,opts.canOwn)}else{throw new Error("Unsupported data type")}FS.close(stream)},cwd:()=>FS.currentPath,chdir(path){var lookup=FS.lookupPath(path,{follow:true});if(lookup.node===null){throw new FS.ErrnoError(44)}if(!FS.isDir(lookup.node.mode)){throw new FS.ErrnoError(54)}var errCode=FS.nodePermissions(lookup.node,"x");if(errCode){throw new FS.ErrnoError(errCode)}FS.currentPath=lookup.path},createDefaultDirectories(){FS.mkdir("/tmp");FS.mkdir("/home");FS.mkdir("/home/web_user")},createDefaultDevices(){FS.mkdir("/dev");FS.registerDevice(FS.makedev(1,3),{read:()=>0,write:(stream,buffer,offset,length,pos)=>length,llseek:()=>0});FS.mkdev("/dev/null",FS.makedev(1,3));TTY.register(FS.makedev(5,0),TTY.default_tty_ops);TTY.register(FS.makedev(6,0),TTY.default_tty1_ops);FS.mkdev("/dev/tty",FS.makedev(5,0));FS.mkdev("/dev/tty1",FS.makedev(6,0));var randomBuffer=new Uint8Array(1024),randomLeft=0;var randomByte=()=>{if(randomLeft===0){randomLeft=randomFill(randomBuffer).byteLength}return randomBuffer[--randomLeft]};FS.createDevice("/dev","random",randomByte);FS.createDevice("/dev","urandom",randomByte);FS.mkdir("/dev/shm");FS.mkdir("/dev/shm/tmp")},createSpecialDirectories(){FS.mkdir("/proc");var proc_self=FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd");FS.mount({mount(){var node=FS.createNode(proc_self,"fd",16895,73);node.stream_ops={llseek:MEMFS.stream_ops.llseek};node.node_ops={lookup(parent,name){var fd=+name;var stream=FS.getStreamChecked(fd);var ret={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:()=>stream.path},id:fd+1};ret.parent=ret;return ret},readdir(){return Array.from(FS.streams.entries()).filter(([k,v])=>v).map(([k,v])=>k.toString())}};return node}},{},"/proc/self/fd")},createStandardStreams(input,output,error){if(input){FS.createDevice("/dev","stdin",input)}else{FS.symlink("/dev/tty","/dev/stdin")}if(output){FS.createDevice("/dev","stdout",null,output)}else{FS.symlink("/dev/tty","/dev/stdout")}if(error){FS.createDevice("/dev","stderr",null,error)}else{FS.symlink("/dev/tty1","/dev/stderr")}var stdin=FS.open("/dev/stdin",0);var stdout=FS.open("/dev/stdout",1);var stderr=FS.open("/dev/stderr",1)},staticInit(){FS.nameTable=new Array(4096);FS.mount(MEMFS,{},"/");FS.createDefaultDirectories();FS.createDefaultDevices();FS.createSpecialDirectories();FS.filesystems={MEMFS,PROXYFS}},init(input,output,error){FS.initialized=true;input??=Module["stdin"];output??=Module["stdout"];error??=Module["stderr"];FS.createStandardStreams(input,output,error)},quit(){FS.initialized=false;_fflush(0);for(var i=0;i<FS.streams.length;i++){var stream=FS.streams[i];if(!stream){continue}FS.close(stream)}},findObject(path,dontResolveLastLink){var ret=FS.analyzePath(path,dontResolveLastLink);if(!ret.exists){return null}return ret.object},analyzePath(path,dontResolveLastLink){try{var lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});path=lookup.path}catch(e){}var ret={isRoot:false,exists:false,error:0,name:null,path:null,object:null,parentExists:false,parentPath:null,parentObject:null};try{var lookup=FS.lookupPath(path,{parent:true});ret.parentExists=true;ret.parentPath=lookup.path;ret.parentObject=lookup.node;ret.name=PATH.basename(path);lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});ret.exists=true;ret.path=lookup.path;ret.object=lookup.node;ret.name=lookup.node.name;ret.isRoot=lookup.path==="/"}catch(e){ret.error=e.errno}return ret},createPath(parent,path,canRead,canWrite){parent=typeof parent=="string"?parent:FS.getPath(parent);var parts=path.split("/").reverse();while(parts.length){var part=parts.pop();if(!part)continue;var current=PATH.join2(parent,part);try{FS.mkdir(current)}catch(e){}parent=current}return current},createFile(parent,name,properties,canRead,canWrite){var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS_getMode(canRead,canWrite);return FS.create(path,mode)},createDataFile(parent,name,data,canRead,canWrite,canOwn){var path=name;if(parent){parent=typeof parent=="string"?parent:FS.getPath(parent);path=name?PATH.join2(parent,name):parent}var mode=FS_getMode(canRead,canWrite);var node=FS.create(path,mode);if(data){if(typeof data=="string"){var arr=new Array(data.length);for(var i=0,len=data.length;i<len;++i)arr[i]=data.charCodeAt(i);data=arr}FS.chmod(node,mode|146);var stream=FS.open(node,577);FS.write(stream,data,0,data.length,0,canOwn);FS.close(stream);FS.chmod(node,mode)}},createDevice(parent,name,input,output){var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS_getMode(!!input,!!output);FS.createDevice.major??=64;var dev=FS.makedev(FS.createDevice.major++,0);FS.registerDevice(dev,{open(stream){stream.seekable=false},close(stream){if(output?.buffer?.length){output(10)}},read(stream,buffer,offset,length,pos){var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=input()}catch(e){throw new FS.ErrnoError(29)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(6)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.atime=Date.now()}return bytesRead},write(stream,buffer,offset,length,pos){for(var i=0;i<length;i++){try{output(buffer[offset+i])}catch(e){throw new FS.ErrnoError(29)}}if(length){stream.node.mtime=stream.node.ctime=Date.now()}return i}});return FS.mkdev(path,mode,dev)},forceLoadFile(obj){if(obj.isDevice||obj.isFolder||obj.link||obj.contents)return true;if(typeof XMLHttpRequest!="undefined"){throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.")}else{try{obj.contents=readBinary(obj.url);obj.usedBytes=obj.contents.length}catch(e){throw new FS.ErrnoError(29)}}},createLazyFile(parent,name,url,canRead,canWrite){class LazyUint8Array{lengthKnown=false;chunks=[];get(idx){if(idx>this.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]}setDataGetter(getter){this.getter=getter}cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=(from,to)=>{if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}return intArrayFromString(xhr.responseText||"",true)};var lazyArray=this;lazyArray.setDataGetter(chunkNum=>{var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]=="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]=="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]});if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;out("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true}get length(){if(!this.lengthKnown){this.cacheLength()}return this._length}get chunkSize(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize}}if(typeof XMLHttpRequest!="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach(key=>{var fn=node.stream_ops[key];stream_ops[key]=(...args)=>{FS.forceLoadFile(node);return fn(...args)}});function writeChunks(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i<size;i++){buffer[offset+i]=contents[position+i]}}else{for(var i=0;i<size;i++){buffer[offset+i]=contents.get(position+i)}}return size}stream_ops.read=(stream,buffer,offset,length,position)=>{FS.forceLoadFile(node);return writeChunks(stream,buffer,offset,length,position)};stream_ops.mmap=(stream,length,position,prot,flags)=>{FS.forceLoadFile(node);var ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}writeChunks(stream,HEAP8,ptr,length,position);return{ptr,allocated:true}};node.stream_ops=stream_ops;return node}};var SYSCALLS={DEFAULT_POLLMASK:5,calculateAt(dirfd,path,allowEmpty){if(PATH.isAbs(path)){return path}var dir;if(dirfd===-100){dir=FS.cwd()}else{var dirstream=SYSCALLS.getStreamFromFD(dirfd);dir=dirstream.path}if(path.length==0){if(!allowEmpty){throw new FS.ErrnoError(44)}return dir}return dir+"/"+path},doStat(func,path,buf){var stat=func(path);HEAP32[buf>>2]=stat.dev;HEAP32[buf+4>>2]=stat.mode;HEAPU32[buf+8>>2]=stat.nlink;HEAP32[buf+12>>2]=stat.uid;HEAP32[buf+16>>2]=stat.gid;HEAP32[buf+20>>2]=stat.rdev;HEAP64[buf+24>>3]=BigInt(stat.size);HEAP32[buf+32>>2]=4096;HEAP32[buf+36>>2]=stat.blocks;var atime=stat.atime.getTime();var mtime=stat.mtime.getTime();var ctime=stat.ctime.getTime();HEAP64[buf+40>>3]=BigInt(Math.floor(atime/1e3));HEAPU32[buf+48>>2]=atime%1e3*1e3*1e3;HEAP64[buf+56>>3]=BigInt(Math.floor(mtime/1e3));HEAPU32[buf+64>>2]=mtime%1e3*1e3*1e3;HEAP64[buf+72>>3]=BigInt(Math.floor(ctime/1e3));HEAPU32[buf+80>>2]=ctime%1e3*1e3*1e3;HEAP64[buf+88>>3]=BigInt(stat.ino);return 0},doMsync(addr,stream,len,flags,offset){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}if(flags&2){return 0}var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},getStreamFromFD(fd){var stream=FS.getStreamChecked(fd);return stream},varargs:undefined,getStr(ptr){var ret=UTF8ToString(ptr);return ret}};var ___syscall__newselect=function(nfds,readfds,writefds,exceptfds,timeout){try{var total=0;var srcReadLow=readfds?HEAP32[readfds>>2]:0,srcReadHigh=readfds?HEAP32[readfds+4>>2]:0;var srcWriteLow=writefds?HEAP32[writefds>>2]:0,srcWriteHigh=writefds?HEAP32[writefds+4>>2]:0;var srcExceptLow=exceptfds?HEAP32[exceptfds>>2]:0,srcExceptHigh=exceptfds?HEAP32[exceptfds+4>>2]:0;var dstReadLow=0,dstReadHigh=0;var dstWriteLow=0,dstWriteHigh=0;var dstExceptLow=0,dstExceptHigh=0;var allLow=(readfds?HEAP32[readfds>>2]:0)|(writefds?HEAP32[writefds>>2]:0)|(exceptfds?HEAP32[exceptfds>>2]:0);var allHigh=(readfds?HEAP32[readfds+4>>2]:0)|(writefds?HEAP32[writefds+4>>2]:0)|(exceptfds?HEAP32[exceptfds+4>>2]:0);var check=(fd,low,high,val)=>fd<32?low&val:high&val;for(var fd=0;fd<nfds;fd++){var mask=1<<fd%32;if(!check(fd,allLow,allHigh,mask)){continue}var stream=SYSCALLS.getStreamFromFD(fd);var flags=SYSCALLS.DEFAULT_POLLMASK;if(stream.stream_ops.poll){var timeoutInMillis=-1;if(timeout){var tv_sec=readfds?HEAP32[timeout>>2]:0,tv_usec=readfds?HEAP32[timeout+4>>2]:0;timeoutInMillis=(tv_sec+tv_usec/1e6)*1e3}flags=stream.stream_ops.poll(stream,timeoutInMillis)}if(flags&1&&check(fd,srcReadLow,srcReadHigh,mask)){fd<32?dstReadLow=dstReadLow|mask:dstReadHigh=dstReadHigh|mask;total++}if(flags&4&&check(fd,srcWriteLow,srcWriteHigh,mask)){fd<32?dstWriteLow=dstWriteLow|mask:dstWriteHigh=dstWriteHigh|mask;total++}if(flags&2&&check(fd,srcExceptLow,srcExceptHigh,mask)){fd<32?dstExceptLow=dstExceptLow|mask:dstExceptHigh=dstExceptHigh|mask;total++}}if(readfds){HEAP32[readfds>>2]=dstReadLow;HEAP32[readfds+4>>2]=dstReadHigh}if(writefds){HEAP32[writefds>>2]=dstWriteLow;HEAP32[writefds+4>>2]=dstWriteHigh}if(exceptfds){HEAP32[exceptfds>>2]=dstExceptLow;HEAP32[exceptfds+4>>2]=dstExceptHigh}return total}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}};___syscall__newselect.sig="iipppp";function ___syscall_dup3(fd,newfd,flags){try{var old=SYSCALLS.getStreamFromFD(fd);if(old.fd===newfd)return-28;if(newfd<0||newfd>=FS.MAX_OPEN_FDS)return-8;var existing=FS.getStream(newfd);if(existing)FS.close(existing);return FS.dupStream(old,newfd).fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_dup3.sig="iiii";var syscallGetVarargI=()=>{var ret=HEAP32[+SYSCALLS.varargs>>2];SYSCALLS.varargs+=4;return ret};var syscallGetVarargP=syscallGetVarargI;function ___syscall_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(cmd){case 0:{var arg=syscallGetVarargI();if(arg<0){return-28}while(FS.streams[arg]){arg++}var newStream;newStream=FS.dupStream(stream,arg);return newStream.fd}case 1:case 2:return 0;case 3:return stream.flags;case 4:{var arg=syscallGetVarargI();stream.flags|=arg;return 0}case 12:{var arg=syscallGetVarargP();var offset=0;HEAP16[arg+offset>>1]=2;return 0}case 13:case 14:return 0}return-28}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_fcntl64.sig="iiip";function ___syscall_fstat64(fd,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return SYSCALLS.doStat(FS.stat,stream.path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_fstat64.sig="iip";function ___syscall_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(op){case 21509:{if(!stream.tty)return-59;return 0}case 21505:{if(!stream.tty)return-59;if(stream.tty.ops.ioctl_tcgets){var termios=stream.tty.ops.ioctl_tcgets(stream);var argp=syscallGetVarargP();HEAP32[argp>>2]=termios.c_iflag||0;HEAP32[argp+4>>2]=termios.c_oflag||0;HEAP32[argp+8>>2]=termios.c_cflag||0;HEAP32[argp+12>>2]=termios.c_lflag||0;for(var i=0;i<32;i++){HEAP8[argp+i+17]=termios.c_cc[i]||0}return 0}return 0}case 21510:case 21511:case 21512:{if(!stream.tty)return-59;return 0}case 21506:case 21507:case 21508:{if(!stream.tty)return-59;if(stream.tty.ops.ioctl_tcsets){var argp=syscallGetVarargP();var c_iflag=HEAP32[argp>>2];var c_oflag=HEAP32[argp+4>>2];var c_cflag=HEAP32[argp+8>>2];var c_lflag=HEAP32[argp+12>>2];var c_cc=[];for(var i=0;i<32;i++){c_cc.push(HEAP8[argp+i+17])}return stream.tty.ops.ioctl_tcsets(stream.tty,op,{c_iflag,c_oflag,c_cflag,c_lflag,c_cc})}return 0}case 21519:{if(!stream.tty)return-59;var argp=syscallGetVarargP();HEAP32[argp>>2]=0;return 0}case 21520:{if(!stream.tty)return-59;return-28}case 21531:{var argp=syscallGetVarargP();return FS.ioctl(stream,op,argp)}case 21523:{if(!stream.tty)return-59;if(stream.tty.ops.ioctl_tiocgwinsz){var winsize=stream.tty.ops.ioctl_tiocgwinsz(stream.tty);var argp=syscallGetVarargP();HEAP16[argp>>1]=winsize[0];HEAP16[argp+2>>1]=winsize[1]}return 0}case 21524:{if(!stream.tty)return-59;return 0}case 21515:{if(!stream.tty)return-59;return 0}default:return-28}}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_ioctl.sig="iiip";function ___syscall_lstat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.lstat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_lstat64.sig="ipp";function ___syscall_newfstatat(dirfd,path,buf,flags){try{path=SYSCALLS.getStr(path);var nofollow=flags&256;var allowEmpty=flags&4096;flags=flags&~6400;path=SYSCALLS.calculateAt(dirfd,path,allowEmpty);return SYSCALLS.doStat(nofollow?FS.lstat:FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_newfstatat.sig="iippi";function ___syscall_openat(dirfd,path,flags,varargs){SYSCALLS.varargs=varargs;try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);var mode=varargs?syscallGetVarargI():0;return FS.open(path,flags,mode).fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_openat.sig="iipip";var SOCKFS={websocketArgs:{},callbacks:{},on(event,callback){SOCKFS.callbacks[event]=callback},emit(event,param){SOCKFS.callbacks[event]?.(param)},mount(mount){SOCKFS.websocketArgs=Module["websocket"]||{};(Module["websocket"]??={})["on"]=SOCKFS.on;return FS.createNode(null,"/",16895,0)},createSocket(family,type,protocol){type&=~526336;var streaming=type==1;if(streaming&&protocol&&protocol!=6){throw new FS.ErrnoError(66)}var sock={family,type,protocol,server:null,error:null,peers:{},pending:[],recv_queue:[],sock_ops:SOCKFS.websocket_sock_ops};var name=SOCKFS.nextname();var node=FS.createNode(SOCKFS.root,name,49152,0);node.sock=sock;var stream=FS.createStream({path:name,node,flags:2,seekable:false,stream_ops:SOCKFS.stream_ops});sock.stream=stream;return sock},getSocket(fd){var stream=FS.getStream(fd);if(!stream||!FS.isSocket(stream.node.mode)){return null}return stream.node.sock},stream_ops:{poll(stream){var sock=stream.node.sock;return sock.sock_ops.poll(sock)},ioctl(stream,request,varargs){var sock=stream.node.sock;return sock.sock_ops.ioctl(sock,request,varargs)},read(stream,buffer,offset,length,position){var sock=stream.node.sock;var msg=sock.sock_ops.recvmsg(sock,length);if(!msg){return 0}buffer.set(msg.buffer,offset);return msg.buffer.length},write(stream,buffer,offset,length,position){var sock=stream.node.sock;return sock.sock_ops.sendmsg(sock,buffer,offset,length)},close(stream){var sock=stream.node.sock;sock.sock_ops.close(sock)}},nextname(){if(!SOCKFS.nextname.current){SOCKFS.nextname.current=0}return`socket[${SOCKFS.nextname.current++}]`},websocket_sock_ops:{createPeer(sock,addr,port){var ws;if(typeof addr=="object"){ws=addr;addr=null;port=null}if(ws){if(ws._socket){addr=ws._socket.remoteAddress;port=ws._socket.remotePort}else{var result=/ws[s]?:\/\/([^:]+):(\d+)/.exec(ws.url);if(!result){throw new Error("WebSocket URL must be in the format ws(s)://address:port")}addr=result[1];port=parseInt(result[2],10)}}else{try{var url="ws:#".replace("#","//");var subProtocols="binary";var opts=undefined;if(SOCKFS.websocketArgs["url"]){url=SOCKFS.websocketArgs["url"]}if(SOCKFS.websocketArgs["subprotocol"]){subProtocols=SOCKFS.websocketArgs["subprotocol"]}else if(SOCKFS.websocketArgs["subprotocol"]===null){subProtocols="null"}if(url==="ws://"||url==="wss://"){var parts=addr.split("/");url=url+parts[0]+":"+port+"/"+parts.slice(1).join("/")}if(subProtocols!=="null"){subProtocols=subProtocols.replace(/^ +| +$/g,"").split(/ *, */);opts=subProtocols}var WebSocketConstructor;if(ENVIRONMENT_IS_NODE){WebSocketConstructor=require("ws")}else{WebSocketConstructor=WebSocket}ws=new WebSocketConstructor(url,opts);ws.binaryType="arraybuffer"}catch(e){throw new FS.ErrnoError(23)}}var peer={addr,port,socket:ws,msg_send_queue:[]};SOCKFS.websocket_sock_ops.addPeer(sock,peer);SOCKFS.websocket_sock_ops.handlePeerEvents(sock,peer);if(sock.type===2&&typeof sock.sport!="undefined"){peer.msg_send_queue.push(new Uint8Array([255,255,255,255,"p".charCodeAt(0),"o".charCodeAt(0),"r".charCodeAt(0),"t".charCodeAt(0),(sock.sport&65280)>>8,sock.sport&255]))}return peer},getPeer(sock,addr,port){return sock.peers[addr+":"+port]},addPeer(sock,peer){sock.peers[peer.addr+":"+peer.port]=peer},removePeer(sock,peer){delete sock.peers[peer.addr+":"+peer.port]},handlePeerEvents(sock,peer){var first=true;var handleOpen=function(){sock.connecting=false;SOCKFS.emit("open",sock.stream.fd);try{var queued=peer.msg_send_queue.shift();while(queued){peer.socket.send(queued);queued=peer.msg_send_queue.shift()}}catch(e){peer.socket.close()}};function handleMessage(data){if(typeof data=="string"){var encoder=new TextEncoder;data=encoder.encode(data)}else{assert(data.byteLength!==undefined);if(data.byteLength==0){return}data=new Uint8Array(data)}var wasfirst=first;first=false;if(wasfirst&&data.length===10&&data[0]===255&&data[1]===255&&data[2]===255&&data[3]===255&&data[4]==="p".charCodeAt(0)&&data[5]==="o".charCodeAt(0)&&data[6]==="r".charCodeAt(0)&&data[7]==="t".charCodeAt(0)){var newport=data[8]<<8|data[9];SOCKFS.websocket_sock_ops.removePeer(sock,peer);peer.port=newport;SOCKFS.websocket_sock_ops.addPeer(sock,peer);return}sock.recv_queue.push({addr:peer.addr,port:peer.port,data});SOCKFS.emit("message",sock.stream.fd)}if(ENVIRONMENT_IS_NODE){peer.socket.on("open",handleOpen);peer.socket.on("message",function(data,isBinary){if(!isBinary){return}handleMessage(new Uint8Array(data).buffer)});peer.socket.on("close",function(){SOCKFS.emit("close",sock.stream.fd)});peer.socket.on("error",function(error){sock.error=14;SOCKFS.emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])})}else{peer.socket.onopen=handleOpen;peer.socket.onclose=function(){SOCKFS.emit("close",sock.stream.fd)};peer.socket.onmessage=function peer_socket_onmessage(event){handleMessage(event.data)};peer.socket.onerror=function(error){sock.error=14;SOCKFS.emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])}}},poll(sock){if(sock.type===1&&sock.server){return sock.pending.length?64|1:0}var mask=0;var dest=sock.type===1?SOCKFS.websocket_sock_ops.getPeer(sock,sock.daddr,sock.dport):null;if(sock.recv_queue.length||!dest||dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){mask|=64|1}if(!dest||dest&&dest.socket.readyState===dest.socket.OPEN){mask|=4}if(dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){if(sock.connecting){mask|=4}else{mask|=16}}return mask},ioctl(sock,request,arg){switch(request){case 21531:var bytes=0;if(sock.recv_queue.length){bytes=sock.recv_queue[0].data.length}HEAP32[arg>>2]=bytes;return 0;default:return 28}},close(sock){if(sock.server){try{sock.server.close()}catch(e){}sock.server=null}var peers=Object.keys(sock.peers);for(var i=0;i<peers.length;i++){var peer=sock.peers[peers[i]];try{peer.socket.close()}catch(e){}SOCKFS.websocket_sock_ops.removePeer(sock,peer)}return 0},bind(sock,addr,port){if(typeof sock.saddr!="undefined"||typeof sock.sport!="undefined"){throw new FS.ErrnoError(28)}sock.saddr=addr;sock.sport=port;if(sock.type===2){if(sock.server){sock.server.close();sock.server=null}try{sock.sock_ops.listen(sock,0)}catch(e){if(!(e.name==="ErrnoError"))throw e;if(e.errno!==138)throw e}}},connect(sock,addr,port){if(sock.server){throw new FS.ErrnoError(138)}if(typeof sock.daddr!="undefined"&&typeof sock.dport!="undefined"){var dest=SOCKFS.websocket_sock_ops.getPeer(sock,sock.daddr,sock.dport);if(dest){if(dest.socket.readyState===dest.socket.CONNECTING){throw new FS.ErrnoError(7)}else{throw new FS.ErrnoError(30)}}}var peer=SOCKFS.websocket_sock_ops.createPeer(sock,addr,port);sock.daddr=peer.addr;sock.dport=peer.port;sock.connecting=true},listen(sock,backlog){if(!ENVIRONMENT_IS_NODE){throw new FS.ErrnoError(138)}if(sock.server){throw new FS.ErrnoError(28)}var WebSocketServer=require("ws").Server;var host=sock.saddr;sock.server=new WebSocketServer({host,port:sock.sport});SOCKFS.emit("listen",sock.stream.fd);sock.server.on("connection",function(ws){if(sock.type===1){var newsock=SOCKFS.createSocket(sock.family,sock.type,sock.protocol);var peer=SOCKFS.websocket_sock_ops.createPeer(newsock,ws);newsock.daddr=peer.addr;newsock.dport=peer.port;sock.pending.push(newsock);SOCKFS.emit("connection",newsock.stream.fd)}else{SOCKFS.websocket_sock_ops.createPeer(sock,ws);SOCKFS.emit("connection",sock.stream.fd)}});sock.server.on("close",function(){SOCKFS.emit("close",sock.stream.fd);sock.server=null});sock.server.on("error",function(error){sock.error=23;SOCKFS.emit("error",[sock.stream.fd,sock.error,"EHOSTUNREACH: Host is unreachable"])})},accept(listensock){if(!listensock.server||!listensock.pending.length){throw new FS.ErrnoError(28)}var newsock=listensock.pending.shift();newsock.stream.flags=listensock.stream.flags;return newsock},getname(sock,peer){var addr,port;if(peer){if(sock.daddr===undefined||sock.dport===undefined){throw new FS.ErrnoError(53)}addr=sock.daddr;port=sock.dport}else{addr=sock.saddr||0;port=sock.sport||0}return{addr,port}},sendmsg(sock,buffer,offset,length,addr,port){if(sock.type===2){if(addr===undefined||port===undefined){addr=sock.daddr;port=sock.dport}if(addr===undefined||port===undefined){throw new FS.ErrnoError(17)}}else{addr=sock.daddr;port=sock.dport}var dest=SOCKFS.websocket_sock_ops.getPeer(sock,addr,port);if(sock.type===1){if(!dest||dest.socket.readyState===dest.socket.CLOSING||dest.socket.readyState===dest.socket.CLOSED){throw new FS.ErrnoError(53)}}if(ArrayBuffer.isView(buffer)){offset+=buffer.byteOffset;buffer=buffer.buffer}var data=buffer.slice(offset,offset+length);if(!dest||dest.socket.readyState!==dest.socket.OPEN){if(sock.type===2){if(!dest||dest.socket.readyState===dest.socket.CLOSING||dest.socket.readyState===dest.socket.CLOSED){dest=SOCKFS.websocket_sock_ops.createPeer(sock,addr,port)}}dest.msg_send_queue.push(data);return length}try{dest.socket.send(data);return length}catch(e){throw new FS.ErrnoError(28)}},recvmsg(sock,length){if(sock.type===1&&sock.server){throw new FS.ErrnoError(53)}var queued=sock.recv_queue.shift();if(!queued){if(sock.type===1){var dest=SOCKFS.websocket_sock_ops.getPeer(sock,sock.daddr,sock.dport);if(!dest){throw new FS.ErrnoError(53)}if(dest.socket.readyState===dest.socket.CLOSING||dest.socket.readyState===dest.socket.CLOSED){return null}throw new FS.ErrnoError(6)}throw new FS.ErrnoError(6)}var queuedLength=queued.data.byteLength||queued.data.length;var queuedOffset=queued.data.byteOffset||0;var queuedBuffer=queued.data.buffer||queued.data;var bytesRead=Math.min(length,queuedLength);var res={buffer:new Uint8Array(queuedBuffer,queuedOffset,bytesRead),addr:queued.addr,port:queued.port};if(sock.type===1&&bytesRead<queuedLength){var bytesRemaining=queuedLength-bytesRead;queued.data=new Uint8Array(queuedBuffer,queuedOffset+bytesRead,bytesRemaining);sock.recv_queue.unshift(queued)}return res}}};function ___syscall_socket(domain,type,protocol){try{var sock=SOCKFS.createSocket(domain,type,protocol);return sock.stream.fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_socket.sig="iiiiiii";function ___syscall_stat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_stat64.sig="ipp";var ___table_base=new WebAssembly.Global({value:"i32",mutable:false},1);var __abort_js=()=>abort("");__abort_js.sig="v";var runtimeKeepaliveCounter=0;var __emscripten_runtime_keepalive_clear=()=>{noExitRuntime=false;runtimeKeepaliveCounter=0};__emscripten_runtime_keepalive_clear.sig="v";var __emscripten_throw_longjmp=()=>{throw Infinity};__emscripten_throw_longjmp.sig="v";var isLeapYear=year=>year%4===0&&(year%100!==0||year%400===0);var MONTH_DAYS_LEAP_CUMULATIVE=[0,31,60,91,121,152,182,213,244,274,305,335];var MONTH_DAYS_REGULAR_CUMULATIVE=[0,31,59,90,120,151,181,212,243,273,304,334];var ydayFromDate=date=>{var leap=isLeapYear(date.getFullYear());var monthDaysCumulative=leap?MONTH_DAYS_LEAP_CUMULATIVE:MONTH_DAYS_REGULAR_CUMULATIVE;var yday=monthDaysCumulative[date.getMonth()]+date.getDate()-1;return yday};var INT53_MAX=9007199254740992;var INT53_MIN=-9007199254740992;var bigintToI53Checked=num=>num<INT53_MIN||num>INT53_MAX?NaN:Number(num);function __localtime_js(time,tmPtr){time=bigintToI53Checked(time);var date=new Date(time*1e3);HEAP32[tmPtr>>2]=date.getSeconds();HEAP32[tmPtr+4>>2]=date.getMinutes();HEAP32[tmPtr+8>>2]=date.getHours();HEAP32[tmPtr+12>>2]=date.getDate();HEAP32[tmPtr+16>>2]=date.getMonth();HEAP32[tmPtr+20>>2]=date.getFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getDay();var yday=ydayFromDate(date)|0;HEAP32[tmPtr+28>>2]=yday;HEAP32[tmPtr+36>>2]=-(date.getTimezoneOffset()*60);var start=new Date(date.getFullYear(),0,1);var summerOffset=new Date(date.getFullYear(),6,1).getTimezoneOffset();var winterOffset=start.getTimezoneOffset();var dst=(summerOffset!=winterOffset&&date.getTimezoneOffset()==Math.min(winterOffset,summerOffset))|0;HEAP32[tmPtr+32>>2]=dst}__localtime_js.sig="vjp";var timers={};var handleException=e=>{if(e instanceof ExitStatus||e=="unwind"){return EXITSTATUS}quit_(1,e)};var keepRuntimeAlive=()=>noExitRuntime||runtimeKeepaliveCounter>0;var _proc_exit=code=>{EXITSTATUS=code;if(!keepRuntimeAlive()){Module["onExit"]?.(code);ABORT=true}quit_(code,new ExitStatus(code))};_proc_exit.sig="vi";var exitJS=(status,implicit)=>{EXITSTATUS=status;if(!keepRuntimeAlive()){exitRuntime()}_proc_exit(status)};var _exit=exitJS;_exit.sig="vi";var maybeExit=()=>{if(runtimeExited){return}if(!keepRuntimeAlive()){try{_exit(EXITSTATUS)}catch(e){handleException(e)}}};var callUserCallback=func=>{if(runtimeExited||ABORT){return}try{func();maybeExit()}catch(e){handleException(e)}};var _emscripten_get_now=()=>performance.now();_emscripten_get_now.sig="d";var __setitimer_js=(which,timeout_ms)=>{if(timers[which]){clearTimeout(timers[which].id);delete timers[which]}if(!timeout_ms)return 0;var id=setTimeout(()=>{delete timers[which];callUserCallback(()=>__emscripten_timeout(which,_emscripten_get_now()))},timeout_ms);timers[which]={id,timeout_ms};return 0};__setitimer_js.sig="iid";var stringToUTF8=(str,outPtr,maxBytesToWrite)=>stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite);var __tzset_js=(timezone,daylight,std_name,dst_name)=>{var currentYear=(new Date).getFullYear();var winter=new Date(currentYear,0,1);var summer=new Date(currentYear,6,1);var winterOffset=winter.getTimezoneOffset();var summerOffset=summer.getTimezoneOffset();var stdTimezoneOffset=Math.max(winterOffset,summerOffset);HEAPU32[timezone>>2]=stdTimezoneOffset*60;HEAP32[daylight>>2]=Number(winterOffset!=summerOffset);var extractZone=timezoneOffset=>{var sign=timezoneOffset>=0?"-":"+";var absOffset=Math.abs(timezoneOffset);var hours=String(Math.floor(absOffset/60)).padStart(2,"0");var minutes=String(absOffset%60).padStart(2,"0");return`UTC${sign}${hours}${minutes}`};var winterName=extractZone(winterOffset);var summerName=extractZone(summerOffset);if(summerOffset<winterOffset){stringToUTF8(winterName,std_name,17);stringToUTF8(summerName,dst_name,17)}else{stringToUTF8(winterName,dst_name,17);stringToUTF8(summerName,std_name,17)}};__tzset_js.sig="vpppp";var _emscripten_date_now=()=>Date.now();_emscripten_date_now.sig="d";var getHeapMax=()=>2147483648;var growMemory=size=>{var b=wasmMemory.buffer;var pages=(size-b.byteLength+65535)/65536|0;try{wasmMemory.grow(pages);updateMemoryViews();return 1}catch(e){}};var _emscripten_resize_heap=requestedSize=>{var oldSize=HEAPU8.length;requestedSize>>>=0;var maxHeapSize=getHeapMax();if(requestedSize>maxHeapSize){return false}for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignMemory(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=growMemory(newSize);if(replacement){return true}}return false};_emscripten_resize_heap.sig="ip";var ENV={};var getExecutableName=()=>thisProgram||"./this.program";var getEnvStrings=()=>{if(!getEnvStrings.strings){var lang=(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:lang,_:getExecutableName()};for(var x in ENV){if(ENV[x]===undefined)delete env[x];else env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(`${x}=${env[x]}`)}getEnvStrings.strings=strings}return getEnvStrings.strings};var stringToAscii=(str,buffer)=>{for(var i=0;i<str.length;++i){HEAP8[buffer++]=str.charCodeAt(i)}HEAP8[buffer]=0};var _environ_get=(__environ,environ_buf)=>{var bufSize=0;getEnvStrings().forEach((string,i)=>{var ptr=environ_buf+bufSize;HEAPU32[__environ+i*4>>2]=ptr;stringToAscii(string,ptr);bufSize+=string.length+1});return 0};_environ_get.sig="ipp";var _environ_sizes_get=(penviron_count,penviron_buf_size)=>{var strings=getEnvStrings();HEAPU32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(string=>bufSize+=string.length+1);HEAPU32[penviron_buf_size>>2]=bufSize;return 0};_environ_sizes_get.sig="ipp";function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_close.sig="ii";function _fd_fdstat_get(fd,pbuf){try{var rightsBase=0;var rightsInheriting=0;var flags=0;{var stream=SYSCALLS.getStreamFromFD(fd);var type=stream.tty?2:FS.isDir(stream.mode)?3:FS.isLink(stream.mode)?7:4}HEAP8[pbuf]=type;HEAP16[pbuf+2>>1]=flags;HEAP64[pbuf+8>>3]=BigInt(rightsBase);HEAP64[pbuf+16>>3]=BigInt(rightsInheriting);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_fdstat_get.sig="iip";var doReadv=(stream,iov,iovcnt,offset)=>{var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAPU32[iov>>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr<len)break;if(typeof offset!="undefined"){offset+=curr}}return ret};function _fd_read(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doReadv(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_read.sig="iippp";function _fd_seek(fd,offset,whence,newOffset){offset=bigintToI53Checked(offset);try{if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);FS.llseek(stream,offset,whence);HEAP64[newOffset>>3]=BigInt(stream.position);if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_seek.sig="iijip";var doWritev=(stream,iov,iovcnt,offset)=>{var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAPU32[iov>>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr<len){break}if(typeof offset!="undefined"){offset+=curr}}return ret};function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doWritev(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_write.sig="iippp";var inetPton4=str=>{var b=str.split(".");for(var i=0;i<4;i++){var tmp=Number(b[i]);if(isNaN(tmp))return null;b[i]=tmp}return(b[0]|b[1]<<8|b[2]<<16|b[3]<<24)>>>0};var jstoi_q=str=>parseInt(str);var inetPton6=str=>{var words;var w,offset,z;var valid6regx=/^((?=.*::)(?!.*::.+::)(::)?([\dA-F]{1,4}:(:|\b)|){5}|([\dA-F]{1,4}:){6})((([\dA-F]{1,4}((?!\3)::|:\b|$))|(?!\2\3)){2}|(((2[0-4]|1\d|[1-9])?\d|25[0-5])\.?\b){4})$/i;var parts=[];if(!valid6regx.test(str)){return null}if(str==="::"){return[0,0,0,0,0,0,0,0]}if(str.startsWith("::")){str=str.replace("::","Z:")}else{str=str.replace("::",":Z:")}if(str.indexOf(".")>0){str=str.replace(new RegExp("[.]","g"),":");words=str.split(":");words[words.length-4]=jstoi_q(words[words.length-4])+jstoi_q(words[words.length-3])*256;words[words.length-3]=jstoi_q(words[words.length-2])+jstoi_q(words[words.length-1])*256;words=words.slice(0,words.length-2)}else{words=str.split(":")}offset=0;z=0;for(w=0;w<words.length;w++){if(typeof words[w]=="string"){if(words[w]==="Z"){for(z=0;z<8-words.length+1;z++){parts[w+z]=0}offset=z-1}else{parts[w+offset]=_htons(parseInt(words[w],16))}}else{parts[w+offset]=words[w]}}return[parts[1]<<16|parts[0],parts[3]<<16|parts[2],parts[5]<<16|parts[4],parts[7]<<16|parts[6]]};var DNS={address_map:{id:1,addrs:{},names:{}},lookup_name(name){var res=inetPton4(name);if(res!==null){return name}res=inetPton6(name);if(res!==null){return name}var addr;if(DNS.address_map.addrs[name]){addr=DNS.address_map.addrs[name]}else{var id=DNS.address_map.id++;assert(id<65535,"exceeded max address mappings of 65535");addr="172.29."+(id&255)+"."+(id&65280);DNS.address_map.names[addr]=name;DNS.address_map.addrs[name]=addr}return addr},lookup_addr(addr){if(DNS.address_map.names[addr]){return DNS.address_map.names[addr]}return null}};var inetNtop4=addr=>(addr&255)+"."+(addr>>8&255)+"."+(addr>>16&255)+"."+(addr>>24&255);var inetNtop6=ints=>{var str="";var word=0;var longest=0;var lastzero=0;var zstart=0;var len=0;var i=0;var parts=[ints[0]&65535,ints[0]>>16,ints[1]&65535,ints[1]>>16,ints[2]&65535,ints[2]>>16,ints[3]&65535,ints[3]>>16];var hasipv4=true;var v4part="";for(i=0;i<5;i++){if(parts[i]!==0){hasipv4=false;break}}if(hasipv4){v4part=inetNtop4(parts[6]|parts[7]<<16);if(parts[5]===-1){str="::ffff:";str+=v4part;return str}if(parts[5]===0){str="::";if(v4part==="0.0.0.0")v4part="";if(v4part==="0.0.0.1")v4part="1";str+=v4part;return str}}for(word=0;word<8;word++){if(parts[word]===0){if(word-lastzero>1){len=0}lastzero=word;len++}if(len>longest){longest=len;zstart=word-longest+1}}for(word=0;word<8;word++){if(longest>1){if(parts[word]===0&&word>=zstart&&word<zstart+longest){if(word===zstart){str+=":";if(zstart===0)str+=":"}continue}}str+=Number(_ntohs(parts[word]&65535)).toString(16);str+=word<7?":":""}return str};var writeSockaddr=(sa,family,addr,port,addrlen)=>{switch(family){case 2:addr=inetPton4(addr);zeroMemory(sa,16);if(addrlen){HEAP32[addrlen>>2]=16}HEAP16[sa>>1]=family;HEAP32[sa+4>>2]=addr;HEAP16[sa+2>>1]=_htons(port);break;case 10:addr=inetPton6(addr);zeroMemory(sa,28);if(addrlen){HEAP32[addrlen>>2]=28}HEAP32[sa>>2]=family;HEAP32[sa+8>>2]=addr[0];HEAP32[sa+12>>2]=addr[1];HEAP32[sa+16>>2]=addr[2];HEAP32[sa+20>>2]=addr[3];HEAP16[sa+2>>1]=_htons(port);break;default:return 5}return 0};var _getaddrinfo=(node,service,hint,out)=>{var addr=0;var port=0;var flags=0;var family=0;var type=0;var proto=0;var ai;function allocaddrinfo(family,type,proto,canon,addr,port){var sa,salen,ai;var errno;salen=family===10?28:16;addr=family===10?inetNtop6(addr):inetNtop4(addr);sa=_malloc(salen);errno=writeSockaddr(sa,family,addr,port);assert(!errno);ai=_malloc(32);HEAP32[ai+4>>2]=family;HEAP32[ai+8>>2]=type;HEAP32[ai+12>>2]=proto;HEAPU32[ai+24>>2]=canon;HEAPU32[ai+20>>2]=sa;if(family===10){HEAP32[ai+16>>2]=28}else{HEAP32[ai+16>>2]=16}HEAP32[ai+28>>2]=0;return ai}if(hint){flags=HEAP32[hint>>2];family=HEAP32[hint+4>>2];type=HEAP32[hint+8>>2];proto=HEAP32[hint+12>>2]}if(type&&!proto){proto=type===2?17:6}if(!type&&proto){type=proto===17?2:1}if(proto===0){proto=6}if(type===0){type=1}if(!node&&!service){return-2}if(flags&~(1|2|4|1024|8|16|32)){return-1}if(hint!==0&&HEAP32[hint>>2]&2&&!node){return-1}if(flags&32){return-2}if(type!==0&&type!==1&&type!==2){return-7}if(family!==0&&family!==2&&family!==10){return-6}if(service){service=UTF8ToString(service);port=parseInt(service,10);if(isNaN(port)){if(flags&1024){return-2}return-8}}if(!node){if(family===0){family=2}if((flags&1)===0){if(family===2){addr=_htonl(2130706433)}else{addr=[0,0,0,_htonl(1)]}}ai=allocaddrinfo(family,type,proto,null,addr,port);HEAPU32[out>>2]=ai;return 0}node=UTF8ToString(node);addr=inetPton4(node);if(addr!==null){if(family===0||family===2){family=2}else if(family===10&&flags&8){addr=[0,0,_htonl(65535),addr];family=10}else{return-2}}else{addr=inetPton6(node);if(addr!==null){if(family===0||family===10){family=10}else{return-2}}}if(addr!=null){ai=allocaddrinfo(family,type,proto,node,addr,port);HEAPU32[out>>2]=ai;return 0}if(flags&4){return-2}node=DNS.lookup_name(node);addr=inetPton4(node);if(family===0){family=2}else if(family===10){addr=[0,0,_htonl(65535),addr]}ai=allocaddrinfo(family,type,proto,null,addr,port);HEAPU32[out>>2]=ai;return 0};_getaddrinfo.sig="ipppp";var readSockaddr=(sa,salen)=>{var family=HEAP16[sa>>1];var port=_ntohs(HEAPU16[sa+2>>1]);var addr;switch(family){case 2:if(salen!==16){return{errno:28}}addr=HEAP32[sa+4>>2];addr=inetNtop4(addr);break;case 10:if(salen!==28){return{errno:28}}addr=[HEAP32[sa+8>>2],HEAP32[sa+12>>2],HEAP32[sa+16>>2],HEAP32[sa+20>>2]];addr=inetNtop6(addr);break;default:return{errno:5}}return{family,addr,port}};var _getnameinfo=(sa,salen,node,nodelen,serv,servlen,flags)=>{var info=readSockaddr(sa,salen);if(info.errno){return-6}var port=info.port;var addr=info.addr;var overflowed=false;if(node&&nodelen){var lookup;if(flags&1||!(lookup=DNS.lookup_addr(addr))){if(flags&8){return-2}}else{addr=lookup}var numBytesWrittenExclNull=stringToUTF8(addr,node,nodelen);if(numBytesWrittenExclNull+1>=nodelen){overflowed=true}}if(serv&&servlen){port=""+port;var numBytesWrittenExclNull=stringToUTF8(port,serv,servlen);if(numBytesWrittenExclNull+1>=servlen){overflowed=true}}if(overflowed){return-12}return 0};_getnameinfo.sig="ipipipii";function _pg_encoding_to_char(...args){return wasmImports["pg_encoding_to_char"](...args)}_pg_encoding_to_char.stub=true;var stackAlloc=sz=>__emscripten_stack_alloc(sz);var stringToUTF8OnStack=str=>{var size=lengthBytesUTF8(str)+1;var ret=stackAlloc(size);stringToUTF8(str,ret,size);return ret};var removeFunction=index=>{functionsInTableMap.delete(getWasmTableEntry(index));setWasmTableEntry(index,null);freeTableIndexes.push(index)};var stringToNewUTF8=str=>{var size=lengthBytesUTF8(str)+1;var ret=_malloc(size);if(ret)stringToUTF8(str,ret,size);return ret};var FS_createPath=FS.createPath;var FS_unlink=path=>FS.unlink(path);var FS_createLazyFile=FS.createLazyFile;var FS_createDevice=FS.createDevice;registerWasmPlugin();FS.createPreloadedFile=FS_createPreloadedFile;FS.staticInit();Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPreloadedFile"]=FS.createPreloadedFile;Module["FS_unlink"]=FS.unlink;Module["FS_createLazyFile"]=FS.createLazyFile;Module["FS_createDevice"]=FS.createDevice;MEMFS.doesNotExistError=new FS.ErrnoError(44);MEMFS.doesNotExistError.stack="<generic error, no stack>";var wasmImports={__call_sighandler:___call_sighandler,__heap_base:___heap_base,__indirect_function_table:wasmTable,__memory_base:___memory_base,__stack_pointer:___stack_pointer,__syscall__newselect:___syscall__newselect,__syscall_dup3:___syscall_dup3,__syscall_fcntl64:___syscall_fcntl64,__syscall_fstat64:___syscall_fstat64,__syscall_ioctl:___syscall_ioctl,__syscall_lstat64:___syscall_lstat64,__syscall_newfstatat:___syscall_newfstatat,__syscall_openat:___syscall_openat,__syscall_socket:___syscall_socket,__syscall_stat64:___syscall_stat64,__table_base:___table_base,_abort_js:__abort_js,_emscripten_runtime_keepalive_clear:__emscripten_runtime_keepalive_clear,_emscripten_throw_longjmp:__emscripten_throw_longjmp,_localtime_js:__localtime_js,_setitimer_js:__setitimer_js,_tzset_js:__tzset_js,emscripten_date_now:_emscripten_date_now,emscripten_get_now:_emscripten_get_now,emscripten_resize_heap:_emscripten_resize_heap,environ_get:_environ_get,environ_sizes_get:_environ_sizes_get,exit:_exit,fd_close:_fd_close,fd_fdstat_get:_fd_fdstat_get,fd_read:_fd_read,fd_seek:_fd_seek,fd_write:_fd_write,getaddrinfo:_getaddrinfo,getnameinfo:_getnameinfo,memory:wasmMemory,pg_encoding_to_char:_pg_encoding_to_char,proc_exit:_proc_exit};var wasmExports;createWasm();var ___wasm_call_ctors=()=>(___wasm_call_ctors=wasmExports["__wasm_call_ctors"])();var _main=Module["_main"]=(a0,a1)=>(_main=Module["_main"]=wasmExports["__main_argc_argv"])(a0,a1);var _pgl_atexit=Module["_pgl_atexit"]=a0=>(_pgl_atexit=Module["_pgl_atexit"]=wasmExports["pgl_atexit"])(a0);var _pgl_exit=Module["_pgl_exit"]=a0=>(_pgl_exit=Module["_pgl_exit"]=wasmExports["pgl_exit"])(a0);var ___errno_location=Module["___errno_location"]=()=>(___errno_location=Module["___errno_location"]=wasmExports["__errno_location"])();var _malloc=a0=>(_malloc=wasmExports["malloc"])(a0);var _calloc=(a0,a1)=>(_calloc=wasmExports["calloc"])(a0,a1);var _pgl_setsockopt=Module["_pgl_setsockopt"]=(a0,a1,a2,a3,a4)=>(_pgl_setsockopt=Module["_pgl_setsockopt"]=wasmExports["pgl_setsockopt"])(a0,a1,a2,a3,a4);var _pgl_connect=Module["_pgl_connect"]=(a0,a1,a2)=>(_pgl_connect=Module["_pgl_connect"]=wasmExports["pgl_connect"])(a0,a1,a2);var _pgl_send=Module["_pgl_send"]=(a0,a1,a2,a3)=>(_pgl_send=Module["_pgl_send"]=wasmExports["pgl_send"])(a0,a1,a2,a3);var _pgl_recv=Module["_pgl_recv"]=(a0,a1,a2,a3)=>(_pgl_recv=Module["_pgl_recv"]=wasmExports["pgl_recv"])(a0,a1,a2,a3);var _pgl_geteuid=Module["_pgl_geteuid"]=()=>(_pgl_geteuid=Module["_pgl_geteuid"]=wasmExports["pgl_geteuid"])();var _fopen=Module["_fopen"]=(a0,a1)=>(_fopen=Module["_fopen"]=wasmExports["fopen"])(a0,a1);var _fgets=Module["_fgets"]=(a0,a1,a2)=>(_fgets=Module["_fgets"]=wasmExports["fgets"])(a0,a1,a2);var _fclose=Module["_fclose"]=a0=>(_fclose=Module["_fclose"]=wasmExports["fclose"])(a0);var _pgl_getsockopt=Module["_pgl_getsockopt"]=(a0,a1,a2,a3,a4)=>(_pgl_getsockopt=Module["_pgl_getsockopt"]=wasmExports["pgl_getsockopt"])(a0,a1,a2,a3,a4);var _pgl_getsockname=Module["_pgl_getsockname"]=(a0,a1,a2)=>(_pgl_getsockname=Module["_pgl_getsockname"]=wasmExports["pgl_getsockname"])(a0,a1,a2);var _fflush=Module["_fflush"]=a0=>(_fflush=Module["_fflush"]=wasmExports["fflush"])(a0);var _pgl_poll=Module["_pgl_poll"]=(a0,a1,a2)=>(_pgl_poll=Module["_pgl_poll"]=wasmExports["pgl_poll"])(a0,a1,a2);var _pgl_popen=Module["_pgl_popen"]=(a0,a1)=>(_pgl_popen=Module["_pgl_popen"]=wasmExports["pgl_popen"])(a0,a1);var _fputs=Module["_fputs"]=(a0,a1)=>(_fputs=Module["_fputs"]=wasmExports["fputs"])(a0,a1);var _pgl_pclose=Module["_pgl_pclose"]=a0=>(_pgl_pclose=Module["_pgl_pclose"]=wasmExports["pgl_pclose"])(a0);var _clear_setitimer=Module["_clear_setitimer"]=()=>(_clear_setitimer=Module["_clear_setitimer"]=wasmExports["clear_setitimer"])();var _pgl_longjmp=Module["_pgl_longjmp"]=(a0,a1)=>(_pgl_longjmp=Module["_pgl_longjmp"]=wasmExports["pgl_longjmp"])(a0,a1);var _pgl_siglongjmp=Module["_pgl_siglongjmp"]=(a0,a1)=>(_pgl_siglongjmp=Module["_pgl_siglongjmp"]=wasmExports["pgl_siglongjmp"])(a0,a1);var _pgl_set_system_fn=Module["_pgl_set_system_fn"]=a0=>(_pgl_set_system_fn=Module["_pgl_set_system_fn"]=wasmExports["pgl_set_system_fn"])(a0);var _pgl_system=Module["_pgl_system"]=a0=>(_pgl_system=Module["_pgl_system"]=wasmExports["pgl_system"])(a0);var _pgl_set_popen_fn=Module["_pgl_set_popen_fn"]=a0=>(_pgl_set_popen_fn=Module["_pgl_set_popen_fn"]=wasmExports["pgl_set_popen_fn"])(a0);var _pgl_set_pclose_fn=Module["_pgl_set_pclose_fn"]=a0=>(_pgl_set_pclose_fn=Module["_pgl_set_pclose_fn"]=wasmExports["pgl_set_pclose_fn"])(a0);var _pclose=Module["_pclose"]=a0=>(_pclose=Module["_pclose"]=wasmExports["pclose"])(a0);var _pgl_getuid=Module["_pgl_getuid"]=()=>(_pgl_getuid=Module["_pgl_getuid"]=wasmExports["pgl_getuid"])();var _pgl_getpwuid=Module["_pgl_getpwuid"]=a0=>(_pgl_getpwuid=Module["_pgl_getpwuid"]=wasmExports["pgl_getpwuid"])(a0);var _pgl_run_atexit_funcs=Module["_pgl_run_atexit_funcs"]=()=>(_pgl_run_atexit_funcs=Module["_pgl_run_atexit_funcs"]=wasmExports["pgl_run_atexit_funcs"])();var _pgl_freopen=Module["_pgl_freopen"]=(a0,a1,a2)=>(_pgl_freopen=Module["_pgl_freopen"]=wasmExports["pgl_freopen"])(a0,a1,a2);var _pgl_shmget=Module["_pgl_shmget"]=(a0,a1,a2)=>(_pgl_shmget=Module["_pgl_shmget"]=wasmExports["pgl_shmget"])(a0,a1,a2);var _pgl_shmat=Module["_pgl_shmat"]=(a0,a1,a2)=>(_pgl_shmat=Module["_pgl_shmat"]=wasmExports["pgl_shmat"])(a0,a1,a2);var _pgl_shmdt=Module["_pgl_shmdt"]=a0=>(_pgl_shmdt=Module["_pgl_shmdt"]=wasmExports["pgl_shmdt"])(a0);var _pgl_shmctl=Module["_pgl_shmctl"]=(a0,a1,a2)=>(_pgl_shmctl=Module["_pgl_shmctl"]=wasmExports["pgl_shmctl"])(a0,a1,a2);var _pgl_munmap=Module["_pgl_munmap"]=(a0,a1)=>(_pgl_munmap=Module["_pgl_munmap"]=wasmExports["pgl_munmap"])(a0,a1);var _pgl_set_rw_cbs=Module["_pgl_set_rw_cbs"]=(a0,a1)=>(_pgl_set_rw_cbs=Module["_pgl_set_rw_cbs"]=wasmExports["pgl_set_rw_cbs"])(a0,a1);var _pgl_fcntl=Module["_pgl_fcntl"]=(a0,a1,a2)=>(_pgl_fcntl=Module["_pgl_fcntl"]=wasmExports["pgl_fcntl"])(a0,a1,a2);var _strerror=Module["_strerror"]=a0=>(_strerror=Module["_strerror"]=wasmExports["strerror"])(a0);var ___funcs_on_exit=()=>(___funcs_on_exit=wasmExports["__funcs_on_exit"])();var _htonl=a0=>(_htonl=wasmExports["htonl"])(a0);var _htons=a0=>(_htons=wasmExports["htons"])(a0);var _ntohs=a0=>(_ntohs=wasmExports["ntohs"])(a0);var __emscripten_timeout=(a0,a1)=>(__emscripten_timeout=wasmExports["_emscripten_timeout"])(a0,a1);var _setThrew=(a0,a1)=>(_setThrew=wasmExports["setThrew"])(a0,a1);var __emscripten_stack_restore=a0=>(__emscripten_stack_restore=wasmExports["_emscripten_stack_restore"])(a0);var __emscripten_stack_alloc=a0=>(__emscripten_stack_alloc=wasmExports["_emscripten_stack_alloc"])(a0);var _emscripten_stack_get_current=()=>(_emscripten_stack_get_current=wasmExports["emscripten_stack_get_current"])();var ___wasm_apply_data_relocs=()=>(___wasm_apply_data_relocs=wasmExports["__wasm_apply_data_relocs"])();Module["addRunDependency"]=addRunDependency;Module["removeRunDependency"]=removeRunDependency;Module["callMain"]=callMain;Module["ENV"]=ENV;Module["addFunction"]=addFunction;Module["removeFunction"]=removeFunction;Module["UTF8ToString"]=UTF8ToString;Module["stringToNewUTF8"]=stringToNewUTF8;Module["stringToUTF8OnStack"]=stringToUTF8OnStack;Module["FS_createPreloadedFile"]=FS_createPreloadedFile;Module["FS_unlink"]=FS_unlink;Module["FS_createPath"]=FS_createPath;Module["FS_createDevice"]=FS_createDevice;Module["FS"]=FS;Module["FS_createDataFile"]=FS_createDataFile;Module["FS_createLazyFile"]=FS_createLazyFile;Module["MEMFS"]=MEMFS;Module["PROXYFS"]=PROXYFS;var calledRun;dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function callMain(args=[]){var entryFunction=resolveGlobalSymbol("main").sym;if(!entryFunction)return;args.unshift(thisProgram);var argc=args.length;var argv=stackAlloc((argc+1)*4);var argv_ptr=argv;args.forEach(arg=>{HEAPU32[argv_ptr>>2]=stringToUTF8OnStack(arg);argv_ptr+=4});HEAPU32[argv_ptr>>2]=0;try{var ret=entryFunction(argc,argv);exitJS(ret,true);return ret}catch(e){return handleException(e)}}function run(args=arguments_){if(runDependencies>0){return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();preMain();readyPromiseResolve(Module);Module["onRuntimeInitialized"]?.();if(shouldRunNow)callMain(args);postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(()=>{setTimeout(()=>Module["setStatus"](""),1);doRun()},1)}else{doRun()}}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}var shouldRunNow=false;if(Module["noInitialRun"])shouldRunNow=false;run();moduleRtn=readyPromise;


  return moduleRtn;
}
);
})();
export default Module;

var Module = (() => {
  var _scriptName = import.meta.url;
  
  return (
async function(moduleArg = {}) {
  var moduleRtn;

var Module=moduleArg;var readyPromiseResolve,readyPromiseReject;var readyPromise=new Promise((resolve,reject)=>{readyPromiseResolve=resolve;readyPromiseReject=reject});var ENVIRONMENT_IS_WEB=typeof window=="object";var ENVIRONMENT_IS_WORKER=typeof WorkerGlobalScope!="undefined";var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string"&&process.type!="renderer";if(ENVIRONMENT_IS_NODE){const{createRequire}=await import("module");let dirname=import.meta.url;if(dirname.startsWith("data:")){dirname="/"}var require=createRequire(dirname)}var moduleOverrides=Object.assign({},Module);var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var readAsync,readBinary;if(ENVIRONMENT_IS_NODE){var fs=require("fs");var nodePath=require("path");if(!import.meta.url.startsWith("data:")){scriptDirectory=nodePath.dirname(require("url").fileURLToPath(import.meta.url))+"/"}readBinary=filename=>{filename=isFileURI(filename)?new URL(filename):filename;var ret=fs.readFileSync(filename);return ret};readAsync=async(filename,binary=true)=>{filename=isFileURI(filename)?new URL(filename):filename;var ret=fs.readFileSync(filename,binary?undefined:"utf8");return ret};if(!Module["thisProgram"]&&process.argv.length>1){thisProgram=process.argv[1].replace(/\\/g,"/")}arguments_=process.argv.slice(2);quit_=(status,toThrow)=>{process.exitCode=status;throw toThrow}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(_scriptName){scriptDirectory=_scriptName}if(scriptDirectory.startsWith("blob:")){scriptDirectory=""}else{scriptDirectory=scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1)}{if(ENVIRONMENT_IS_WORKER){readBinary=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=async url=>{var response=await fetch(url,{credentials:"same-origin"});if(response.ok){return response.arrayBuffer()}throw new Error(response.status+" : "+response.url)}}}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.error.bind(console);Object.assign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];var dynamicLibraries=Module["dynamicLibraries"]||[];var wasmBinary=Module["wasmBinary"];function intArrayFromBase64(s){if(typeof ENVIRONMENT_IS_NODE!="undefined"&&ENVIRONMENT_IS_NODE){var buf=Buffer.from(s,"base64");return new Uint8Array(buf.buffer,buf.byteOffset,buf.length)}var decoded=atob(s);var bytes=new Uint8Array(decoded.length);for(var i=0;i<decoded.length;++i){bytes[i]=decoded.charCodeAt(i)}return bytes}var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort(text)}}var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAP64,HEAPU64,HEAPF64;function updateMemoryViews(){var b=wasmMemory.buffer;Module["HEAP8"]=HEAP8=new Int8Array(b);Module["HEAP16"]=HEAP16=new Int16Array(b);Module["HEAPU8"]=HEAPU8=new Uint8Array(b);Module["HEAPU16"]=HEAPU16=new Uint16Array(b);Module["HEAP32"]=HEAP32=new Int32Array(b);Module["HEAPU32"]=HEAPU32=new Uint32Array(b);Module["HEAPF32"]=HEAPF32=new Float32Array(b);Module["HEAPF64"]=HEAPF64=new Float64Array(b);Module["HEAP64"]=HEAP64=new BigInt64Array(b);Module["HEAPU64"]=HEAPU64=new BigUint64Array(b)}if(Module["wasmMemory"]){wasmMemory=Module["wasmMemory"]}else{var INITIAL_MEMORY=Module["INITIAL_MEMORY"]||67108864;wasmMemory=new WebAssembly.Memory({initial:INITIAL_MEMORY/65536,maximum:32768})}updateMemoryViews();var __ATPRERUN__=[];var __ATINIT__=[];var __ATMAIN__=[];var __ATEXIT__=[];var __ATPOSTRUN__=[];var __RELOC_FUNCS__=[];var runtimeInitialized=false;var runtimeExited=false;function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;callRuntimeCallbacks(__RELOC_FUNCS__);if(!Module["noFSInit"]&&!FS.initialized)FS.init();FS.ignorePermissions=false;TTY.init();SOCKFS.root=FS.mount(SOCKFS,{},null);callRuntimeCallbacks(__ATINIT__)}function preMain(){callRuntimeCallbacks(__ATMAIN__)}function exitRuntime(){___funcs_on_exit();callRuntimeCallbacks(__ATEXIT__);FS.quit();TTY.shutdown();runtimeExited=true}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;Module["monitorRunDependencies"]?.(runDependencies)}function removeRunDependency(id){runDependencies--;Module["monitorRunDependencies"]?.(runDependencies);if(runDependencies==0){if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}function abort(what){Module["onAbort"]?.(what);what="Aborted("+what+")";err(what);ABORT=true;what+=". Build with -sASSERTIONS for more info.";var e=new WebAssembly.RuntimeError(what);readyPromiseReject(e);throw e}var dataURIPrefix="data:application/octet-stream;base64,";var isDataURI=filename=>filename.startsWith(dataURIPrefix);var isFileURI=filename=>filename.startsWith("file://");function findWasmBinary(){if(Module["locateFile"]){var f="pg_isolation_regress.wasm";if(!isDataURI(f)){return locateFile(f)}return f}return new URL("pg_isolation_regress.wasm",import.meta.url).href}var wasmBinaryFile;function getBinarySync(file){if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}throw"both async and sync fetching of the wasm failed"}async function getWasmBinary(binaryFile){if(!wasmBinary){try{var response=await readAsync(binaryFile);return new Uint8Array(response)}catch{}}return getBinarySync(binaryFile)}async function instantiateArrayBuffer(binaryFile,imports){try{var binary=await getWasmBinary(binaryFile);var instance=await WebAssembly.instantiate(binary,imports);return instance}catch(reason){err(`failed to asynchronously prepare wasm: ${reason}`);abort(reason)}}async function instantiateAsync(binary,binaryFile,imports){if(!binary&&typeof WebAssembly.instantiateStreaming=="function"&&!isDataURI(binaryFile)&&!ENVIRONMENT_IS_NODE&&typeof fetch=="function"){try{var response=fetch(binaryFile,{credentials:"same-origin"});var instantiationResult=await WebAssembly.instantiateStreaming(response,imports);return instantiationResult}catch(reason){err(`wasm streaming compile failed: ${reason}`);err("falling back to ArrayBuffer instantiation")}}return instantiateArrayBuffer(binaryFile,imports)}function getWasmImports(){return{env:wasmImports,wasi_snapshot_preview1:wasmImports,"GOT.mem":new Proxy(wasmImports,GOTHandler),"GOT.func":new Proxy(wasmImports,GOTHandler)}}async function createWasm(){function receiveInstance(instance,module){wasmExports=instance.exports;wasmExports=relocateExports(wasmExports,1024);var metadata=getDylinkMetadata(module);if(metadata.neededDynlibs){dynamicLibraries=metadata.neededDynlibs.concat(dynamicLibraries)}mergeLibSymbols(wasmExports,"main");LDSO.init();loadDylibs();addOnInit(wasmExports["__wasm_call_ctors"]);__RELOC_FUNCS__.push(wasmExports["__wasm_apply_data_relocs"]);removeRunDependency("wasm-instantiate");return wasmExports}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){receiveInstance(result["instance"],result["module"])}var info=getWasmImports();if(Module["instantiateWasm"]){try{return Module["instantiateWasm"](info,receiveInstance)}catch(e){err(`Module.instantiateWasm callback failed with error: ${e}`);readyPromiseReject(e)}}wasmBinaryFile??=findWasmBinary();try{var result=await instantiateAsync(wasmBinary,wasmBinaryFile,info);receiveInstantiationResult(result);return result}catch(e){readyPromiseReject(e);return}}var ASM_CONSTS={};class ExitStatus{name="ExitStatus";constructor(status){this.message=`Program terminated with exit(${status})`;this.status=status}}var GOT={};var currentModuleWeakSymbols=new Set([]);var GOTHandler={get(obj,symName){var rtn=GOT[symName];if(!rtn){rtn=GOT[symName]=new WebAssembly.Global({value:"i32",mutable:true})}if(!currentModuleWeakSymbols.has(symName)){rtn.required=true}return rtn}};var callRuntimeCallbacks=callbacks=>{while(callbacks.length>0){callbacks.shift()(Module)}};var UTF8Decoder=typeof TextDecoder!="undefined"?new TextDecoder:undefined;var UTF8ArrayToString=(heapOrArray,idx=0,maxBytesToRead=NaN)=>{var endIdx=idx+maxBytesToRead;var endPtr=idx;while(heapOrArray[endPtr]&&!(endPtr>=endIdx))++endPtr;if(endPtr-idx>16&&heapOrArray.buffer&&UTF8Decoder){return UTF8Decoder.decode(heapOrArray.subarray(idx,endPtr))}var str="";while(idx<endPtr){var u0=heapOrArray[idx++];if(!(u0&128)){str+=String.fromCharCode(u0);continue}var u1=heapOrArray[idx++]&63;if((u0&224)==192){str+=String.fromCharCode((u0&31)<<6|u1);continue}var u2=heapOrArray[idx++]&63;if((u0&240)==224){u0=(u0&15)<<12|u1<<6|u2}else{u0=(u0&7)<<18|u1<<12|u2<<6|heapOrArray[idx++]&63}if(u0<65536){str+=String.fromCharCode(u0)}else{var ch=u0-65536;str+=String.fromCharCode(55296|ch>>10,56320|ch&1023)}}return str};var getDylinkMetadata=binary=>{var offset=0;var end=0;function getU8(){return binary[offset++]}function getLEB(){var ret=0;var mul=1;while(1){var byte=binary[offset++];ret+=(byte&127)*mul;mul*=128;if(!(byte&128))break}return ret}function getString(){var len=getLEB();offset+=len;return UTF8ArrayToString(binary,offset-len,len)}function failIf(condition,message){if(condition)throw new Error(message)}var name="dylink.0";if(binary instanceof WebAssembly.Module){var dylinkSection=WebAssembly.Module.customSections(binary,name);if(dylinkSection.length===0){name="dylink";dylinkSection=WebAssembly.Module.customSections(binary,name)}failIf(dylinkSection.length===0,"need dylink section");binary=new Uint8Array(dylinkSection[0]);end=binary.length}else{var int32View=new Uint32Array(new Uint8Array(binary.subarray(0,24)).buffer);var magicNumberFound=int32View[0]==1836278016;failIf(!magicNumberFound,"need to see wasm magic number");failIf(binary[8]!==0,"need the dylink section to be first");offset=9;var section_size=getLEB();end=offset+section_size;name=getString()}var customSection={neededDynlibs:[],tlsExports:new Set,weakImports:new Set};if(name=="dylink"){customSection.memorySize=getLEB();customSection.memoryAlign=getLEB();customSection.tableSize=getLEB();customSection.tableAlign=getLEB();var neededDynlibsCount=getLEB();for(var i=0;i<neededDynlibsCount;++i){var libname=getString();customSection.neededDynlibs.push(libname)}}else{failIf(name!=="dylink.0");var WASM_DYLINK_MEM_INFO=1;var WASM_DYLINK_NEEDED=2;var WASM_DYLINK_EXPORT_INFO=3;var WASM_DYLINK_IMPORT_INFO=4;var WASM_SYMBOL_TLS=256;var WASM_SYMBOL_BINDING_MASK=3;var WASM_SYMBOL_BINDING_WEAK=1;while(offset<end){var subsectionType=getU8();var subsectionSize=getLEB();if(subsectionType===WASM_DYLINK_MEM_INFO){customSection.memorySize=getLEB();customSection.memoryAlign=getLEB();customSection.tableSize=getLEB();customSection.tableAlign=getLEB()}else if(subsectionType===WASM_DYLINK_NEEDED){var neededDynlibsCount=getLEB();for(var i=0;i<neededDynlibsCount;++i){libname=getString();customSection.neededDynlibs.push(libname)}}else if(subsectionType===WASM_DYLINK_EXPORT_INFO){var count=getLEB();while(count--){var symname=getString();var flags=getLEB();if(flags&WASM_SYMBOL_TLS){customSection.tlsExports.add(symname)}}}else if(subsectionType===WASM_DYLINK_IMPORT_INFO){var count=getLEB();while(count--){var modname=getString();var symname=getString();var flags=getLEB();if((flags&WASM_SYMBOL_BINDING_MASK)==WASM_SYMBOL_BINDING_WEAK){customSection.weakImports.add(symname)}}}else{offset+=subsectionSize}}}return customSection};var newDSO=(name,handle,syms)=>{var dso={refcount:Infinity,name,exports:syms,global:true};LDSO.loadedLibsByName[name]=dso;if(handle!=undefined){LDSO.loadedLibsByHandle[handle]=dso}return dso};var LDSO={loadedLibsByName:{},loadedLibsByHandle:{},init(){newDSO("__main__",0,wasmImports)}};var ___heap_base=203168;var alignMemory=(size,alignment)=>Math.ceil(size/alignment)*alignment;var getMemory=size=>{if(runtimeInitialized){return _calloc(size,1)}var ret=___heap_base;var end=ret+alignMemory(size,16);___heap_base=end;GOT["__heap_base"].value=end;return ret};var isInternalSym=symName=>["__cpp_exception","__c_longjmp","__wasm_apply_data_relocs","__dso_handle","__tls_size","__tls_align","__set_stack_limits","_emscripten_tls_init","__wasm_init_tls","__wasm_call_ctors","__start_em_asm","__stop_em_asm","__start_em_js","__stop_em_js"].includes(symName)||symName.startsWith("__em_js__");var uleb128Encode=(n,target)=>{if(n<128){target.push(n)}else{target.push(n%128|128,n>>7)}};var sigToWasmTypes=sig=>{var typeNames={i:"i32",j:"i64",f:"f32",d:"f64",e:"externref",p:"i32"};var type={parameters:[],results:sig[0]=="v"?[]:[typeNames[sig[0]]]};for(var i=1;i<sig.length;++i){type.parameters.push(typeNames[sig[i]])}return type};var generateFuncType=(sig,target)=>{var sigRet=sig.slice(0,1);var sigParam=sig.slice(1);var typeCodes={i:127,p:127,j:126,f:125,d:124,e:111};target.push(96);uleb128Encode(sigParam.length,target);for(var i=0;i<sigParam.length;++i){target.push(typeCodes[sigParam[i]])}if(sigRet=="v"){target.push(0)}else{target.push(1,typeCodes[sigRet])}};var convertJsFunctionToWasm=(func,sig)=>{if(typeof WebAssembly.Function=="function"){return new WebAssembly.Function(sigToWasmTypes(sig),func)}var typeSectionBody=[1];generateFuncType(sig,typeSectionBody);var bytes=[0,97,115,109,1,0,0,0,1];uleb128Encode(typeSectionBody.length,bytes);bytes.push(...typeSectionBody);bytes.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);var module=new WebAssembly.Module(new Uint8Array(bytes));var instance=new WebAssembly.Instance(module,{e:{f:func}});var wrappedFunc=instance.exports["f"];return wrappedFunc};var wasmTableMirror=[];var wasmTable=new WebAssembly.Table({initial:98,element:"anyfunc"});var getWasmTableEntry=funcPtr=>{var func=wasmTableMirror[funcPtr];if(!func){if(funcPtr>=wasmTableMirror.length)wasmTableMirror.length=funcPtr+1;wasmTableMirror[funcPtr]=func=wasmTable.get(funcPtr)}return func};var updateTableMap=(offset,count)=>{if(functionsInTableMap){for(var i=offset;i<offset+count;i++){var item=getWasmTableEntry(i);if(item){functionsInTableMap.set(item,i)}}}};var functionsInTableMap;var getFunctionAddress=func=>{if(!functionsInTableMap){functionsInTableMap=new WeakMap;updateTableMap(0,wasmTable.length)}return functionsInTableMap.get(func)||0};var freeTableIndexes=[];var getEmptyTableSlot=()=>{if(freeTableIndexes.length){return freeTableIndexes.pop()}try{wasmTable.grow(1)}catch(err){if(!(err instanceof RangeError)){throw err}throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH."}return wasmTable.length-1};var setWasmTableEntry=(idx,func)=>{wasmTable.set(idx,func);wasmTableMirror[idx]=wasmTable.get(idx)};var addFunction=(func,sig)=>{var rtn=getFunctionAddress(func);if(rtn){return rtn}var ret=getEmptyTableSlot();try{setWasmTableEntry(ret,func)}catch(err){if(!(err instanceof TypeError)){throw err}var wrapped=convertJsFunctionToWasm(func,sig);setWasmTableEntry(ret,wrapped)}functionsInTableMap.set(func,ret);return ret};var updateGOT=(exports,replace)=>{for(var symName in exports){if(isInternalSym(symName)){continue}var value=exports[symName];GOT[symName]||=new WebAssembly.Global({value:"i32",mutable:true});if(replace||GOT[symName].value==0){if(typeof value=="function"){GOT[symName].value=addFunction(value)}else if(typeof value=="number"){GOT[symName].value=value}else{err(`unhandled export type for '${symName}': ${typeof value}`)}}}};var relocateExports=(exports,memoryBase,replace)=>{var relocated={};for(var e in exports){var value=exports[e];if(typeof value=="object"){value=value.value}if(typeof value=="number"){value+=memoryBase}relocated[e]=value}updateGOT(relocated,replace);return relocated};var isSymbolDefined=symName=>{var existing=wasmImports[symName];if(!existing||existing.stub){return false}return true};var dynCall=(sig,ptr,args=[])=>{var rtn=getWasmTableEntry(ptr)(...args);return rtn};var stackSave=()=>_emscripten_stack_get_current();var stackRestore=val=>__emscripten_stack_restore(val);var createInvokeFunction=sig=>(ptr,...args)=>{var sp=stackSave();try{return dynCall(sig,ptr,args)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0);if(sig[0]=="j")return 0n}};var resolveGlobalSymbol=(symName,direct=false)=>{var sym;if(isSymbolDefined(symName)){sym=wasmImports[symName]}else if(symName.startsWith("invoke_")){sym=wasmImports[symName]=createInvokeFunction(symName.split("_")[1])}return{sym,name:symName}};var UTF8ToString=(ptr,maxBytesToRead)=>ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):"";var loadWebAssemblyModule=(binary,flags,libName,localScope,handle)=>{var metadata=getDylinkMetadata(binary);currentModuleWeakSymbols=metadata.weakImports;function loadModule(){var firstLoad=!handle||!HEAP8[handle+8];if(firstLoad){var memAlign=Math.pow(2,metadata.memoryAlign);var memoryBase=metadata.memorySize?alignMemory(getMemory(metadata.memorySize+memAlign),memAlign):0;var tableBase=metadata.tableSize?wasmTable.length:0;if(handle){HEAP8[handle+8]=1;HEAPU32[handle+12>>2]=memoryBase;HEAP32[handle+16>>2]=metadata.memorySize;HEAPU32[handle+20>>2]=tableBase;HEAP32[handle+24>>2]=metadata.tableSize}}else{memoryBase=HEAPU32[handle+12>>2];tableBase=HEAPU32[handle+20>>2]}var tableGrowthNeeded=tableBase+metadata.tableSize-wasmTable.length;if(tableGrowthNeeded>0){wasmTable.grow(tableGrowthNeeded)}var moduleExports;function resolveSymbol(sym){var resolved=resolveGlobalSymbol(sym).sym;if(!resolved&&localScope){resolved=localScope[sym]}if(!resolved){resolved=moduleExports[sym]}return resolved}var proxyHandler={get(stubs,prop){switch(prop){case"__memory_base":return memoryBase;case"__table_base":return tableBase}if(prop in wasmImports&&!wasmImports[prop].stub){return wasmImports[prop]}if(!(prop in stubs)){var resolved;stubs[prop]=(...args)=>{resolved||=resolveSymbol(prop);return resolved(...args)}}return stubs[prop]}};var proxy=new Proxy({},proxyHandler);var info={"GOT.mem":new Proxy({},GOTHandler),"GOT.func":new Proxy({},GOTHandler),env:proxy,wasi_snapshot_preview1:proxy};function postInstantiation(module,instance){updateTableMap(tableBase,metadata.tableSize);moduleExports=relocateExports(instance.exports,memoryBase);if(!flags.allowUndefined){reportUndefinedSymbols()}function addEmAsm(addr,body){var args=[];var arity=0;for(;arity<16;arity++){if(body.indexOf("$"+arity)!=-1){args.push("$"+arity)}else{break}}args=args.join(",");var func=`(${args}) => { ${body} };`;ASM_CONSTS[start]=eval(func)}if("__start_em_asm"in moduleExports){var start=moduleExports["__start_em_asm"];var stop=moduleExports["__stop_em_asm"];while(start<stop){var jsString=UTF8ToString(start);addEmAsm(start,jsString);start=HEAPU8.indexOf(0,start)+1}}function addEmJs(name,cSig,body){var jsArgs=[];cSig=cSig.slice(1,-1);if(cSig!="void"){cSig=cSig.split(",");for(var i in cSig){var jsArg=cSig[i].split(" ").pop();jsArgs.push(jsArg.replace("*",""))}}var func=`(${jsArgs}) => ${body};`;moduleExports[name]=eval(func)}for(var name in moduleExports){if(name.startsWith("__em_js__")){var start=moduleExports[name];var jsString=UTF8ToString(start);var parts=jsString.split("<::>");addEmJs(name.replace("__em_js__",""),parts[0],parts[1]);delete moduleExports[name]}}var applyRelocs=moduleExports["__wasm_apply_data_relocs"];if(applyRelocs){if(runtimeInitialized){applyRelocs()}else{__RELOC_FUNCS__.push(applyRelocs)}}var init=moduleExports["__wasm_call_ctors"];if(init){if(runtimeInitialized){init()}else{__ATINIT__.push(init)}}return moduleExports}if(flags.loadAsync){if(binary instanceof WebAssembly.Module){var instance=new WebAssembly.Instance(binary,info);return Promise.resolve(postInstantiation(binary,instance))}return WebAssembly.instantiate(binary,info).then(result=>postInstantiation(result.module,result.instance))}var module=binary instanceof WebAssembly.Module?binary:new WebAssembly.Module(binary);var instance=new WebAssembly.Instance(module,info);return postInstantiation(module,instance)}if(flags.loadAsync){return metadata.neededDynlibs.reduce((chain,dynNeeded)=>chain.then(()=>loadDynamicLibrary(dynNeeded,flags,localScope)),Promise.resolve()).then(loadModule)}metadata.neededDynlibs.forEach(needed=>loadDynamicLibrary(needed,flags,localScope));return loadModule()};var mergeLibSymbols=(exports,libName)=>{for(var[sym,exp]of Object.entries(exports)){const setImport=target=>{if(!isSymbolDefined(target)){wasmImports[target]=exp}};setImport(sym);const main_alias="__main_argc_argv";if(sym=="main"){setImport(main_alias)}if(sym==main_alias){setImport("main")}}};var asyncLoad=async url=>{var arrayBuffer=await readAsync(url);return new Uint8Array(arrayBuffer)};var preloadPlugins=Module["preloadPlugins"]||[];var registerWasmPlugin=()=>{var wasmPlugin={promiseChainEnd:Promise.resolve(),canHandle:name=>!Module["noWasmDecoding"]&&name.endsWith(".so"),handle:(byteArray,name,onload,onerror)=>{wasmPlugin["promiseChainEnd"]=wasmPlugin["promiseChainEnd"].then(()=>loadWebAssemblyModule(byteArray,{loadAsync:true,nodelete:true},name,{})).then(exports=>{preloadedWasm[name]=exports;onload(byteArray)},error=>{err(`failed to instantiate wasm: ${name}: ${error}`);onerror()})}};preloadPlugins.push(wasmPlugin)};var preloadedWasm={};function loadDynamicLibrary(libName,flags={global:true,nodelete:true},localScope,handle){var dso=LDSO.loadedLibsByName[libName];if(dso){if(!flags.global){if(localScope){Object.assign(localScope,dso.exports)}}else if(!dso.global){dso.global=true;mergeLibSymbols(dso.exports,libName)}if(flags.nodelete&&dso.refcount!==Infinity){dso.refcount=Infinity}dso.refcount++;if(handle){LDSO.loadedLibsByHandle[handle]=dso}return flags.loadAsync?Promise.resolve(true):true}dso=newDSO(libName,handle,"loading");dso.refcount=flags.nodelete?Infinity:1;dso.global=flags.global;function loadLibData(){if(handle){var data=HEAPU32[handle+28>>2];var dataSize=HEAPU32[handle+32>>2];if(data&&dataSize){var libData=HEAP8.slice(data,data+dataSize);return flags.loadAsync?Promise.resolve(libData):libData}}var libFile=locateFile(libName);if(flags.loadAsync){return asyncLoad(libFile)}if(!readBinary){throw new Error(`${libFile}: file not found, and synchronous loading of external files is not available`)}return readBinary(libFile)}function getExports(){var preloaded=preloadedWasm[libName];if(preloaded){return flags.loadAsync?Promise.resolve(preloaded):preloaded}if(flags.loadAsync){return loadLibData().then(libData=>loadWebAssemblyModule(libData,flags,libName,localScope,handle))}return loadWebAssemblyModule(loadLibData(),flags,libName,localScope,handle)}function moduleLoaded(exports){if(dso.global){mergeLibSymbols(exports,libName)}else if(localScope){Object.assign(localScope,exports)}dso.exports=exports}if(flags.loadAsync){return getExports().then(exports=>{moduleLoaded(exports);return true})}moduleLoaded(getExports());return true}var reportUndefinedSymbols=()=>{for(var[symName,entry]of Object.entries(GOT)){if(entry.value==0){var value=resolveGlobalSymbol(symName,true).sym;if(!value&&!entry.required){continue}if(typeof value=="function"){entry.value=addFunction(value,value.sig)}else if(typeof value=="number"){entry.value=value}else{throw new Error(`bad export type for '${symName}': ${typeof value}`)}}}};var loadDylibs=()=>{if(!dynamicLibraries.length){reportUndefinedSymbols();return}addRunDependency("loadDylibs");dynamicLibraries.reduce((chain,lib)=>chain.then(()=>loadDynamicLibrary(lib,{loadAsync:true,global:true,nodelete:true,allowUndefined:true})),Promise.resolve()).then(()=>{reportUndefinedSymbols();removeRunDependency("loadDylibs")})};var noExitRuntime=Module["noExitRuntime"]||false;var ___call_sighandler=(fp,sig)=>getWasmTableEntry(fp)(sig);___call_sighandler.sig="vpi";var ___memory_base=new WebAssembly.Global({value:"i32",mutable:false},1024);var ___stack_pointer=new WebAssembly.Global({value:"i32",mutable:true},203168);var PATH={isAbs:path=>path.charAt(0)==="/",splitPath:filename=>{var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:(parts,allowAboveRoot)=>{var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:path=>{var isAbsolute=PATH.isAbs(path),trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(p=>!!p),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:path=>{var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir},basename:path=>{if(path==="/")return"/";path=PATH.normalize(path);path=path.replace(/\/$/,"");var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)},join:(...paths)=>PATH.normalize(paths.join("/")),join2:(l,r)=>PATH.normalize(l+"/"+r)};var initRandomFill=()=>{if(typeof crypto=="object"&&typeof crypto["getRandomValues"]=="function"){return view=>crypto.getRandomValues(view)}else if(ENVIRONMENT_IS_NODE){try{var crypto_module=require("crypto");var randomFillSync=crypto_module["randomFillSync"];if(randomFillSync){return view=>crypto_module["randomFillSync"](view)}var randomBytes=crypto_module["randomBytes"];return view=>(view.set(randomBytes(view.byteLength)),view)}catch(e){}}abort("initRandomDevice")};var randomFill=view=>(randomFill=initRandomFill())(view);var PATH_FS={resolve:(...args)=>{var resolvedPath="",resolvedAbsolute=false;for(var i=args.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?args[i]:FS.cwd();if(typeof path!="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=PATH.isAbs(path)}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(p=>!!p),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:(from,to)=>{from=PATH_FS.resolve(from).substr(1);to=PATH_FS.resolve(to).substr(1);function trim(arr){var start=0;for(;start<arr.length;start++){if(arr[start]!=="")break}var end=arr.length-1;for(;end>=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i<length;i++){if(fromParts[i]!==toParts[i]){samePartsLength=i;break}}var outputParts=[];for(var i=samePartsLength;i<fromParts.length;i++){outputParts.push("..")}outputParts=outputParts.concat(toParts.slice(samePartsLength));return outputParts.join("/")}};var FS_stdin_getChar_buffer=[];var lengthBytesUTF8=str=>{var len=0;for(var i=0;i<str.length;++i){var c=str.charCodeAt(i);if(c<=127){len++}else if(c<=2047){len+=2}else if(c>=55296&&c<=57343){len+=4;++i}else{len+=3}}return len};var stringToUTF8Array=(str,heap,outIdx,maxBytesToWrite)=>{if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i<str.length;++i){var u=str.charCodeAt(i);if(u>=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx};function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}var FS_stdin_getChar=()=>{if(!FS_stdin_getChar_buffer.length){var result=null;if(ENVIRONMENT_IS_NODE){var BUFSIZE=256;var buf=Buffer.alloc(BUFSIZE);var bytesRead=0;var fd=process.stdin.fd;try{bytesRead=fs.readSync(fd,buf,0,BUFSIZE)}catch(e){if(e.toString().includes("EOF"))bytesRead=0;else throw e}if(bytesRead>0){result=buf.slice(0,bytesRead).toString("utf-8")}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else{}if(!result){return null}FS_stdin_getChar_buffer=intArrayFromString(result,true)}return FS_stdin_getChar_buffer.shift()};var TTY={ttys:[],init(){},shutdown(){},register(dev,ops){TTY.ttys[dev]={input:[],output:[],ops};FS.registerDevice(dev,TTY.stream_ops)},stream_ops:{open(stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(43)}stream.tty=tty;stream.seekable=false},close(stream){stream.tty.ops.fsync(stream.tty)},fsync(stream){stream.tty.ops.fsync(stream.tty)},read(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.get_char){throw new FS.ErrnoError(60)}var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=stream.tty.ops.get_char(stream.tty)}catch(e){throw new FS.ErrnoError(29)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(6)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.atime=Date.now()}return bytesRead},write(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.put_char){throw new FS.ErrnoError(60)}try{for(var i=0;i<length;i++){stream.tty.ops.put_char(stream.tty,buffer[offset+i])}}catch(e){throw new FS.ErrnoError(29)}if(length){stream.node.mtime=stream.node.ctime=Date.now()}return i}},default_tty_ops:{get_char(tty){return FS_stdin_getChar()},put_char(tty,val){if(val===null||val===10){out(UTF8ArrayToString(tty.output));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync(tty){if(tty.output&&tty.output.length>0){out(UTF8ArrayToString(tty.output));tty.output=[]}},ioctl_tcgets(tty){return{c_iflag:25856,c_oflag:5,c_cflag:191,c_lflag:35387,c_cc:[3,28,127,21,4,0,1,0,17,19,26,0,18,15,23,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},ioctl_tcsets(tty,optional_actions,data){return 0},ioctl_tiocgwinsz(tty){return[24,80]}},default_tty1_ops:{put_char(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync(tty){if(tty.output&&tty.output.length>0){err(UTF8ArrayToString(tty.output));tty.output=[]}}}};var zeroMemory=(address,size)=>{HEAPU8.fill(0,address,address+size)};var mmapAlloc=size=>{abort()};var MEMFS={ops_table:null,mount(mount){return MEMFS.createNode(null,"/",16895,0)},createNode(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(63)}MEMFS.ops_table||={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,allocate:MEMFS.stream_ops.allocate,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}};var node=FS.createNode(parent,name,mode,dev);if(FS.isDir(node.mode)){node.node_ops=MEMFS.ops_table.dir.node;node.stream_ops=MEMFS.ops_table.dir.stream;node.contents={}}else if(FS.isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.stream;node.usedBytes=0;node.contents=null}else if(FS.isLink(node.mode)){node.node_ops=MEMFS.ops_table.link.node;node.stream_ops=MEMFS.ops_table.link.stream}else if(FS.isChrdev(node.mode)){node.node_ops=MEMFS.ops_table.chrdev.node;node.stream_ops=MEMFS.ops_table.chrdev.stream}node.atime=node.mtime=node.ctime=Date.now();if(parent){parent.contents[name]=node;parent.atime=parent.mtime=parent.ctime=node.atime}return node},getFileDataAsTypedArray(node){if(!node.contents)return new Uint8Array(0);if(node.contents.subarray)return node.contents.subarray(0,node.usedBytes);return new Uint8Array(node.contents)},expandFileStorage(node,newCapacity){var prevCapacity=node.contents?node.contents.length:0;if(prevCapacity>=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity<CAPACITY_DOUBLING_MAX?2:1.125)>>>0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0)},resizeFileStorage(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0}else{var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize}},node_ops:{getattr(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.atime);attr.mtime=new Date(node.mtime);attr.ctime=new Date(node.ctime);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr},setattr(node,attr){for(const key of["mode","atime","mtime","ctime"]){if(attr[key]){node[key]=attr[key]}}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}},lookup(parent,name){throw MEMFS.doesNotExistError},mknod(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)},rename(old_node,new_dir,new_name){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){if(FS.isDir(old_node.mode)){for(var i in new_node.contents){throw new FS.ErrnoError(55)}}FS.hashRemoveNode(new_node)}delete old_node.parent.contents[old_node.name];new_dir.contents[new_name]=old_node;old_node.name=new_name;new_dir.ctime=new_dir.mtime=old_node.parent.ctime=old_node.parent.mtime=Date.now()},unlink(parent,name){delete parent.contents[name];parent.ctime=parent.mtime=Date.now()},rmdir(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(55)}delete parent.contents[name];parent.ctime=parent.mtime=Date.now()},readdir(node){return[".","..",...Object.keys(node.contents)]},symlink(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node},readlink(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(28)}return node.link}},stream_ops:{read(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i<size;i++)buffer[offset+i]=contents[position+i]}return size},write(stream,buffer,offset,length,position,canOwn){if(buffer.buffer===HEAP8.buffer){canOwn=false}if(!length)return 0;var node=stream.node;node.mtime=node.ctime=Date.now();if(buffer.subarray&&(!node.contents||node.contents.subarray)){if(canOwn){node.contents=buffer.subarray(offset,offset+length);node.usedBytes=length;return length}else if(node.usedBytes===0&&position===0){node.contents=buffer.slice(offset,offset+length);node.usedBytes=length;return length}else if(position+length<=node.usedBytes){node.contents.set(buffer.subarray(offset,offset+length),position);return length}}MEMFS.expandFileStorage(node,position+length);if(node.contents.subarray&&buffer.subarray){node.contents.set(buffer.subarray(offset,offset+length),position)}else{for(var i=0;i<length;i++){node.contents[position+i]=buffer[offset+i]}}node.usedBytes=Math.max(node.usedBytes,position+length);return length},llseek(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){position+=stream.node.usedBytes}}if(position<0){throw new FS.ErrnoError(28)}return position},allocate(stream,offset,length){MEMFS.expandFileStorage(stream.node,offset+length);stream.node.usedBytes=Math.max(stream.node.usedBytes,offset+length)},mmap(stream,length,position,prot,flags){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}var ptr;var allocated;var contents=stream.node.contents;if(!(flags&2)&&contents&&contents.buffer===HEAP8.buffer){allocated=false;ptr=contents.byteOffset}else{allocated=true;ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}if(contents){if(position>0||position+length<contents.length){if(contents.subarray){contents=contents.subarray(position,position+length)}else{contents=Array.prototype.slice.call(contents,position,position+length)}}HEAP8.set(contents,ptr)}}return{ptr,allocated}},msync(stream,buffer,offset,length,mmapFlags){MEMFS.stream_ops.write(stream,buffer,0,length,offset,false);return 0}}};var FS_createDataFile=(parent,name,fileData,canRead,canWrite,canOwn)=>{FS.createDataFile(parent,name,fileData,canRead,canWrite,canOwn)};var FS_handledByPreloadPlugin=(byteArray,fullname,finish,onerror)=>{if(typeof Browser!="undefined")Browser.init();var handled=false;preloadPlugins.forEach(plugin=>{if(handled)return;if(plugin["canHandle"](fullname)){plugin["handle"](byteArray,fullname,finish,onerror);handled=true}});return handled};var FS_createPreloadedFile=(parent,name,url,canRead,canWrite,onload,onerror,dontCreateFile,canOwn,preFinish)=>{var fullname=name?PATH_FS.resolve(PATH.join2(parent,name)):parent;var dep=getUniqueRunDependency(`cp ${fullname}`);function processData(byteArray){function finish(byteArray){preFinish?.();if(!dontCreateFile){FS_createDataFile(parent,name,byteArray,canRead,canWrite,canOwn)}onload?.();removeRunDependency(dep)}if(FS_handledByPreloadPlugin(byteArray,fullname,finish,()=>{onerror?.();removeRunDependency(dep)})){return}finish(byteArray)}addRunDependency(dep);if(typeof url=="string"){asyncLoad(url).then(processData,onerror)}else{processData(url)}};var FS_modeStringToFlags=str=>{var flagModes={r:0,"r+":2,w:512|64|1,"w+":512|64|2,a:1024|64|1,"a+":1024|64|2};var flags=flagModes[str];if(typeof flags=="undefined"){throw new Error(`Unknown file open mode: ${str}`)}return flags};var FS_getMode=(canRead,canWrite)=>{var mode=0;if(canRead)mode|=292|73;if(canWrite)mode|=146;return mode};var ERRNO_CODES={EPERM:63,ENOENT:44,ESRCH:71,EINTR:27,EIO:29,ENXIO:60,E2BIG:1,ENOEXEC:45,EBADF:8,ECHILD:12,EAGAIN:6,EWOULDBLOCK:6,ENOMEM:48,EACCES:2,EFAULT:21,ENOTBLK:105,EBUSY:10,EEXIST:20,EXDEV:75,ENODEV:43,ENOTDIR:54,EISDIR:31,EINVAL:28,ENFILE:41,EMFILE:33,ENOTTY:59,ETXTBSY:74,EFBIG:22,ENOSPC:51,ESPIPE:70,EROFS:69,EMLINK:34,EPIPE:64,EDOM:18,ERANGE:68,ENOMSG:49,EIDRM:24,ECHRNG:106,EL2NSYNC:156,EL3HLT:107,EL3RST:108,ELNRNG:109,EUNATCH:110,ENOCSI:111,EL2HLT:112,EDEADLK:16,ENOLCK:46,EBADE:113,EBADR:114,EXFULL:115,ENOANO:104,EBADRQC:103,EBADSLT:102,EDEADLOCK:16,EBFONT:101,ENOSTR:100,ENODATA:116,ETIME:117,ENOSR:118,ENONET:119,ENOPKG:120,EREMOTE:121,ENOLINK:47,EADV:122,ESRMNT:123,ECOMM:124,EPROTO:65,EMULTIHOP:36,EDOTDOT:125,EBADMSG:9,ENOTUNIQ:126,EBADFD:127,EREMCHG:128,ELIBACC:129,ELIBBAD:130,ELIBSCN:131,ELIBMAX:132,ELIBEXEC:133,ENOSYS:52,ENOTEMPTY:55,ENAMETOOLONG:37,ELOOP:32,EOPNOTSUPP:138,EPFNOSUPPORT:139,ECONNRESET:15,ENOBUFS:42,EAFNOSUPPORT:5,EPROTOTYPE:67,ENOTSOCK:57,ENOPROTOOPT:50,ESHUTDOWN:140,ECONNREFUSED:14,EADDRINUSE:3,ECONNABORTED:13,ENETUNREACH:40,ENETDOWN:38,ETIMEDOUT:73,EHOSTDOWN:142,EHOSTUNREACH:23,EINPROGRESS:26,EALREADY:7,EDESTADDRREQ:17,EMSGSIZE:35,EPROTONOSUPPORT:66,ESOCKTNOSUPPORT:137,EADDRNOTAVAIL:4,ENETRESET:39,EISCONN:30,ENOTCONN:53,ETOOMANYREFS:141,EUSERS:136,EDQUOT:19,ESTALE:72,ENOTSUP:138,ENOMEDIUM:148,EILSEQ:25,EOVERFLOW:61,ECANCELED:11,ENOTRECOVERABLE:56,EOWNERDEAD:62,ESTRPIPE:135};var PROXYFS={mount(mount){return PROXYFS.createNode(null,"/",mount.opts.fs.lstat(mount.opts.root).mode,0)},createNode(parent,name,mode,dev){if(!FS.isDir(mode)&&!FS.isFile(mode)&&!FS.isLink(mode)){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var node=FS.createNode(parent,name,mode);node.node_ops=PROXYFS.node_ops;node.stream_ops=PROXYFS.stream_ops;return node},realPath(node){var parts=[];while(node.parent!==node){parts.push(node.name);node=node.parent}parts.push(node.mount.opts.root);parts.reverse();return PATH.join(...parts)},node_ops:{getattr(node){var path=PROXYFS.realPath(node);var stat;try{stat=node.mount.opts.fs.lstat(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}return{dev:stat.dev,ino:stat.ino,mode:stat.mode,nlink:stat.nlink,uid:stat.uid,gid:stat.gid,rdev:stat.rdev,size:stat.size,atime:stat.atime,mtime:stat.mtime,ctime:stat.ctime,blksize:stat.blksize,blocks:stat.blocks}},setattr(node,attr){var path=PROXYFS.realPath(node);try{if(attr.mode!==undefined){node.mount.opts.fs.chmod(path,attr.mode);node.mode=attr.mode}if(attr.atime||attr.mtime){var atime=new Date(attr.atime||attr.mtime);var mtime=new Date(attr.mtime||attr.atime);node.mount.opts.fs.utime(path,atime,mtime)}if(attr.size!==undefined){node.mount.opts.fs.truncate(path,attr.size)}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},lookup(parent,name){try{var path=PATH.join2(PROXYFS.realPath(parent),name);var mode=parent.mount.opts.fs.lstat(path).mode;var node=PROXYFS.createNode(parent,name,mode);return node}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},mknod(parent,name,mode,dev){var node=PROXYFS.createNode(parent,name,mode,dev);var path=PROXYFS.realPath(node);try{if(FS.isDir(node.mode)){node.mount.opts.fs.mkdir(path,node.mode)}else{node.mount.opts.fs.writeFile(path,"",{mode:node.mode})}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}return node},rename(oldNode,newDir,newName){var oldPath=PROXYFS.realPath(oldNode);var newPath=PATH.join2(PROXYFS.realPath(newDir),newName);try{oldNode.mount.opts.fs.rename(oldPath,newPath);oldNode.name=newName}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},unlink(parent,name){var path=PATH.join2(PROXYFS.realPath(parent),name);try{parent.mount.opts.fs.unlink(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},rmdir(parent,name){var path=PATH.join2(PROXYFS.realPath(parent),name);try{parent.mount.opts.fs.rmdir(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},readdir(node){var path=PROXYFS.realPath(node);try{return node.mount.opts.fs.readdir(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},symlink(parent,newName,oldPath){var newPath=PATH.join2(PROXYFS.realPath(parent),newName);try{parent.mount.opts.fs.symlink(oldPath,newPath)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},readlink(node){var path=PROXYFS.realPath(node);try{return node.mount.opts.fs.readlink(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}},stream_ops:{open(stream){var path=PROXYFS.realPath(stream.node);try{stream.nfd=stream.node.mount.opts.fs.open(path,stream.flags)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},close(stream){try{stream.node.mount.opts.fs.close(stream.nfd)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},read(stream,buffer,offset,length,position){try{return stream.node.mount.opts.fs.read(stream.nfd,buffer,offset,length,position)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},write(stream,buffer,offset,length,position){try{return stream.node.mount.opts.fs.write(stream.nfd,buffer,offset,length,position)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},llseek(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){try{var stat=stream.node.node_ops.getattr(stream.node);position+=stat.size}catch(e){throw new FS.ErrnoError(ERRNO_CODES[e.code])}}}if(position<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}return position}}};var FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,ErrnoError:class{name="ErrnoError";constructor(errno){this.errno=errno}},filesystems:null,syncFSRequests:0,readFiles:{},FSStream:class{shared={};get object(){return this.node}set object(val){this.node=val}get isRead(){return(this.flags&2097155)!==1}get isWrite(){return(this.flags&2097155)!==0}get isAppend(){return this.flags&1024}get flags(){return this.shared.flags}set flags(val){this.shared.flags=val}get position(){return this.shared.position}set position(val){this.shared.position=val}},FSNode:class{node_ops={};stream_ops={};readMode=292|73;writeMode=146;mounted=null;constructor(parent,name,mode,rdev){if(!parent){parent=this}this.parent=parent;this.mount=parent.mount;this.id=FS.nextInode++;this.name=name;this.mode=mode;this.rdev=rdev;this.atime=this.mtime=this.ctime=Date.now()}get read(){return(this.mode&this.readMode)===this.readMode}set read(val){val?this.mode|=this.readMode:this.mode&=~this.readMode}get write(){return(this.mode&this.writeMode)===this.writeMode}set write(val){val?this.mode|=this.writeMode:this.mode&=~this.writeMode}get isFolder(){return FS.isDir(this.mode)}get isDevice(){return FS.isChrdev(this.mode)}},lookupPath(path,opts={}){if(!path)return{path:"",node:null};opts.follow_mount??=true;if(!PATH.isAbs(path)){path=FS.cwd()+"/"+path}linkloop:for(var nlinks=0;nlinks<40;nlinks++){var parts=path.split("/").filter(p=>!!p&&p!==".");var current=FS.root;var current_path="/";for(var i=0;i<parts.length;i++){var islast=i===parts.length-1;if(islast&&opts.parent){break}if(parts[i]===".."){current_path=PATH.dirname(current_path);current=current.parent;continue}current_path=PATH.join2(current_path,parts[i]);try{current=FS.lookupNode(current,parts[i])}catch(e){if(e?.errno===44&&islast&&opts.noent_okay){return{path:current_path}}throw e}if(FS.isMountpoint(current)&&(!islast||opts.follow_mount)){current=current.mounted.root}if(FS.isLink(current.mode)&&(!islast||opts.follow)){if(!current.node_ops.readlink){throw new FS.ErrnoError(52)}var link=current.node_ops.readlink(current);if(!PATH.isAbs(link)){link=PATH.dirname(current_path)+"/"+link}path=link+"/"+parts.slice(i+1).join("/");continue linkloop}}return{path:current_path,node:current}}throw new FS.ErrnoError(32)},getPath(node){var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?`${mount}/${path}`:mount+path}path=path?`${node.name}/${path}`:node.name;node=node.parent}},hashName(parentid,name){var hash=0;for(var i=0;i<name.length;i++){hash=(hash<<5)-hash+name.charCodeAt(i)|0}return(parentid+hash>>>0)%FS.nameTable.length},hashAddNode(node){var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode(node){var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}},lookupNode(parent,name){var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)},createNode(parent,name,mode,rdev){var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode(node){FS.hashRemoveNode(node)},isRoot(node){return node===node.parent},isMountpoint(node){return!!node.mounted},isFile(mode){return(mode&61440)===32768},isDir(mode){return(mode&61440)===16384},isLink(mode){return(mode&61440)===40960},isChrdev(mode){return(mode&61440)===8192},isBlkdev(mode){return(mode&61440)===24576},isFIFO(mode){return(mode&61440)===4096},isSocket(mode){return(mode&49152)===49152},flagsToPermissionString(flag){var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions(node,perms){if(FS.ignorePermissions){return 0}if(perms.includes("r")&&!(node.mode&292)){return 2}else if(perms.includes("w")&&!(node.mode&146)){return 2}else if(perms.includes("x")&&!(node.mode&73)){return 2}return 0},mayLookup(dir){if(!FS.isDir(dir.mode))return 54;var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate(dir,name){if(!FS.isDir(dir.mode)){return 54}try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete(dir,name,isdir){var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen(node,flags){if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},MAX_OPEN_FDS:4096,nextfd(){for(var fd=0;fd<=FS.MAX_OPEN_FDS;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(33)},getStreamChecked(fd){var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}return stream},getStream:fd=>FS.streams[fd],createStream(stream,fd=-1){stream=Object.assign(new FS.FSStream,stream);if(fd==-1){fd=FS.nextfd()}stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream(fd){FS.streams[fd]=null},dupStream(origStream,fd=-1){var stream=FS.createStream(origStream,fd);stream.stream_ops?.dup?.(stream);return stream},chrdev_stream_ops:{open(stream){var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;stream.stream_ops.open?.(stream)},llseek(){throw new FS.ErrnoError(70)}},major:dev=>dev>>8,minor:dev=>dev&255,makedev:(ma,mi)=>ma<<8|mi,registerDevice(dev,ops){FS.devices[dev]={stream_ops:ops}},getDevice:dev=>FS.devices[dev],getMounts(mount){var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push(...m.mounts)}return mounts},syncfs(populate,callback){if(typeof populate=="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err(`warning: ${FS.syncFSRequests} FS.syncfs operations in flight at once, probably just doing extra work`)}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(mount=>{if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount(type,opts,mountpoint){var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}var mount={type,opts,mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot},unmount(mountpoint){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(hash=>{var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.includes(current.mount)){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup(parent,name){return parent.node_ops.lookup(parent,name)},mknod(path,mode,dev){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name||name==="."||name===".."){throw new FS.ErrnoError(28)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},statfs(path){var rtn={bsize:4096,frsize:4096,blocks:1e6,bfree:5e5,bavail:5e5,files:FS.nextInode,ffree:FS.nextInode-1,fsid:42,flags:2,namelen:255};var parent=FS.lookupPath(path,{follow:true}).node;if(parent?.node_ops.statfs){Object.assign(rtn,parent.node_ops.statfs(parent.mount.opts.root))}return rtn},create(path,mode=438){mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir(path,mode=511){mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree(path,mode){var dirs=path.split("/");var d="";for(var i=0;i<dirs.length;++i){if(!dirs[i])continue;d+="/"+dirs[i];try{FS.mkdir(d,mode)}catch(e){if(e.errno!=20)throw e}}},mkdev(path,mode,dev){if(typeof dev=="undefined"){dev=mode;mode=438}mode|=8192;return FS.mknod(path,mode,dev)},symlink(oldpath,newpath){if(!PATH_FS.resolve(oldpath)){throw new FS.ErrnoError(44)}var lookup=FS.lookupPath(newpath,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var newname=PATH.basename(newpath);var errCode=FS.mayCreate(parent,newname);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.symlink){throw new FS.ErrnoError(63)}return parent.node_ops.symlink(parent,newname,oldpath)},rename(old_path,new_path){var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_name=PATH.basename(old_path);var new_name=PATH.basename(new_path);var lookup,old_dir,new_dir;lookup=FS.lookupPath(old_path,{parent:true});old_dir=lookup.node;lookup=FS.lookupPath(new_path,{parent:true});new_dir=lookup.node;if(!old_dir||!new_dir)throw new FS.ErrnoError(44);if(old_dir.mount!==new_dir.mount){throw new FS.ErrnoError(75)}var old_node=FS.lookupNode(old_dir,old_name);var relative=PATH_FS.relative(old_path,new_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(28)}relative=PATH_FS.relative(new_path,old_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(55)}var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(old_node===new_node){return}var isdir=FS.isDir(old_node.mode);var errCode=FS.mayDelete(old_dir,old_name,isdir);if(errCode){throw new FS.ErrnoError(errCode)}errCode=new_node?FS.mayDelete(new_dir,new_name,isdir):FS.mayCreate(new_dir,new_name);if(errCode){throw new FS.ErrnoError(errCode)}if(!old_dir.node_ops.rename){throw new FS.ErrnoError(63)}if(FS.isMountpoint(old_node)||new_node&&FS.isMountpoint(new_node)){throw new FS.ErrnoError(10)}if(new_dir!==old_dir){errCode=FS.nodePermissions(old_dir,"w");if(errCode){throw new FS.ErrnoError(errCode)}}FS.hashRemoveNode(old_node);try{old_dir.node_ops.rename(old_node,new_dir,new_name);old_node.parent=new_dir}catch(e){throw e}finally{FS.hashAddNode(old_node)}},rmdir(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,true);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.rmdir){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.rmdir(parent,name);FS.destroyNode(node)},readdir(path){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node.node_ops.readdir){throw new FS.ErrnoError(54)}return node.node_ops.readdir(node)},unlink(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,false);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.unlink){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.unlink(parent,name);FS.destroyNode(node)},readlink(path){var lookup=FS.lookupPath(path);var link=lookup.node;if(!link){throw new FS.ErrnoError(44)}if(!link.node_ops.readlink){throw new FS.ErrnoError(28)}return link.node_ops.readlink(link)},stat(path,dontFollow){var lookup=FS.lookupPath(path,{follow:!dontFollow});var node=lookup.node;if(!node){throw new FS.ErrnoError(44)}if(!node.node_ops.getattr){throw new FS.ErrnoError(63)}return node.node_ops.getattr(node)},lstat(path){return FS.stat(path,true)},chmod(path,mode,dontFollow){var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{mode:mode&4095|node.mode&~4095,ctime:Date.now()})},lchmod(path,mode){FS.chmod(path,mode,true)},fchmod(fd,mode){var stream=FS.getStreamChecked(fd);FS.chmod(stream.node,mode)},chown(path,uid,gid,dontFollow){var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{timestamp:Date.now()})},lchown(path,uid,gid){FS.chown(path,uid,gid,true)},fchown(fd,uid,gid){var stream=FS.getStreamChecked(fd);FS.chown(stream.node,uid,gid)},truncate(path,len){if(len<0){throw new FS.ErrnoError(28)}var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:true});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}if(FS.isDir(node.mode)){throw new FS.ErrnoError(31)}if(!FS.isFile(node.mode)){throw new FS.ErrnoError(28)}var errCode=FS.nodePermissions(node,"w");if(errCode){throw new FS.ErrnoError(errCode)}node.node_ops.setattr(node,{size:len,timestamp:Date.now()})},ftruncate(fd,len){var stream=FS.getStreamChecked(fd);if((stream.flags&2097155)===0){throw new FS.ErrnoError(28)}FS.truncate(stream.node,len)},utime(path,atime,mtime){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;node.node_ops.setattr(node,{atime,mtime})},open(path,flags,mode=438){if(path===""){throw new FS.ErrnoError(44)}flags=typeof flags=="string"?FS_modeStringToFlags(flags):flags;if(flags&64){mode=mode&4095|32768}else{mode=0}var node;if(typeof path=="object"){node=path}else{var lookup=FS.lookupPath(path,{follow:!(flags&131072),noent_okay:true});node=lookup.node;path=lookup.path}var created=false;if(flags&64){if(node){if(flags&128){throw new FS.ErrnoError(20)}}else{node=FS.mknod(path,mode,0);created=true}}if(!node){throw new FS.ErrnoError(44)}if(FS.isChrdev(node.mode)){flags&=~512}if(flags&65536&&!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}if(!created){var errCode=FS.mayOpen(node,flags);if(errCode){throw new FS.ErrnoError(errCode)}}if(flags&512&&!created){FS.truncate(node,0)}flags&=~(128|512|131072);var stream=FS.createStream({node,path:FS.getPath(node),flags,seekable:true,position:0,stream_ops:node.stream_ops,ungotten:[],error:false});if(stream.stream_ops.open){stream.stream_ops.open(stream)}if(Module["logReadFiles"]&&!(flags&1)){if(!(path in FS.readFiles)){FS.readFiles[path]=1}}return stream},close(stream){if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(stream.getdents)stream.getdents=null;try{if(stream.stream_ops.close){stream.stream_ops.close(stream)}}catch(e){throw e}finally{FS.closeStream(stream.fd)}stream.fd=null},isClosed(stream){return stream.fd===null},llseek(stream,offset,whence){if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(!stream.seekable||!stream.stream_ops.llseek){throw new FS.ErrnoError(70)}if(whence!=0&&whence!=1&&whence!=2){throw new FS.ErrnoError(28)}stream.position=stream.stream_ops.llseek(stream,offset,whence);stream.ungotten=[];return stream.position},read(stream,buffer,offset,length,position){if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.read){throw new FS.ErrnoError(28)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesRead=stream.stream_ops.read(stream,buffer,offset,length,position);if(!seeking)stream.position+=bytesRead;return bytesRead},write(stream,buffer,offset,length,position,canOwn){if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.write){throw new FS.ErrnoError(28)}if(stream.seekable&&stream.flags&1024){FS.llseek(stream,0,2)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesWritten=stream.stream_ops.write(stream,buffer,offset,length,position,canOwn);if(!seeking)stream.position+=bytesWritten;return bytesWritten},allocate(stream,offset,length){if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(offset<0||length<=0){throw new FS.ErrnoError(28)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(!FS.isFile(stream.node.mode)&&!FS.isDir(stream.node.mode)){throw new FS.ErrnoError(43)}if(!stream.stream_ops.allocate){throw new FS.ErrnoError(138)}stream.stream_ops.allocate(stream,offset,length)},mmap(stream,length,position,prot,flags){if((prot&2)!==0&&(flags&2)===0&&(stream.flags&2097155)!==2){throw new FS.ErrnoError(2)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(2)}if(!stream.stream_ops.mmap){throw new FS.ErrnoError(43)}if(!length){throw new FS.ErrnoError(28)}return stream.stream_ops.mmap(stream,length,position,prot,flags)},msync(stream,buffer,offset,length,mmapFlags){if(!stream.stream_ops.msync){return 0}return stream.stream_ops.msync(stream,buffer,offset,length,mmapFlags)},ioctl(stream,cmd,arg){if(!stream.stream_ops.ioctl){throw new FS.ErrnoError(59)}return stream.stream_ops.ioctl(stream,cmd,arg)},readFile(path,opts={}){opts.flags=opts.flags||0;opts.encoding=opts.encoding||"binary";if(opts.encoding!=="utf8"&&opts.encoding!=="binary"){throw new Error(`Invalid encoding type "${opts.encoding}"`)}var ret;var stream=FS.open(path,opts.flags);var stat=FS.stat(path);var length=stat.size;var buf=new Uint8Array(length);FS.read(stream,buf,0,length,0);if(opts.encoding==="utf8"){ret=UTF8ArrayToString(buf)}else if(opts.encoding==="binary"){ret=buf}FS.close(stream);return ret},writeFile(path,data,opts={}){opts.flags=opts.flags||577;var stream=FS.open(path,opts.flags,opts.mode);if(typeof data=="string"){var buf=new Uint8Array(lengthBytesUTF8(data)+1);var actualNumBytes=stringToUTF8Array(data,buf,0,buf.length);FS.write(stream,buf,0,actualNumBytes,undefined,opts.canOwn)}else if(ArrayBuffer.isView(data)){FS.write(stream,data,0,data.byteLength,undefined,opts.canOwn)}else{throw new Error("Unsupported data type")}FS.close(stream)},cwd:()=>FS.currentPath,chdir(path){var lookup=FS.lookupPath(path,{follow:true});if(lookup.node===null){throw new FS.ErrnoError(44)}if(!FS.isDir(lookup.node.mode)){throw new FS.ErrnoError(54)}var errCode=FS.nodePermissions(lookup.node,"x");if(errCode){throw new FS.ErrnoError(errCode)}FS.currentPath=lookup.path},createDefaultDirectories(){FS.mkdir("/tmp");FS.mkdir("/home");FS.mkdir("/home/web_user")},createDefaultDevices(){FS.mkdir("/dev");FS.registerDevice(FS.makedev(1,3),{read:()=>0,write:(stream,buffer,offset,length,pos)=>length,llseek:()=>0});FS.mkdev("/dev/null",FS.makedev(1,3));TTY.register(FS.makedev(5,0),TTY.default_tty_ops);TTY.register(FS.makedev(6,0),TTY.default_tty1_ops);FS.mkdev("/dev/tty",FS.makedev(5,0));FS.mkdev("/dev/tty1",FS.makedev(6,0));var randomBuffer=new Uint8Array(1024),randomLeft=0;var randomByte=()=>{if(randomLeft===0){randomLeft=randomFill(randomBuffer).byteLength}return randomBuffer[--randomLeft]};FS.createDevice("/dev","random",randomByte);FS.createDevice("/dev","urandom",randomByte);FS.mkdir("/dev/shm");FS.mkdir("/dev/shm/tmp")},createSpecialDirectories(){FS.mkdir("/proc");var proc_self=FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd");FS.mount({mount(){var node=FS.createNode(proc_self,"fd",16895,73);node.stream_ops={llseek:MEMFS.stream_ops.llseek};node.node_ops={lookup(parent,name){var fd=+name;var stream=FS.getStreamChecked(fd);var ret={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:()=>stream.path},id:fd+1};ret.parent=ret;return ret},readdir(){return Array.from(FS.streams.entries()).filter(([k,v])=>v).map(([k,v])=>k.toString())}};return node}},{},"/proc/self/fd")},createStandardStreams(input,output,error){if(input){FS.createDevice("/dev","stdin",input)}else{FS.symlink("/dev/tty","/dev/stdin")}if(output){FS.createDevice("/dev","stdout",null,output)}else{FS.symlink("/dev/tty","/dev/stdout")}if(error){FS.createDevice("/dev","stderr",null,error)}else{FS.symlink("/dev/tty1","/dev/stderr")}var stdin=FS.open("/dev/stdin",0);var stdout=FS.open("/dev/stdout",1);var stderr=FS.open("/dev/stderr",1)},staticInit(){FS.nameTable=new Array(4096);FS.mount(MEMFS,{},"/");FS.createDefaultDirectories();FS.createDefaultDevices();FS.createSpecialDirectories();FS.filesystems={MEMFS,PROXYFS}},init(input,output,error){FS.initialized=true;input??=Module["stdin"];output??=Module["stdout"];error??=Module["stderr"];FS.createStandardStreams(input,output,error)},quit(){FS.initialized=false;_fflush(0);for(var i=0;i<FS.streams.length;i++){var stream=FS.streams[i];if(!stream){continue}FS.close(stream)}},findObject(path,dontResolveLastLink){var ret=FS.analyzePath(path,dontResolveLastLink);if(!ret.exists){return null}return ret.object},analyzePath(path,dontResolveLastLink){try{var lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});path=lookup.path}catch(e){}var ret={isRoot:false,exists:false,error:0,name:null,path:null,object:null,parentExists:false,parentPath:null,parentObject:null};try{var lookup=FS.lookupPath(path,{parent:true});ret.parentExists=true;ret.parentPath=lookup.path;ret.parentObject=lookup.node;ret.name=PATH.basename(path);lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});ret.exists=true;ret.path=lookup.path;ret.object=lookup.node;ret.name=lookup.node.name;ret.isRoot=lookup.path==="/"}catch(e){ret.error=e.errno}return ret},createPath(parent,path,canRead,canWrite){parent=typeof parent=="string"?parent:FS.getPath(parent);var parts=path.split("/").reverse();while(parts.length){var part=parts.pop();if(!part)continue;var current=PATH.join2(parent,part);try{FS.mkdir(current)}catch(e){}parent=current}return current},createFile(parent,name,properties,canRead,canWrite){var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS_getMode(canRead,canWrite);return FS.create(path,mode)},createDataFile(parent,name,data,canRead,canWrite,canOwn){var path=name;if(parent){parent=typeof parent=="string"?parent:FS.getPath(parent);path=name?PATH.join2(parent,name):parent}var mode=FS_getMode(canRead,canWrite);var node=FS.create(path,mode);if(data){if(typeof data=="string"){var arr=new Array(data.length);for(var i=0,len=data.length;i<len;++i)arr[i]=data.charCodeAt(i);data=arr}FS.chmod(node,mode|146);var stream=FS.open(node,577);FS.write(stream,data,0,data.length,0,canOwn);FS.close(stream);FS.chmod(node,mode)}},createDevice(parent,name,input,output){var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS_getMode(!!input,!!output);FS.createDevice.major??=64;var dev=FS.makedev(FS.createDevice.major++,0);FS.registerDevice(dev,{open(stream){stream.seekable=false},close(stream){if(output?.buffer?.length){output(10)}},read(stream,buffer,offset,length,pos){var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=input()}catch(e){throw new FS.ErrnoError(29)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(6)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.atime=Date.now()}return bytesRead},write(stream,buffer,offset,length,pos){for(var i=0;i<length;i++){try{output(buffer[offset+i])}catch(e){throw new FS.ErrnoError(29)}}if(length){stream.node.mtime=stream.node.ctime=Date.now()}return i}});return FS.mkdev(path,mode,dev)},forceLoadFile(obj){if(obj.isDevice||obj.isFolder||obj.link||obj.contents)return true;if(typeof XMLHttpRequest!="undefined"){throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.")}else{try{obj.contents=readBinary(obj.url);obj.usedBytes=obj.contents.length}catch(e){throw new FS.ErrnoError(29)}}},createLazyFile(parent,name,url,canRead,canWrite){class LazyUint8Array{lengthKnown=false;chunks=[];get(idx){if(idx>this.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]}setDataGetter(getter){this.getter=getter}cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=(from,to)=>{if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}return intArrayFromString(xhr.responseText||"",true)};var lazyArray=this;lazyArray.setDataGetter(chunkNum=>{var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]=="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]=="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]});if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;out("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true}get length(){if(!this.lengthKnown){this.cacheLength()}return this._length}get chunkSize(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize}}if(typeof XMLHttpRequest!="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach(key=>{var fn=node.stream_ops[key];stream_ops[key]=(...args)=>{FS.forceLoadFile(node);return fn(...args)}});function writeChunks(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i<size;i++){buffer[offset+i]=contents[position+i]}}else{for(var i=0;i<size;i++){buffer[offset+i]=contents.get(position+i)}}return size}stream_ops.read=(stream,buffer,offset,length,position)=>{FS.forceLoadFile(node);return writeChunks(stream,buffer,offset,length,position)};stream_ops.mmap=(stream,length,position,prot,flags)=>{FS.forceLoadFile(node);var ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}writeChunks(stream,HEAP8,ptr,length,position);return{ptr,allocated:true}};node.stream_ops=stream_ops;return node}};var SYSCALLS={DEFAULT_POLLMASK:5,calculateAt(dirfd,path,allowEmpty){if(PATH.isAbs(path)){return path}var dir;if(dirfd===-100){dir=FS.cwd()}else{var dirstream=SYSCALLS.getStreamFromFD(dirfd);dir=dirstream.path}if(path.length==0){if(!allowEmpty){throw new FS.ErrnoError(44)}return dir}return dir+"/"+path},doStat(func,path,buf){var stat=func(path);HEAP32[buf>>2]=stat.dev;HEAP32[buf+4>>2]=stat.mode;HEAPU32[buf+8>>2]=stat.nlink;HEAP32[buf+12>>2]=stat.uid;HEAP32[buf+16>>2]=stat.gid;HEAP32[buf+20>>2]=stat.rdev;HEAP64[buf+24>>3]=BigInt(stat.size);HEAP32[buf+32>>2]=4096;HEAP32[buf+36>>2]=stat.blocks;var atime=stat.atime.getTime();var mtime=stat.mtime.getTime();var ctime=stat.ctime.getTime();HEAP64[buf+40>>3]=BigInt(Math.floor(atime/1e3));HEAPU32[buf+48>>2]=atime%1e3*1e3*1e3;HEAP64[buf+56>>3]=BigInt(Math.floor(mtime/1e3));HEAPU32[buf+64>>2]=mtime%1e3*1e3*1e3;HEAP64[buf+72>>3]=BigInt(Math.floor(ctime/1e3));HEAPU32[buf+80>>2]=ctime%1e3*1e3*1e3;HEAP64[buf+88>>3]=BigInt(stat.ino);return 0},doMsync(addr,stream,len,flags,offset){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}if(flags&2){return 0}var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},getStreamFromFD(fd){var stream=FS.getStreamChecked(fd);return stream},varargs:undefined,getStr(ptr){var ret=UTF8ToString(ptr);return ret}};function ___syscall_dup3(fd,newfd,flags){try{var old=SYSCALLS.getStreamFromFD(fd);if(old.fd===newfd)return-28;if(newfd<0||newfd>=FS.MAX_OPEN_FDS)return-8;var existing=FS.getStream(newfd);if(existing)FS.close(existing);return FS.dupStream(old,newfd).fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_dup3.sig="iiii";function ___syscall_faccessat(dirfd,path,amode,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(amode&~7){return-28}var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node){return-44}var perms="";if(amode&4)perms+="r";if(amode&2)perms+="w";if(amode&1)perms+="x";if(perms&&FS.nodePermissions(node,perms)){return-2}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_faccessat.sig="iipii";var syscallGetVarargI=()=>{var ret=HEAP32[+SYSCALLS.varargs>>2];SYSCALLS.varargs+=4;return ret};var syscallGetVarargP=syscallGetVarargI;function ___syscall_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(cmd){case 0:{var arg=syscallGetVarargI();if(arg<0){return-28}while(FS.streams[arg]){arg++}var newStream;newStream=FS.dupStream(stream,arg);return newStream.fd}case 1:case 2:return 0;case 3:return stream.flags;case 4:{var arg=syscallGetVarargI();stream.flags|=arg;return 0}case 12:{var arg=syscallGetVarargP();var offset=0;HEAP16[arg+offset>>1]=2;return 0}case 13:case 14:return 0}return-28}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_fcntl64.sig="iiip";function ___syscall_fstat64(fd,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return SYSCALLS.doStat(FS.stat,stream.path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_fstat64.sig="iip";var stringToUTF8=(str,outPtr,maxBytesToWrite)=>stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite);function ___syscall_getcwd(buf,size){try{if(size===0)return-28;var cwd=FS.cwd();var cwdLengthInBytes=lengthBytesUTF8(cwd)+1;if(size<cwdLengthInBytes)return-68;stringToUTF8(cwd,buf,size);return cwdLengthInBytes}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_getcwd.sig="ipp";function ___syscall_getdents64(fd,dirp,count){try{var stream=SYSCALLS.getStreamFromFD(fd);stream.getdents||=FS.readdir(stream.path);var struct_size=280;var pos=0;var off=FS.llseek(stream,0,1);var startIdx=Math.floor(off/struct_size);var endIdx=Math.min(stream.getdents.length,startIdx+Math.floor(count/struct_size));for(var idx=startIdx;idx<endIdx;idx++){var id;var type;var name=stream.getdents[idx];if(name==="."){id=stream.node.id;type=4}else if(name===".."){var lookup=FS.lookupPath(stream.path,{parent:true});id=lookup.node.id;type=4}else{var child;try{child=FS.lookupNode(stream.node,name)}catch(e){if(e?.errno===28){continue}throw e}id=child.id;type=FS.isChrdev(child.mode)?2:FS.isDir(child.mode)?4:FS.isLink(child.mode)?10:8}HEAP64[dirp+pos>>3]=BigInt(id);HEAP64[dirp+pos+8>>3]=BigInt((idx+1)*struct_size);HEAP16[dirp+pos+16>>1]=280;HEAP8[dirp+pos+18]=type;stringToUTF8(name,dirp+pos+19,256);pos+=struct_size}FS.llseek(stream,idx*struct_size,0);return pos}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_getdents64.sig="iipp";function ___syscall_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(op){case 21509:{if(!stream.tty)return-59;return 0}case 21505:{if(!stream.tty)return-59;if(stream.tty.ops.ioctl_tcgets){var termios=stream.tty.ops.ioctl_tcgets(stream);var argp=syscallGetVarargP();HEAP32[argp>>2]=termios.c_iflag||0;HEAP32[argp+4>>2]=termios.c_oflag||0;HEAP32[argp+8>>2]=termios.c_cflag||0;HEAP32[argp+12>>2]=termios.c_lflag||0;for(var i=0;i<32;i++){HEAP8[argp+i+17]=termios.c_cc[i]||0}return 0}return 0}case 21510:case 21511:case 21512:{if(!stream.tty)return-59;return 0}case 21506:case 21507:case 21508:{if(!stream.tty)return-59;if(stream.tty.ops.ioctl_tcsets){var argp=syscallGetVarargP();var c_iflag=HEAP32[argp>>2];var c_oflag=HEAP32[argp+4>>2];var c_cflag=HEAP32[argp+8>>2];var c_lflag=HEAP32[argp+12>>2];var c_cc=[];for(var i=0;i<32;i++){c_cc.push(HEAP8[argp+i+17])}return stream.tty.ops.ioctl_tcsets(stream.tty,op,{c_iflag,c_oflag,c_cflag,c_lflag,c_cc})}return 0}case 21519:{if(!stream.tty)return-59;var argp=syscallGetVarargP();HEAP32[argp>>2]=0;return 0}case 21520:{if(!stream.tty)return-59;return-28}case 21531:{var argp=syscallGetVarargP();return FS.ioctl(stream,op,argp)}case 21523:{if(!stream.tty)return-59;if(stream.tty.ops.ioctl_tiocgwinsz){var winsize=stream.tty.ops.ioctl_tiocgwinsz(stream.tty);var argp=syscallGetVarargP();HEAP16[argp>>1]=winsize[0];HEAP16[argp+2>>1]=winsize[1]}return 0}case 21524:{if(!stream.tty)return-59;return 0}case 21515:{if(!stream.tty)return-59;return 0}default:return-28}}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_ioctl.sig="iiip";function ___syscall_lstat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.lstat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_lstat64.sig="ipp";function ___syscall_mkdirat(dirfd,path,mode){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);FS.mkdir(path,mode,0);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_mkdirat.sig="iipi";function ___syscall_newfstatat(dirfd,path,buf,flags){try{path=SYSCALLS.getStr(path);var nofollow=flags&256;var allowEmpty=flags&4096;flags=flags&~6400;path=SYSCALLS.calculateAt(dirfd,path,allowEmpty);return SYSCALLS.doStat(nofollow?FS.lstat:FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_newfstatat.sig="iippi";function ___syscall_openat(dirfd,path,flags,varargs){SYSCALLS.varargs=varargs;try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);var mode=varargs?syscallGetVarargI():0;return FS.open(path,flags,mode).fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_openat.sig="iipip";function ___syscall_readlinkat(dirfd,path,buf,bufsize){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(bufsize<=0)return-28;var ret=FS.readlink(path);var len=Math.min(bufsize,lengthBytesUTF8(ret));var endChar=HEAP8[buf+len];stringToUTF8(ret,buf,bufsize+1);HEAP8[buf+len]=endChar;return len}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_readlinkat.sig="iippp";function ___syscall_rmdir(path){try{path=SYSCALLS.getStr(path);FS.rmdir(path);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_rmdir.sig="ip";var SOCKFS={websocketArgs:{},callbacks:{},on(event,callback){SOCKFS.callbacks[event]=callback},emit(event,param){SOCKFS.callbacks[event]?.(param)},mount(mount){SOCKFS.websocketArgs=Module["websocket"]||{};(Module["websocket"]??={})["on"]=SOCKFS.on;return FS.createNode(null,"/",16895,0)},createSocket(family,type,protocol){type&=~526336;var streaming=type==1;if(streaming&&protocol&&protocol!=6){throw new FS.ErrnoError(66)}var sock={family,type,protocol,server:null,error:null,peers:{},pending:[],recv_queue:[],sock_ops:SOCKFS.websocket_sock_ops};var name=SOCKFS.nextname();var node=FS.createNode(SOCKFS.root,name,49152,0);node.sock=sock;var stream=FS.createStream({path:name,node,flags:2,seekable:false,stream_ops:SOCKFS.stream_ops});sock.stream=stream;return sock},getSocket(fd){var stream=FS.getStream(fd);if(!stream||!FS.isSocket(stream.node.mode)){return null}return stream.node.sock},stream_ops:{poll(stream){var sock=stream.node.sock;return sock.sock_ops.poll(sock)},ioctl(stream,request,varargs){var sock=stream.node.sock;return sock.sock_ops.ioctl(sock,request,varargs)},read(stream,buffer,offset,length,position){var sock=stream.node.sock;var msg=sock.sock_ops.recvmsg(sock,length);if(!msg){return 0}buffer.set(msg.buffer,offset);return msg.buffer.length},write(stream,buffer,offset,length,position){var sock=stream.node.sock;return sock.sock_ops.sendmsg(sock,buffer,offset,length)},close(stream){var sock=stream.node.sock;sock.sock_ops.close(sock)}},nextname(){if(!SOCKFS.nextname.current){SOCKFS.nextname.current=0}return`socket[${SOCKFS.nextname.current++}]`},websocket_sock_ops:{createPeer(sock,addr,port){var ws;if(typeof addr=="object"){ws=addr;addr=null;port=null}if(ws){if(ws._socket){addr=ws._socket.remoteAddress;port=ws._socket.remotePort}else{var result=/ws[s]?:\/\/([^:]+):(\d+)/.exec(ws.url);if(!result){throw new Error("WebSocket URL must be in the format ws(s)://address:port")}addr=result[1];port=parseInt(result[2],10)}}else{try{var url="ws:#".replace("#","//");var subProtocols="binary";var opts=undefined;if(SOCKFS.websocketArgs["url"]){url=SOCKFS.websocketArgs["url"]}if(SOCKFS.websocketArgs["subprotocol"]){subProtocols=SOCKFS.websocketArgs["subprotocol"]}else if(SOCKFS.websocketArgs["subprotocol"]===null){subProtocols="null"}if(url==="ws://"||url==="wss://"){var parts=addr.split("/");url=url+parts[0]+":"+port+"/"+parts.slice(1).join("/")}if(subProtocols!=="null"){subProtocols=subProtocols.replace(/^ +| +$/g,"").split(/ *, */);opts=subProtocols}var WebSocketConstructor;if(ENVIRONMENT_IS_NODE){WebSocketConstructor=require("ws")}else{WebSocketConstructor=WebSocket}ws=new WebSocketConstructor(url,opts);ws.binaryType="arraybuffer"}catch(e){throw new FS.ErrnoError(23)}}var peer={addr,port,socket:ws,msg_send_queue:[]};SOCKFS.websocket_sock_ops.addPeer(sock,peer);SOCKFS.websocket_sock_ops.handlePeerEvents(sock,peer);if(sock.type===2&&typeof sock.sport!="undefined"){peer.msg_send_queue.push(new Uint8Array([255,255,255,255,"p".charCodeAt(0),"o".charCodeAt(0),"r".charCodeAt(0),"t".charCodeAt(0),(sock.sport&65280)>>8,sock.sport&255]))}return peer},getPeer(sock,addr,port){return sock.peers[addr+":"+port]},addPeer(sock,peer){sock.peers[peer.addr+":"+peer.port]=peer},removePeer(sock,peer){delete sock.peers[peer.addr+":"+peer.port]},handlePeerEvents(sock,peer){var first=true;var handleOpen=function(){sock.connecting=false;SOCKFS.emit("open",sock.stream.fd);try{var queued=peer.msg_send_queue.shift();while(queued){peer.socket.send(queued);queued=peer.msg_send_queue.shift()}}catch(e){peer.socket.close()}};function handleMessage(data){if(typeof data=="string"){var encoder=new TextEncoder;data=encoder.encode(data)}else{assert(data.byteLength!==undefined);if(data.byteLength==0){return}data=new Uint8Array(data)}var wasfirst=first;first=false;if(wasfirst&&data.length===10&&data[0]===255&&data[1]===255&&data[2]===255&&data[3]===255&&data[4]==="p".charCodeAt(0)&&data[5]==="o".charCodeAt(0)&&data[6]==="r".charCodeAt(0)&&data[7]==="t".charCodeAt(0)){var newport=data[8]<<8|data[9];SOCKFS.websocket_sock_ops.removePeer(sock,peer);peer.port=newport;SOCKFS.websocket_sock_ops.addPeer(sock,peer);return}sock.recv_queue.push({addr:peer.addr,port:peer.port,data});SOCKFS.emit("message",sock.stream.fd)}if(ENVIRONMENT_IS_NODE){peer.socket.on("open",handleOpen);peer.socket.on("message",function(data,isBinary){if(!isBinary){return}handleMessage(new Uint8Array(data).buffer)});peer.socket.on("close",function(){SOCKFS.emit("close",sock.stream.fd)});peer.socket.on("error",function(error){sock.error=14;SOCKFS.emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])})}else{peer.socket.onopen=handleOpen;peer.socket.onclose=function(){SOCKFS.emit("close",sock.stream.fd)};peer.socket.onmessage=function peer_socket_onmessage(event){handleMessage(event.data)};peer.socket.onerror=function(error){sock.error=14;SOCKFS.emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])}}},poll(sock){if(sock.type===1&&sock.server){return sock.pending.length?64|1:0}var mask=0;var dest=sock.type===1?SOCKFS.websocket_sock_ops.getPeer(sock,sock.daddr,sock.dport):null;if(sock.recv_queue.length||!dest||dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){mask|=64|1}if(!dest||dest&&dest.socket.readyState===dest.socket.OPEN){mask|=4}if(dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){if(sock.connecting){mask|=4}else{mask|=16}}return mask},ioctl(sock,request,arg){switch(request){case 21531:var bytes=0;if(sock.recv_queue.length){bytes=sock.recv_queue[0].data.length}HEAP32[arg>>2]=bytes;return 0;default:return 28}},close(sock){if(sock.server){try{sock.server.close()}catch(e){}sock.server=null}var peers=Object.keys(sock.peers);for(var i=0;i<peers.length;i++){var peer=sock.peers[peers[i]];try{peer.socket.close()}catch(e){}SOCKFS.websocket_sock_ops.removePeer(sock,peer)}return 0},bind(sock,addr,port){if(typeof sock.saddr!="undefined"||typeof sock.sport!="undefined"){throw new FS.ErrnoError(28)}sock.saddr=addr;sock.sport=port;if(sock.type===2){if(sock.server){sock.server.close();sock.server=null}try{sock.sock_ops.listen(sock,0)}catch(e){if(!(e.name==="ErrnoError"))throw e;if(e.errno!==138)throw e}}},connect(sock,addr,port){if(sock.server){throw new FS.ErrnoError(138)}if(typeof sock.daddr!="undefined"&&typeof sock.dport!="undefined"){var dest=SOCKFS.websocket_sock_ops.getPeer(sock,sock.daddr,sock.dport);if(dest){if(dest.socket.readyState===dest.socket.CONNECTING){throw new FS.ErrnoError(7)}else{throw new FS.ErrnoError(30)}}}var peer=SOCKFS.websocket_sock_ops.createPeer(sock,addr,port);sock.daddr=peer.addr;sock.dport=peer.port;sock.connecting=true},listen(sock,backlog){if(!ENVIRONMENT_IS_NODE){throw new FS.ErrnoError(138)}if(sock.server){throw new FS.ErrnoError(28)}var WebSocketServer=require("ws").Server;var host=sock.saddr;sock.server=new WebSocketServer({host,port:sock.sport});SOCKFS.emit("listen",sock.stream.fd);sock.server.on("connection",function(ws){if(sock.type===1){var newsock=SOCKFS.createSocket(sock.family,sock.type,sock.protocol);var peer=SOCKFS.websocket_sock_ops.createPeer(newsock,ws);newsock.daddr=peer.addr;newsock.dport=peer.port;sock.pending.push(newsock);SOCKFS.emit("connection",newsock.stream.fd)}else{SOCKFS.websocket_sock_ops.createPeer(sock,ws);SOCKFS.emit("connection",sock.stream.fd)}});sock.server.on("close",function(){SOCKFS.emit("close",sock.stream.fd);sock.server=null});sock.server.on("error",function(error){sock.error=23;SOCKFS.emit("error",[sock.stream.fd,sock.error,"EHOSTUNREACH: Host is unreachable"])})},accept(listensock){if(!listensock.server||!listensock.pending.length){throw new FS.ErrnoError(28)}var newsock=listensock.pending.shift();newsock.stream.flags=listensock.stream.flags;return newsock},getname(sock,peer){var addr,port;if(peer){if(sock.daddr===undefined||sock.dport===undefined){throw new FS.ErrnoError(53)}addr=sock.daddr;port=sock.dport}else{addr=sock.saddr||0;port=sock.sport||0}return{addr,port}},sendmsg(sock,buffer,offset,length,addr,port){if(sock.type===2){if(addr===undefined||port===undefined){addr=sock.daddr;port=sock.dport}if(addr===undefined||port===undefined){throw new FS.ErrnoError(17)}}else{addr=sock.daddr;port=sock.dport}var dest=SOCKFS.websocket_sock_ops.getPeer(sock,addr,port);if(sock.type===1){if(!dest||dest.socket.readyState===dest.socket.CLOSING||dest.socket.readyState===dest.socket.CLOSED){throw new FS.ErrnoError(53)}}if(ArrayBuffer.isView(buffer)){offset+=buffer.byteOffset;buffer=buffer.buffer}var data=buffer.slice(offset,offset+length);if(!dest||dest.socket.readyState!==dest.socket.OPEN){if(sock.type===2){if(!dest||dest.socket.readyState===dest.socket.CLOSING||dest.socket.readyState===dest.socket.CLOSED){dest=SOCKFS.websocket_sock_ops.createPeer(sock,addr,port)}}dest.msg_send_queue.push(data);return length}try{dest.socket.send(data);return length}catch(e){throw new FS.ErrnoError(28)}},recvmsg(sock,length){if(sock.type===1&&sock.server){throw new FS.ErrnoError(53)}var queued=sock.recv_queue.shift();if(!queued){if(sock.type===1){var dest=SOCKFS.websocket_sock_ops.getPeer(sock,sock.daddr,sock.dport);if(!dest){throw new FS.ErrnoError(53)}if(dest.socket.readyState===dest.socket.CLOSING||dest.socket.readyState===dest.socket.CLOSED){return null}throw new FS.ErrnoError(6)}throw new FS.ErrnoError(6)}var queuedLength=queued.data.byteLength||queued.data.length;var queuedOffset=queued.data.byteOffset||0;var queuedBuffer=queued.data.buffer||queued.data;var bytesRead=Math.min(length,queuedLength);var res={buffer:new Uint8Array(queuedBuffer,queuedOffset,bytesRead),addr:queued.addr,port:queued.port};if(sock.type===1&&bytesRead<queuedLength){var bytesRemaining=queuedLength-bytesRead;queued.data=new Uint8Array(queuedBuffer,queuedOffset+bytesRead,bytesRemaining);sock.recv_queue.unshift(queued)}return res}}};function ___syscall_socket(domain,type,protocol){try{var sock=SOCKFS.createSocket(domain,type,protocol);return sock.stream.fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_socket.sig="iiiiiii";function ___syscall_stat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_stat64.sig="ipp";function ___syscall_unlinkat(dirfd,path,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(flags===0){FS.unlink(path)}else if(flags===512){FS.rmdir(path)}else{abort("Invalid flags passed to unlinkat")}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_unlinkat.sig="iipi";var ___table_base=new WebAssembly.Global({value:"i32",mutable:false},1);var __abort_js=()=>abort("");__abort_js.sig="v";var runtimeKeepaliveCounter=0;var __emscripten_runtime_keepalive_clear=()=>{noExitRuntime=false;runtimeKeepaliveCounter=0};__emscripten_runtime_keepalive_clear.sig="v";var __emscripten_throw_longjmp=()=>{throw Infinity};__emscripten_throw_longjmp.sig="v";var isLeapYear=year=>year%4===0&&(year%100!==0||year%400===0);var MONTH_DAYS_LEAP_CUMULATIVE=[0,31,60,91,121,152,182,213,244,274,305,335];var MONTH_DAYS_REGULAR_CUMULATIVE=[0,31,59,90,120,151,181,212,243,273,304,334];var ydayFromDate=date=>{var leap=isLeapYear(date.getFullYear());var monthDaysCumulative=leap?MONTH_DAYS_LEAP_CUMULATIVE:MONTH_DAYS_REGULAR_CUMULATIVE;var yday=monthDaysCumulative[date.getMonth()]+date.getDate()-1;return yday};var INT53_MAX=9007199254740992;var INT53_MIN=-9007199254740992;var bigintToI53Checked=num=>num<INT53_MIN||num>INT53_MAX?NaN:Number(num);function __localtime_js(time,tmPtr){time=bigintToI53Checked(time);var date=new Date(time*1e3);HEAP32[tmPtr>>2]=date.getSeconds();HEAP32[tmPtr+4>>2]=date.getMinutes();HEAP32[tmPtr+8>>2]=date.getHours();HEAP32[tmPtr+12>>2]=date.getDate();HEAP32[tmPtr+16>>2]=date.getMonth();HEAP32[tmPtr+20>>2]=date.getFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getDay();var yday=ydayFromDate(date)|0;HEAP32[tmPtr+28>>2]=yday;HEAP32[tmPtr+36>>2]=-(date.getTimezoneOffset()*60);var start=new Date(date.getFullYear(),0,1);var summerOffset=new Date(date.getFullYear(),6,1).getTimezoneOffset();var winterOffset=start.getTimezoneOffset();var dst=(summerOffset!=winterOffset&&date.getTimezoneOffset()==Math.min(winterOffset,summerOffset))|0;HEAP32[tmPtr+32>>2]=dst}__localtime_js.sig="vjp";var timers={};var handleException=e=>{if(e instanceof ExitStatus||e=="unwind"){return EXITSTATUS}quit_(1,e)};var keepRuntimeAlive=()=>noExitRuntime||runtimeKeepaliveCounter>0;var _proc_exit=code=>{EXITSTATUS=code;if(!keepRuntimeAlive()){Module["onExit"]?.(code);ABORT=true}quit_(code,new ExitStatus(code))};_proc_exit.sig="vi";var exitJS=(status,implicit)=>{EXITSTATUS=status;if(!keepRuntimeAlive()){exitRuntime()}_proc_exit(status)};var _exit=exitJS;_exit.sig="vi";var maybeExit=()=>{if(runtimeExited){return}if(!keepRuntimeAlive()){try{_exit(EXITSTATUS)}catch(e){handleException(e)}}};var callUserCallback=func=>{if(runtimeExited||ABORT){return}try{func();maybeExit()}catch(e){handleException(e)}};var _emscripten_get_now=()=>performance.now();_emscripten_get_now.sig="d";var __setitimer_js=(which,timeout_ms)=>{if(timers[which]){clearTimeout(timers[which].id);delete timers[which]}if(!timeout_ms)return 0;var id=setTimeout(()=>{delete timers[which];callUserCallback(()=>__emscripten_timeout(which,_emscripten_get_now()))},timeout_ms);timers[which]={id,timeout_ms};return 0};__setitimer_js.sig="iid";var __tzset_js=(timezone,daylight,std_name,dst_name)=>{var currentYear=(new Date).getFullYear();var winter=new Date(currentYear,0,1);var summer=new Date(currentYear,6,1);var winterOffset=winter.getTimezoneOffset();var summerOffset=summer.getTimezoneOffset();var stdTimezoneOffset=Math.max(winterOffset,summerOffset);HEAPU32[timezone>>2]=stdTimezoneOffset*60;HEAP32[daylight>>2]=Number(winterOffset!=summerOffset);var extractZone=timezoneOffset=>{var sign=timezoneOffset>=0?"-":"+";var absOffset=Math.abs(timezoneOffset);var hours=String(Math.floor(absOffset/60)).padStart(2,"0");var minutes=String(absOffset%60).padStart(2,"0");return`UTC${sign}${hours}${minutes}`};var winterName=extractZone(winterOffset);var summerName=extractZone(summerOffset);if(summerOffset<winterOffset){stringToUTF8(winterName,std_name,17);stringToUTF8(summerName,dst_name,17)}else{stringToUTF8(winterName,dst_name,17);stringToUTF8(summerName,std_name,17)}};__tzset_js.sig="vpppp";var _emscripten_date_now=()=>Date.now();_emscripten_date_now.sig="d";var nowIsMonotonic=1;var checkWasiClock=clock_id=>clock_id>=0&&clock_id<=3;function _clock_time_get(clk_id,ignored_precision,ptime){ignored_precision=bigintToI53Checked(ignored_precision);if(!checkWasiClock(clk_id)){return 28}var now;if(clk_id===0){now=_emscripten_date_now()}else if(nowIsMonotonic){now=_emscripten_get_now()}else{return 52}var nsec=Math.round(now*1e3*1e3);HEAP64[ptime>>3]=BigInt(nsec);return 0}_clock_time_get.sig="iijp";var getHeapMax=()=>2147483648;var growMemory=size=>{var b=wasmMemory.buffer;var pages=(size-b.byteLength+65535)/65536|0;try{wasmMemory.grow(pages);updateMemoryViews();return 1}catch(e){}};var _emscripten_resize_heap=requestedSize=>{var oldSize=HEAPU8.length;requestedSize>>>=0;var maxHeapSize=getHeapMax();if(requestedSize>maxHeapSize){return false}for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignMemory(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=growMemory(newSize);if(replacement){return true}}return false};_emscripten_resize_heap.sig="ip";var ENV={};var getExecutableName=()=>thisProgram||"./this.program";var getEnvStrings=()=>{if(!getEnvStrings.strings){var lang=(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:lang,_:getExecutableName()};for(var x in ENV){if(ENV[x]===undefined)delete env[x];else env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(`${x}=${env[x]}`)}getEnvStrings.strings=strings}return getEnvStrings.strings};var stringToAscii=(str,buffer)=>{for(var i=0;i<str.length;++i){HEAP8[buffer++]=str.charCodeAt(i)}HEAP8[buffer]=0};var _environ_get=(__environ,environ_buf)=>{var bufSize=0;getEnvStrings().forEach((string,i)=>{var ptr=environ_buf+bufSize;HEAPU32[__environ+i*4>>2]=ptr;stringToAscii(string,ptr);bufSize+=string.length+1});return 0};_environ_get.sig="ipp";var _environ_sizes_get=(penviron_count,penviron_buf_size)=>{var strings=getEnvStrings();HEAPU32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(string=>bufSize+=string.length+1);HEAPU32[penviron_buf_size>>2]=bufSize;return 0};_environ_sizes_get.sig="ipp";function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_close.sig="ii";function _fd_fdstat_get(fd,pbuf){try{var rightsBase=0;var rightsInheriting=0;var flags=0;{var stream=SYSCALLS.getStreamFromFD(fd);var type=stream.tty?2:FS.isDir(stream.mode)?3:FS.isLink(stream.mode)?7:4}HEAP8[pbuf]=type;HEAP16[pbuf+2>>1]=flags;HEAP64[pbuf+8>>3]=BigInt(rightsBase);HEAP64[pbuf+16>>3]=BigInt(rightsInheriting);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_fdstat_get.sig="iip";var doReadv=(stream,iov,iovcnt,offset)=>{var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAPU32[iov>>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr<len)break;if(typeof offset!="undefined"){offset+=curr}}return ret};function _fd_read(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doReadv(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_read.sig="iippp";function _fd_seek(fd,offset,whence,newOffset){offset=bigintToI53Checked(offset);try{if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);FS.llseek(stream,offset,whence);HEAP64[newOffset>>3]=BigInt(stream.position);if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_seek.sig="iijip";var doWritev=(stream,iov,iovcnt,offset)=>{var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAPU32[iov>>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr<len){break}if(typeof offset!="undefined"){offset+=curr}}return ret};function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doWritev(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_write.sig="iippp";var inetPton4=str=>{var b=str.split(".");for(var i=0;i<4;i++){var tmp=Number(b[i]);if(isNaN(tmp))return null;b[i]=tmp}return(b[0]|b[1]<<8|b[2]<<16|b[3]<<24)>>>0};var jstoi_q=str=>parseInt(str);var inetPton6=str=>{var words;var w,offset,z;var valid6regx=/^((?=.*::)(?!.*::.+::)(::)?([\dA-F]{1,4}:(:|\b)|){5}|([\dA-F]{1,4}:){6})((([\dA-F]{1,4}((?!\3)::|:\b|$))|(?!\2\3)){2}|(((2[0-4]|1\d|[1-9])?\d|25[0-5])\.?\b){4})$/i;var parts=[];if(!valid6regx.test(str)){return null}if(str==="::"){return[0,0,0,0,0,0,0,0]}if(str.startsWith("::")){str=str.replace("::","Z:")}else{str=str.replace("::",":Z:")}if(str.indexOf(".")>0){str=str.replace(new RegExp("[.]","g"),":");words=str.split(":");words[words.length-4]=jstoi_q(words[words.length-4])+jstoi_q(words[words.length-3])*256;words[words.length-3]=jstoi_q(words[words.length-2])+jstoi_q(words[words.length-1])*256;words=words.slice(0,words.length-2)}else{words=str.split(":")}offset=0;z=0;for(w=0;w<words.length;w++){if(typeof words[w]=="string"){if(words[w]==="Z"){for(z=0;z<8-words.length+1;z++){parts[w+z]=0}offset=z-1}else{parts[w+offset]=_htons(parseInt(words[w],16))}}else{parts[w+offset]=words[w]}}return[parts[1]<<16|parts[0],parts[3]<<16|parts[2],parts[5]<<16|parts[4],parts[7]<<16|parts[6]]};var DNS={address_map:{id:1,addrs:{},names:{}},lookup_name(name){var res=inetPton4(name);if(res!==null){return name}res=inetPton6(name);if(res!==null){return name}var addr;if(DNS.address_map.addrs[name]){addr=DNS.address_map.addrs[name]}else{var id=DNS.address_map.id++;assert(id<65535,"exceeded max address mappings of 65535");addr="172.29."+(id&255)+"."+(id&65280);DNS.address_map.names[addr]=name;DNS.address_map.addrs[name]=addr}return addr},lookup_addr(addr){if(DNS.address_map.names[addr]){return DNS.address_map.names[addr]}return null}};var inetNtop4=addr=>(addr&255)+"."+(addr>>8&255)+"."+(addr>>16&255)+"."+(addr>>24&255);var inetNtop6=ints=>{var str="";var word=0;var longest=0;var lastzero=0;var zstart=0;var len=0;var i=0;var parts=[ints[0]&65535,ints[0]>>16,ints[1]&65535,ints[1]>>16,ints[2]&65535,ints[2]>>16,ints[3]&65535,ints[3]>>16];var hasipv4=true;var v4part="";for(i=0;i<5;i++){if(parts[i]!==0){hasipv4=false;break}}if(hasipv4){v4part=inetNtop4(parts[6]|parts[7]<<16);if(parts[5]===-1){str="::ffff:";str+=v4part;return str}if(parts[5]===0){str="::";if(v4part==="0.0.0.0")v4part="";if(v4part==="0.0.0.1")v4part="1";str+=v4part;return str}}for(word=0;word<8;word++){if(parts[word]===0){if(word-lastzero>1){len=0}lastzero=word;len++}if(len>longest){longest=len;zstart=word-longest+1}}for(word=0;word<8;word++){if(longest>1){if(parts[word]===0&&word>=zstart&&word<zstart+longest){if(word===zstart){str+=":";if(zstart===0)str+=":"}continue}}str+=Number(_ntohs(parts[word]&65535)).toString(16);str+=word<7?":":""}return str};var writeSockaddr=(sa,family,addr,port,addrlen)=>{switch(family){case 2:addr=inetPton4(addr);zeroMemory(sa,16);if(addrlen){HEAP32[addrlen>>2]=16}HEAP16[sa>>1]=family;HEAP32[sa+4>>2]=addr;HEAP16[sa+2>>1]=_htons(port);break;case 10:addr=inetPton6(addr);zeroMemory(sa,28);if(addrlen){HEAP32[addrlen>>2]=28}HEAP32[sa>>2]=family;HEAP32[sa+8>>2]=addr[0];HEAP32[sa+12>>2]=addr[1];HEAP32[sa+16>>2]=addr[2];HEAP32[sa+20>>2]=addr[3];HEAP16[sa+2>>1]=_htons(port);break;default:return 5}return 0};var _getaddrinfo=(node,service,hint,out)=>{var addr=0;var port=0;var flags=0;var family=0;var type=0;var proto=0;var ai;function allocaddrinfo(family,type,proto,canon,addr,port){var sa,salen,ai;var errno;salen=family===10?28:16;addr=family===10?inetNtop6(addr):inetNtop4(addr);sa=_malloc(salen);errno=writeSockaddr(sa,family,addr,port);assert(!errno);ai=_malloc(32);HEAP32[ai+4>>2]=family;HEAP32[ai+8>>2]=type;HEAP32[ai+12>>2]=proto;HEAPU32[ai+24>>2]=canon;HEAPU32[ai+20>>2]=sa;if(family===10){HEAP32[ai+16>>2]=28}else{HEAP32[ai+16>>2]=16}HEAP32[ai+28>>2]=0;return ai}if(hint){flags=HEAP32[hint>>2];family=HEAP32[hint+4>>2];type=HEAP32[hint+8>>2];proto=HEAP32[hint+12>>2]}if(type&&!proto){proto=type===2?17:6}if(!type&&proto){type=proto===17?2:1}if(proto===0){proto=6}if(type===0){type=1}if(!node&&!service){return-2}if(flags&~(1|2|4|1024|8|16|32)){return-1}if(hint!==0&&HEAP32[hint>>2]&2&&!node){return-1}if(flags&32){return-2}if(type!==0&&type!==1&&type!==2){return-7}if(family!==0&&family!==2&&family!==10){return-6}if(service){service=UTF8ToString(service);port=parseInt(service,10);if(isNaN(port)){if(flags&1024){return-2}return-8}}if(!node){if(family===0){family=2}if((flags&1)===0){if(family===2){addr=_htonl(2130706433)}else{addr=[0,0,0,_htonl(1)]}}ai=allocaddrinfo(family,type,proto,null,addr,port);HEAPU32[out>>2]=ai;return 0}node=UTF8ToString(node);addr=inetPton4(node);if(addr!==null){if(family===0||family===2){family=2}else if(family===10&&flags&8){addr=[0,0,_htonl(65535),addr];family=10}else{return-2}}else{addr=inetPton6(node);if(addr!==null){if(family===0||family===10){family=10}else{return-2}}}if(addr!=null){ai=allocaddrinfo(family,type,proto,node,addr,port);HEAPU32[out>>2]=ai;return 0}if(flags&4){return-2}node=DNS.lookup_name(node);addr=inetPton4(node);if(family===0){family=2}else if(family===10){addr=[0,0,_htonl(65535),addr]}ai=allocaddrinfo(family,type,proto,null,addr,port);HEAPU32[out>>2]=ai;return 0};_getaddrinfo.sig="ipppp";var readSockaddr=(sa,salen)=>{var family=HEAP16[sa>>1];var port=_ntohs(HEAPU16[sa+2>>1]);var addr;switch(family){case 2:if(salen!==16){return{errno:28}}addr=HEAP32[sa+4>>2];addr=inetNtop4(addr);break;case 10:if(salen!==28){return{errno:28}}addr=[HEAP32[sa+8>>2],HEAP32[sa+12>>2],HEAP32[sa+16>>2],HEAP32[sa+20>>2]];addr=inetNtop6(addr);break;default:return{errno:5}}return{family,addr,port}};var _getnameinfo=(sa,salen,node,nodelen,serv,servlen,flags)=>{var info=readSockaddr(sa,salen);if(info.errno){return-6}var port=info.port;var addr=info.addr;var overflowed=false;if(node&&nodelen){var lookup;if(flags&1||!(lookup=DNS.lookup_addr(addr))){if(flags&8){return-2}}else{addr=lookup}var numBytesWrittenExclNull=stringToUTF8(addr,node,nodelen);if(numBytesWrittenExclNull+1>=nodelen){overflowed=true}}if(serv&&servlen){port=""+port;var numBytesWrittenExclNull=stringToUTF8(port,serv,servlen);if(numBytesWrittenExclNull+1>=servlen){overflowed=true}}if(overflowed){return-12}return 0};_getnameinfo.sig="ipipipii";function _pg_encoding_to_char(...args){return wasmImports["pg_encoding_to_char"](...args)}_pg_encoding_to_char.stub=true;var stackAlloc=sz=>__emscripten_stack_alloc(sz);var stringToUTF8OnStack=str=>{var size=lengthBytesUTF8(str)+1;var ret=stackAlloc(size);stringToUTF8(str,ret,size);return ret};var removeFunction=index=>{functionsInTableMap.delete(getWasmTableEntry(index));setWasmTableEntry(index,null);freeTableIndexes.push(index)};var stringToNewUTF8=str=>{var size=lengthBytesUTF8(str)+1;var ret=_malloc(size);if(ret)stringToUTF8(str,ret,size);return ret};var FS_createPath=FS.createPath;var FS_unlink=path=>FS.unlink(path);var FS_createLazyFile=FS.createLazyFile;var FS_createDevice=FS.createDevice;registerWasmPlugin();FS.createPreloadedFile=FS_createPreloadedFile;FS.staticInit();Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPreloadedFile"]=FS.createPreloadedFile;Module["FS_unlink"]=FS.unlink;Module["FS_createLazyFile"]=FS.createLazyFile;Module["FS_createDevice"]=FS.createDevice;MEMFS.doesNotExistError=new FS.ErrnoError(44);MEMFS.doesNotExistError.stack="<generic error, no stack>";var wasmImports={__call_sighandler:___call_sighandler,__heap_base:___heap_base,__indirect_function_table:wasmTable,__memory_base:___memory_base,__stack_pointer:___stack_pointer,__syscall_dup3:___syscall_dup3,__syscall_faccessat:___syscall_faccessat,__syscall_fcntl64:___syscall_fcntl64,__syscall_fstat64:___syscall_fstat64,__syscall_getcwd:___syscall_getcwd,__syscall_getdents64:___syscall_getdents64,__syscall_ioctl:___syscall_ioctl,__syscall_lstat64:___syscall_lstat64,__syscall_mkdirat:___syscall_mkdirat,__syscall_newfstatat:___syscall_newfstatat,__syscall_openat:___syscall_openat,__syscall_readlinkat:___syscall_readlinkat,__syscall_rmdir:___syscall_rmdir,__syscall_socket:___syscall_socket,__syscall_stat64:___syscall_stat64,__syscall_unlinkat:___syscall_unlinkat,__table_base:___table_base,_abort_js:__abort_js,_emscripten_runtime_keepalive_clear:__emscripten_runtime_keepalive_clear,_emscripten_throw_longjmp:__emscripten_throw_longjmp,_localtime_js:__localtime_js,_setitimer_js:__setitimer_js,_tzset_js:__tzset_js,clock_time_get:_clock_time_get,emscripten_date_now:_emscripten_date_now,emscripten_get_now:_emscripten_get_now,emscripten_resize_heap:_emscripten_resize_heap,environ_get:_environ_get,environ_sizes_get:_environ_sizes_get,exit:_exit,fd_close:_fd_close,fd_fdstat_get:_fd_fdstat_get,fd_read:_fd_read,fd_seek:_fd_seek,fd_write:_fd_write,getaddrinfo:_getaddrinfo,getnameinfo:_getnameinfo,invoke_ii,invoke_iiii,invoke_vii,memory:wasmMemory,pg_encoding_to_char:_pg_encoding_to_char,proc_exit:_proc_exit};var wasmExports;createWasm();var ___wasm_call_ctors=()=>(___wasm_call_ctors=wasmExports["__wasm_call_ctors"])();var _main=Module["_main"]=(a0,a1)=>(_main=Module["_main"]=wasmExports["__main_argc_argv"])(a0,a1);var _pgl_exit=Module["_pgl_exit"]=a0=>(_pgl_exit=Module["_pgl_exit"]=wasmExports["pgl_exit"])(a0);var _fflush=Module["_fflush"]=a0=>(_fflush=Module["_fflush"]=wasmExports["fflush"])(a0);var _fopen=Module["_fopen"]=(a0,a1)=>(_fopen=Module["_fopen"]=wasmExports["fopen"])(a0,a1);var _fclose=Module["_fclose"]=a0=>(_fclose=Module["_fclose"]=wasmExports["fclose"])(a0);var _pgl_atexit=Module["_pgl_atexit"]=a0=>(_pgl_atexit=Module["_pgl_atexit"]=wasmExports["pgl_atexit"])(a0);var _fgets=Module["_fgets"]=(a0,a1,a2)=>(_fgets=Module["_fgets"]=wasmExports["fgets"])(a0,a1,a2);var ___errno_location=Module["___errno_location"]=()=>(___errno_location=Module["___errno_location"]=wasmExports["__errno_location"])();var _pgl_system=Module["_pgl_system"]=a0=>(_pgl_system=Module["_pgl_system"]=wasmExports["pgl_system"])(a0);var _fputs=Module["_fputs"]=(a0,a1)=>(_fputs=Module["_fputs"]=wasmExports["fputs"])(a0,a1);var _malloc=a0=>(_malloc=wasmExports["malloc"])(a0);var _calloc=(a0,a1)=>(_calloc=wasmExports["calloc"])(a0,a1);var _pgl_setsockopt=Module["_pgl_setsockopt"]=(a0,a1,a2,a3,a4)=>(_pgl_setsockopt=Module["_pgl_setsockopt"]=wasmExports["pgl_setsockopt"])(a0,a1,a2,a3,a4);var _pgl_connect=Module["_pgl_connect"]=(a0,a1,a2)=>(_pgl_connect=Module["_pgl_connect"]=wasmExports["pgl_connect"])(a0,a1,a2);var _pgl_send=Module["_pgl_send"]=(a0,a1,a2,a3)=>(_pgl_send=Module["_pgl_send"]=wasmExports["pgl_send"])(a0,a1,a2,a3);var _pgl_recv=Module["_pgl_recv"]=(a0,a1,a2,a3)=>(_pgl_recv=Module["_pgl_recv"]=wasmExports["pgl_recv"])(a0,a1,a2,a3);var _pgl_geteuid=Module["_pgl_geteuid"]=()=>(_pgl_geteuid=Module["_pgl_geteuid"]=wasmExports["pgl_geteuid"])();var _pgl_getsockopt=Module["_pgl_getsockopt"]=(a0,a1,a2,a3,a4)=>(_pgl_getsockopt=Module["_pgl_getsockopt"]=wasmExports["pgl_getsockopt"])(a0,a1,a2,a3,a4);var _pgl_getsockname=Module["_pgl_getsockname"]=(a0,a1,a2)=>(_pgl_getsockname=Module["_pgl_getsockname"]=wasmExports["pgl_getsockname"])(a0,a1,a2);var _pgl_poll=Module["_pgl_poll"]=(a0,a1,a2)=>(_pgl_poll=Module["_pgl_poll"]=wasmExports["pgl_poll"])(a0,a1,a2);var _clear_setitimer=Module["_clear_setitimer"]=()=>(_clear_setitimer=Module["_clear_setitimer"]=wasmExports["clear_setitimer"])();var _pgl_longjmp=Module["_pgl_longjmp"]=(a0,a1)=>(_pgl_longjmp=Module["_pgl_longjmp"]=wasmExports["pgl_longjmp"])(a0,a1);var _pgl_siglongjmp=Module["_pgl_siglongjmp"]=(a0,a1)=>(_pgl_siglongjmp=Module["_pgl_siglongjmp"]=wasmExports["pgl_siglongjmp"])(a0,a1);var _pgl_set_system_fn=Module["_pgl_set_system_fn"]=a0=>(_pgl_set_system_fn=Module["_pgl_set_system_fn"]=wasmExports["pgl_set_system_fn"])(a0);var _pgl_set_popen_fn=Module["_pgl_set_popen_fn"]=a0=>(_pgl_set_popen_fn=Module["_pgl_set_popen_fn"]=wasmExports["pgl_set_popen_fn"])(a0);var _pgl_popen=Module["_pgl_popen"]=(a0,a1)=>(_pgl_popen=Module["_pgl_popen"]=wasmExports["pgl_popen"])(a0,a1);var _pgl_set_pclose_fn=Module["_pgl_set_pclose_fn"]=a0=>(_pgl_set_pclose_fn=Module["_pgl_set_pclose_fn"]=wasmExports["pgl_set_pclose_fn"])(a0);var _pgl_pclose=Module["_pgl_pclose"]=a0=>(_pgl_pclose=Module["_pgl_pclose"]=wasmExports["pgl_pclose"])(a0);var _pclose=Module["_pclose"]=a0=>(_pclose=Module["_pclose"]=wasmExports["pclose"])(a0);var _pgl_getuid=Module["_pgl_getuid"]=()=>(_pgl_getuid=Module["_pgl_getuid"]=wasmExports["pgl_getuid"])();var _pgl_getpwuid=Module["_pgl_getpwuid"]=a0=>(_pgl_getpwuid=Module["_pgl_getpwuid"]=wasmExports["pgl_getpwuid"])(a0);var _pgl_run_atexit_funcs=Module["_pgl_run_atexit_funcs"]=()=>(_pgl_run_atexit_funcs=Module["_pgl_run_atexit_funcs"]=wasmExports["pgl_run_atexit_funcs"])();var _pgl_freopen=Module["_pgl_freopen"]=(a0,a1,a2)=>(_pgl_freopen=Module["_pgl_freopen"]=wasmExports["pgl_freopen"])(a0,a1,a2);var _pgl_shmget=Module["_pgl_shmget"]=(a0,a1,a2)=>(_pgl_shmget=Module["_pgl_shmget"]=wasmExports["pgl_shmget"])(a0,a1,a2);var _pgl_shmat=Module["_pgl_shmat"]=(a0,a1,a2)=>(_pgl_shmat=Module["_pgl_shmat"]=wasmExports["pgl_shmat"])(a0,a1,a2);var _pgl_shmdt=Module["_pgl_shmdt"]=a0=>(_pgl_shmdt=Module["_pgl_shmdt"]=wasmExports["pgl_shmdt"])(a0);var _pgl_shmctl=Module["_pgl_shmctl"]=(a0,a1,a2)=>(_pgl_shmctl=Module["_pgl_shmctl"]=wasmExports["pgl_shmctl"])(a0,a1,a2);var _pgl_munmap=Module["_pgl_munmap"]=(a0,a1)=>(_pgl_munmap=Module["_pgl_munmap"]=wasmExports["pgl_munmap"])(a0,a1);var _pgl_set_rw_cbs=Module["_pgl_set_rw_cbs"]=(a0,a1)=>(_pgl_set_rw_cbs=Module["_pgl_set_rw_cbs"]=wasmExports["pgl_set_rw_cbs"])(a0,a1);var _pgl_fcntl=Module["_pgl_fcntl"]=(a0,a1,a2)=>(_pgl_fcntl=Module["_pgl_fcntl"]=wasmExports["pgl_fcntl"])(a0,a1,a2);var _strerror=Module["_strerror"]=a0=>(_strerror=Module["_strerror"]=wasmExports["strerror"])(a0);var ___funcs_on_exit=()=>(___funcs_on_exit=wasmExports["__funcs_on_exit"])();var _htonl=a0=>(_htonl=wasmExports["htonl"])(a0);var _htons=a0=>(_htons=wasmExports["htons"])(a0);var _ntohs=a0=>(_ntohs=wasmExports["ntohs"])(a0);var __emscripten_timeout=(a0,a1)=>(__emscripten_timeout=wasmExports["_emscripten_timeout"])(a0,a1);var _setThrew=(a0,a1)=>(_setThrew=wasmExports["setThrew"])(a0,a1);var __emscripten_stack_restore=a0=>(__emscripten_stack_restore=wasmExports["_emscripten_stack_restore"])(a0);var __emscripten_stack_alloc=a0=>(__emscripten_stack_alloc=wasmExports["_emscripten_stack_alloc"])(a0);var _emscripten_stack_get_current=()=>(_emscripten_stack_get_current=wasmExports["emscripten_stack_get_current"])();var ___wasm_apply_data_relocs=()=>(___wasm_apply_data_relocs=wasmExports["__wasm_apply_data_relocs"])();function invoke_iiii(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_ii(index,a1){var sp=stackSave();try{return getWasmTableEntry(index)(a1)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vii(index,a1,a2){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}Module["addRunDependency"]=addRunDependency;Module["removeRunDependency"]=removeRunDependency;Module["callMain"]=callMain;Module["ENV"]=ENV;Module["addFunction"]=addFunction;Module["removeFunction"]=removeFunction;Module["UTF8ToString"]=UTF8ToString;Module["stringToNewUTF8"]=stringToNewUTF8;Module["stringToUTF8OnStack"]=stringToUTF8OnStack;Module["FS_createPreloadedFile"]=FS_createPreloadedFile;Module["FS_unlink"]=FS_unlink;Module["FS_createPath"]=FS_createPath;Module["FS_createDevice"]=FS_createDevice;Module["FS"]=FS;Module["FS_createDataFile"]=FS_createDataFile;Module["FS_createLazyFile"]=FS_createLazyFile;Module["MEMFS"]=MEMFS;Module["PROXYFS"]=PROXYFS;var calledRun;dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function callMain(args=[]){var entryFunction=resolveGlobalSymbol("main").sym;if(!entryFunction)return;args.unshift(thisProgram);var argc=args.length;var argv=stackAlloc((argc+1)*4);var argv_ptr=argv;args.forEach(arg=>{HEAPU32[argv_ptr>>2]=stringToUTF8OnStack(arg);argv_ptr+=4});HEAPU32[argv_ptr>>2]=0;try{var ret=entryFunction(argc,argv);exitJS(ret,true);return ret}catch(e){return handleException(e)}}function run(args=arguments_){if(runDependencies>0){return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();preMain();readyPromiseResolve(Module);Module["onRuntimeInitialized"]?.();if(shouldRunNow)callMain(args);postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(()=>{setTimeout(()=>Module["setStatus"](""),1);doRun()},1)}else{doRun()}}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}var shouldRunNow=false;if(Module["noInitialRun"])shouldRunNow=false;run();moduleRtn=readyPromise;


  return moduleRtn;
}
);
})();
export default Module;

var Module = (() => {
  var _scriptName = import.meta.url;
  
  return (
async function(moduleArg = {}) {
  var moduleRtn;

var Module=moduleArg;var readyPromiseResolve,readyPromiseReject;var readyPromise=new Promise((resolve,reject)=>{readyPromiseResolve=resolve;readyPromiseReject=reject});var ENVIRONMENT_IS_WEB=typeof window=="object";var ENVIRONMENT_IS_WORKER=typeof WorkerGlobalScope!="undefined";var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string"&&process.type!="renderer";if(ENVIRONMENT_IS_NODE){const{createRequire}=await import("module");let dirname=import.meta.url;if(dirname.startsWith("data:")){dirname="/"}var require=createRequire(dirname)}var moduleOverrides=Object.assign({},Module);var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var readAsync,readBinary;if(ENVIRONMENT_IS_NODE){var fs=require("fs");var nodePath=require("path");if(!import.meta.url.startsWith("data:")){scriptDirectory=nodePath.dirname(require("url").fileURLToPath(import.meta.url))+"/"}readBinary=filename=>{filename=isFileURI(filename)?new URL(filename):filename;var ret=fs.readFileSync(filename);return ret};readAsync=async(filename,binary=true)=>{filename=isFileURI(filename)?new URL(filename):filename;var ret=fs.readFileSync(filename,binary?undefined:"utf8");return ret};if(!Module["thisProgram"]&&process.argv.length>1){thisProgram=process.argv[1].replace(/\\/g,"/")}arguments_=process.argv.slice(2);quit_=(status,toThrow)=>{process.exitCode=status;throw toThrow}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(_scriptName){scriptDirectory=_scriptName}if(scriptDirectory.startsWith("blob:")){scriptDirectory=""}else{scriptDirectory=scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1)}{if(ENVIRONMENT_IS_WORKER){readBinary=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=async url=>{var response=await fetch(url,{credentials:"same-origin"});if(response.ok){return response.arrayBuffer()}throw new Error(response.status+" : "+response.url)}}}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.error.bind(console);Object.assign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];var dynamicLibraries=Module["dynamicLibraries"]||[];var wasmBinary=Module["wasmBinary"];function intArrayFromBase64(s){if(typeof ENVIRONMENT_IS_NODE!="undefined"&&ENVIRONMENT_IS_NODE){var buf=Buffer.from(s,"base64");return new Uint8Array(buf.buffer,buf.byteOffset,buf.length)}var decoded=atob(s);var bytes=new Uint8Array(decoded.length);for(var i=0;i<decoded.length;++i){bytes[i]=decoded.charCodeAt(i)}return bytes}var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort(text)}}var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAP64,HEAPU64,HEAPF64;function updateMemoryViews(){var b=wasmMemory.buffer;Module["HEAP8"]=HEAP8=new Int8Array(b);Module["HEAP16"]=HEAP16=new Int16Array(b);Module["HEAPU8"]=HEAPU8=new Uint8Array(b);Module["HEAPU16"]=HEAPU16=new Uint16Array(b);Module["HEAP32"]=HEAP32=new Int32Array(b);Module["HEAPU32"]=HEAPU32=new Uint32Array(b);Module["HEAPF32"]=HEAPF32=new Float32Array(b);Module["HEAPF64"]=HEAPF64=new Float64Array(b);Module["HEAP64"]=HEAP64=new BigInt64Array(b);Module["HEAPU64"]=HEAPU64=new BigUint64Array(b)}if(Module["wasmMemory"]){wasmMemory=Module["wasmMemory"]}else{var INITIAL_MEMORY=Module["INITIAL_MEMORY"]||67108864;wasmMemory=new WebAssembly.Memory({initial:INITIAL_MEMORY/65536,maximum:32768})}updateMemoryViews();var __ATPRERUN__=[];var __ATINIT__=[];var __ATMAIN__=[];var __ATEXIT__=[];var __ATPOSTRUN__=[];var __RELOC_FUNCS__=[];var runtimeInitialized=false;var runtimeExited=false;function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;callRuntimeCallbacks(__RELOC_FUNCS__);if(!Module["noFSInit"]&&!FS.initialized)FS.init();FS.ignorePermissions=false;TTY.init();SOCKFS.root=FS.mount(SOCKFS,{},null);callRuntimeCallbacks(__ATINIT__)}function preMain(){callRuntimeCallbacks(__ATMAIN__)}function exitRuntime(){___funcs_on_exit();callRuntimeCallbacks(__ATEXIT__);FS.quit();TTY.shutdown();runtimeExited=true}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;Module["monitorRunDependencies"]?.(runDependencies)}function removeRunDependency(id){runDependencies--;Module["monitorRunDependencies"]?.(runDependencies);if(runDependencies==0){if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}function abort(what){Module["onAbort"]?.(what);what="Aborted("+what+")";err(what);ABORT=true;what+=". Build with -sASSERTIONS for more info.";var e=new WebAssembly.RuntimeError(what);readyPromiseReject(e);throw e}var dataURIPrefix="data:application/octet-stream;base64,";var isDataURI=filename=>filename.startsWith(dataURIPrefix);var isFileURI=filename=>filename.startsWith("file://");function findWasmBinary(){if(Module["locateFile"]){var f="pg_regress.wasm";if(!isDataURI(f)){return locateFile(f)}return f}return new URL("pg_regress.wasm",import.meta.url).href}var wasmBinaryFile;function getBinarySync(file){if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}throw"both async and sync fetching of the wasm failed"}async function getWasmBinary(binaryFile){if(!wasmBinary){try{var response=await readAsync(binaryFile);return new Uint8Array(response)}catch{}}return getBinarySync(binaryFile)}async function instantiateArrayBuffer(binaryFile,imports){try{var binary=await getWasmBinary(binaryFile);var instance=await WebAssembly.instantiate(binary,imports);return instance}catch(reason){err(`failed to asynchronously prepare wasm: ${reason}`);abort(reason)}}async function instantiateAsync(binary,binaryFile,imports){if(!binary&&typeof WebAssembly.instantiateStreaming=="function"&&!isDataURI(binaryFile)&&!ENVIRONMENT_IS_NODE&&typeof fetch=="function"){try{var response=fetch(binaryFile,{credentials:"same-origin"});var instantiationResult=await WebAssembly.instantiateStreaming(response,imports);return instantiationResult}catch(reason){err(`wasm streaming compile failed: ${reason}`);err("falling back to ArrayBuffer instantiation")}}return instantiateArrayBuffer(binaryFile,imports)}function getWasmImports(){return{env:wasmImports,wasi_snapshot_preview1:wasmImports,"GOT.mem":new Proxy(wasmImports,GOTHandler),"GOT.func":new Proxy(wasmImports,GOTHandler)}}async function createWasm(){function receiveInstance(instance,module){wasmExports=instance.exports;wasmExports=relocateExports(wasmExports,1024);var metadata=getDylinkMetadata(module);if(metadata.neededDynlibs){dynamicLibraries=metadata.neededDynlibs.concat(dynamicLibraries)}mergeLibSymbols(wasmExports,"main");LDSO.init();loadDylibs();addOnInit(wasmExports["__wasm_call_ctors"]);__RELOC_FUNCS__.push(wasmExports["__wasm_apply_data_relocs"]);removeRunDependency("wasm-instantiate");return wasmExports}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){receiveInstance(result["instance"],result["module"])}var info=getWasmImports();if(Module["instantiateWasm"]){try{return Module["instantiateWasm"](info,receiveInstance)}catch(e){err(`Module.instantiateWasm callback failed with error: ${e}`);readyPromiseReject(e)}}wasmBinaryFile??=findWasmBinary();try{var result=await instantiateAsync(wasmBinary,wasmBinaryFile,info);receiveInstantiationResult(result);return result}catch(e){readyPromiseReject(e);return}}var ASM_CONSTS={};class ExitStatus{name="ExitStatus";constructor(status){this.message=`Program terminated with exit(${status})`;this.status=status}}var GOT={};var currentModuleWeakSymbols=new Set([]);var GOTHandler={get(obj,symName){var rtn=GOT[symName];if(!rtn){rtn=GOT[symName]=new WebAssembly.Global({value:"i32",mutable:true})}if(!currentModuleWeakSymbols.has(symName)){rtn.required=true}return rtn}};var callRuntimeCallbacks=callbacks=>{while(callbacks.length>0){callbacks.shift()(Module)}};var UTF8Decoder=typeof TextDecoder!="undefined"?new TextDecoder:undefined;var UTF8ArrayToString=(heapOrArray,idx=0,maxBytesToRead=NaN)=>{var endIdx=idx+maxBytesToRead;var endPtr=idx;while(heapOrArray[endPtr]&&!(endPtr>=endIdx))++endPtr;if(endPtr-idx>16&&heapOrArray.buffer&&UTF8Decoder){return UTF8Decoder.decode(heapOrArray.subarray(idx,endPtr))}var str="";while(idx<endPtr){var u0=heapOrArray[idx++];if(!(u0&128)){str+=String.fromCharCode(u0);continue}var u1=heapOrArray[idx++]&63;if((u0&224)==192){str+=String.fromCharCode((u0&31)<<6|u1);continue}var u2=heapOrArray[idx++]&63;if((u0&240)==224){u0=(u0&15)<<12|u1<<6|u2}else{u0=(u0&7)<<18|u1<<12|u2<<6|heapOrArray[idx++]&63}if(u0<65536){str+=String.fromCharCode(u0)}else{var ch=u0-65536;str+=String.fromCharCode(55296|ch>>10,56320|ch&1023)}}return str};var getDylinkMetadata=binary=>{var offset=0;var end=0;function getU8(){return binary[offset++]}function getLEB(){var ret=0;var mul=1;while(1){var byte=binary[offset++];ret+=(byte&127)*mul;mul*=128;if(!(byte&128))break}return ret}function getString(){var len=getLEB();offset+=len;return UTF8ArrayToString(binary,offset-len,len)}function failIf(condition,message){if(condition)throw new Error(message)}var name="dylink.0";if(binary instanceof WebAssembly.Module){var dylinkSection=WebAssembly.Module.customSections(binary,name);if(dylinkSection.length===0){name="dylink";dylinkSection=WebAssembly.Module.customSections(binary,name)}failIf(dylinkSection.length===0,"need dylink section");binary=new Uint8Array(dylinkSection[0]);end=binary.length}else{var int32View=new Uint32Array(new Uint8Array(binary.subarray(0,24)).buffer);var magicNumberFound=int32View[0]==1836278016;failIf(!magicNumberFound,"need to see wasm magic number");failIf(binary[8]!==0,"need the dylink section to be first");offset=9;var section_size=getLEB();end=offset+section_size;name=getString()}var customSection={neededDynlibs:[],tlsExports:new Set,weakImports:new Set};if(name=="dylink"){customSection.memorySize=getLEB();customSection.memoryAlign=getLEB();customSection.tableSize=getLEB();customSection.tableAlign=getLEB();var neededDynlibsCount=getLEB();for(var i=0;i<neededDynlibsCount;++i){var libname=getString();customSection.neededDynlibs.push(libname)}}else{failIf(name!=="dylink.0");var WASM_DYLINK_MEM_INFO=1;var WASM_DYLINK_NEEDED=2;var WASM_DYLINK_EXPORT_INFO=3;var WASM_DYLINK_IMPORT_INFO=4;var WASM_SYMBOL_TLS=256;var WASM_SYMBOL_BINDING_MASK=3;var WASM_SYMBOL_BINDING_WEAK=1;while(offset<end){var subsectionType=getU8();var subsectionSize=getLEB();if(subsectionType===WASM_DYLINK_MEM_INFO){customSection.memorySize=getLEB();customSection.memoryAlign=getLEB();customSection.tableSize=getLEB();customSection.tableAlign=getLEB()}else if(subsectionType===WASM_DYLINK_NEEDED){var neededDynlibsCount=getLEB();for(var i=0;i<neededDynlibsCount;++i){libname=getString();customSection.neededDynlibs.push(libname)}}else if(subsectionType===WASM_DYLINK_EXPORT_INFO){var count=getLEB();while(count--){var symname=getString();var flags=getLEB();if(flags&WASM_SYMBOL_TLS){customSection.tlsExports.add(symname)}}}else if(subsectionType===WASM_DYLINK_IMPORT_INFO){var count=getLEB();while(count--){var modname=getString();var symname=getString();var flags=getLEB();if((flags&WASM_SYMBOL_BINDING_MASK)==WASM_SYMBOL_BINDING_WEAK){customSection.weakImports.add(symname)}}}else{offset+=subsectionSize}}}return customSection};var newDSO=(name,handle,syms)=>{var dso={refcount:Infinity,name,exports:syms,global:true};LDSO.loadedLibsByName[name]=dso;if(handle!=undefined){LDSO.loadedLibsByHandle[handle]=dso}return dso};var LDSO={loadedLibsByName:{},loadedLibsByHandle:{},init(){newDSO("__main__",0,wasmImports)}};var ___heap_base=200688;var alignMemory=(size,alignment)=>Math.ceil(size/alignment)*alignment;var getMemory=size=>{if(runtimeInitialized){return _calloc(size,1)}var ret=___heap_base;var end=ret+alignMemory(size,16);___heap_base=end;GOT["__heap_base"].value=end;return ret};var isInternalSym=symName=>["__cpp_exception","__c_longjmp","__wasm_apply_data_relocs","__dso_handle","__tls_size","__tls_align","__set_stack_limits","_emscripten_tls_init","__wasm_init_tls","__wasm_call_ctors","__start_em_asm","__stop_em_asm","__start_em_js","__stop_em_js"].includes(symName)||symName.startsWith("__em_js__");var uleb128Encode=(n,target)=>{if(n<128){target.push(n)}else{target.push(n%128|128,n>>7)}};var sigToWasmTypes=sig=>{var typeNames={i:"i32",j:"i64",f:"f32",d:"f64",e:"externref",p:"i32"};var type={parameters:[],results:sig[0]=="v"?[]:[typeNames[sig[0]]]};for(var i=1;i<sig.length;++i){type.parameters.push(typeNames[sig[i]])}return type};var generateFuncType=(sig,target)=>{var sigRet=sig.slice(0,1);var sigParam=sig.slice(1);var typeCodes={i:127,p:127,j:126,f:125,d:124,e:111};target.push(96);uleb128Encode(sigParam.length,target);for(var i=0;i<sigParam.length;++i){target.push(typeCodes[sigParam[i]])}if(sigRet=="v"){target.push(0)}else{target.push(1,typeCodes[sigRet])}};var convertJsFunctionToWasm=(func,sig)=>{if(typeof WebAssembly.Function=="function"){return new WebAssembly.Function(sigToWasmTypes(sig),func)}var typeSectionBody=[1];generateFuncType(sig,typeSectionBody);var bytes=[0,97,115,109,1,0,0,0,1];uleb128Encode(typeSectionBody.length,bytes);bytes.push(...typeSectionBody);bytes.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);var module=new WebAssembly.Module(new Uint8Array(bytes));var instance=new WebAssembly.Instance(module,{e:{f:func}});var wrappedFunc=instance.exports["f"];return wrappedFunc};var wasmTableMirror=[];var wasmTable=new WebAssembly.Table({initial:94,element:"anyfunc"});var getWasmTableEntry=funcPtr=>{var func=wasmTableMirror[funcPtr];if(!func){if(funcPtr>=wasmTableMirror.length)wasmTableMirror.length=funcPtr+1;wasmTableMirror[funcPtr]=func=wasmTable.get(funcPtr)}return func};var updateTableMap=(offset,count)=>{if(functionsInTableMap){for(var i=offset;i<offset+count;i++){var item=getWasmTableEntry(i);if(item){functionsInTableMap.set(item,i)}}}};var functionsInTableMap;var getFunctionAddress=func=>{if(!functionsInTableMap){functionsInTableMap=new WeakMap;updateTableMap(0,wasmTable.length)}return functionsInTableMap.get(func)||0};var freeTableIndexes=[];var getEmptyTableSlot=()=>{if(freeTableIndexes.length){return freeTableIndexes.pop()}try{wasmTable.grow(1)}catch(err){if(!(err instanceof RangeError)){throw err}throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH."}return wasmTable.length-1};var setWasmTableEntry=(idx,func)=>{wasmTable.set(idx,func);wasmTableMirror[idx]=wasmTable.get(idx)};var addFunction=(func,sig)=>{var rtn=getFunctionAddress(func);if(rtn){return rtn}var ret=getEmptyTableSlot();try{setWasmTableEntry(ret,func)}catch(err){if(!(err instanceof TypeError)){throw err}var wrapped=convertJsFunctionToWasm(func,sig);setWasmTableEntry(ret,wrapped)}functionsInTableMap.set(func,ret);return ret};var updateGOT=(exports,replace)=>{for(var symName in exports){if(isInternalSym(symName)){continue}var value=exports[symName];GOT[symName]||=new WebAssembly.Global({value:"i32",mutable:true});if(replace||GOT[symName].value==0){if(typeof value=="function"){GOT[symName].value=addFunction(value)}else if(typeof value=="number"){GOT[symName].value=value}else{err(`unhandled export type for '${symName}': ${typeof value}`)}}}};var relocateExports=(exports,memoryBase,replace)=>{var relocated={};for(var e in exports){var value=exports[e];if(typeof value=="object"){value=value.value}if(typeof value=="number"){value+=memoryBase}relocated[e]=value}updateGOT(relocated,replace);return relocated};var isSymbolDefined=symName=>{var existing=wasmImports[symName];if(!existing||existing.stub){return false}return true};var dynCall=(sig,ptr,args=[])=>{var rtn=getWasmTableEntry(ptr)(...args);return rtn};var stackSave=()=>_emscripten_stack_get_current();var stackRestore=val=>__emscripten_stack_restore(val);var createInvokeFunction=sig=>(ptr,...args)=>{var sp=stackSave();try{return dynCall(sig,ptr,args)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0);if(sig[0]=="j")return 0n}};var resolveGlobalSymbol=(symName,direct=false)=>{var sym;if(isSymbolDefined(symName)){sym=wasmImports[symName]}else if(symName.startsWith("invoke_")){sym=wasmImports[symName]=createInvokeFunction(symName.split("_")[1])}return{sym,name:symName}};var UTF8ToString=(ptr,maxBytesToRead)=>ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):"";var loadWebAssemblyModule=(binary,flags,libName,localScope,handle)=>{var metadata=getDylinkMetadata(binary);currentModuleWeakSymbols=metadata.weakImports;function loadModule(){var firstLoad=!handle||!HEAP8[handle+8];if(firstLoad){var memAlign=Math.pow(2,metadata.memoryAlign);var memoryBase=metadata.memorySize?alignMemory(getMemory(metadata.memorySize+memAlign),memAlign):0;var tableBase=metadata.tableSize?wasmTable.length:0;if(handle){HEAP8[handle+8]=1;HEAPU32[handle+12>>2]=memoryBase;HEAP32[handle+16>>2]=metadata.memorySize;HEAPU32[handle+20>>2]=tableBase;HEAP32[handle+24>>2]=metadata.tableSize}}else{memoryBase=HEAPU32[handle+12>>2];tableBase=HEAPU32[handle+20>>2]}var tableGrowthNeeded=tableBase+metadata.tableSize-wasmTable.length;if(tableGrowthNeeded>0){wasmTable.grow(tableGrowthNeeded)}var moduleExports;function resolveSymbol(sym){var resolved=resolveGlobalSymbol(sym).sym;if(!resolved&&localScope){resolved=localScope[sym]}if(!resolved){resolved=moduleExports[sym]}return resolved}var proxyHandler={get(stubs,prop){switch(prop){case"__memory_base":return memoryBase;case"__table_base":return tableBase}if(prop in wasmImports&&!wasmImports[prop].stub){return wasmImports[prop]}if(!(prop in stubs)){var resolved;stubs[prop]=(...args)=>{resolved||=resolveSymbol(prop);return resolved(...args)}}return stubs[prop]}};var proxy=new Proxy({},proxyHandler);var info={"GOT.mem":new Proxy({},GOTHandler),"GOT.func":new Proxy({},GOTHandler),env:proxy,wasi_snapshot_preview1:proxy};function postInstantiation(module,instance){updateTableMap(tableBase,metadata.tableSize);moduleExports=relocateExports(instance.exports,memoryBase);if(!flags.allowUndefined){reportUndefinedSymbols()}function addEmAsm(addr,body){var args=[];var arity=0;for(;arity<16;arity++){if(body.indexOf("$"+arity)!=-1){args.push("$"+arity)}else{break}}args=args.join(",");var func=`(${args}) => { ${body} };`;ASM_CONSTS[start]=eval(func)}if("__start_em_asm"in moduleExports){var start=moduleExports["__start_em_asm"];var stop=moduleExports["__stop_em_asm"];while(start<stop){var jsString=UTF8ToString(start);addEmAsm(start,jsString);start=HEAPU8.indexOf(0,start)+1}}function addEmJs(name,cSig,body){var jsArgs=[];cSig=cSig.slice(1,-1);if(cSig!="void"){cSig=cSig.split(",");for(var i in cSig){var jsArg=cSig[i].split(" ").pop();jsArgs.push(jsArg.replace("*",""))}}var func=`(${jsArgs}) => ${body};`;moduleExports[name]=eval(func)}for(var name in moduleExports){if(name.startsWith("__em_js__")){var start=moduleExports[name];var jsString=UTF8ToString(start);var parts=jsString.split("<::>");addEmJs(name.replace("__em_js__",""),parts[0],parts[1]);delete moduleExports[name]}}var applyRelocs=moduleExports["__wasm_apply_data_relocs"];if(applyRelocs){if(runtimeInitialized){applyRelocs()}else{__RELOC_FUNCS__.push(applyRelocs)}}var init=moduleExports["__wasm_call_ctors"];if(init){if(runtimeInitialized){init()}else{__ATINIT__.push(init)}}return moduleExports}if(flags.loadAsync){if(binary instanceof WebAssembly.Module){var instance=new WebAssembly.Instance(binary,info);return Promise.resolve(postInstantiation(binary,instance))}return WebAssembly.instantiate(binary,info).then(result=>postInstantiation(result.module,result.instance))}var module=binary instanceof WebAssembly.Module?binary:new WebAssembly.Module(binary);var instance=new WebAssembly.Instance(module,info);return postInstantiation(module,instance)}if(flags.loadAsync){return metadata.neededDynlibs.reduce((chain,dynNeeded)=>chain.then(()=>loadDynamicLibrary(dynNeeded,flags,localScope)),Promise.resolve()).then(loadModule)}metadata.neededDynlibs.forEach(needed=>loadDynamicLibrary(needed,flags,localScope));return loadModule()};var mergeLibSymbols=(exports,libName)=>{for(var[sym,exp]of Object.entries(exports)){const setImport=target=>{if(!isSymbolDefined(target)){wasmImports[target]=exp}};setImport(sym);const main_alias="__main_argc_argv";if(sym=="main"){setImport(main_alias)}if(sym==main_alias){setImport("main")}}};var asyncLoad=async url=>{var arrayBuffer=await readAsync(url);return new Uint8Array(arrayBuffer)};var preloadPlugins=Module["preloadPlugins"]||[];var registerWasmPlugin=()=>{var wasmPlugin={promiseChainEnd:Promise.resolve(),canHandle:name=>!Module["noWasmDecoding"]&&name.endsWith(".so"),handle:(byteArray,name,onload,onerror)=>{wasmPlugin["promiseChainEnd"]=wasmPlugin["promiseChainEnd"].then(()=>loadWebAssemblyModule(byteArray,{loadAsync:true,nodelete:true},name,{})).then(exports=>{preloadedWasm[name]=exports;onload(byteArray)},error=>{err(`failed to instantiate wasm: ${name}: ${error}`);onerror()})}};preloadPlugins.push(wasmPlugin)};var preloadedWasm={};function loadDynamicLibrary(libName,flags={global:true,nodelete:true},localScope,handle){var dso=LDSO.loadedLibsByName[libName];if(dso){if(!flags.global){if(localScope){Object.assign(localScope,dso.exports)}}else if(!dso.global){dso.global=true;mergeLibSymbols(dso.exports,libName)}if(flags.nodelete&&dso.refcount!==Infinity){dso.refcount=Infinity}dso.refcount++;if(handle){LDSO.loadedLibsByHandle[handle]=dso}return flags.loadAsync?Promise.resolve(true):true}dso=newDSO(libName,handle,"loading");dso.refcount=flags.nodelete?Infinity:1;dso.global=flags.global;function loadLibData(){if(handle){var data=HEAPU32[handle+28>>2];var dataSize=HEAPU32[handle+32>>2];if(data&&dataSize){var libData=HEAP8.slice(data,data+dataSize);return flags.loadAsync?Promise.resolve(libData):libData}}var libFile=locateFile(libName);if(flags.loadAsync){return asyncLoad(libFile)}if(!readBinary){throw new Error(`${libFile}: file not found, and synchronous loading of external files is not available`)}return readBinary(libFile)}function getExports(){var preloaded=preloadedWasm[libName];if(preloaded){return flags.loadAsync?Promise.resolve(preloaded):preloaded}if(flags.loadAsync){return loadLibData().then(libData=>loadWebAssemblyModule(libData,flags,libName,localScope,handle))}return loadWebAssemblyModule(loadLibData(),flags,libName,localScope,handle)}function moduleLoaded(exports){if(dso.global){mergeLibSymbols(exports,libName)}else if(localScope){Object.assign(localScope,exports)}dso.exports=exports}if(flags.loadAsync){return getExports().then(exports=>{moduleLoaded(exports);return true})}moduleLoaded(getExports());return true}var reportUndefinedSymbols=()=>{for(var[symName,entry]of Object.entries(GOT)){if(entry.value==0){var value=resolveGlobalSymbol(symName,true).sym;if(!value&&!entry.required){continue}if(typeof value=="function"){entry.value=addFunction(value,value.sig)}else if(typeof value=="number"){entry.value=value}else{throw new Error(`bad export type for '${symName}': ${typeof value}`)}}}};var loadDylibs=()=>{if(!dynamicLibraries.length){reportUndefinedSymbols();return}addRunDependency("loadDylibs");dynamicLibraries.reduce((chain,lib)=>chain.then(()=>loadDynamicLibrary(lib,{loadAsync:true,global:true,nodelete:true,allowUndefined:true})),Promise.resolve()).then(()=>{reportUndefinedSymbols();removeRunDependency("loadDylibs")})};var noExitRuntime=Module["noExitRuntime"]||false;var ___call_sighandler=(fp,sig)=>getWasmTableEntry(fp)(sig);___call_sighandler.sig="vpi";var ___memory_base=new WebAssembly.Global({value:"i32",mutable:false},1024);var ___stack_pointer=new WebAssembly.Global({value:"i32",mutable:true},200688);var PATH={isAbs:path=>path.charAt(0)==="/",splitPath:filename=>{var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:(parts,allowAboveRoot)=>{var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:path=>{var isAbsolute=PATH.isAbs(path),trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(p=>!!p),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:path=>{var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir},basename:path=>{if(path==="/")return"/";path=PATH.normalize(path);path=path.replace(/\/$/,"");var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)},join:(...paths)=>PATH.normalize(paths.join("/")),join2:(l,r)=>PATH.normalize(l+"/"+r)};var initRandomFill=()=>{if(typeof crypto=="object"&&typeof crypto["getRandomValues"]=="function"){return view=>crypto.getRandomValues(view)}else if(ENVIRONMENT_IS_NODE){try{var crypto_module=require("crypto");var randomFillSync=crypto_module["randomFillSync"];if(randomFillSync){return view=>crypto_module["randomFillSync"](view)}var randomBytes=crypto_module["randomBytes"];return view=>(view.set(randomBytes(view.byteLength)),view)}catch(e){}}abort("initRandomDevice")};var randomFill=view=>(randomFill=initRandomFill())(view);var PATH_FS={resolve:(...args)=>{var resolvedPath="",resolvedAbsolute=false;for(var i=args.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?args[i]:FS.cwd();if(typeof path!="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=PATH.isAbs(path)}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(p=>!!p),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:(from,to)=>{from=PATH_FS.resolve(from).substr(1);to=PATH_FS.resolve(to).substr(1);function trim(arr){var start=0;for(;start<arr.length;start++){if(arr[start]!=="")break}var end=arr.length-1;for(;end>=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i<length;i++){if(fromParts[i]!==toParts[i]){samePartsLength=i;break}}var outputParts=[];for(var i=samePartsLength;i<fromParts.length;i++){outputParts.push("..")}outputParts=outputParts.concat(toParts.slice(samePartsLength));return outputParts.join("/")}};var FS_stdin_getChar_buffer=[];var lengthBytesUTF8=str=>{var len=0;for(var i=0;i<str.length;++i){var c=str.charCodeAt(i);if(c<=127){len++}else if(c<=2047){len+=2}else if(c>=55296&&c<=57343){len+=4;++i}else{len+=3}}return len};var stringToUTF8Array=(str,heap,outIdx,maxBytesToWrite)=>{if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i<str.length;++i){var u=str.charCodeAt(i);if(u>=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx};function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}var FS_stdin_getChar=()=>{if(!FS_stdin_getChar_buffer.length){var result=null;if(ENVIRONMENT_IS_NODE){var BUFSIZE=256;var buf=Buffer.alloc(BUFSIZE);var bytesRead=0;var fd=process.stdin.fd;try{bytesRead=fs.readSync(fd,buf,0,BUFSIZE)}catch(e){if(e.toString().includes("EOF"))bytesRead=0;else throw e}if(bytesRead>0){result=buf.slice(0,bytesRead).toString("utf-8")}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else{}if(!result){return null}FS_stdin_getChar_buffer=intArrayFromString(result,true)}return FS_stdin_getChar_buffer.shift()};var TTY={ttys:[],init(){},shutdown(){},register(dev,ops){TTY.ttys[dev]={input:[],output:[],ops};FS.registerDevice(dev,TTY.stream_ops)},stream_ops:{open(stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(43)}stream.tty=tty;stream.seekable=false},close(stream){stream.tty.ops.fsync(stream.tty)},fsync(stream){stream.tty.ops.fsync(stream.tty)},read(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.get_char){throw new FS.ErrnoError(60)}var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=stream.tty.ops.get_char(stream.tty)}catch(e){throw new FS.ErrnoError(29)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(6)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.atime=Date.now()}return bytesRead},write(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.put_char){throw new FS.ErrnoError(60)}try{for(var i=0;i<length;i++){stream.tty.ops.put_char(stream.tty,buffer[offset+i])}}catch(e){throw new FS.ErrnoError(29)}if(length){stream.node.mtime=stream.node.ctime=Date.now()}return i}},default_tty_ops:{get_char(tty){return FS_stdin_getChar()},put_char(tty,val){if(val===null||val===10){out(UTF8ArrayToString(tty.output));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync(tty){if(tty.output&&tty.output.length>0){out(UTF8ArrayToString(tty.output));tty.output=[]}},ioctl_tcgets(tty){return{c_iflag:25856,c_oflag:5,c_cflag:191,c_lflag:35387,c_cc:[3,28,127,21,4,0,1,0,17,19,26,0,18,15,23,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},ioctl_tcsets(tty,optional_actions,data){return 0},ioctl_tiocgwinsz(tty){return[24,80]}},default_tty1_ops:{put_char(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync(tty){if(tty.output&&tty.output.length>0){err(UTF8ArrayToString(tty.output));tty.output=[]}}}};var zeroMemory=(address,size)=>{HEAPU8.fill(0,address,address+size)};var mmapAlloc=size=>{abort()};var MEMFS={ops_table:null,mount(mount){return MEMFS.createNode(null,"/",16895,0)},createNode(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(63)}MEMFS.ops_table||={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,allocate:MEMFS.stream_ops.allocate,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}};var node=FS.createNode(parent,name,mode,dev);if(FS.isDir(node.mode)){node.node_ops=MEMFS.ops_table.dir.node;node.stream_ops=MEMFS.ops_table.dir.stream;node.contents={}}else if(FS.isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.stream;node.usedBytes=0;node.contents=null}else if(FS.isLink(node.mode)){node.node_ops=MEMFS.ops_table.link.node;node.stream_ops=MEMFS.ops_table.link.stream}else if(FS.isChrdev(node.mode)){node.node_ops=MEMFS.ops_table.chrdev.node;node.stream_ops=MEMFS.ops_table.chrdev.stream}node.atime=node.mtime=node.ctime=Date.now();if(parent){parent.contents[name]=node;parent.atime=parent.mtime=parent.ctime=node.atime}return node},getFileDataAsTypedArray(node){if(!node.contents)return new Uint8Array(0);if(node.contents.subarray)return node.contents.subarray(0,node.usedBytes);return new Uint8Array(node.contents)},expandFileStorage(node,newCapacity){var prevCapacity=node.contents?node.contents.length:0;if(prevCapacity>=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity<CAPACITY_DOUBLING_MAX?2:1.125)>>>0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0)},resizeFileStorage(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0}else{var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize}},node_ops:{getattr(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.atime);attr.mtime=new Date(node.mtime);attr.ctime=new Date(node.ctime);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr},setattr(node,attr){for(const key of["mode","atime","mtime","ctime"]){if(attr[key]){node[key]=attr[key]}}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}},lookup(parent,name){throw MEMFS.doesNotExistError},mknod(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)},rename(old_node,new_dir,new_name){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){if(FS.isDir(old_node.mode)){for(var i in new_node.contents){throw new FS.ErrnoError(55)}}FS.hashRemoveNode(new_node)}delete old_node.parent.contents[old_node.name];new_dir.contents[new_name]=old_node;old_node.name=new_name;new_dir.ctime=new_dir.mtime=old_node.parent.ctime=old_node.parent.mtime=Date.now()},unlink(parent,name){delete parent.contents[name];parent.ctime=parent.mtime=Date.now()},rmdir(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(55)}delete parent.contents[name];parent.ctime=parent.mtime=Date.now()},readdir(node){return[".","..",...Object.keys(node.contents)]},symlink(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node},readlink(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(28)}return node.link}},stream_ops:{read(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i<size;i++)buffer[offset+i]=contents[position+i]}return size},write(stream,buffer,offset,length,position,canOwn){if(buffer.buffer===HEAP8.buffer){canOwn=false}if(!length)return 0;var node=stream.node;node.mtime=node.ctime=Date.now();if(buffer.subarray&&(!node.contents||node.contents.subarray)){if(canOwn){node.contents=buffer.subarray(offset,offset+length);node.usedBytes=length;return length}else if(node.usedBytes===0&&position===0){node.contents=buffer.slice(offset,offset+length);node.usedBytes=length;return length}else if(position+length<=node.usedBytes){node.contents.set(buffer.subarray(offset,offset+length),position);return length}}MEMFS.expandFileStorage(node,position+length);if(node.contents.subarray&&buffer.subarray){node.contents.set(buffer.subarray(offset,offset+length),position)}else{for(var i=0;i<length;i++){node.contents[position+i]=buffer[offset+i]}}node.usedBytes=Math.max(node.usedBytes,position+length);return length},llseek(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){position+=stream.node.usedBytes}}if(position<0){throw new FS.ErrnoError(28)}return position},allocate(stream,offset,length){MEMFS.expandFileStorage(stream.node,offset+length);stream.node.usedBytes=Math.max(stream.node.usedBytes,offset+length)},mmap(stream,length,position,prot,flags){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}var ptr;var allocated;var contents=stream.node.contents;if(!(flags&2)&&contents&&contents.buffer===HEAP8.buffer){allocated=false;ptr=contents.byteOffset}else{allocated=true;ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}if(contents){if(position>0||position+length<contents.length){if(contents.subarray){contents=contents.subarray(position,position+length)}else{contents=Array.prototype.slice.call(contents,position,position+length)}}HEAP8.set(contents,ptr)}}return{ptr,allocated}},msync(stream,buffer,offset,length,mmapFlags){MEMFS.stream_ops.write(stream,buffer,0,length,offset,false);return 0}}};var FS_createDataFile=(parent,name,fileData,canRead,canWrite,canOwn)=>{FS.createDataFile(parent,name,fileData,canRead,canWrite,canOwn)};var FS_handledByPreloadPlugin=(byteArray,fullname,finish,onerror)=>{if(typeof Browser!="undefined")Browser.init();var handled=false;preloadPlugins.forEach(plugin=>{if(handled)return;if(plugin["canHandle"](fullname)){plugin["handle"](byteArray,fullname,finish,onerror);handled=true}});return handled};var FS_createPreloadedFile=(parent,name,url,canRead,canWrite,onload,onerror,dontCreateFile,canOwn,preFinish)=>{var fullname=name?PATH_FS.resolve(PATH.join2(parent,name)):parent;var dep=getUniqueRunDependency(`cp ${fullname}`);function processData(byteArray){function finish(byteArray){preFinish?.();if(!dontCreateFile){FS_createDataFile(parent,name,byteArray,canRead,canWrite,canOwn)}onload?.();removeRunDependency(dep)}if(FS_handledByPreloadPlugin(byteArray,fullname,finish,()=>{onerror?.();removeRunDependency(dep)})){return}finish(byteArray)}addRunDependency(dep);if(typeof url=="string"){asyncLoad(url).then(processData,onerror)}else{processData(url)}};var FS_modeStringToFlags=str=>{var flagModes={r:0,"r+":2,w:512|64|1,"w+":512|64|2,a:1024|64|1,"a+":1024|64|2};var flags=flagModes[str];if(typeof flags=="undefined"){throw new Error(`Unknown file open mode: ${str}`)}return flags};var FS_getMode=(canRead,canWrite)=>{var mode=0;if(canRead)mode|=292|73;if(canWrite)mode|=146;return mode};var ERRNO_CODES={EPERM:63,ENOENT:44,ESRCH:71,EINTR:27,EIO:29,ENXIO:60,E2BIG:1,ENOEXEC:45,EBADF:8,ECHILD:12,EAGAIN:6,EWOULDBLOCK:6,ENOMEM:48,EACCES:2,EFAULT:21,ENOTBLK:105,EBUSY:10,EEXIST:20,EXDEV:75,ENODEV:43,ENOTDIR:54,EISDIR:31,EINVAL:28,ENFILE:41,EMFILE:33,ENOTTY:59,ETXTBSY:74,EFBIG:22,ENOSPC:51,ESPIPE:70,EROFS:69,EMLINK:34,EPIPE:64,EDOM:18,ERANGE:68,ENOMSG:49,EIDRM:24,ECHRNG:106,EL2NSYNC:156,EL3HLT:107,EL3RST:108,ELNRNG:109,EUNATCH:110,ENOCSI:111,EL2HLT:112,EDEADLK:16,ENOLCK:46,EBADE:113,EBADR:114,EXFULL:115,ENOANO:104,EBADRQC:103,EBADSLT:102,EDEADLOCK:16,EBFONT:101,ENOSTR:100,ENODATA:116,ETIME:117,ENOSR:118,ENONET:119,ENOPKG:120,EREMOTE:121,ENOLINK:47,EADV:122,ESRMNT:123,ECOMM:124,EPROTO:65,EMULTIHOP:36,EDOTDOT:125,EBADMSG:9,ENOTUNIQ:126,EBADFD:127,EREMCHG:128,ELIBACC:129,ELIBBAD:130,ELIBSCN:131,ELIBMAX:132,ELIBEXEC:133,ENOSYS:52,ENOTEMPTY:55,ENAMETOOLONG:37,ELOOP:32,EOPNOTSUPP:138,EPFNOSUPPORT:139,ECONNRESET:15,ENOBUFS:42,EAFNOSUPPORT:5,EPROTOTYPE:67,ENOTSOCK:57,ENOPROTOOPT:50,ESHUTDOWN:140,ECONNREFUSED:14,EADDRINUSE:3,ECONNABORTED:13,ENETUNREACH:40,ENETDOWN:38,ETIMEDOUT:73,EHOSTDOWN:142,EHOSTUNREACH:23,EINPROGRESS:26,EALREADY:7,EDESTADDRREQ:17,EMSGSIZE:35,EPROTONOSUPPORT:66,ESOCKTNOSUPPORT:137,EADDRNOTAVAIL:4,ENETRESET:39,EISCONN:30,ENOTCONN:53,ETOOMANYREFS:141,EUSERS:136,EDQUOT:19,ESTALE:72,ENOTSUP:138,ENOMEDIUM:148,EILSEQ:25,EOVERFLOW:61,ECANCELED:11,ENOTRECOVERABLE:56,EOWNERDEAD:62,ESTRPIPE:135};var PROXYFS={mount(mount){return PROXYFS.createNode(null,"/",mount.opts.fs.lstat(mount.opts.root).mode,0)},createNode(parent,name,mode,dev){if(!FS.isDir(mode)&&!FS.isFile(mode)&&!FS.isLink(mode)){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}var node=FS.createNode(parent,name,mode);node.node_ops=PROXYFS.node_ops;node.stream_ops=PROXYFS.stream_ops;return node},realPath(node){var parts=[];while(node.parent!==node){parts.push(node.name);node=node.parent}parts.push(node.mount.opts.root);parts.reverse();return PATH.join(...parts)},node_ops:{getattr(node){var path=PROXYFS.realPath(node);var stat;try{stat=node.mount.opts.fs.lstat(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}return{dev:stat.dev,ino:stat.ino,mode:stat.mode,nlink:stat.nlink,uid:stat.uid,gid:stat.gid,rdev:stat.rdev,size:stat.size,atime:stat.atime,mtime:stat.mtime,ctime:stat.ctime,blksize:stat.blksize,blocks:stat.blocks}},setattr(node,attr){var path=PROXYFS.realPath(node);try{if(attr.mode!==undefined){node.mount.opts.fs.chmod(path,attr.mode);node.mode=attr.mode}if(attr.atime||attr.mtime){var atime=new Date(attr.atime||attr.mtime);var mtime=new Date(attr.mtime||attr.atime);node.mount.opts.fs.utime(path,atime,mtime)}if(attr.size!==undefined){node.mount.opts.fs.truncate(path,attr.size)}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},lookup(parent,name){try{var path=PATH.join2(PROXYFS.realPath(parent),name);var mode=parent.mount.opts.fs.lstat(path).mode;var node=PROXYFS.createNode(parent,name,mode);return node}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},mknod(parent,name,mode,dev){var node=PROXYFS.createNode(parent,name,mode,dev);var path=PROXYFS.realPath(node);try{if(FS.isDir(node.mode)){node.mount.opts.fs.mkdir(path,node.mode)}else{node.mount.opts.fs.writeFile(path,"",{mode:node.mode})}}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}return node},rename(oldNode,newDir,newName){var oldPath=PROXYFS.realPath(oldNode);var newPath=PATH.join2(PROXYFS.realPath(newDir),newName);try{oldNode.mount.opts.fs.rename(oldPath,newPath);oldNode.name=newName}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},unlink(parent,name){var path=PATH.join2(PROXYFS.realPath(parent),name);try{parent.mount.opts.fs.unlink(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},rmdir(parent,name){var path=PATH.join2(PROXYFS.realPath(parent),name);try{parent.mount.opts.fs.rmdir(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},readdir(node){var path=PROXYFS.realPath(node);try{return node.mount.opts.fs.readdir(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},symlink(parent,newName,oldPath){var newPath=PATH.join2(PROXYFS.realPath(parent),newName);try{parent.mount.opts.fs.symlink(oldPath,newPath)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},readlink(node){var path=PROXYFS.realPath(node);try{return node.mount.opts.fs.readlink(path)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}}},stream_ops:{open(stream){var path=PROXYFS.realPath(stream.node);try{stream.nfd=stream.node.mount.opts.fs.open(path,stream.flags)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},close(stream){try{stream.node.mount.opts.fs.close(stream.nfd)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},read(stream,buffer,offset,length,position){try{return stream.node.mount.opts.fs.read(stream.nfd,buffer,offset,length,position)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},write(stream,buffer,offset,length,position){try{return stream.node.mount.opts.fs.write(stream.nfd,buffer,offset,length,position)}catch(e){if(!e.code)throw e;throw new FS.ErrnoError(ERRNO_CODES[e.code])}},llseek(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){try{var stat=stream.node.node_ops.getattr(stream.node);position+=stat.size}catch(e){throw new FS.ErrnoError(ERRNO_CODES[e.code])}}}if(position<0){throw new FS.ErrnoError(ERRNO_CODES.EINVAL)}return position}}};var FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,ErrnoError:class{name="ErrnoError";constructor(errno){this.errno=errno}},filesystems:null,syncFSRequests:0,readFiles:{},FSStream:class{shared={};get object(){return this.node}set object(val){this.node=val}get isRead(){return(this.flags&2097155)!==1}get isWrite(){return(this.flags&2097155)!==0}get isAppend(){return this.flags&1024}get flags(){return this.shared.flags}set flags(val){this.shared.flags=val}get position(){return this.shared.position}set position(val){this.shared.position=val}},FSNode:class{node_ops={};stream_ops={};readMode=292|73;writeMode=146;mounted=null;constructor(parent,name,mode,rdev){if(!parent){parent=this}this.parent=parent;this.mount=parent.mount;this.id=FS.nextInode++;this.name=name;this.mode=mode;this.rdev=rdev;this.atime=this.mtime=this.ctime=Date.now()}get read(){return(this.mode&this.readMode)===this.readMode}set read(val){val?this.mode|=this.readMode:this.mode&=~this.readMode}get write(){return(this.mode&this.writeMode)===this.writeMode}set write(val){val?this.mode|=this.writeMode:this.mode&=~this.writeMode}get isFolder(){return FS.isDir(this.mode)}get isDevice(){return FS.isChrdev(this.mode)}},lookupPath(path,opts={}){if(!path)return{path:"",node:null};opts.follow_mount??=true;if(!PATH.isAbs(path)){path=FS.cwd()+"/"+path}linkloop:for(var nlinks=0;nlinks<40;nlinks++){var parts=path.split("/").filter(p=>!!p&&p!==".");var current=FS.root;var current_path="/";for(var i=0;i<parts.length;i++){var islast=i===parts.length-1;if(islast&&opts.parent){break}if(parts[i]===".."){current_path=PATH.dirname(current_path);current=current.parent;continue}current_path=PATH.join2(current_path,parts[i]);try{current=FS.lookupNode(current,parts[i])}catch(e){if(e?.errno===44&&islast&&opts.noent_okay){return{path:current_path}}throw e}if(FS.isMountpoint(current)&&(!islast||opts.follow_mount)){current=current.mounted.root}if(FS.isLink(current.mode)&&(!islast||opts.follow)){if(!current.node_ops.readlink){throw new FS.ErrnoError(52)}var link=current.node_ops.readlink(current);if(!PATH.isAbs(link)){link=PATH.dirname(current_path)+"/"+link}path=link+"/"+parts.slice(i+1).join("/");continue linkloop}}return{path:current_path,node:current}}throw new FS.ErrnoError(32)},getPath(node){var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?`${mount}/${path}`:mount+path}path=path?`${node.name}/${path}`:node.name;node=node.parent}},hashName(parentid,name){var hash=0;for(var i=0;i<name.length;i++){hash=(hash<<5)-hash+name.charCodeAt(i)|0}return(parentid+hash>>>0)%FS.nameTable.length},hashAddNode(node){var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode(node){var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}},lookupNode(parent,name){var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)},createNode(parent,name,mode,rdev){var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode(node){FS.hashRemoveNode(node)},isRoot(node){return node===node.parent},isMountpoint(node){return!!node.mounted},isFile(mode){return(mode&61440)===32768},isDir(mode){return(mode&61440)===16384},isLink(mode){return(mode&61440)===40960},isChrdev(mode){return(mode&61440)===8192},isBlkdev(mode){return(mode&61440)===24576},isFIFO(mode){return(mode&61440)===4096},isSocket(mode){return(mode&49152)===49152},flagsToPermissionString(flag){var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions(node,perms){if(FS.ignorePermissions){return 0}if(perms.includes("r")&&!(node.mode&292)){return 2}else if(perms.includes("w")&&!(node.mode&146)){return 2}else if(perms.includes("x")&&!(node.mode&73)){return 2}return 0},mayLookup(dir){if(!FS.isDir(dir.mode))return 54;var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate(dir,name){if(!FS.isDir(dir.mode)){return 54}try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete(dir,name,isdir){var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen(node,flags){if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},MAX_OPEN_FDS:4096,nextfd(){for(var fd=0;fd<=FS.MAX_OPEN_FDS;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(33)},getStreamChecked(fd){var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}return stream},getStream:fd=>FS.streams[fd],createStream(stream,fd=-1){stream=Object.assign(new FS.FSStream,stream);if(fd==-1){fd=FS.nextfd()}stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream(fd){FS.streams[fd]=null},dupStream(origStream,fd=-1){var stream=FS.createStream(origStream,fd);stream.stream_ops?.dup?.(stream);return stream},chrdev_stream_ops:{open(stream){var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;stream.stream_ops.open?.(stream)},llseek(){throw new FS.ErrnoError(70)}},major:dev=>dev>>8,minor:dev=>dev&255,makedev:(ma,mi)=>ma<<8|mi,registerDevice(dev,ops){FS.devices[dev]={stream_ops:ops}},getDevice:dev=>FS.devices[dev],getMounts(mount){var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push(...m.mounts)}return mounts},syncfs(populate,callback){if(typeof populate=="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err(`warning: ${FS.syncFSRequests} FS.syncfs operations in flight at once, probably just doing extra work`)}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(mount=>{if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount(type,opts,mountpoint){var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}var mount={type,opts,mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot},unmount(mountpoint){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(hash=>{var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.includes(current.mount)){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup(parent,name){return parent.node_ops.lookup(parent,name)},mknod(path,mode,dev){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name||name==="."||name===".."){throw new FS.ErrnoError(28)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},statfs(path){var rtn={bsize:4096,frsize:4096,blocks:1e6,bfree:5e5,bavail:5e5,files:FS.nextInode,ffree:FS.nextInode-1,fsid:42,flags:2,namelen:255};var parent=FS.lookupPath(path,{follow:true}).node;if(parent?.node_ops.statfs){Object.assign(rtn,parent.node_ops.statfs(parent.mount.opts.root))}return rtn},create(path,mode=438){mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir(path,mode=511){mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree(path,mode){var dirs=path.split("/");var d="";for(var i=0;i<dirs.length;++i){if(!dirs[i])continue;d+="/"+dirs[i];try{FS.mkdir(d,mode)}catch(e){if(e.errno!=20)throw e}}},mkdev(path,mode,dev){if(typeof dev=="undefined"){dev=mode;mode=438}mode|=8192;return FS.mknod(path,mode,dev)},symlink(oldpath,newpath){if(!PATH_FS.resolve(oldpath)){throw new FS.ErrnoError(44)}var lookup=FS.lookupPath(newpath,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var newname=PATH.basename(newpath);var errCode=FS.mayCreate(parent,newname);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.symlink){throw new FS.ErrnoError(63)}return parent.node_ops.symlink(parent,newname,oldpath)},rename(old_path,new_path){var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_name=PATH.basename(old_path);var new_name=PATH.basename(new_path);var lookup,old_dir,new_dir;lookup=FS.lookupPath(old_path,{parent:true});old_dir=lookup.node;lookup=FS.lookupPath(new_path,{parent:true});new_dir=lookup.node;if(!old_dir||!new_dir)throw new FS.ErrnoError(44);if(old_dir.mount!==new_dir.mount){throw new FS.ErrnoError(75)}var old_node=FS.lookupNode(old_dir,old_name);var relative=PATH_FS.relative(old_path,new_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(28)}relative=PATH_FS.relative(new_path,old_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(55)}var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(old_node===new_node){return}var isdir=FS.isDir(old_node.mode);var errCode=FS.mayDelete(old_dir,old_name,isdir);if(errCode){throw new FS.ErrnoError(errCode)}errCode=new_node?FS.mayDelete(new_dir,new_name,isdir):FS.mayCreate(new_dir,new_name);if(errCode){throw new FS.ErrnoError(errCode)}if(!old_dir.node_ops.rename){throw new FS.ErrnoError(63)}if(FS.isMountpoint(old_node)||new_node&&FS.isMountpoint(new_node)){throw new FS.ErrnoError(10)}if(new_dir!==old_dir){errCode=FS.nodePermissions(old_dir,"w");if(errCode){throw new FS.ErrnoError(errCode)}}FS.hashRemoveNode(old_node);try{old_dir.node_ops.rename(old_node,new_dir,new_name);old_node.parent=new_dir}catch(e){throw e}finally{FS.hashAddNode(old_node)}},rmdir(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,true);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.rmdir){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.rmdir(parent,name);FS.destroyNode(node)},readdir(path){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node.node_ops.readdir){throw new FS.ErrnoError(54)}return node.node_ops.readdir(node)},unlink(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,false);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.unlink){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.unlink(parent,name);FS.destroyNode(node)},readlink(path){var lookup=FS.lookupPath(path);var link=lookup.node;if(!link){throw new FS.ErrnoError(44)}if(!link.node_ops.readlink){throw new FS.ErrnoError(28)}return link.node_ops.readlink(link)},stat(path,dontFollow){var lookup=FS.lookupPath(path,{follow:!dontFollow});var node=lookup.node;if(!node){throw new FS.ErrnoError(44)}if(!node.node_ops.getattr){throw new FS.ErrnoError(63)}return node.node_ops.getattr(node)},lstat(path){return FS.stat(path,true)},chmod(path,mode,dontFollow){var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{mode:mode&4095|node.mode&~4095,ctime:Date.now()})},lchmod(path,mode){FS.chmod(path,mode,true)},fchmod(fd,mode){var stream=FS.getStreamChecked(fd);FS.chmod(stream.node,mode)},chown(path,uid,gid,dontFollow){var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{timestamp:Date.now()})},lchown(path,uid,gid){FS.chown(path,uid,gid,true)},fchown(fd,uid,gid){var stream=FS.getStreamChecked(fd);FS.chown(stream.node,uid,gid)},truncate(path,len){if(len<0){throw new FS.ErrnoError(28)}var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:true});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}if(FS.isDir(node.mode)){throw new FS.ErrnoError(31)}if(!FS.isFile(node.mode)){throw new FS.ErrnoError(28)}var errCode=FS.nodePermissions(node,"w");if(errCode){throw new FS.ErrnoError(errCode)}node.node_ops.setattr(node,{size:len,timestamp:Date.now()})},ftruncate(fd,len){var stream=FS.getStreamChecked(fd);if((stream.flags&2097155)===0){throw new FS.ErrnoError(28)}FS.truncate(stream.node,len)},utime(path,atime,mtime){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;node.node_ops.setattr(node,{atime,mtime})},open(path,flags,mode=438){if(path===""){throw new FS.ErrnoError(44)}flags=typeof flags=="string"?FS_modeStringToFlags(flags):flags;if(flags&64){mode=mode&4095|32768}else{mode=0}var node;if(typeof path=="object"){node=path}else{var lookup=FS.lookupPath(path,{follow:!(flags&131072),noent_okay:true});node=lookup.node;path=lookup.path}var created=false;if(flags&64){if(node){if(flags&128){throw new FS.ErrnoError(20)}}else{node=FS.mknod(path,mode,0);created=true}}if(!node){throw new FS.ErrnoError(44)}if(FS.isChrdev(node.mode)){flags&=~512}if(flags&65536&&!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}if(!created){var errCode=FS.mayOpen(node,flags);if(errCode){throw new FS.ErrnoError(errCode)}}if(flags&512&&!created){FS.truncate(node,0)}flags&=~(128|512|131072);var stream=FS.createStream({node,path:FS.getPath(node),flags,seekable:true,position:0,stream_ops:node.stream_ops,ungotten:[],error:false});if(stream.stream_ops.open){stream.stream_ops.open(stream)}if(Module["logReadFiles"]&&!(flags&1)){if(!(path in FS.readFiles)){FS.readFiles[path]=1}}return stream},close(stream){if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(stream.getdents)stream.getdents=null;try{if(stream.stream_ops.close){stream.stream_ops.close(stream)}}catch(e){throw e}finally{FS.closeStream(stream.fd)}stream.fd=null},isClosed(stream){return stream.fd===null},llseek(stream,offset,whence){if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(!stream.seekable||!stream.stream_ops.llseek){throw new FS.ErrnoError(70)}if(whence!=0&&whence!=1&&whence!=2){throw new FS.ErrnoError(28)}stream.position=stream.stream_ops.llseek(stream,offset,whence);stream.ungotten=[];return stream.position},read(stream,buffer,offset,length,position){if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.read){throw new FS.ErrnoError(28)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesRead=stream.stream_ops.read(stream,buffer,offset,length,position);if(!seeking)stream.position+=bytesRead;return bytesRead},write(stream,buffer,offset,length,position,canOwn){if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.write){throw new FS.ErrnoError(28)}if(stream.seekable&&stream.flags&1024){FS.llseek(stream,0,2)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesWritten=stream.stream_ops.write(stream,buffer,offset,length,position,canOwn);if(!seeking)stream.position+=bytesWritten;return bytesWritten},allocate(stream,offset,length){if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(offset<0||length<=0){throw new FS.ErrnoError(28)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(!FS.isFile(stream.node.mode)&&!FS.isDir(stream.node.mode)){throw new FS.ErrnoError(43)}if(!stream.stream_ops.allocate){throw new FS.ErrnoError(138)}stream.stream_ops.allocate(stream,offset,length)},mmap(stream,length,position,prot,flags){if((prot&2)!==0&&(flags&2)===0&&(stream.flags&2097155)!==2){throw new FS.ErrnoError(2)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(2)}if(!stream.stream_ops.mmap){throw new FS.ErrnoError(43)}if(!length){throw new FS.ErrnoError(28)}return stream.stream_ops.mmap(stream,length,position,prot,flags)},msync(stream,buffer,offset,length,mmapFlags){if(!stream.stream_ops.msync){return 0}return stream.stream_ops.msync(stream,buffer,offset,length,mmapFlags)},ioctl(stream,cmd,arg){if(!stream.stream_ops.ioctl){throw new FS.ErrnoError(59)}return stream.stream_ops.ioctl(stream,cmd,arg)},readFile(path,opts={}){opts.flags=opts.flags||0;opts.encoding=opts.encoding||"binary";if(opts.encoding!=="utf8"&&opts.encoding!=="binary"){throw new Error(`Invalid encoding type "${opts.encoding}"`)}var ret;var stream=FS.open(path,opts.flags);var stat=FS.stat(path);var length=stat.size;var buf=new Uint8Array(length);FS.read(stream,buf,0,length,0);if(opts.encoding==="utf8"){ret=UTF8ArrayToString(buf)}else if(opts.encoding==="binary"){ret=buf}FS.close(stream);return ret},writeFile(path,data,opts={}){opts.flags=opts.flags||577;var stream=FS.open(path,opts.flags,opts.mode);if(typeof data=="string"){var buf=new Uint8Array(lengthBytesUTF8(data)+1);var actualNumBytes=stringToUTF8Array(data,buf,0,buf.length);FS.write(stream,buf,0,actualNumBytes,undefined,opts.canOwn)}else if(ArrayBuffer.isView(data)){FS.write(stream,data,0,data.byteLength,undefined,opts.canOwn)}else{throw new Error("Unsupported data type")}FS.close(stream)},cwd:()=>FS.currentPath,chdir(path){var lookup=FS.lookupPath(path,{follow:true});if(lookup.node===null){throw new FS.ErrnoError(44)}if(!FS.isDir(lookup.node.mode)){throw new FS.ErrnoError(54)}var errCode=FS.nodePermissions(lookup.node,"x");if(errCode){throw new FS.ErrnoError(errCode)}FS.currentPath=lookup.path},createDefaultDirectories(){FS.mkdir("/tmp");FS.mkdir("/home");FS.mkdir("/home/web_user")},createDefaultDevices(){FS.mkdir("/dev");FS.registerDevice(FS.makedev(1,3),{read:()=>0,write:(stream,buffer,offset,length,pos)=>length,llseek:()=>0});FS.mkdev("/dev/null",FS.makedev(1,3));TTY.register(FS.makedev(5,0),TTY.default_tty_ops);TTY.register(FS.makedev(6,0),TTY.default_tty1_ops);FS.mkdev("/dev/tty",FS.makedev(5,0));FS.mkdev("/dev/tty1",FS.makedev(6,0));var randomBuffer=new Uint8Array(1024),randomLeft=0;var randomByte=()=>{if(randomLeft===0){randomLeft=randomFill(randomBuffer).byteLength}return randomBuffer[--randomLeft]};FS.createDevice("/dev","random",randomByte);FS.createDevice("/dev","urandom",randomByte);FS.mkdir("/dev/shm");FS.mkdir("/dev/shm/tmp")},createSpecialDirectories(){FS.mkdir("/proc");var proc_self=FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd");FS.mount({mount(){var node=FS.createNode(proc_self,"fd",16895,73);node.stream_ops={llseek:MEMFS.stream_ops.llseek};node.node_ops={lookup(parent,name){var fd=+name;var stream=FS.getStreamChecked(fd);var ret={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:()=>stream.path},id:fd+1};ret.parent=ret;return ret},readdir(){return Array.from(FS.streams.entries()).filter(([k,v])=>v).map(([k,v])=>k.toString())}};return node}},{},"/proc/self/fd")},createStandardStreams(input,output,error){if(input){FS.createDevice("/dev","stdin",input)}else{FS.symlink("/dev/tty","/dev/stdin")}if(output){FS.createDevice("/dev","stdout",null,output)}else{FS.symlink("/dev/tty","/dev/stdout")}if(error){FS.createDevice("/dev","stderr",null,error)}else{FS.symlink("/dev/tty1","/dev/stderr")}var stdin=FS.open("/dev/stdin",0);var stdout=FS.open("/dev/stdout",1);var stderr=FS.open("/dev/stderr",1)},staticInit(){FS.nameTable=new Array(4096);FS.mount(MEMFS,{},"/");FS.createDefaultDirectories();FS.createDefaultDevices();FS.createSpecialDirectories();FS.filesystems={MEMFS,PROXYFS}},init(input,output,error){FS.initialized=true;input??=Module["stdin"];output??=Module["stdout"];error??=Module["stderr"];FS.createStandardStreams(input,output,error)},quit(){FS.initialized=false;_fflush(0);for(var i=0;i<FS.streams.length;i++){var stream=FS.streams[i];if(!stream){continue}FS.close(stream)}},findObject(path,dontResolveLastLink){var ret=FS.analyzePath(path,dontResolveLastLink);if(!ret.exists){return null}return ret.object},analyzePath(path,dontResolveLastLink){try{var lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});path=lookup.path}catch(e){}var ret={isRoot:false,exists:false,error:0,name:null,path:null,object:null,parentExists:false,parentPath:null,parentObject:null};try{var lookup=FS.lookupPath(path,{parent:true});ret.parentExists=true;ret.parentPath=lookup.path;ret.parentObject=lookup.node;ret.name=PATH.basename(path);lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});ret.exists=true;ret.path=lookup.path;ret.object=lookup.node;ret.name=lookup.node.name;ret.isRoot=lookup.path==="/"}catch(e){ret.error=e.errno}return ret},createPath(parent,path,canRead,canWrite){parent=typeof parent=="string"?parent:FS.getPath(parent);var parts=path.split("/").reverse();while(parts.length){var part=parts.pop();if(!part)continue;var current=PATH.join2(parent,part);try{FS.mkdir(current)}catch(e){}parent=current}return current},createFile(parent,name,properties,canRead,canWrite){var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS_getMode(canRead,canWrite);return FS.create(path,mode)},createDataFile(parent,name,data,canRead,canWrite,canOwn){var path=name;if(parent){parent=typeof parent=="string"?parent:FS.getPath(parent);path=name?PATH.join2(parent,name):parent}var mode=FS_getMode(canRead,canWrite);var node=FS.create(path,mode);if(data){if(typeof data=="string"){var arr=new Array(data.length);for(var i=0,len=data.length;i<len;++i)arr[i]=data.charCodeAt(i);data=arr}FS.chmod(node,mode|146);var stream=FS.open(node,577);FS.write(stream,data,0,data.length,0,canOwn);FS.close(stream);FS.chmod(node,mode)}},createDevice(parent,name,input,output){var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS_getMode(!!input,!!output);FS.createDevice.major??=64;var dev=FS.makedev(FS.createDevice.major++,0);FS.registerDevice(dev,{open(stream){stream.seekable=false},close(stream){if(output?.buffer?.length){output(10)}},read(stream,buffer,offset,length,pos){var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=input()}catch(e){throw new FS.ErrnoError(29)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(6)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.atime=Date.now()}return bytesRead},write(stream,buffer,offset,length,pos){for(var i=0;i<length;i++){try{output(buffer[offset+i])}catch(e){throw new FS.ErrnoError(29)}}if(length){stream.node.mtime=stream.node.ctime=Date.now()}return i}});return FS.mkdev(path,mode,dev)},forceLoadFile(obj){if(obj.isDevice||obj.isFolder||obj.link||obj.contents)return true;if(typeof XMLHttpRequest!="undefined"){throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.")}else{try{obj.contents=readBinary(obj.url);obj.usedBytes=obj.contents.length}catch(e){throw new FS.ErrnoError(29)}}},createLazyFile(parent,name,url,canRead,canWrite){class LazyUint8Array{lengthKnown=false;chunks=[];get(idx){if(idx>this.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]}setDataGetter(getter){this.getter=getter}cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=(from,to)=>{if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}return intArrayFromString(xhr.responseText||"",true)};var lazyArray=this;lazyArray.setDataGetter(chunkNum=>{var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]=="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]=="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]});if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;out("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true}get length(){if(!this.lengthKnown){this.cacheLength()}return this._length}get chunkSize(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize}}if(typeof XMLHttpRequest!="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach(key=>{var fn=node.stream_ops[key];stream_ops[key]=(...args)=>{FS.forceLoadFile(node);return fn(...args)}});function writeChunks(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i<size;i++){buffer[offset+i]=contents[position+i]}}else{for(var i=0;i<size;i++){buffer[offset+i]=contents.get(position+i)}}return size}stream_ops.read=(stream,buffer,offset,length,position)=>{FS.forceLoadFile(node);return writeChunks(stream,buffer,offset,length,position)};stream_ops.mmap=(stream,length,position,prot,flags)=>{FS.forceLoadFile(node);var ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}writeChunks(stream,HEAP8,ptr,length,position);return{ptr,allocated:true}};node.stream_ops=stream_ops;return node}};var SYSCALLS={DEFAULT_POLLMASK:5,calculateAt(dirfd,path,allowEmpty){if(PATH.isAbs(path)){return path}var dir;if(dirfd===-100){dir=FS.cwd()}else{var dirstream=SYSCALLS.getStreamFromFD(dirfd);dir=dirstream.path}if(path.length==0){if(!allowEmpty){throw new FS.ErrnoError(44)}return dir}return dir+"/"+path},doStat(func,path,buf){var stat=func(path);HEAP32[buf>>2]=stat.dev;HEAP32[buf+4>>2]=stat.mode;HEAPU32[buf+8>>2]=stat.nlink;HEAP32[buf+12>>2]=stat.uid;HEAP32[buf+16>>2]=stat.gid;HEAP32[buf+20>>2]=stat.rdev;HEAP64[buf+24>>3]=BigInt(stat.size);HEAP32[buf+32>>2]=4096;HEAP32[buf+36>>2]=stat.blocks;var atime=stat.atime.getTime();var mtime=stat.mtime.getTime();var ctime=stat.ctime.getTime();HEAP64[buf+40>>3]=BigInt(Math.floor(atime/1e3));HEAPU32[buf+48>>2]=atime%1e3*1e3*1e3;HEAP64[buf+56>>3]=BigInt(Math.floor(mtime/1e3));HEAPU32[buf+64>>2]=mtime%1e3*1e3*1e3;HEAP64[buf+72>>3]=BigInt(Math.floor(ctime/1e3));HEAPU32[buf+80>>2]=ctime%1e3*1e3*1e3;HEAP64[buf+88>>3]=BigInt(stat.ino);return 0},doMsync(addr,stream,len,flags,offset){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}if(flags&2){return 0}var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},getStreamFromFD(fd){var stream=FS.getStreamChecked(fd);return stream},varargs:undefined,getStr(ptr){var ret=UTF8ToString(ptr);return ret}};function ___syscall_dup3(fd,newfd,flags){try{var old=SYSCALLS.getStreamFromFD(fd);if(old.fd===newfd)return-28;if(newfd<0||newfd>=FS.MAX_OPEN_FDS)return-8;var existing=FS.getStream(newfd);if(existing)FS.close(existing);return FS.dupStream(old,newfd).fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_dup3.sig="iiii";function ___syscall_faccessat(dirfd,path,amode,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(amode&~7){return-28}var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node){return-44}var perms="";if(amode&4)perms+="r";if(amode&2)perms+="w";if(amode&1)perms+="x";if(perms&&FS.nodePermissions(node,perms)){return-2}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_faccessat.sig="iipii";var syscallGetVarargI=()=>{var ret=HEAP32[+SYSCALLS.varargs>>2];SYSCALLS.varargs+=4;return ret};var syscallGetVarargP=syscallGetVarargI;function ___syscall_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(cmd){case 0:{var arg=syscallGetVarargI();if(arg<0){return-28}while(FS.streams[arg]){arg++}var newStream;newStream=FS.dupStream(stream,arg);return newStream.fd}case 1:case 2:return 0;case 3:return stream.flags;case 4:{var arg=syscallGetVarargI();stream.flags|=arg;return 0}case 12:{var arg=syscallGetVarargP();var offset=0;HEAP16[arg+offset>>1]=2;return 0}case 13:case 14:return 0}return-28}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_fcntl64.sig="iiip";function ___syscall_fstat64(fd,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return SYSCALLS.doStat(FS.stat,stream.path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_fstat64.sig="iip";var stringToUTF8=(str,outPtr,maxBytesToWrite)=>stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite);function ___syscall_getcwd(buf,size){try{if(size===0)return-28;var cwd=FS.cwd();var cwdLengthInBytes=lengthBytesUTF8(cwd)+1;if(size<cwdLengthInBytes)return-68;stringToUTF8(cwd,buf,size);return cwdLengthInBytes}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_getcwd.sig="ipp";function ___syscall_getdents64(fd,dirp,count){try{var stream=SYSCALLS.getStreamFromFD(fd);stream.getdents||=FS.readdir(stream.path);var struct_size=280;var pos=0;var off=FS.llseek(stream,0,1);var startIdx=Math.floor(off/struct_size);var endIdx=Math.min(stream.getdents.length,startIdx+Math.floor(count/struct_size));for(var idx=startIdx;idx<endIdx;idx++){var id;var type;var name=stream.getdents[idx];if(name==="."){id=stream.node.id;type=4}else if(name===".."){var lookup=FS.lookupPath(stream.path,{parent:true});id=lookup.node.id;type=4}else{var child;try{child=FS.lookupNode(stream.node,name)}catch(e){if(e?.errno===28){continue}throw e}id=child.id;type=FS.isChrdev(child.mode)?2:FS.isDir(child.mode)?4:FS.isLink(child.mode)?10:8}HEAP64[dirp+pos>>3]=BigInt(id);HEAP64[dirp+pos+8>>3]=BigInt((idx+1)*struct_size);HEAP16[dirp+pos+16>>1]=280;HEAP8[dirp+pos+18]=type;stringToUTF8(name,dirp+pos+19,256);pos+=struct_size}FS.llseek(stream,idx*struct_size,0);return pos}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_getdents64.sig="iipp";function ___syscall_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(op){case 21509:{if(!stream.tty)return-59;return 0}case 21505:{if(!stream.tty)return-59;if(stream.tty.ops.ioctl_tcgets){var termios=stream.tty.ops.ioctl_tcgets(stream);var argp=syscallGetVarargP();HEAP32[argp>>2]=termios.c_iflag||0;HEAP32[argp+4>>2]=termios.c_oflag||0;HEAP32[argp+8>>2]=termios.c_cflag||0;HEAP32[argp+12>>2]=termios.c_lflag||0;for(var i=0;i<32;i++){HEAP8[argp+i+17]=termios.c_cc[i]||0}return 0}return 0}case 21510:case 21511:case 21512:{if(!stream.tty)return-59;return 0}case 21506:case 21507:case 21508:{if(!stream.tty)return-59;if(stream.tty.ops.ioctl_tcsets){var argp=syscallGetVarargP();var c_iflag=HEAP32[argp>>2];var c_oflag=HEAP32[argp+4>>2];var c_cflag=HEAP32[argp+8>>2];var c_lflag=HEAP32[argp+12>>2];var c_cc=[];for(var i=0;i<32;i++){c_cc.push(HEAP8[argp+i+17])}return stream.tty.ops.ioctl_tcsets(stream.tty,op,{c_iflag,c_oflag,c_cflag,c_lflag,c_cc})}return 0}case 21519:{if(!stream.tty)return-59;var argp=syscallGetVarargP();HEAP32[argp>>2]=0;return 0}case 21520:{if(!stream.tty)return-59;return-28}case 21531:{var argp=syscallGetVarargP();return FS.ioctl(stream,op,argp)}case 21523:{if(!stream.tty)return-59;if(stream.tty.ops.ioctl_tiocgwinsz){var winsize=stream.tty.ops.ioctl_tiocgwinsz(stream.tty);var argp=syscallGetVarargP();HEAP16[argp>>1]=winsize[0];HEAP16[argp+2>>1]=winsize[1]}return 0}case 21524:{if(!stream.tty)return-59;return 0}case 21515:{if(!stream.tty)return-59;return 0}default:return-28}}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_ioctl.sig="iiip";function ___syscall_lstat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.lstat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_lstat64.sig="ipp";function ___syscall_mkdirat(dirfd,path,mode){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);FS.mkdir(path,mode,0);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_mkdirat.sig="iipi";function ___syscall_newfstatat(dirfd,path,buf,flags){try{path=SYSCALLS.getStr(path);var nofollow=flags&256;var allowEmpty=flags&4096;flags=flags&~6400;path=SYSCALLS.calculateAt(dirfd,path,allowEmpty);return SYSCALLS.doStat(nofollow?FS.lstat:FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_newfstatat.sig="iippi";function ___syscall_openat(dirfd,path,flags,varargs){SYSCALLS.varargs=varargs;try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);var mode=varargs?syscallGetVarargI():0;return FS.open(path,flags,mode).fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_openat.sig="iipip";function ___syscall_readlinkat(dirfd,path,buf,bufsize){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(bufsize<=0)return-28;var ret=FS.readlink(path);var len=Math.min(bufsize,lengthBytesUTF8(ret));var endChar=HEAP8[buf+len];stringToUTF8(ret,buf,bufsize+1);HEAP8[buf+len]=endChar;return len}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_readlinkat.sig="iippp";function ___syscall_rmdir(path){try{path=SYSCALLS.getStr(path);FS.rmdir(path);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_rmdir.sig="ip";var SOCKFS={websocketArgs:{},callbacks:{},on(event,callback){SOCKFS.callbacks[event]=callback},emit(event,param){SOCKFS.callbacks[event]?.(param)},mount(mount){SOCKFS.websocketArgs=Module["websocket"]||{};(Module["websocket"]??={})["on"]=SOCKFS.on;return FS.createNode(null,"/",16895,0)},createSocket(family,type,protocol){type&=~526336;var streaming=type==1;if(streaming&&protocol&&protocol!=6){throw new FS.ErrnoError(66)}var sock={family,type,protocol,server:null,error:null,peers:{},pending:[],recv_queue:[],sock_ops:SOCKFS.websocket_sock_ops};var name=SOCKFS.nextname();var node=FS.createNode(SOCKFS.root,name,49152,0);node.sock=sock;var stream=FS.createStream({path:name,node,flags:2,seekable:false,stream_ops:SOCKFS.stream_ops});sock.stream=stream;return sock},getSocket(fd){var stream=FS.getStream(fd);if(!stream||!FS.isSocket(stream.node.mode)){return null}return stream.node.sock},stream_ops:{poll(stream){var sock=stream.node.sock;return sock.sock_ops.poll(sock)},ioctl(stream,request,varargs){var sock=stream.node.sock;return sock.sock_ops.ioctl(sock,request,varargs)},read(stream,buffer,offset,length,position){var sock=stream.node.sock;var msg=sock.sock_ops.recvmsg(sock,length);if(!msg){return 0}buffer.set(msg.buffer,offset);return msg.buffer.length},write(stream,buffer,offset,length,position){var sock=stream.node.sock;return sock.sock_ops.sendmsg(sock,buffer,offset,length)},close(stream){var sock=stream.node.sock;sock.sock_ops.close(sock)}},nextname(){if(!SOCKFS.nextname.current){SOCKFS.nextname.current=0}return`socket[${SOCKFS.nextname.current++}]`},websocket_sock_ops:{createPeer(sock,addr,port){var ws;if(typeof addr=="object"){ws=addr;addr=null;port=null}if(ws){if(ws._socket){addr=ws._socket.remoteAddress;port=ws._socket.remotePort}else{var result=/ws[s]?:\/\/([^:]+):(\d+)/.exec(ws.url);if(!result){throw new Error("WebSocket URL must be in the format ws(s)://address:port")}addr=result[1];port=parseInt(result[2],10)}}else{try{var url="ws:#".replace("#","//");var subProtocols="binary";var opts=undefined;if(SOCKFS.websocketArgs["url"]){url=SOCKFS.websocketArgs["url"]}if(SOCKFS.websocketArgs["subprotocol"]){subProtocols=SOCKFS.websocketArgs["subprotocol"]}else if(SOCKFS.websocketArgs["subprotocol"]===null){subProtocols="null"}if(url==="ws://"||url==="wss://"){var parts=addr.split("/");url=url+parts[0]+":"+port+"/"+parts.slice(1).join("/")}if(subProtocols!=="null"){subProtocols=subProtocols.replace(/^ +| +$/g,"").split(/ *, */);opts=subProtocols}var WebSocketConstructor;if(ENVIRONMENT_IS_NODE){WebSocketConstructor=require("ws")}else{WebSocketConstructor=WebSocket}ws=new WebSocketConstructor(url,opts);ws.binaryType="arraybuffer"}catch(e){throw new FS.ErrnoError(23)}}var peer={addr,port,socket:ws,msg_send_queue:[]};SOCKFS.websocket_sock_ops.addPeer(sock,peer);SOCKFS.websocket_sock_ops.handlePeerEvents(sock,peer);if(sock.type===2&&typeof sock.sport!="undefined"){peer.msg_send_queue.push(new Uint8Array([255,255,255,255,"p".charCodeAt(0),"o".charCodeAt(0),"r".charCodeAt(0),"t".charCodeAt(0),(sock.sport&65280)>>8,sock.sport&255]))}return peer},getPeer(sock,addr,port){return sock.peers[addr+":"+port]},addPeer(sock,peer){sock.peers[peer.addr+":"+peer.port]=peer},removePeer(sock,peer){delete sock.peers[peer.addr+":"+peer.port]},handlePeerEvents(sock,peer){var first=true;var handleOpen=function(){sock.connecting=false;SOCKFS.emit("open",sock.stream.fd);try{var queued=peer.msg_send_queue.shift();while(queued){peer.socket.send(queued);queued=peer.msg_send_queue.shift()}}catch(e){peer.socket.close()}};function handleMessage(data){if(typeof data=="string"){var encoder=new TextEncoder;data=encoder.encode(data)}else{assert(data.byteLength!==undefined);if(data.byteLength==0){return}data=new Uint8Array(data)}var wasfirst=first;first=false;if(wasfirst&&data.length===10&&data[0]===255&&data[1]===255&&data[2]===255&&data[3]===255&&data[4]==="p".charCodeAt(0)&&data[5]==="o".charCodeAt(0)&&data[6]==="r".charCodeAt(0)&&data[7]==="t".charCodeAt(0)){var newport=data[8]<<8|data[9];SOCKFS.websocket_sock_ops.removePeer(sock,peer);peer.port=newport;SOCKFS.websocket_sock_ops.addPeer(sock,peer);return}sock.recv_queue.push({addr:peer.addr,port:peer.port,data});SOCKFS.emit("message",sock.stream.fd)}if(ENVIRONMENT_IS_NODE){peer.socket.on("open",handleOpen);peer.socket.on("message",function(data,isBinary){if(!isBinary){return}handleMessage(new Uint8Array(data).buffer)});peer.socket.on("close",function(){SOCKFS.emit("close",sock.stream.fd)});peer.socket.on("error",function(error){sock.error=14;SOCKFS.emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])})}else{peer.socket.onopen=handleOpen;peer.socket.onclose=function(){SOCKFS.emit("close",sock.stream.fd)};peer.socket.onmessage=function peer_socket_onmessage(event){handleMessage(event.data)};peer.socket.onerror=function(error){sock.error=14;SOCKFS.emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])}}},poll(sock){if(sock.type===1&&sock.server){return sock.pending.length?64|1:0}var mask=0;var dest=sock.type===1?SOCKFS.websocket_sock_ops.getPeer(sock,sock.daddr,sock.dport):null;if(sock.recv_queue.length||!dest||dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){mask|=64|1}if(!dest||dest&&dest.socket.readyState===dest.socket.OPEN){mask|=4}if(dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){if(sock.connecting){mask|=4}else{mask|=16}}return mask},ioctl(sock,request,arg){switch(request){case 21531:var bytes=0;if(sock.recv_queue.length){bytes=sock.recv_queue[0].data.length}HEAP32[arg>>2]=bytes;return 0;default:return 28}},close(sock){if(sock.server){try{sock.server.close()}catch(e){}sock.server=null}var peers=Object.keys(sock.peers);for(var i=0;i<peers.length;i++){var peer=sock.peers[peers[i]];try{peer.socket.close()}catch(e){}SOCKFS.websocket_sock_ops.removePeer(sock,peer)}return 0},bind(sock,addr,port){if(typeof sock.saddr!="undefined"||typeof sock.sport!="undefined"){throw new FS.ErrnoError(28)}sock.saddr=addr;sock.sport=port;if(sock.type===2){if(sock.server){sock.server.close();sock.server=null}try{sock.sock_ops.listen(sock,0)}catch(e){if(!(e.name==="ErrnoError"))throw e;if(e.errno!==138)throw e}}},connect(sock,addr,port){if(sock.server){throw new FS.ErrnoError(138)}if(typeof sock.daddr!="undefined"&&typeof sock.dport!="undefined"){var dest=SOCKFS.websocket_sock_ops.getPeer(sock,sock.daddr,sock.dport);if(dest){if(dest.socket.readyState===dest.socket.CONNECTING){throw new FS.ErrnoError(7)}else{throw new FS.ErrnoError(30)}}}var peer=SOCKFS.websocket_sock_ops.createPeer(sock,addr,port);sock.daddr=peer.addr;sock.dport=peer.port;sock.connecting=true},listen(sock,backlog){if(!ENVIRONMENT_IS_NODE){throw new FS.ErrnoError(138)}if(sock.server){throw new FS.ErrnoError(28)}var WebSocketServer=require("ws").Server;var host=sock.saddr;sock.server=new WebSocketServer({host,port:sock.sport});SOCKFS.emit("listen",sock.stream.fd);sock.server.on("connection",function(ws){if(sock.type===1){var newsock=SOCKFS.createSocket(sock.family,sock.type,sock.protocol);var peer=SOCKFS.websocket_sock_ops.createPeer(newsock,ws);newsock.daddr=peer.addr;newsock.dport=peer.port;sock.pending.push(newsock);SOCKFS.emit("connection",newsock.stream.fd)}else{SOCKFS.websocket_sock_ops.createPeer(sock,ws);SOCKFS.emit("connection",sock.stream.fd)}});sock.server.on("close",function(){SOCKFS.emit("close",sock.stream.fd);sock.server=null});sock.server.on("error",function(error){sock.error=23;SOCKFS.emit("error",[sock.stream.fd,sock.error,"EHOSTUNREACH: Host is unreachable"])})},accept(listensock){if(!listensock.server||!listensock.pending.length){throw new FS.ErrnoError(28)}var newsock=listensock.pending.shift();newsock.stream.flags=listensock.stream.flags;return newsock},getname(sock,peer){var addr,port;if(peer){if(sock.daddr===undefined||sock.dport===undefined){throw new FS.ErrnoError(53)}addr=sock.daddr;port=sock.dport}else{addr=sock.saddr||0;port=sock.sport||0}return{addr,port}},sendmsg(sock,buffer,offset,length,addr,port){if(sock.type===2){if(addr===undefined||port===undefined){addr=sock.daddr;port=sock.dport}if(addr===undefined||port===undefined){throw new FS.ErrnoError(17)}}else{addr=sock.daddr;port=sock.dport}var dest=SOCKFS.websocket_sock_ops.getPeer(sock,addr,port);if(sock.type===1){if(!dest||dest.socket.readyState===dest.socket.CLOSING||dest.socket.readyState===dest.socket.CLOSED){throw new FS.ErrnoError(53)}}if(ArrayBuffer.isView(buffer)){offset+=buffer.byteOffset;buffer=buffer.buffer}var data=buffer.slice(offset,offset+length);if(!dest||dest.socket.readyState!==dest.socket.OPEN){if(sock.type===2){if(!dest||dest.socket.readyState===dest.socket.CLOSING||dest.socket.readyState===dest.socket.CLOSED){dest=SOCKFS.websocket_sock_ops.createPeer(sock,addr,port)}}dest.msg_send_queue.push(data);return length}try{dest.socket.send(data);return length}catch(e){throw new FS.ErrnoError(28)}},recvmsg(sock,length){if(sock.type===1&&sock.server){throw new FS.ErrnoError(53)}var queued=sock.recv_queue.shift();if(!queued){if(sock.type===1){var dest=SOCKFS.websocket_sock_ops.getPeer(sock,sock.daddr,sock.dport);if(!dest){throw new FS.ErrnoError(53)}if(dest.socket.readyState===dest.socket.CLOSING||dest.socket.readyState===dest.socket.CLOSED){return null}throw new FS.ErrnoError(6)}throw new FS.ErrnoError(6)}var queuedLength=queued.data.byteLength||queued.data.length;var queuedOffset=queued.data.byteOffset||0;var queuedBuffer=queued.data.buffer||queued.data;var bytesRead=Math.min(length,queuedLength);var res={buffer:new Uint8Array(queuedBuffer,queuedOffset,bytesRead),addr:queued.addr,port:queued.port};if(sock.type===1&&bytesRead<queuedLength){var bytesRemaining=queuedLength-bytesRead;queued.data=new Uint8Array(queuedBuffer,queuedOffset+bytesRead,bytesRemaining);sock.recv_queue.unshift(queued)}return res}}};function ___syscall_socket(domain,type,protocol){try{var sock=SOCKFS.createSocket(domain,type,protocol);return sock.stream.fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_socket.sig="iiiiiii";function ___syscall_stat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_stat64.sig="ipp";function ___syscall_unlinkat(dirfd,path,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(flags===0){FS.unlink(path)}else if(flags===512){FS.rmdir(path)}else{abort("Invalid flags passed to unlinkat")}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}___syscall_unlinkat.sig="iipi";var ___table_base=new WebAssembly.Global({value:"i32",mutable:false},1);var __abort_js=()=>abort("");__abort_js.sig="v";var runtimeKeepaliveCounter=0;var __emscripten_runtime_keepalive_clear=()=>{noExitRuntime=false;runtimeKeepaliveCounter=0};__emscripten_runtime_keepalive_clear.sig="v";var __emscripten_throw_longjmp=()=>{throw Infinity};__emscripten_throw_longjmp.sig="v";var isLeapYear=year=>year%4===0&&(year%100!==0||year%400===0);var MONTH_DAYS_LEAP_CUMULATIVE=[0,31,60,91,121,152,182,213,244,274,305,335];var MONTH_DAYS_REGULAR_CUMULATIVE=[0,31,59,90,120,151,181,212,243,273,304,334];var ydayFromDate=date=>{var leap=isLeapYear(date.getFullYear());var monthDaysCumulative=leap?MONTH_DAYS_LEAP_CUMULATIVE:MONTH_DAYS_REGULAR_CUMULATIVE;var yday=monthDaysCumulative[date.getMonth()]+date.getDate()-1;return yday};var INT53_MAX=9007199254740992;var INT53_MIN=-9007199254740992;var bigintToI53Checked=num=>num<INT53_MIN||num>INT53_MAX?NaN:Number(num);function __localtime_js(time,tmPtr){time=bigintToI53Checked(time);var date=new Date(time*1e3);HEAP32[tmPtr>>2]=date.getSeconds();HEAP32[tmPtr+4>>2]=date.getMinutes();HEAP32[tmPtr+8>>2]=date.getHours();HEAP32[tmPtr+12>>2]=date.getDate();HEAP32[tmPtr+16>>2]=date.getMonth();HEAP32[tmPtr+20>>2]=date.getFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getDay();var yday=ydayFromDate(date)|0;HEAP32[tmPtr+28>>2]=yday;HEAP32[tmPtr+36>>2]=-(date.getTimezoneOffset()*60);var start=new Date(date.getFullYear(),0,1);var summerOffset=new Date(date.getFullYear(),6,1).getTimezoneOffset();var winterOffset=start.getTimezoneOffset();var dst=(summerOffset!=winterOffset&&date.getTimezoneOffset()==Math.min(winterOffset,summerOffset))|0;HEAP32[tmPtr+32>>2]=dst}__localtime_js.sig="vjp";var timers={};var handleException=e=>{if(e instanceof ExitStatus||e=="unwind"){return EXITSTATUS}quit_(1,e)};var keepRuntimeAlive=()=>noExitRuntime||runtimeKeepaliveCounter>0;var _proc_exit=code=>{EXITSTATUS=code;if(!keepRuntimeAlive()){Module["onExit"]?.(code);ABORT=true}quit_(code,new ExitStatus(code))};_proc_exit.sig="vi";var exitJS=(status,implicit)=>{EXITSTATUS=status;if(!keepRuntimeAlive()){exitRuntime()}_proc_exit(status)};var _exit=exitJS;_exit.sig="vi";var maybeExit=()=>{if(runtimeExited){return}if(!keepRuntimeAlive()){try{_exit(EXITSTATUS)}catch(e){handleException(e)}}};var callUserCallback=func=>{if(runtimeExited||ABORT){return}try{func();maybeExit()}catch(e){handleException(e)}};var _emscripten_get_now=()=>performance.now();_emscripten_get_now.sig="d";var __setitimer_js=(which,timeout_ms)=>{if(timers[which]){clearTimeout(timers[which].id);delete timers[which]}if(!timeout_ms)return 0;var id=setTimeout(()=>{delete timers[which];callUserCallback(()=>__emscripten_timeout(which,_emscripten_get_now()))},timeout_ms);timers[which]={id,timeout_ms};return 0};__setitimer_js.sig="iid";var __tzset_js=(timezone,daylight,std_name,dst_name)=>{var currentYear=(new Date).getFullYear();var winter=new Date(currentYear,0,1);var summer=new Date(currentYear,6,1);var winterOffset=winter.getTimezoneOffset();var summerOffset=summer.getTimezoneOffset();var stdTimezoneOffset=Math.max(winterOffset,summerOffset);HEAPU32[timezone>>2]=stdTimezoneOffset*60;HEAP32[daylight>>2]=Number(winterOffset!=summerOffset);var extractZone=timezoneOffset=>{var sign=timezoneOffset>=0?"-":"+";var absOffset=Math.abs(timezoneOffset);var hours=String(Math.floor(absOffset/60)).padStart(2,"0");var minutes=String(absOffset%60).padStart(2,"0");return`UTC${sign}${hours}${minutes}`};var winterName=extractZone(winterOffset);var summerName=extractZone(summerOffset);if(summerOffset<winterOffset){stringToUTF8(winterName,std_name,17);stringToUTF8(summerName,dst_name,17)}else{stringToUTF8(winterName,dst_name,17);stringToUTF8(summerName,std_name,17)}};__tzset_js.sig="vpppp";var _emscripten_date_now=()=>Date.now();_emscripten_date_now.sig="d";var nowIsMonotonic=1;var checkWasiClock=clock_id=>clock_id>=0&&clock_id<=3;function _clock_time_get(clk_id,ignored_precision,ptime){ignored_precision=bigintToI53Checked(ignored_precision);if(!checkWasiClock(clk_id)){return 28}var now;if(clk_id===0){now=_emscripten_date_now()}else if(nowIsMonotonic){now=_emscripten_get_now()}else{return 52}var nsec=Math.round(now*1e3*1e3);HEAP64[ptime>>3]=BigInt(nsec);return 0}_clock_time_get.sig="iijp";var getHeapMax=()=>2147483648;var growMemory=size=>{var b=wasmMemory.buffer;var pages=(size-b.byteLength+65535)/65536|0;try{wasmMemory.grow(pages);updateMemoryViews();return 1}catch(e){}};var _emscripten_resize_heap=requestedSize=>{var oldSize=HEAPU8.length;requestedSize>>>=0;var maxHeapSize=getHeapMax();if(requestedSize>maxHeapSize){return false}for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignMemory(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=growMemory(newSize);if(replacement){return true}}return false};_emscripten_resize_heap.sig="ip";var ENV={};var getExecutableName=()=>thisProgram||"./this.program";var getEnvStrings=()=>{if(!getEnvStrings.strings){var lang=(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:lang,_:getExecutableName()};for(var x in ENV){if(ENV[x]===undefined)delete env[x];else env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(`${x}=${env[x]}`)}getEnvStrings.strings=strings}return getEnvStrings.strings};var stringToAscii=(str,buffer)=>{for(var i=0;i<str.length;++i){HEAP8[buffer++]=str.charCodeAt(i)}HEAP8[buffer]=0};var _environ_get=(__environ,environ_buf)=>{var bufSize=0;getEnvStrings().forEach((string,i)=>{var ptr=environ_buf+bufSize;HEAPU32[__environ+i*4>>2]=ptr;stringToAscii(string,ptr);bufSize+=string.length+1});return 0};_environ_get.sig="ipp";var _environ_sizes_get=(penviron_count,penviron_buf_size)=>{var strings=getEnvStrings();HEAPU32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(string=>bufSize+=string.length+1);HEAPU32[penviron_buf_size>>2]=bufSize;return 0};_environ_sizes_get.sig="ipp";function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_close.sig="ii";function _fd_fdstat_get(fd,pbuf){try{var rightsBase=0;var rightsInheriting=0;var flags=0;{var stream=SYSCALLS.getStreamFromFD(fd);var type=stream.tty?2:FS.isDir(stream.mode)?3:FS.isLink(stream.mode)?7:4}HEAP8[pbuf]=type;HEAP16[pbuf+2>>1]=flags;HEAP64[pbuf+8>>3]=BigInt(rightsBase);HEAP64[pbuf+16>>3]=BigInt(rightsInheriting);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_fdstat_get.sig="iip";var doReadv=(stream,iov,iovcnt,offset)=>{var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAPU32[iov>>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr<len)break;if(typeof offset!="undefined"){offset+=curr}}return ret};function _fd_read(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doReadv(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_read.sig="iippp";function _fd_seek(fd,offset,whence,newOffset){offset=bigintToI53Checked(offset);try{if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);FS.llseek(stream,offset,whence);HEAP64[newOffset>>3]=BigInt(stream.position);if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_seek.sig="iijip";var doWritev=(stream,iov,iovcnt,offset)=>{var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAPU32[iov>>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr<len){break}if(typeof offset!="undefined"){offset+=curr}}return ret};function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doWritev(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}_fd_write.sig="iippp";var inetPton4=str=>{var b=str.split(".");for(var i=0;i<4;i++){var tmp=Number(b[i]);if(isNaN(tmp))return null;b[i]=tmp}return(b[0]|b[1]<<8|b[2]<<16|b[3]<<24)>>>0};var jstoi_q=str=>parseInt(str);var inetPton6=str=>{var words;var w,offset,z;var valid6regx=/^((?=.*::)(?!.*::.+::)(::)?([\dA-F]{1,4}:(:|\b)|){5}|([\dA-F]{1,4}:){6})((([\dA-F]{1,4}((?!\3)::|:\b|$))|(?!\2\3)){2}|(((2[0-4]|1\d|[1-9])?\d|25[0-5])\.?\b){4})$/i;var parts=[];if(!valid6regx.test(str)){return null}if(str==="::"){return[0,0,0,0,0,0,0,0]}if(str.startsWith("::")){str=str.replace("::","Z:")}else{str=str.replace("::",":Z:")}if(str.indexOf(".")>0){str=str.replace(new RegExp("[.]","g"),":");words=str.split(":");words[words.length-4]=jstoi_q(words[words.length-4])+jstoi_q(words[words.length-3])*256;words[words.length-3]=jstoi_q(words[words.length-2])+jstoi_q(words[words.length-1])*256;words=words.slice(0,words.length-2)}else{words=str.split(":")}offset=0;z=0;for(w=0;w<words.length;w++){if(typeof words[w]=="string"){if(words[w]==="Z"){for(z=0;z<8-words.length+1;z++){parts[w+z]=0}offset=z-1}else{parts[w+offset]=_htons(parseInt(words[w],16))}}else{parts[w+offset]=words[w]}}return[parts[1]<<16|parts[0],parts[3]<<16|parts[2],parts[5]<<16|parts[4],parts[7]<<16|parts[6]]};var DNS={address_map:{id:1,addrs:{},names:{}},lookup_name(name){var res=inetPton4(name);if(res!==null){return name}res=inetPton6(name);if(res!==null){return name}var addr;if(DNS.address_map.addrs[name]){addr=DNS.address_map.addrs[name]}else{var id=DNS.address_map.id++;assert(id<65535,"exceeded max address mappings of 65535");addr="172.29."+(id&255)+"."+(id&65280);DNS.address_map.names[addr]=name;DNS.address_map.addrs[name]=addr}return addr},lookup_addr(addr){if(DNS.address_map.names[addr]){return DNS.address_map.names[addr]}return null}};var inetNtop4=addr=>(addr&255)+"."+(addr>>8&255)+"."+(addr>>16&255)+"."+(addr>>24&255);var inetNtop6=ints=>{var str="";var word=0;var longest=0;var lastzero=0;var zstart=0;var len=0;var i=0;var parts=[ints[0]&65535,ints[0]>>16,ints[1]&65535,ints[1]>>16,ints[2]&65535,ints[2]>>16,ints[3]&65535,ints[3]>>16];var hasipv4=true;var v4part="";for(i=0;i<5;i++){if(parts[i]!==0){hasipv4=false;break}}if(hasipv4){v4part=inetNtop4(parts[6]|parts[7]<<16);if(parts[5]===-1){str="::ffff:";str+=v4part;return str}if(parts[5]===0){str="::";if(v4part==="0.0.0.0")v4part="";if(v4part==="0.0.0.1")v4part="1";str+=v4part;return str}}for(word=0;word<8;word++){if(parts[word]===0){if(word-lastzero>1){len=0}lastzero=word;len++}if(len>longest){longest=len;zstart=word-longest+1}}for(word=0;word<8;word++){if(longest>1){if(parts[word]===0&&word>=zstart&&word<zstart+longest){if(word===zstart){str+=":";if(zstart===0)str+=":"}continue}}str+=Number(_ntohs(parts[word]&65535)).toString(16);str+=word<7?":":""}return str};var writeSockaddr=(sa,family,addr,port,addrlen)=>{switch(family){case 2:addr=inetPton4(addr);zeroMemory(sa,16);if(addrlen){HEAP32[addrlen>>2]=16}HEAP16[sa>>1]=family;HEAP32[sa+4>>2]=addr;HEAP16[sa+2>>1]=_htons(port);break;case 10:addr=inetPton6(addr);zeroMemory(sa,28);if(addrlen){HEAP32[addrlen>>2]=28}HEAP32[sa>>2]=family;HEAP32[sa+8>>2]=addr[0];HEAP32[sa+12>>2]=addr[1];HEAP32[sa+16>>2]=addr[2];HEAP32[sa+20>>2]=addr[3];HEAP16[sa+2>>1]=_htons(port);break;default:return 5}return 0};var _getaddrinfo=(node,service,hint,out)=>{var addr=0;var port=0;var flags=0;var family=0;var type=0;var proto=0;var ai;function allocaddrinfo(family,type,proto,canon,addr,port){var sa,salen,ai;var errno;salen=family===10?28:16;addr=family===10?inetNtop6(addr):inetNtop4(addr);sa=_malloc(salen);errno=writeSockaddr(sa,family,addr,port);assert(!errno);ai=_malloc(32);HEAP32[ai+4>>2]=family;HEAP32[ai+8>>2]=type;HEAP32[ai+12>>2]=proto;HEAPU32[ai+24>>2]=canon;HEAPU32[ai+20>>2]=sa;if(family===10){HEAP32[ai+16>>2]=28}else{HEAP32[ai+16>>2]=16}HEAP32[ai+28>>2]=0;return ai}if(hint){flags=HEAP32[hint>>2];family=HEAP32[hint+4>>2];type=HEAP32[hint+8>>2];proto=HEAP32[hint+12>>2]}if(type&&!proto){proto=type===2?17:6}if(!type&&proto){type=proto===17?2:1}if(proto===0){proto=6}if(type===0){type=1}if(!node&&!service){return-2}if(flags&~(1|2|4|1024|8|16|32)){return-1}if(hint!==0&&HEAP32[hint>>2]&2&&!node){return-1}if(flags&32){return-2}if(type!==0&&type!==1&&type!==2){return-7}if(family!==0&&family!==2&&family!==10){return-6}if(service){service=UTF8ToString(service);port=parseInt(service,10);if(isNaN(port)){if(flags&1024){return-2}return-8}}if(!node){if(family===0){family=2}if((flags&1)===0){if(family===2){addr=_htonl(2130706433)}else{addr=[0,0,0,_htonl(1)]}}ai=allocaddrinfo(family,type,proto,null,addr,port);HEAPU32[out>>2]=ai;return 0}node=UTF8ToString(node);addr=inetPton4(node);if(addr!==null){if(family===0||family===2){family=2}else if(family===10&&flags&8){addr=[0,0,_htonl(65535),addr];family=10}else{return-2}}else{addr=inetPton6(node);if(addr!==null){if(family===0||family===10){family=10}else{return-2}}}if(addr!=null){ai=allocaddrinfo(family,type,proto,node,addr,port);HEAPU32[out>>2]=ai;return 0}if(flags&4){return-2}node=DNS.lookup_name(node);addr=inetPton4(node);if(family===0){family=2}else if(family===10){addr=[0,0,_htonl(65535),addr]}ai=allocaddrinfo(family,type,proto,null,addr,port);HEAPU32[out>>2]=ai;return 0};_getaddrinfo.sig="ipppp";var readSockaddr=(sa,salen)=>{var family=HEAP16[sa>>1];var port=_ntohs(HEAPU16[sa+2>>1]);var addr;switch(family){case 2:if(salen!==16){return{errno:28}}addr=HEAP32[sa+4>>2];addr=inetNtop4(addr);break;case 10:if(salen!==28){return{errno:28}}addr=[HEAP32[sa+8>>2],HEAP32[sa+12>>2],HEAP32[sa+16>>2],HEAP32[sa+20>>2]];addr=inetNtop6(addr);break;default:return{errno:5}}return{family,addr,port}};var _getnameinfo=(sa,salen,node,nodelen,serv,servlen,flags)=>{var info=readSockaddr(sa,salen);if(info.errno){return-6}var port=info.port;var addr=info.addr;var overflowed=false;if(node&&nodelen){var lookup;if(flags&1||!(lookup=DNS.lookup_addr(addr))){if(flags&8){return-2}}else{addr=lookup}var numBytesWrittenExclNull=stringToUTF8(addr,node,nodelen);if(numBytesWrittenExclNull+1>=nodelen){overflowed=true}}if(serv&&servlen){port=""+port;var numBytesWrittenExclNull=stringToUTF8(port,serv,servlen);if(numBytesWrittenExclNull+1>=servlen){overflowed=true}}if(overflowed){return-12}return 0};_getnameinfo.sig="ipipipii";function _pg_encoding_to_char(...args){return wasmImports["pg_encoding_to_char"](...args)}_pg_encoding_to_char.stub=true;var stackAlloc=sz=>__emscripten_stack_alloc(sz);var stringToUTF8OnStack=str=>{var size=lengthBytesUTF8(str)+1;var ret=stackAlloc(size);stringToUTF8(str,ret,size);return ret};var removeFunction=index=>{functionsInTableMap.delete(getWasmTableEntry(index));setWasmTableEntry(index,null);freeTableIndexes.push(index)};var stringToNewUTF8=str=>{var size=lengthBytesUTF8(str)+1;var ret=_malloc(size);if(ret)stringToUTF8(str,ret,size);return ret};var FS_createPath=FS.createPath;var FS_unlink=path=>FS.unlink(path);var FS_createLazyFile=FS.createLazyFile;var FS_createDevice=FS.createDevice;registerWasmPlugin();FS.createPreloadedFile=FS_createPreloadedFile;FS.staticInit();Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPreloadedFile"]=FS.createPreloadedFile;Module["FS_unlink"]=FS.unlink;Module["FS_createLazyFile"]=FS.createLazyFile;Module["FS_createDevice"]=FS.createDevice;MEMFS.doesNotExistError=new FS.ErrnoError(44);MEMFS.doesNotExistError.stack="<generic error, no stack>";var wasmImports={__call_sighandler:___call_sighandler,__heap_base:___heap_base,__indirect_function_table:wasmTable,__memory_base:___memory_base,__stack_pointer:___stack_pointer,__syscall_dup3:___syscall_dup3,__syscall_faccessat:___syscall_faccessat,__syscall_fcntl64:___syscall_fcntl64,__syscall_fstat64:___syscall_fstat64,__syscall_getcwd:___syscall_getcwd,__syscall_getdents64:___syscall_getdents64,__syscall_ioctl:___syscall_ioctl,__syscall_lstat64:___syscall_lstat64,__syscall_mkdirat:___syscall_mkdirat,__syscall_newfstatat:___syscall_newfstatat,__syscall_openat:___syscall_openat,__syscall_readlinkat:___syscall_readlinkat,__syscall_rmdir:___syscall_rmdir,__syscall_socket:___syscall_socket,__syscall_stat64:___syscall_stat64,__syscall_unlinkat:___syscall_unlinkat,__table_base:___table_base,_abort_js:__abort_js,_emscripten_runtime_keepalive_clear:__emscripten_runtime_keepalive_clear,_emscripten_throw_longjmp:__emscripten_throw_longjmp,_localtime_js:__localtime_js,_setitimer_js:__setitimer_js,_tzset_js:__tzset_js,clock_time_get:_clock_time_get,emscripten_date_now:_emscripten_date_now,emscripten_get_now:_emscripten_get_now,emscripten_resize_heap:_emscripten_resize_heap,environ_get:_environ_get,environ_sizes_get:_environ_sizes_get,exit:_exit,fd_close:_fd_close,fd_fdstat_get:_fd_fdstat_get,fd_read:_fd_read,fd_seek:_fd_seek,fd_write:_fd_write,getaddrinfo:_getaddrinfo,getnameinfo:_getnameinfo,memory:wasmMemory,pg_encoding_to_char:_pg_encoding_to_char,proc_exit:_proc_exit};var wasmExports;createWasm();var ___wasm_call_ctors=()=>(___wasm_call_ctors=wasmExports["__wasm_call_ctors"])();var _fflush=Module["_fflush"]=a0=>(_fflush=Module["_fflush"]=wasmExports["fflush"])(a0);var _pgl_exit=Module["_pgl_exit"]=a0=>(_pgl_exit=Module["_pgl_exit"]=wasmExports["pgl_exit"])(a0);var _fopen=Module["_fopen"]=(a0,a1)=>(_fopen=Module["_fopen"]=wasmExports["fopen"])(a0,a1);var _fclose=Module["_fclose"]=a0=>(_fclose=Module["_fclose"]=wasmExports["fclose"])(a0);var _pgl_atexit=Module["_pgl_atexit"]=a0=>(_pgl_atexit=Module["_pgl_atexit"]=wasmExports["pgl_atexit"])(a0);var _fgets=Module["_fgets"]=(a0,a1,a2)=>(_fgets=Module["_fgets"]=wasmExports["fgets"])(a0,a1,a2);var ___errno_location=Module["___errno_location"]=()=>(___errno_location=Module["___errno_location"]=wasmExports["__errno_location"])();var _pgl_system=Module["_pgl_system"]=a0=>(_pgl_system=Module["_pgl_system"]=wasmExports["pgl_system"])(a0);var _fputs=Module["_fputs"]=(a0,a1)=>(_fputs=Module["_fputs"]=wasmExports["fputs"])(a0,a1);var _malloc=a0=>(_malloc=wasmExports["malloc"])(a0);var _main=Module["_main"]=(a0,a1)=>(_main=Module["_main"]=wasmExports["__main_argc_argv"])(a0,a1);var _calloc=(a0,a1)=>(_calloc=wasmExports["calloc"])(a0,a1);var _pgl_setsockopt=Module["_pgl_setsockopt"]=(a0,a1,a2,a3,a4)=>(_pgl_setsockopt=Module["_pgl_setsockopt"]=wasmExports["pgl_setsockopt"])(a0,a1,a2,a3,a4);var _pgl_connect=Module["_pgl_connect"]=(a0,a1,a2)=>(_pgl_connect=Module["_pgl_connect"]=wasmExports["pgl_connect"])(a0,a1,a2);var _pgl_send=Module["_pgl_send"]=(a0,a1,a2,a3)=>(_pgl_send=Module["_pgl_send"]=wasmExports["pgl_send"])(a0,a1,a2,a3);var _pgl_recv=Module["_pgl_recv"]=(a0,a1,a2,a3)=>(_pgl_recv=Module["_pgl_recv"]=wasmExports["pgl_recv"])(a0,a1,a2,a3);var _pgl_geteuid=Module["_pgl_geteuid"]=()=>(_pgl_geteuid=Module["_pgl_geteuid"]=wasmExports["pgl_geteuid"])();var _pgl_getsockopt=Module["_pgl_getsockopt"]=(a0,a1,a2,a3,a4)=>(_pgl_getsockopt=Module["_pgl_getsockopt"]=wasmExports["pgl_getsockopt"])(a0,a1,a2,a3,a4);var _pgl_getsockname=Module["_pgl_getsockname"]=(a0,a1,a2)=>(_pgl_getsockname=Module["_pgl_getsockname"]=wasmExports["pgl_getsockname"])(a0,a1,a2);var _pgl_poll=Module["_pgl_poll"]=(a0,a1,a2)=>(_pgl_poll=Module["_pgl_poll"]=wasmExports["pgl_poll"])(a0,a1,a2);var _clear_setitimer=Module["_clear_setitimer"]=()=>(_clear_setitimer=Module["_clear_setitimer"]=wasmExports["clear_setitimer"])();var _pgl_longjmp=Module["_pgl_longjmp"]=(a0,a1)=>(_pgl_longjmp=Module["_pgl_longjmp"]=wasmExports["pgl_longjmp"])(a0,a1);var _pgl_siglongjmp=Module["_pgl_siglongjmp"]=(a0,a1)=>(_pgl_siglongjmp=Module["_pgl_siglongjmp"]=wasmExports["pgl_siglongjmp"])(a0,a1);var _pgl_set_system_fn=Module["_pgl_set_system_fn"]=a0=>(_pgl_set_system_fn=Module["_pgl_set_system_fn"]=wasmExports["pgl_set_system_fn"])(a0);var _pgl_set_popen_fn=Module["_pgl_set_popen_fn"]=a0=>(_pgl_set_popen_fn=Module["_pgl_set_popen_fn"]=wasmExports["pgl_set_popen_fn"])(a0);var _pgl_popen=Module["_pgl_popen"]=(a0,a1)=>(_pgl_popen=Module["_pgl_popen"]=wasmExports["pgl_popen"])(a0,a1);var _pgl_set_pclose_fn=Module["_pgl_set_pclose_fn"]=a0=>(_pgl_set_pclose_fn=Module["_pgl_set_pclose_fn"]=wasmExports["pgl_set_pclose_fn"])(a0);var _pgl_pclose=Module["_pgl_pclose"]=a0=>(_pgl_pclose=Module["_pgl_pclose"]=wasmExports["pgl_pclose"])(a0);var _pclose=Module["_pclose"]=a0=>(_pclose=Module["_pclose"]=wasmExports["pclose"])(a0);var _pgl_getuid=Module["_pgl_getuid"]=()=>(_pgl_getuid=Module["_pgl_getuid"]=wasmExports["pgl_getuid"])();var _pgl_getpwuid=Module["_pgl_getpwuid"]=a0=>(_pgl_getpwuid=Module["_pgl_getpwuid"]=wasmExports["pgl_getpwuid"])(a0);var _pgl_run_atexit_funcs=Module["_pgl_run_atexit_funcs"]=()=>(_pgl_run_atexit_funcs=Module["_pgl_run_atexit_funcs"]=wasmExports["pgl_run_atexit_funcs"])();var _pgl_freopen=Module["_pgl_freopen"]=(a0,a1,a2)=>(_pgl_freopen=Module["_pgl_freopen"]=wasmExports["pgl_freopen"])(a0,a1,a2);var _pgl_shmget=Module["_pgl_shmget"]=(a0,a1,a2)=>(_pgl_shmget=Module["_pgl_shmget"]=wasmExports["pgl_shmget"])(a0,a1,a2);var _pgl_shmat=Module["_pgl_shmat"]=(a0,a1,a2)=>(_pgl_shmat=Module["_pgl_shmat"]=wasmExports["pgl_shmat"])(a0,a1,a2);var _pgl_shmdt=Module["_pgl_shmdt"]=a0=>(_pgl_shmdt=Module["_pgl_shmdt"]=wasmExports["pgl_shmdt"])(a0);var _pgl_shmctl=Module["_pgl_shmctl"]=(a0,a1,a2)=>(_pgl_shmctl=Module["_pgl_shmctl"]=wasmExports["pgl_shmctl"])(a0,a1,a2);var _pgl_munmap=Module["_pgl_munmap"]=(a0,a1)=>(_pgl_munmap=Module["_pgl_munmap"]=wasmExports["pgl_munmap"])(a0,a1);var _pgl_set_rw_cbs=Module["_pgl_set_rw_cbs"]=(a0,a1)=>(_pgl_set_rw_cbs=Module["_pgl_set_rw_cbs"]=wasmExports["pgl_set_rw_cbs"])(a0,a1);var _pgl_fcntl=Module["_pgl_fcntl"]=(a0,a1,a2)=>(_pgl_fcntl=Module["_pgl_fcntl"]=wasmExports["pgl_fcntl"])(a0,a1,a2);var _strerror=Module["_strerror"]=a0=>(_strerror=Module["_strerror"]=wasmExports["strerror"])(a0);var ___funcs_on_exit=()=>(___funcs_on_exit=wasmExports["__funcs_on_exit"])();var _htonl=a0=>(_htonl=wasmExports["htonl"])(a0);var _htons=a0=>(_htons=wasmExports["htons"])(a0);var _ntohs=a0=>(_ntohs=wasmExports["ntohs"])(a0);var __emscripten_timeout=(a0,a1)=>(__emscripten_timeout=wasmExports["_emscripten_timeout"])(a0,a1);var _setThrew=(a0,a1)=>(_setThrew=wasmExports["setThrew"])(a0,a1);var __emscripten_stack_restore=a0=>(__emscripten_stack_restore=wasmExports["_emscripten_stack_restore"])(a0);var __emscripten_stack_alloc=a0=>(__emscripten_stack_alloc=wasmExports["_emscripten_stack_alloc"])(a0);var _emscripten_stack_get_current=()=>(_emscripten_stack_get_current=wasmExports["emscripten_stack_get_current"])();var ___wasm_apply_data_relocs=()=>(___wasm_apply_data_relocs=wasmExports["__wasm_apply_data_relocs"])();Module["addRunDependency"]=addRunDependency;Module["removeRunDependency"]=removeRunDependency;Module["callMain"]=callMain;Module["ENV"]=ENV;Module["addFunction"]=addFunction;Module["removeFunction"]=removeFunction;Module["UTF8ToString"]=UTF8ToString;Module["stringToNewUTF8"]=stringToNewUTF8;Module["stringToUTF8OnStack"]=stringToUTF8OnStack;Module["FS_createPreloadedFile"]=FS_createPreloadedFile;Module["FS_unlink"]=FS_unlink;Module["FS_createPath"]=FS_createPath;Module["FS_createDevice"]=FS_createDevice;Module["FS"]=FS;Module["FS_createDataFile"]=FS_createDataFile;Module["FS_createLazyFile"]=FS_createLazyFile;Module["MEMFS"]=MEMFS;Module["PROXYFS"]=PROXYFS;var calledRun;dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function callMain(args=[]){var entryFunction=resolveGlobalSymbol("main").sym;if(!entryFunction)return;args.unshift(thisProgram);var argc=args.length;var argv=stackAlloc((argc+1)*4);var argv_ptr=argv;args.forEach(arg=>{HEAPU32[argv_ptr>>2]=stringToUTF8OnStack(arg);argv_ptr+=4});HEAPU32[argv_ptr>>2]=0;try{var ret=entryFunction(argc,argv);exitJS(ret,true);return ret}catch(e){return handleException(e)}}function run(args=arguments_){if(runDependencies>0){return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();preMain();readyPromiseResolve(Module);Module["onRuntimeInitialized"]?.();if(shouldRunNow)callMain(args);postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(()=>{setTimeout(()=>Module["setStatus"](""),1);doRun()},1)}else{doRun()}}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}var shouldRunNow=false;if(Module["noInitialRun"])shouldRunNow=false;run();moduleRtn=readyPromise;


  return moduleRtn;
}
);
})();
export default Module;
 asm    dylink.0! ``` ` `` `` `  ` ` `` ``	`
 ``` `~`~` <envSearchSysCache1 envhash_search envItemPointerEquals enverrstart enverrmsg_internal env	errfinish envSysCacheGetAttrNotNull envtext_to_cstring  envpstrdup  envMemoryContextAllocZero envmemset envAllocSetContextCreateInternal envformat_procedure  envMemoryContextSetIdentifier envMemoryContextAlloc envget_func_arg_info envpalloc  envpg_snprintf envReleaseSysCache envpalloc0  envCreateTemplateTupleDesc  enverrstart_cold envTupleDescInitEntry 
envTupleDescInitEntryCollation envrepalloc envget_fn_expr_rettype  enverrcode  enverrmsg envformat_type_be  enverrhint envtype_is_rowtype  envpfree envmemcpy envfunction_parse_error_transpose  envset_errcontext_domain  enverrcontext_msg envlist_make1_impl envlappend envNameListToString  env	errdetail envparser_errposition envbms_add_member env
makeString  envlist_make2_impl envstrcmp envlist_make3_impl envmakeRangeVar env	list_copy  envlist_delete_last  envmakeRangeVarFromNameList  envRangeVarGetRelidExtended envSearchSysCacheAttName envget_base_element_type  envlookup_type_cache envRelnameGetRelid  envget_rel_type_id  envmakeTypeName  envmakeTypeNameFromNameList  envget_array_type  envstrlen  envstrspn envhash_create envresolve_polymorphic_argtypes envget_call_expr_argtype envexpand_array envSPI_freetuptable envMemoryContextReset envTransferExpandedObject envProcessInterrupts envCreateTupleDescCopy  envSPI_datumTransfer envget_call_result_type envdomain_check envFreeExprContext envmakeParamList  envdetoast_external_attr  env	datumCopy envDeleteExpandedObject envDatumGetEOHP  envexpanded_record_set_tuple 	envMemoryContextSetParent envdeconstruct_expanded_record envpg_detoast_datum  env make_expanded_record_from_typeid envlookup_rowtype_tupdesc envDecrTupleDescRefCount envexpanded_record_fetch_tupdesc  env!make_expanded_record_from_tupdesc envheap_deform_tuple 	envconvert_tuples_by_position envexpanded_record_get_tuple  envexecute_attr_map_tuple envSPI_returntuple envEOH_get_flat_size  env
SPI_palloc  envEOH_flatten_into envFreeCachedExpression envget_typcollation  envcoerce_to_target_type envGetCachedExpression  envExecInitExpr env#make_expanded_record_from_exprecord env"expanded_record_set_field_internal 
envSPI_register_trigger_data  envSPI_copytuple  envexpanded_record_lookup_field envFreeExecutorState envReleaseAllPlanCacheRefsInOwner env	invoke_vi env__wasm_setjmp_test envsetTempRet0 envgetTempRet0 envinvoke_viiiiii envinvoke_viii 	envinvoke_viiii envinvoke_iiiiii env
invoke_iii env__wasm_setjmp envget_typlenbyval envdatumTransfer envinvoke_iiii envinvoke_v envinvoke_i  envReThrowError envunpack_sql_state  env	invoke_ii envcstring_to_text  envinvoke_viiiii 
envMemoryContextGetParent  envemscripten_longjmp envCreateExecutorState envResourceOwnerCreate envCreateExprContext  envGetCurrentSubTransactionId envSPI_plan_get_cached_plan  envReleaseCachedPlan envSPI_execute_plan_extended envGetErrorContextStack envInt64GetDatum envSPI_cursor_close envSPI_cursor_find  envSPI_cursor_open_with_paramlist envget_element_type  envpg_detoast_datum_copy  envarray_create_iterator envarray_iterate env"MakeExpandedObjectReadOnlyInternal  envtuplestore_putvalues 	envtuplestore_puttuple envtuplestore_tuple_count envCreateDestReceiver  envSetTuplestoreDestReceiverParams 
envSPI_result_code_string  envgetTypeOutputInfo envOidOutputFunctionCall envMemoryContextStrdup envSPI_execute_extended envinitStringInfo envappendStringInfoChar envappendStringInfoString enverrdetail_internal envSPI_scroll_cursor_fetch envSPI_scroll_cursor_move envSPI_commit_and_chain env
SPI_commit envSPI_rollback_and_chain envSPI_rollback enverr_generic_string envSPI_prepare_extended envSPI_keepplan  envSPI_plan_get_plan_sources  env#CachedPlanAllowsSimpleValidityCheck envEnsurePortalSnapshotExists envCachedPlanIsSimplyValid envExecInitExprWithParams envCommandCounterIncrement envGetTransactionSnapshot envPushActiveSnapshot envPopActiveSnapshot envSPI_getbinval enverrmsg_plural envexprType  env
exprTypmod  envcontain_mutable_functions  envbms_is_member envget_typsubscript envSPI_execute_plan_with_paramlist env	PinPortal envSPI_cursor_fetch envUnpinPortal envDirectFunctionCall1Coll envget_namespace_name  envconstruct_md_array envGetCommandTagName  envBlessTupleDesc  envHeapTupleHeaderGetDatum  envexpanded_record_fetch_field envheap_form_tuple envtuplestore_begin_heap envbms_next_member envappendStringInfo envappendStringInfoStringQuoted envSPI_cursor_parse_open envExprEvalPushStep envexpanded_record_set_fields 	envtypenameTypeIdAndMod 	envstrcpy envSPI_freeplan  envMemoryContextDelete env	pg_printf envfflush  envget_collation_oid envmemmove env	list_free envtypeStringToTypeName env
raw_parser envquote_identifier  envappendStringInfoSpaces envscanner_isspace  envgeterrposition envgetinternalerrposition envinternalerrposition  enverrposition  envpg_bindtextdomain envDefineCustomEnumVariable envDefineCustomBoolVariable envDefineCustomStringVariable envMarkGUCPrefixReserved envRegisterXactCallback envRegisterSubXactCallback envfind_rendezvous_variable  envpg_strcasecmp envSplitIdentifierString env__errno_location envpre_format_elog_string envformat_elog_string env
guc_malloc env
invoke_vii envinvoke_iiiiiii env
SPI_finish envCheckFunctionValidatorAccess envget_typtype  envSPI_connect envScanKeywordLookup env
core_yylex envappendBinaryStringInfo envpg_mbstrlen_with_len envinternalerrquery  envstrchr envscanner_init envscanner_finish env__stack_pointerenv__memory_base env__table_base GOT.memerror_context_stackGOT.memTopMemoryContextGOT.memCurrentMemoryContextGOT.memcheck_function_bodiesGOT.memInterruptPendingGOT.memCurrentResourceOwnerGOT.funcplpgsql_parser_setupGOT.mem	__THREW__GOT.funcDeleteExpandedObjectGOT.mem__threwValueGOT.funcpfreeGOT.funcAllocSetContextCreateInternalGOT.funcerrstart_coldGOT.funcerrmsg_internalGOT.func	errfinishGOT.funcBeginInternalSubTransactionGOT.memPG_exception_stackGOT.funcget_typlenbyvalGOT.funcdatumTransferGOT.funcReleaseCurrentSubTransactionGOT.funcCopyErrorDataGOT.funcFlushErrorStateGOT.func'RollbackAndReleaseCurrentSubTransactionGOT.funcMemoryContextDeleteChildrenGOT.funcMemoryContextResetGOT.funcstrcmpGOT.funcReThrowErrorGOT.funcunpack_sql_stateGOT.funccstring_to_textGOT.funcMemoryContextGetParentGOT.memMyProcGOT.memTopTransactionContextGOT.memTopTransactionResourceOwnerGOT.memSPI_processedGOT.memSPI_tuptableGOT.mem
SPI_resultGOT.funcnameinGOT.memwork_memGOT.memstdoutGOT.memGUC_check_errdetail_stringGOT.funcSPI_connect_extGOT.funcSPI_result_code_stringGOT.funcplpgsql_compileGOT.funcResourceOwnerCreateGOT.funcReleaseAllPlanCacheRefsInOwnerGOT.funcResourceOwnerDeleteGOT.funcpg_re_throwGOT.func
SPI_finishGOT.funcCreateExecutorStateGOT.funcFreeExecutorStateGOT.funcGetCurrentSubTransactionIdenvmemory env__indirect_function_tablep !	
     	


	          AAAAAAAAAAAAAAAAAAAAAAA__wasm_call_ctors plpgsql_compile plpgsql_build_datatype plpgsql_parser_setup plpgsql_ns_lookup plpgsql_recognize_err_condition plpgsql_stmt_typename plpgsql_exec_get_datum_type Pg_magic_func _PG_init pg_finfo_plpgsql_call_handler plpgsql_call_handler pg_finfo_plpgsql_inline_handler plpgsql_inline_handler pg_finfo_plpgsql_validator plpgsql_validator __wasm_apply_data_relocs 	H #!
 $ #Aj#A j6 #Aj#A0j6 #Aj#Aj6 #Aj#A j6 #Aj#A9j6 #Aj#A9j6 #Aj#A.j6 #Aj#A?j6 #Aj#A1j6 #Aj#A j6 #Aj#A j6 #Aj#A0j6 #Aj#A j6 #Aj#A$j6 #Aj#A<j6 #Aj#A j6 #Aj#A0j6 #Aj#A*j6 #Aj#A j6 #Aj#A>j6 #Aj#A2j6 #Aj#A&j6 #Aj#A j6 #Aj#Aj6 #Aj#A-j6 #Aj#A
j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A j6 #Aj#A6j6 #Aj#A5j6 #Aj#A5j6 #Aj#A5j6 #Aj#Aj6 #Aj#Aj6 #Aj#A)j6 #Aj#Aj6 #Aj#A j6 #Aj#A)j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A
j6 #Aj#Aj6 #Aj#A j6 #Aj#A)j6 #Aj#A j6 #Aj#A j6 #Aj#A(j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A'j6 #Aj#A&j6 #Aj#A j6 #Aj#A j6 #Aj#A0j6 #Aj#A<j6 #Aj#A<j6 #Aj#Aj6 #Aj#A*j6 #Aj#A
j6 #Aj#A
j6 #Aj#A	j6 #Aj#Aj6 #Aj#A4j6 #Aj#A j6 #Aj#A6j6 #Aj#Aj6 #Aj#A	j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A>j6 #Aj#A>j6 #Aj#A?j6 #Aj#A>j6 #Aj#A?j6 #Aj#A?j6 #Aj#A?j6 #Aj#A j6 #Aj#A j6 #Aj#A:j6 #Aj#A j6 #Aj#A j6 #Aj#A;j6 #Aj#A;j6 #Aj#A:j6 #Aj#A:j6 #Aj#A j6 #Aj#A:j6 #Aj#A:j6 #Aj#Aj6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#Aj6 #Aj#A=j6 #Aj#A1j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A1j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A1j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A0j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A>j6 #Aj#A j6 #Aj#A/j6 #Aj#A j6 #Aj#A?j6 #Aj#A&j6 #Aj#A j6 #Aj#A j6 #Aj#A'j6 #Aj#A'j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A7j6 #Aj#A j6 #Aj#A)j6 #Aj#Aj6 #Aj#A j6 #Aj#A%j6 #Aj#A j6 #Aj#A6j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#Aj6 #Aj#A j6 #Aj#A5j6 #Aj#A(j6 #Aj#Aj6 #Aj#A j6 #Aj#A3j6 #Aj#A2j6 #Aj#A3j6 #Aj#A3j6 #Aj#A2j6 #Aj#A3j6 #Aj#A3j6 #Aj#A2j6 #Aj#A?j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A2j6 #Aj#A j6 #Aj#A/j6 #Aj#A/j6 #Aj#Aj6 #Aj#A j6 #Aj#Aj6 #Aj#A&j6 #Aj#A&j6 #Aj#A j6 #Aj#A j6 #Aj#A'j6 #Aj#Aj6 #Aj#A&j6 #Aj#A j6 #Aj#A j6 #Aj#A'j6 #Aj#A=j6 #Aj#A j6 #Aj#A j6 #Aj#A,j6 #Aj#A j6 #Aj#Aj6 #Aj#A,j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#A'j6 #Aj#Aj6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A/j6 #Aj#A j6 #Aj#A9j6 #Aj#A&j6 #Aj#A1j6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A&j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aƕj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aԕj6 #Aj#Aj6 #Aj#Aj6 #Aj#A j6 #Aj#Aj6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aǂj6 #Aj#A j6 #Aj#A؂j6 #Aj#Aj6 #Aj#A'j6 #Aj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A j6  #Aj$6#Aj$7#Aj$8#Aj$9#Aj$:#Aj$;#Aj$<#Aj$=#Aj$>#Aj$?#Aj$@#Aj$A#Aj$B#Aj$C#Aj$D#Aj$E#Aj$F#Aj$G#Aj$H#Aj$I#Aj$J#Aj$K#Aj$L4~# Ak"$ @@@@@@@@@@@@@@@@@@@@@@@@A-  ( (" "@ Aj! (" - j!  ( ("!@ E@    Aj A !#Aj(  AjA A "E ("E (!@ ( ( G  Aj E  ! ("@@#Aj(  AA  A#A߃jE #"AjA  A jA A j A 6A ! (E@  (E!@ E       Aj A !#Aj(  AjA A "E ("E@ ( (( G  Aj E  ! ("@@#Aj(  AA  A#A߃jE #"AjA  A jA A j A 6 ( A   (! A  ! E     Aj  (" - j!  ("AA ( "AFA  AGA!	A- A"#"Aj Aj"
6  Aj :    A  6 #6#"( !  Aj6   6@ E@#( A	! A A
#"Aj 6 #!A !#(  A8jA A A! Aj" ( 6   6    ( ("6      ( (6  (( 6  ( 6  /;  (!  6  A6  6 #6( 6 #7-  :  #8( A  6#9( !  	6  A  6 - `! A :  A 6  : 1 
A  AjA6  AjA :   AjA 6  ( A! AjA 6  Aj 6 @@@@ ( #"#"Aj( 6   Aj Aj Aj" ( (  ( (  Aj(  At"! !  6 @ A L@A !A !
A !@ At" (j( !	 ("  j,  A !  Aj"6 AjA #A j Aj (!A  	 "E A A !  (AF@ ("@  j( "-   Aj! A  A "( !	@ A k"AK A tA qE   
Atj (6  
Aj!
AA 	!	@ AK A tAqE   Atj 6  Aj! 	 ( Aj@ ("E   j( "-  E  	 (   G @ AL@ AG - 1A GA("A6 #Aj6 A6  !  6  6  At"6   6$A !@@@@  At"	j( "(   Aj!
A !AA#"A߃j  ( 6@ A j A@k A jA Aj  ("Aj!
 (! (! 
( !
 (  	j (6  ($ 	j (6  ( Aj""	 ( 
 A  ( 	   G #"Aj( !	 Aj( " Aj( F@#"Aj At6  Aj 	 At"	6  Aj( !  6#Aj Aj6  	 Atj 6  Aj ( Aj!  ( 6@ (l"AL@@ "Ak  AF AF A'kAI  A#kAI  AF  ! @A! A'J AF AF A#GA"!  ( "A#"A߃jA  Aj( 6 Aj Aj A jA A j  A6, A 6$ /hA("A6 #"Aj! B7  B7 A 6  6 Aj( ! Aj( " Aj( F@#"Aj At6  Aj  At"6  Aj( !  6#"Aj" Aj6   Atj 6 A ( (  (6A("A6  A j! B7  B7 A 6  6 Aj( ! ( " Aj( F@#"Aj At6  Aj  At"6  Aj( !  6#Aj Aj6   Atj 6 A ( (  (6 (!A A "E A A ! #A jA  A"A60 A6  (!A A "E A A ! #A jA  A"A60 A6  (!A A "E	 A A ! #A jA  A"A60 A6  (!A A "E
 A A ! #A-jA  A"A60 A6 A A "E AA A ! #A jA  A"A60 A6  (!A A "E A A ! #A jA  A"A60 A6  (!A A "E A A ! #A jA  A"A60 A6  (!A A "E A A ! #A jA  A"A60 A6 A A "EA ! AA A ! #AjA  A"A60 A6  (!A A "E A A ! #AjA  A"A	60 A6  A6, A6$ /h (!A A "EA ! A A ! #A	jA  A"A
60 A6  (!A A "E A A ! #A jA  A"A60 A6 A A#"A߃j  6  Aj  A jA A j A#"A߃j  	6  Aj A j A jA A j A#"A߃jA  	60 Aj A0j A jA A j  A'kA#"A߃jA AjA  AjA  A jA A j A#"A߃j A6 Aj Aj A jA A j A#"A߃j A6 Aj Aj A jA A j A#"A߃j A6 Aj Aj A jA A j A#"A߃j A6 Aj Aj A jA A j A#"A߃j A6 Aj Aj A jA A j A#"A߃j A6 Aj Aj A jA A j A#"A߃j A6 Aj Aj A jA A j A#"A߃j A6 Aj Aj A jA A j A#"A߃j A6 Aj Aj A jA A j A#"A߃j A6 Aj Aj A jA A j A#"A߃jA AjA  A jA A j A#"A߃j A6 Aj Aj A jA A j A#"A߃j A6 Aj Aj A jA A j A#"A߃j  (6 A j Aj A jA A j A!A!  6$  - d: /@@@@A   "@@ (" - j"- OA G  AF @ Ak  AFA#"A߃jA  6` A j A j A jA A j   : -  - OA F: .  - N: ,  .L6(@ (l"AL@@ Ak  AF AG A'kAI AF A#F  A#GA#"A߃j  6P Aj A j A jA A j A#"A߃jA AjA  A jA A j  #AjA  A (A A  A J!  - eA G: 0A A "E AA A !  #A jA  A(6" #Aj( 6 @@   ($AF  - /AG   .h"64 A J@ A8j!A !@  At"j  j( 6  Aj" (4H  #Aj"( "6  At"6A !@ ( A L@A !A !@  At"j#Aj(  j( 6 @@@ (" j( (    A8j! A(j! Aj"#Aj( H   6#Aj-  AF@A !# Ak"$   ( 6#"Aj Aj AjA  (A J@@ ( Atj( !  6#Aj Aj@@@@@@ ( "   (! (") !  (6|  7t  6p#AИj A j - AF@#AęjA  - AF@#AjA  (@#"AjA   (( 6` Aj A j AjA  (@ ( "A N@  6P#Aj A j#"AȒjA   (( 6@ Aj A@k AjA  (0"E  60#Aj A0j  (6#Aj Aj (A J@A !@ At" ( j( !  ($ j( 6  6#A j Aj Aj" (H #AjA  (!  (6  6#A֖j Aj - AF@#AęjA  - AF@#AjA  (E#"AjA   (( 6 Aj Aj AjA   )7#Aj Aj  6 #Aj A j Aj" (H #"A؛jA  AjA 6   ((6 Aڃj Aj (  ( 6  A̜j #)(  Aj$ #Aj(  AjA Aj!@ - AG A#A߃jE #"AjA  A jA A	j  6  6#"AjA 6  AjA :  # (6  Aj"( ! A 6 # 6    (  6 Aj$  A#"A߃j A6p Aj A j A jA A j A#"A߃j  6 A j Aj A jA A j @ AqE@  Aj"O A  As  Aj"  KjA|qAj
 A A
   ( (6 A !A !  ("@ ( AF!  :    (" ( AF : @   As    ((( 6   (6 .h"A J@ Aj Aj At ! .h A   ( (  Aj~# Ak"$ @@  @#!  ! Aj( #Aj( E#" A߃j"  Aj( ! #Aj( 6  6   A j # Aj$ # Ak"$ @@ @  A L  Aq!A !  AG@  Aq!@A! @@@@  Atj"( "AL@@ Ak  AF AF@ A'k  AF A#GA"! A! A!    6 A!@@@ Aj" ( "AL@@ Ak  AF AF@@ A'k  AF  A#GA"!A!A!   6  Aj! Aj" G  EA!@@  Atj"( "AL@@ Ak  AF AF@@ A'k  AF  A#GA"!A!A!  6      >E  A L A !A !@@@ E   j-  A k     @  Atj"( "AG AGq   ?"E   6  Aj! Aj"  G  Aj$ A#"A߃jA  6  A͎j  A jA Aj # A0k"$ @  ("   - j"- R@A0"  Aj6    ( "6@@@@@@ - OA k  (A  AGAA#" A߃j  , O6   A j   A jA  A j A!   6   /L;   - N:    - O:     ("   6@@@@ - OA k A !@ (\E  (XA0G  - A G!   : A !@ /LAG  - A F  (4A G!  (!   :   A :    6  ~@ AG   ("AF  A"5"- A F@ (A5! (E   6    6 )  B 7B 7( A0j$   A#" A߃jA   Aj6   A j A j  A jA  A j A#"A߃jA    (6 A j Aj A jA A j # A k"$ @@@@@ ( A4"A 6   ! A;, A 6(  6  6  6#"Aj( ! Aj( " Aj( F@#"Aj At6  Aj  At"6  Aj( !  6#Aj Aj6   Atj 6  EA (  A#"A߃jA  (6   6 Aj Aj A jA A j A#"A߃j  (6  A j  A jA A j      ( ! A j$  m# Ak"$ A A A A @A#"A߃jA  6  A j  A jA A j      Aj$ # Ak"$ @  ("(E@ (EA "A 6     (Aj"6  6   ("6  6 A Aj$6   6@ ("@ ( (AtjAk( ( AFA"A6     (Aj"6 A 6  6   (6  (( %!  ( 6 Aj$ # A k"$   #"Aj A j"6  Aj#-  :     6 #6#" ( !   Aj6   6 AjA"6 #" (  AjA A A! Aj"  ( 6    6  !  A6  6  B7   6  #6( 6#7-  !  A :  A 6 B 7   :  A  AjA6  AjA :   AjA 6  ( A!  AjA 6  Aj  6  B摀 7$ A6, A;0@A A "@ AA A !   #A jA   A(6" #Aj( 6 ($AF@  A 64 #Aj"( " 6   At"6A ! ( A J@A !@  At" j#Aj(   j( 6 @@@ ("  j( (    A8j! A(j! Aj"#Aj( H   6#"AjA 6  AjA :  # (6  Aj"( !  A 6 #  6  A j$  A#"A߃j A6  Aj  A jA A j A#" A߃j  6  A j Aj  A jA  A j A("A6   !  B7   6  6  6   6#"Aj( ! Aj( "  Aj( F@#"Aj  At6  Aj   At"6  Aj( !    6#Aj  Aj6    Atj 6  @A ( ( h# Ak"$ A    "E@A#"A߃j   6  Aj  A jA A j     !  Aj$  )    6t  #"Aj6l   Aj6h   Aj6d# A0k"$   (t!  (6  AjA #A j A !  (A  AjA A A "@ ("("(D ("Atj( ! (!#" ( !   ( 6   ( )6   6 A"  Aj6  B7     Aj  Aj  Aj   6 A0j$   # Ak"$ @  (t"(("AF  A  AF      E! E  E A#"A߃jA  (&6  Aj  AjA '   (( A jA A j  Aj$  &  (t"((AF    A  # A k"$ @ ("E  ((!@@@@ (Ak  (( (!A!	A!A #! ("( (! ("( A F@ Aj!
A!	A!	A! !
A! ("#! ("((!
 ( (! ("( A F@ Aj!A!	A! ("!A A ! 
!A ! (A     Aj"E @@@@@@ ( Ak  (" 	F  G (D" (Atj( ( "A H@  Atj( "( ,E ("A N A#"A߃j  ( 6  A j  A jA
 A j  ( G (! ("(" (D Atj( ! (!#"( !  ( 6   ( )6  6 A" Aj6 B7     Aj Aj Aj  6 E A#"A߃jA  6  
6 Aj Aj   (( A jA
 A j  A j$  # Ak"$ #:!@@ E  (  A   A A A "E A! ( AkAM@#Aj(  (Atj( !   6  6  -  !  A 6   A"F: A#" A߃j  ( 6   A j   A jA  A j    6   -  A"F: A ! Aj$  # A k"$    *6  *"6  6  (6#:!A Aj Aj+!@@ ( AF A    A  Aj" E @@  ( Ak #Aj(   (Atj( !  6 A :  A 6  6 A! #Aj(   (Atj( !A!  (AF@  !  6 A :  A 6  6   6 A !  A j$   @  ( "A N@#Aj( !@  Atj( "( ,E ("A N A0"A6   6  (! B7  6#"Aj( ! Aj( " Aj( F@#"Aj At6  Aj  At"6  Aj( !  6#Aj Aj6   Atj 6    ( 6   (6  # Ak"$ @A   A A A "@ ( AkAIA#"A߃jA    6  Aj  A jA A j #Aj(  (Atj( (! Aj$  # A0k"$ @@  6"@ 7"E  8!A   " E  AA  !   A0j$  A#"A߃jA   6  Aj  A jA A j A#"A߃jA    6 A j Aj A jA A j A#" A߃j  6   Aj A j  A jA  A j #"Aj( ! Aj( " Aj( F@#"Aj At6  Aj  At"6  Aj( !   6#Aj Aj6   Atj  6 # A k"$ @@  - E@  (:"E  (!  (! A   "E    A !   A j$   A#"A߃jA    (6  A j  A jA A j A#" A߃j  6  Aj Aj  A jA  A j # Ak"$ @@ E   ;AG   #A j<AG   -  AjA?q  - AjA?qAtr  - AjA?qAtr  - AjA?qAtr  - AjA?qAtr@  #"A j,E@ Aj!A !@#Aj Aj"Atj"( "E   ,  (! Aj$  A#"A߃jA    6  Aj  A jA A4j @@#"Aj( " Aj( "H@  k"Aq!#Aj( !@  kA|K@A ! Aj!	 Aj!
 Aj! A|q!A !@@@  At"j( (    Aj!@@  j( (    Aj!@@  
j( (    Aj!@@  	j( (    Aj! Aj! Aj" G  @@@@  Atj( (    Aj! Aj! Aj" G   E A L   At6 A !#"Aj( " Aj( "N#Aj( !@@@  Atj( "(     (  Atj (6  Aj!#"Aj( ! Aj( ! Aj" H A !  E  A 6 #Aj( !#Aj 6  # Ak"$  A j   (    : ?  6x #Aj6 #"A j6#"( !  Aj6   6  A j6 A j    Aj6  (4A J@ Aj!  A8j!A !@@@@@@ (d  Atj( Atj( "(   A j   Atj"(  - A  - , (- AG@ (("-  AG  - Ak  A j   (hA @A A@  Atj"- E@ A j  (  A j A A  ("@ A A 6 ("E (BA#"A߃j   ( Atj( ( 6  A j  A jA A7j  A j   (hCA A Aj"  (4H  #6 A j (d (\Atj( A A A @#;( "( "E  ("E  A j    #;( ! A 6   ("6@ ( "E  ("E  A j   #( @D#;! A j !@ ( ( "E  ("E  A j    A 6@@ AF@ #A j6  - 0":  Aj!@ - =AF@ (X"E ( AG - AqE A6 (H"@  6#"( !  (P6   (LE6  6  A 6, A:   AqE@ (4! - <AF@@  ($"AF   G   (,A AF6,@@@@  Aj AjGAk  A j ( A j ( (,A  (A A H  (,A AF6,A#"A߃j A jA  A jA A7j   A j (,  A  ($A"6, -    - ,  A   ((F6,  - .AG   A j (,  (4A  ($A6, #Aj6@#;( ( "E  ("E  A j    #Aj"( "(!     6  (AI A 6@ ("E  A A 6 ("E  (B# (6  (,! Aj$   A 6A#"A߃jA( A jA  A jA A7j A#"A߃jA AjA  A jA A7j A#"A߃jA AjA  A jA A7j # A0k"$    6  A 6  A:   A 6  B 7   6    ($6   - -:    - /:  - 0!  B 7   A:    :   B 7(A ! @#( ! ((!   68   64   60   (6< (!  A 6D   6@  #( 6H  A J"6L #"Aj6   (L  6  (L Aj6  (LA 6  (L#	6  (LA 6  (L  (@6#Aj( E@ B7#"Aj AjA A(=6 @ @   6P B7 #( 6(#A jA A=!  #"Aj( 6P Aj( "  B7#"Aj A jA A(="6    6\#Aj( !  A 6`  A 6X     6T#( !  B 7p  A 6h   6d  B 7x  B 7  A 6  @#;( "( "E  #"Aj6 (  Aj6 (  Aj6 (  A	j6  (  A
j6$ ( ( "E       A0j$ # A@j"$ @@@@  ("@ Aj  (|"E Aj( !  (@ A L#"A߃j"  ( ( !   (68  64  60 A!j A0j#  (|E A L#"A߃j"  ( ( !   (|6(  6$  6  Aj A j#  (#"A߃j"   ( ( 6  Aj ##"A߃j"  ( ( !   (6  6 Aj Aj# A@k$ # Ak"$     (@"At6D (! A J@  (D! (!A ! !@@@@@  At"j( " (     ) 7    ) 7    )7   )7   )7 A(jA#"A߃j   ( 6  A j  A jA
 Aj    ) 7    (060   )(7(   ) 7    )7   )7   )7 A8j! !   j  6  ! Aj" G  Aj$ @    - Aq  (/AG  -  AG  - AqAF #"( !   (x(6  K!   6  @ A!  A AL!@ - -AG @ - ,  (/AG  ((" -  AG   - AG   M (( A 60  : -  : ,  6(# A k"$ @@@ -  AG  - AqAG  N! ( AG@ (!A !  ($F @ -  AG  - AG  (" ( G@ AG - A q    @ ($"E  - AqE  ($" ($G  AF@ (("A H  ((G  (TA  - AsAqO    !@ ("AqE  ("AG@  ($G  (TA  - AsAqO (  (HP ($" @  AjM  6$ Aq Q    #"( !   (x(6  R!  6  ( !  6 A 6 A ; A6  Av6 (! (!@ ( AG @ ($"E   ($G  AF@ A H  ((G  AjA  - AsAqO ("AG  Gq     (x(S" AjA  - AsAqO (  (HP ($" @  AjM  6$    Aj  T" (A H U AqE@   A  (,"  V Q     (8 (< (,"  V A j$ 	# Ak"$ @@ ( AG  E@@ ("E  - A G     ($"A A A O (  (HP ($"@ AjM  6$ ($"@ AjM A 6$  (x(! (AG@  (A S  W!@@@ ("AF  E   (F  (,"E@ V! ( "	 ( G 	A L Aj!
 Aj!A !@  A l"j"- _"  
j"- _G@ E@ (D (DG (P"A H  (PF /H /HG - W - WG Aj" 	G    Q  A  - AsAqO (  (HP ($"@ AjM  6$@ E  E @ ( "A I@ "A@k!  (x( Al" Atj!    X           A A A  Aj$ !# Ak"$  A6  #A;j6@@@@@@ (A J@@    (D ( Atj( Atj( "6@@@ (  @ - -AG @ - ,  (/AG  (("-  AG  - AG #
"A 6 # l ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AG
 ((!#
"A 6 # l ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF	 A 60 A;, A 6( ("E@ (- A G#
"A 6 A!#Aj   A AAAp ( ! A 6 #!@ E  ( "E   Ajm"E no! AG	#
"A 6 #Aj    q ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AG ("E@#
"A 6 #Aj   A A r ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AG#
"A 6 #Aj    q ( ! A 6 #!A!@ E  ( "E   Ajm"E
 no! AF Aj" (H   A 6 Aj! (E#( !#( !  #Aj6  A j!  A$j!  A j!  ($!  (x!
  (`"	  (d!#
"A 6 # #A jA A As!	 ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AG#
"A 6 #A#A߃jt ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF ( !#
"A 6   6##A j Ajt ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6 ##"A jA A jq ( ! A 6 #!@ E  ( "E   AjmE no!  	6 #
"A 6 #A l ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF# 6 #( !#( ! A jA AjuA !  A 6 (!#
"A 6 #Aj   t!	 ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF   	6AA !@@@@@@ E@ E@#
"A 6 # A j6 #Aj  l ( ! A 6 #!A!@ E  ( "E   Ajm"E	 no! AF  A 6 (!#
"A 6 #Aj   t! ( ! A 6 #!A!@ E  ( "E   Ajm"E	 no! AF  6  #Aj6@ (AG   -    -    (!#
"A 6 #  Aj Ajq ( ! A 6 #!A!@ E  ( "E   Ajm"E
 no! AF  (!#
"A 6 #  -  .x! ( ! A 6 #!A!@ E  ( "E   Ajm"E
 no! AF   6#
"A 6 #y ( ! A 6 #!A!@ E  ( "E   Ajm"E	 no! AF# 6 # 6   
6 # 6 # 6   #A-j6#
"A 6 # 	6 #z! ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6 #y ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6 #y ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF# 6 # 6    	6d A 6 #
"A 6 # 	l ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF  
6   A 6h 
@ 
(!#
"A 6 # l ( ! A 6 #!A!@ E  ( "E   Ajm"E	 no! AF ( "("E ("A LA ! A  A J! (!@  Atj( "("@ ("Aq!@@ ( "E@ A F AŃ F  F  F ("  Aj" G   A 6A!@@ ("AG@ AK AF (!  ( "E  ("E #
"A 6 #  t! ( ! A 6 #!A!@ E  ( "E   Ajm"E	 nA!o! AF  A !  A 6  Aj$  #
"A 6 #A#A߃jt ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6   (6 ##A j t ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6 ##"A jA A jq ( ! A 6 #!@ E  ( "E   AjmE no!  6 #
"A 6 # l ( ! A 6 #!@ E  ( "E   AjmE no!  (D" (Atj( !  ( Atj( !#
"A 6 # }! ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6 # }! ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6 #Aj    A A ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF ( !#
"A 6 # }! ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6 #Aj    A A ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF  6   A 6 (!#
"A 6 #Aj   t! ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF  6  6    (d"6 #
"A 6 #  }! ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF   6d#
"A 6 # 	l ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF# 6 # 6 A !A!     # A k"$ @@  ("-  AG  - AqAG  N"(,"  V #A jY"@   Z [ \6@ (" ( F  AF@ - A qE  ]"^" _  (6  (6   6    (A AF6 R"( !  6 A 6 A ; A6  Av6   ( (T" #A jY" Aj [ Aj \6 (A H  U A j$ # A k"$ @  F@  F AF  6  6  6  6  (\ AjA Aj!@ - E@#Aj(  AjA Aj!	 - E@ 	A 6 A 6 A :  A 6  	6 (!	@ 	("
@ 
-  
` 	A 6#"
( ! 
  (x(6 A"
 6 
 6 
A"6  
 a6@@ AF  AF A  
   AAAb"A"A6 B 7  6  
6 A6  AF A     AAAb! 	 c"("( AF A  ( 
G 6 	 6 A 6 A :  A 6# 6  	("E @@#!( (8" (G@#( !	#( !	 - AG#  (P(T6  A d!  6 A :   6#"  (x"(6   6(  -  : , A:  ("   ( ! A :   	6  A j$  # Ak"$   ("(D Ak"Atj( !   ((! @@@@ E   E @ (   (D (Atj( "($" E )  )0Q   ( A jiE  ($)07   A 6 A ; A:  A 6    Aj Aj  Aj"  A;@@ (  @  -  E@ (/AF  ( 6   ( 6  ( !  -   6  Aj$  # A0k"$   ((D ("AtjAk( !  (!  6  6 A+6#Aj! @@@@@ (  @  (,F #!  (/AG   Aj! #Aj! @  (,F #!  (/AG   Aj! #Aj! #!   (,F   Aj! #Aj!   6  A 6   6  (6$  Aj A0j$   (P"E@#Aj( "E@#"( ! #"( 6 !  6 #Aj 6    6P  (TE@#Aj( "E@#"Aj##(  Aj"6   (P!   6T   6x#"( A"  (x6  6 #Aj" ( 6   6 # Ak"$  (E@A!  (   (6(   A        Aj Aj Aj -  ( (  (h"@ A  A 6h  (x" @  (B Aj$ # A k"$   : O@@@@@@@@@@@@ (       A j   ("( (!@ - OAF@ - AGA#" A߃jA   (6  A j Aj  A jA'  A j  ("-  @ - AG  -  AF@ - AF   (HA @! A  .w!@  ((G@ - O! - O! - ,  AqE     Aq (-  rAsAq @   A A  E     @ - AF   A A  E      (D (Atj( "($"E@    ($! ) )0R@  ( A jiE  )07 ( A L    A j   ($ ((!  (   - O  - AsAqAfA#" A߃j  ( 6   A j   A jA)  A j  A 60 A j$ A#"A߃jA  A jA  A jA( A j A#" A߃jA   (6   A j A j  A jA(  A j A#"A߃jA  A jA  A jA( A j A#" A߃jA (!  (6D  6@  Aj A@k  A jA)  A j A#" A߃jA  (60  Aُj A0j  A jA)  A j # A k"$ @@@@@@@@@@@ (       ((6   ((6   ((6   - ,:   ("E #"( !   (x(6     (" E  ((6   ((6    (6  A :  # 6  ($" E@ A 6  A:    (6  A6    AjA   (Aq" 6    E:   ("AF  6  A6   (D (Atj( "($"E@    ($! ) )0R@  ( A jiE  )07  ($6   ((6 @ ( "A L  (AqE   (@J   Ak" (<j-  :    (8 Atj( 6     6 A#"A߃j  ( 6  A j  A jA* A j   ($($6   ($((6  A j$ A#"A߃j A jA  A jA) A j A#"A߃j A jA  A jA) A j A#"A߃jA (!  (6  6 Aj Aj A jA* A j # Ak"$ @  (AG@@@  ("( "E  ) )(R  Aj! ("@A   Aj Aj Aj! (A"5"- A F@ (A5! (E  6   )7(   ( 6 Aj$ A#"A߃jA   ( 6  A j  A jA6 A j &  (  (HP ($" @  AjM  6$u   (x(!  (AG@  (!@ E   ( G    e A  S@ E  - A q    e (,"  V  W
# Ak"$ #! E@ Aj!A#! ( !	#9-  Aq@ Aj!A!A #Aj!#8( "AtAuAq! AqE!@@@@@@ ( Ak  (A JA ! (,"E@ V!@  F@ ! ! ( "A I@ Aj! A j  (x( Al" Atj!@ A L@A ! Aj! A j! Aj!A !@  A lj"- _E@@@  	H@@  A l"j-  AG Aj" 	G  	! A: OA!A!
A !  #A߃jEA #"A jA   6$  A
j6  Aj A j' AjA  A jA7 Aj  Atj( !   j-  : O Aj!  j"
(P! 
(D!
  Atj    A j 
  (D (P6   j - O:   Aj" G    	Nr  A j!@  A lj-  @ 	 Aj"G #A߃jE A #"A jA   6  A
j6 Aj Aj' AjA  A jA8 Aj     - AsAq (  (HP ($"@ AjM  6$A#"A߃j  ( 6  A j  A jA8 Aj  Aj! A j!A !@  (D ($ Atj( Atj( !@@  	H@@  A l"j-  AG Aj" 	G  	!A!A!A!A !  #A߃jEA #"
A jA   6D  
A
j6@ 
Aj A@k' 
AjA  
A jA8 
Aj  j-  !  j"(P! (D!  Atj( ! Aj!     Aq   Aj" (H    	Nr  A j!@  A lj-  @ 	 Aj"G #A߃jE A #"A jA   64  A
j60 Aj A0j' AjA  A jA8 Aj Aj$ 	# Ak"$  A j  A A A  #Aj6  6$ #A j6#"( !  Aj6   6  A j6 A j   (d"  (Atj( !   (Atj( " ((4" (hW"6$   (he"6$@ ("AqE @@@@ AqAk  ($ (A A O ($ (A A O ("E - AG (AqAG ( "A L A j!A !@@  A lj-  A G@ Aj! ($ Aj"A AA A f ( !  H A#"A߃j AjA  A jA A,j  ($!  (A A O g #6 A j (d (\Atj( A A A @#;( "( "E  ("E  A j    #;( ! A 6   ("6@ ( "E  ("E  A j   #( @D#;! A j !@ ( ( "E  ("E  A j    A 6@ AF@ #Aj6 - =AFA !@ - 0  - AqE @ (,"-  AG  - AqAG  N"Z! (,"E@ V!@  ((4"F   #A jY"E   [!  (F  (F h! R"( !  6 A 6 A ; A6  Av6  ( (T" ((4#A jY"  [ ! (A N@ U h!@#;( ( "E  ("E  A j    #Aj" ( "(!    6  (AI A 6@ (" E   A A 6 (" E   (B# (6  Aj$   A 6A#"A߃jA( A jA  A jA A,j A#"A߃jA  AjA  A jA A,j # Ak"$  Aj  A A A  #Aj6  6 #A j6#"( !  Aj6   6  Aj6 Aj  @#;( "( "E  ("E  Aj    #;( ! A 6   ("6@ ( "E  ("E  Aj   #( @D#;! Aj !@ ( ( "E  ("E  Aj    A 6 AF@ #Aj6@#;( ( "E  ("E  Aj    #Aj" ( "(!    6  (AI A 6@ (x" E   A A 6x (" E   (B# (6  Aj$  A 6A#"A߃jA( A jA  A jA	 A,j # A k"$ @@@@@ (  @ ($" @ (AF Aj  A$j  (D (Atj( "($"E@    ($! ) )0R@  ( A jiE  ($)07 A$jA#" A߃j  ( 6   A j   A jA+  A j  (Aj( ! A j$  A#" A߃jA (!  (6  6  Aj Aj  A jA+  A j # Ak"$  (AF@A#" A߃jA  (6   Aj   AƈjA '  A jA;  A j    (A  (HS6$ Aj$ # A k"$ @@@@@ (   @ ($" @ (AF Aj  A$j( 6  A6 A   (D (Atj( "($"E@    ($! ) )0R@  ( A jiE  ($)07  ($6   ((6  (,A#"A߃j  ( 6  A j  A jA+ A.j   ((6   ((6  ((!  6  A j$ A#"A߃jA (!  (6  6 Aj Aj A jA+ A.j  @@@  AK A  tAqE #" AjA 6   Aj( " @  j#" AjA 6   Aj( " E  k  A~qAG#" AjA 6   AjA 6 #AjA 6 c#!@  AkAK  Aj( "E   AF!@ ( G (  I#Aj" ( "(!    6   v~# Ak"$ @@@ @  (|! (A L  Aj!  Aj!  Aj! Aj!#;( !#( ED@   ( Atj( "6|@ ( "E  ("E      #( @D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ (  	
    (D (Atj(  (A !^A !   (A A     (D  (<Atj(   )pB RA A   (h"@ A  A 6h  (x"E] (B] ("(E@   A @@@@ - AG  ( #"( !   (x(6  ("E ("E (AG (( (H"
E 
( AGA- 
("( "E  Aj Aj Aj! #"  ( ( 6 A("A6 #Aj6 A6   At6$   (x(6 A ! A J@A !@@ ("E @  j-  A k   At" 
((j( "	( AG   	(Ak"	 ($ j 	6  Aj! Aj" G   6 #( # 6   6 (A !@ (" E    Atj( " E   -  A#" A߃jA  Aj60  A j A0j  A jA  Aj   (L" 6   ( 6#!( (8! B 7 B 7 B 7  6   - :  A:    (X6 ( Aj"A H#!( (8 G@  B 7P  #$) "BV AF@ - E   (#%( "((  (   (h"@ AA !  A 6h  (x"@ (B#%( A\ - AF@  ($E  ("EZA ! (A LZ@  (D ( Atj( "(Atj( !@@@@@@@@@@@@@@@ (  	
     ( (A AA#"( !	  ($(0!   (x(6  #Aj ~!  	6     A AA#"( !	  ($($!   (x(6  #Aj ~!  	6     A AA#"( !	  ($(,!   (x(6  #Aj ~!  	6     A AA
#!  ($(|! ( !	   (x(6  #Aj ~!  	6     A AA	#"( !	  ($(D!   (x(6  #Aj ~!  	6     A AA#"( !	  ($(L!   (x(6  #Aj ~!  	6     A AA#"( !	  ($(H!   (x(6  #Aj ~!  	6     A AA#"( !	  ($( !   (x(6  #Aj ~!  	6     A AA#"( !	  ($(@!   (x(6  #Aj ~!  	6     A AA#"( !	  ($(<!   (x(6  #Aj ~!  	6     A AA#"( !	   (x(6 !   (x(6  #Aj ~!  	6     A AAA#" A߃j  ( 6P  A j A j  A jA  A j      )pA AA Aj" (H Z     ( Aj Aj Aj Aj ( (AA!  (h"@ A  A 6h  (x"@ (B@ -   E  AjY ("EWA ! (A LW@     ( Atj( "( Aj Aj Aj Aj ( (AA!  (h"@ A  A 6h  (x"@ (B - A @ Aj" (NY AjX@ ("E@A !	    Aj Aj Aj! (!@ ("  (D (Atj( "	("(F@ ( F 	    ( (A 6   	  -     (h"@ A  A 6h  (x"E  (B ("ESA ! (A LS@     ( Atj( "( Aj Aj Aj Aj ( (AA!  (h"@ A  A 6h  (x"@ (B - A @ Aj" (NU 	@@ 	- -AG @ 	- ,  	(/AG  	(("-  AG  - AG  M 	(( 	A 60 	A;, 	A 6( AjT@@   ("AkRZ   ( "E  ("EY  ,Y  A 6   @A !@     ( Aj Aj Aj Aj ( (AA!  (h"@ A  A 6h  (x"@ (B - Y EY@@   ("Ak [  ( "E@A ![A! ("EZ  ,ESZ  ( "EA! ("EY  ,YA !  A 6      (D ((Atj( !     ( Aj Aj Aj Aj ( ( ("( (! - AF  (h"@ A  A 6h  (x"@ (B     ( Aj Aj Aj Aj ( ( ("( (! - AF  (h"@ A  A 6h  (x"@ (B@ ("E@A!      Aj Aj Aj Aj ( ( ("( (! - AF  (h"@ A  A 6h  (x"@ (B A L@ ( @  NN  JM    A A A!	@@   ($"AkMO A !  ( "E A! ("
EN 
 ,NA !  A 6  As! Axr!
 ( "@  
HOA!  k  JN  j!@@ @  NP  JO    A A @@   ($"AkNP A !  ( "E A! ("EO  ,OA !  A 6  ( "@  
HO  k!A!  JN  j!     (A  Aj    (A! (UA !A !  (D (Atj( "- ,E@  (`"E@    (d#A jA A A"6`#"( !  6  ((!  6  @ ("@ ( "A H  B 7  A 6 A6 (!	 A:   6  	6   (D Atj( 6   Aj ( A N  ("(E@    ($@ (E@A !  (L" 6   ( 6  (   - "E  E@   (    ( ~A A  (h"@ A  A 6h  (x"@ (B @ B    A !  T@ - -AG @ - ,  (/AG  (("-  AG  - AG  M (( A 60 A;, A 6(T    ( Aj Aj Aj6 - AF   (`"E@  (d#A jA A A!  A 6`   6d#"( !  6  ("E! (!  (h"@ A  A 6h  (x"@ (B ("A H"  (J"A !  (D (Atj( "	( AkAO@   	! (! E A Jq# A E$  A ! Aj Aj (A J( ! (!
A !A !@  Aj AjE @# 6    	 ( -   
A! (A J@ (@@@   ("Ak A !  ( "E ("E@A!  ,@A!A !  A 6   ( "E@A !A! ("E  ,A !  A 6 # 6   Aj Aj # 6     (d"6`   6d B    (D  (<Atj(  A A S ("@      Aj Aj Aj Aj ( (AA!  (h"@ AA !  A 6h  (x"@ (B - S ES   (6 AA - !RA!  - Q A 6  A:   A 6  ("A N@@@@@@  (D Atj( "(        ((6   - ,":    ((6  - AGU AqUA#" A߃jA   A jA   A jA  A/j  ($"ET - AqET  Aj6  A :    (6 T     Aj  SA#" A߃j  ( 6  A j Aj  A jA  A/j  ("@        Aj6  - AGR -  R ( RA#" A߃jA   A jA   A jA  A/j   (AGQ  ( - 1A FQ A :   A6 Q  - E"  ((E@    (,"( !@ ("A N@@@@@@  (D Atj( "(      ((!  - ,":  AG(@ Aq  (/AG  !     Aj ("( ( (X (d6  ((  Aj Aj ($"E@    ($! - AqE@ Q ($!#"( !   (x(6  (,"  V #A jY! ($Z! @  [!  (( # 6 #"( !   (x(6     "E'  (( # 6 A#" A߃j  ( 6  A j Aj  A jA  Aj @ ("@    Aj Aj Aj!  - AF@ -  (E)#"( !   (x(6  R"( !  6 A 6 A ; A6  Av6 ( (T" #A jY" Aj [ Aj!  ((  (A N@ U# 6  AG)     Aj ( ( (X (d6  ((  Aj AjA#" A߃jA  A)jA   A jA  Aj   (x( At	!  (x( A 
!  ((     (h"@ AA !  A 6h  (x"EP (BP  (`"E@    (d#A jA A A"6`  - E&  (("E@    ((!#! ! ( !  6 A"  ((  (0A   (,#A j  6 @ ("@ (E@   A@ (E@A !  (L" 6   ( 6 Aj"B 7  B 7 B 7  6  - !  6  A:   :  ( Aj"A NA#" A߃j ( !  6  6  A#j Aj  A jA  A j    ( Aj Aj Aj! - AF( (!#"( !	   (x(6   Aj Aj ( !  	6   !  (h"@ A  A 6h  (x"@ (B Aj"B 7  B 7 B 7    (6  - !  6  A:   :   Aj"A H)  (   (h"@ AA !  A 6h  (x"@ (B B    ((" }7p    (D  (<Atj(   RA A O@ ("  (  (   ($" )A#" A߃jA  A+jA   A jA  A j A !  (`"
E@    (d#A jA A A"
6` (! E@A !A  A! 
 (! (@#"( !  
6  Aj  6  (" (A ! (!@@@@ -  "A%G@ E Aj  Aj"-  A%F@ AjA% E.#!   (  Aj Aj Aj!@ - @ Aj! (!#"( !	   (x(6   Aj Aj ( !  	6  Aj  Aj" ("( (AtjI!  (h"@ A A  !  A 6h  (x"E  (B ! Aj! + (! ("E@A !A !A !A !A !A !A !CA !A !A !A !A !A !A !A ! (A LB@   ( Atj( "( Aj Aj Aj! - AF, (!	#"( !   (x(6  	 Aj Aj ( !  6 @@@@@@@@@@ ( 	 @ 6 A! 
 ! 6 
 ! 6 
 ! 6 
 ! 6 
 ! 6 
 ! 6 
 ! 6 
 ! 6 
 !  (h"@ A  A 6h  (x"@ (B Aj" (H B@#<-  AG      ( Aj Aj Aj Aj ( (AA!  (h"@ A  A 6h  (x"@ (B - A E A  ("E     Aj Aj Aj!A  -   (!# Ak"$ #"( !   (x(6   Aj Aj ( !   6  Aj$   !A#A߃jA @ @  6#A$j Aj#A jA #" A jA  A	j A !M   A !L  (`"E@    (d#A jA A A"6`   ( Aj Aj Aj! - AF3 (!#"( !   (x(6   Aj Aj ( !  6   !  (h"@ A  A 6h  (x"@ (B   (! B 7 B 7 B 7  6   - : @@@@@  Aj"Aj A#" A߃jA  A jA   AjA   A jA#  A j A#" A߃jA  A jA   A jA#  A j A#" A߃jA  A jA   A jA#  A j A#" A߃j  6  6  A#j Aj  A jA#  A j   #$) "7p@ - AG #%( "E5  (D ((Atj( !@ BX@ AFA  - AGA !  ( - AF@   !A#" A߃jA  AjA  @  6#A!j Aj#" A jA#  A j  - AG A !  ( - AF@   !A#" A߃jA  AjA  @  6#A!j Aj#" A jA#  A j  (( !     (   (h"@ A  A 6h  (x"E  (B#%( A BA !K      ( (A A"A! JA !A !  (D (Atj( "- ,E@  (`"E@    (d#A jA A A"6`#"( !  6  ((!  6  4@ ("@ (    ( ("@    (   (! @A !L   (A !    ( ~A AK@ ("@ ( "A H7 B 7  A 6 A6 (!	 A:   6  	6   (D Atj( 6   Aj ( A N7 ("(     ($@ (E@A !  (L" 6   ( 6  (   - "E6 E@   (    ( ~A A  (h"@ AA !  A 6h  (x"@ (B EI BI  (D (Atj( "- ,AF6 (!#"( !   (x(6  ((!  6  "E7@ ("E       Aj Aj Aj Aj ( (AA! - AF9  (h"@ A  A 6h  (x"E  (B (!@ -  E@   #%( !    (D ((Atj( #$) "PA  ((  (   (h"@ A  A 6h  (x"@ (B A   #$) !   7pA !    (D  (<Atj(  B RA A H  (D (Atj( "- ,AF8#"( !   (x(6  ((!  6  "E9 A !G@ - AF@  B 7P9@ - AF@  B 7P8   6|A#" A߃j  ( 6   A j   A jA  Aj    !CA#" A߃j  AjA   A jA  Aj A#" A߃j  AjA   A jA  Aj A#" A߃j  (6  Aj Aj  A jA  Aj A#" A߃jA  ( Atj( 6@  A j A@k  A jA  Aj A#" A߃j ( !  6$  6   A#j A j  A jA  A j A#" A߃j  AjA   A jA  A j A#" A߃j  AjA   A jA  A j A#" A߃jA  A+jA   A jA  A j A#" A߃jA   A jA   A jA  A j A#" A߃jA   A jA   A jA  A j A#" A߃jA   A jA   A jA  A j A#" A߃jA  A.jA   A jA  A j A#" A߃jA  6p  A j A j  A jA  A j A#" A߃jA  AjA   A jA  A j A#" A߃jA  A%jA   A jA  A j A#" A߃j #&( 6`  A!j A j  A jA  A j A#" A߃jA   A jA   A jA  A j A#" A߃jA   6  A j Aj  A jA  A j A#" A߃jA (!  (6  6  A j Aj  A jA  A j A#" A߃jA   A jA   A jA  A j A#" A߃jA   A jA   A jA  A j A#" A߃jA  A8jA   A jA  Aj A#" A߃jA   A jA   A jA  Aj A#" A߃jA   A jA   A jA  Aj A#" A߃jA   A jA   A jA  Aj A#" A߃jA   A jA   A jA  Aj A#" A߃jA  A8jA   A jA  A j A#" A߃jA   A jA   A jA  A j A#" A߃j  6  6  A#j Aj  A jA  A j   { A#" A߃j  A jA   A jA  A j A#" A߃j  A jA   A jA  A j A#" A߃jA   A jA   A jA  A j A#" A߃jA   Aj6  A"j Aj  A jA  A j A#" A߃jA   Aj6  A"j Aj  A jA  A j A#" A߃jA   A j6  A"j Aj  A jA  A j A#" A߃jA   A j6  A"j Aj  A jA  A j A#" A߃jA   A j6  A"j Aj  A jA  A j A#" A߃jA   A j6  A"j Aj  A jA  A j A#" A߃jA   Aj6  A"j Aj  A jA  A j A#" A߃jA   Aj6  A"j Aj  A jA  A j A#" A߃jA   Aj6  A"j Aj  A jA  A j A#" A߃j  ( 6  A j Aj  A jA  A j A#" A߃jA   A jA   A jA"  A j A#" A߃jA  A jA   A jA#  A j A#" A߃jA  6  A j Aj  A jA$  A j A#" A߃jA  AjA   A jA%  A j A#" A߃jA  A%jA   A jA%  A j A#" A߃j #&( 6  A!j Aj  A jA%  A j A#" A߃jA   (6  A j Aj  A jA%  A j A#" A߃jA  6  Aj Aj  A jA%  A j A#" A߃jA   A jA   A jA&  A j A#" A߃jA   (6  A j Aj  A jA&  A j A#" A߃jA  6  Aj Aj  A jA&  A j   A ! E@AA  (AJ!@   "  
 |! (#A߃j@ @   6#A$j Aj @  6#A$j Aj @  6#A$j Aj @A   @A   @A   @A   @A  #"A jA A j 
BA !  ( "E@A ! ("E@A!  ,@A!A !  A 6 A !	A !    (D  (<Atj(  	A A   ( "E@A !A! ("E  ,A !  A 6  	@@ 	- -AG @ 	- ,  	(/AG  	(("-  AG  - AG  M 	(( 	A 60 	A;, 	A 6( - E Aj!   ( !A#" A߃jA  A jA   AjA   A jA  A j  Aj!   ( !  (h"@ AA !  A 6h  (x"E  (B@#;( "( "E  ("E      #;( ! E@ Aj" (N   6|   6|A ! Aj$  # A k"$    ( 6  6 #	6 (!  6  6 (  Aj"@  A 6, A 6  6 @ ((( !#"( !   (x(6  (!  6     (T@  64  60 #!( (868   #(  A j$ A#" A߃j ( ! #&( 6  6   A$j   A jA   A j ~# A@j"$  (E@   A  (x!#!!@@@@ (E  ( (8! - @AF@ (D F@@ (0 (4  (8G  (T 	@  68  (8F@ (4  (T B 74 A 6, A 6#"	( !
 	  (x(6  (! 	 
6  E (0   (TE  68  64 #(     (6   ( 6   (L"(!  6  6#( ! (D G@#  (P(T6  ( !	  6D A : @  	6<#  (x(6 @@ - $AG   -   A: @ (<"     ( !  A : @ A 6  6 A: @ (<"     ( !  A : @ A 6  6# 6  #(    AA AG  (h( "( AG  (X6   (d6 @  )p"BX@ AF A:  A ! A#" A߃j"A   AjA  "  ( 6   A!j #  A jA,  A$j   (h"((  ( A !  A@k$   A#" A߃j"A   A jA  "  ( 60  A!j A0j#  A jA,  A$j A#"A߃j"A   (h( ( " 6  A j Aj   A j "  ( 6 A!j Aj# A jA, A$j # A0k"$  (E@   AA @ (E@  (L" 6   ( 6  - ! (!@@@ @ A    Aq"6  E  (h"@ A  A 6hA
!  (x" E  (BA!   Aq "AG@ AFA#" A߃j"A  A jA  "  ( 6   A!j #  A jA-  Aj   #%( 6h  #$) 7p A0j$  A#" A߃j ( ! #&( 6$  6   A"j A j  A jA-  Aj A#" A߃j"A  A jA  "  ( 6  A!j Aj#  A jA-  Aj # A k"$   (D! @@   Atj( "( "AG@@@     - AGA#" A߃jA(  (6  A j Aj  A jA   A j  (!A#" A߃j  ( 6   A j   A jA   A j  A j$ 	~  (D ((Atj( !  AA
A   - q"#%( !@#$) "P@A !   A  (   (h"@ A  A 6h  (x"E (BA2A !
 !A!B!@B !@@ ( AF@@ ($"E  )0 Q qE A!  ( Atj( A  - AsAqO    ( Atj(  (  Aq!A !@ E A! ("AF   ( "(F  ($"(,"E@ V!A ! ( "	 ( G A! 	A L  Aj! Aj!A !@  A l"j"- _"  j"- _G@A !@ E@ (D (DG@A ! (P"A H  (PFA ! /H /HG@A ! - W - WF A !A! Aj" 	G  ($)0!    ( Atj(  (   (h"@ A  A 6h  (x"@ (B@@@   ("Ak   ( "E@A !A! ("E  ,A !  A 6   ( "E@A ! ("E  ,A !  A 6  B|" R  A A 
#%( !#$) "B R  A     (D  (<Atj(  B RA A  
~# A0k"$ #9( !#8-  ! ("(E@   A Aq! Aq!	 - E@ A : @ ("E  ("A L  A  A J! (!A !@@@@  Atj( ("Ak  AF  A G A:  Aj" G  A:  Av! 	Av!	A !A ! (@  (L" 6   ( 6  	r!@ - AG A! -  AAA -  Aq!@@@@@@@ (   -  "Aj            (D  (<Atj( #$) B RA A     (D  (<Atj( A A A A#" A߃jA  A jA   A jA!  A j A#" A߃jA  A jA   A jA!  A j A#" A߃j ( !  6  6   A"j   A jA"  A j     (D  (<Atj( #$) B RA A   #$) "
7p#%( !@@ - AF@ E  (D ((Atj( !@ 
BX@ 
AFA  - AGA !  ( - AF@   !A#" A߃jA  AjA  @  6 #A!j A j#" A jA"  A j  - "E@  - rAqE@  ( - AF@   ! - AqEAA ! E AAAAA  	  - #A߃jE A#AjA  @  6#A!j Aj#"AjA  A jA" A j (( !     (   (h"@ A  A 6h  (x" @  (B#%( A EA#" A߃jA  A jA  AF@#AÊjA #" A jA"  A j A#" A߃jA  A jA   A jA"  A j  A0j$ # Ak"$ @@@@@@@@@@@ (0"@#"( !   (H6 @@@@@@@@@@@@@@ Ak 	
  ("E   #'A  ((A A  ("E@@@ (AvAqAk    #A j   #AjA#" A߃j  A jA   A jA  A j   ("E - Aq@   #A j~A A   #A j~A A
  ("E@@@@ (AqAk    #A j   #Aj   #A܀j
   #Aj	  ("E    ((8A A   ("E   #'A  ((0AjA A  ("E   #'A  ((0(DA A  ("E    (."A A   ("E (.""A J@A ! At!@  At"j  (((, j( ~6  Aj" G  A 6  6    A A Aj AjAAA A A A@ - -AG @ - ,  (/AG  ((" -  AG   - AG   M (( A 60 A;, A 6(  ("E    (~A A  ("E    (~A AA#" A߃j  (06   A j   A jA  A j    #Aj# 6  Aj$ A#" A߃j  A7jA   A jA
  A j A#" A߃j  A7jA   A jA
  A j A#" A߃j  A7jA   A jA  A j A#" A߃j  A7jA   A jA  A j A#" A߃j  A7jA   A jA  A j A#" A߃j  A7jA   A jA  A j A#" A߃j  A7jA   A jA  A j A#" A߃j  A7jA   A jA  A j A#" A߃j  A7jA   A jA  A j A#" A߃j  A7jA   A jA  A j A#" A߃j  A7jA   A jA  A j @@  (8"E  ( AG  ("AqE (E#"( !   (06 #"( !   (46    AqAvA #(( 6(  6   6    (6,A#" A߃jA  AjA   A jA  A j A#" A߃jA  AjA   A jA  A j # Ak"$ A  ( " (G   (x( At	!  (x( ! A J@ Aj!@@  A lj"	- _AF@  jA:      (D At"
 ($j( Atj(  Aj Aj  
j  j ( 	(DF A  Aj" G    ! Aj$  
# Ak"$ @ E@ (!  (`"E@    (d#A jA A A"6`#"( !  6  J!  6  (A L  A j!	A !@ ( Atj( ! 	 Alj"A;     Aj" Aj"
 Aj6 #"( !  6 @ ("AF@ 
A6  -    ( ~6  -     A
j A	jv - 	   ( A  .
L6 # 6   (h"@ A  A 6h  (x"@ (B Aj" (H  Aj$  # A0k"$  #"( !   (x(6  Aj@ (A L  A6 #"Aj6 Aj Aj Aj@ - $E@ ( ! ((!#"( !   (x(6   A,j A+j (, !  6  Aj A Aj#A j (AH  A j!A!@  Aj"6 #"AӖj6  Aj Aj @  Alj"- AF@ Aj#A j ( ! (!#"( !	   (x(6   A,j A+j (, !  	6  Aj A " (H # 6  (A ! A0j$  # A k"$   (`"E@    (d#A jA A A"6`    Aj Aj Aj!@ - AG@ (!#"( !	   (x(6   Aj Aj ( !  	6   !  (h"@ A  A 6h  (x"@ (B A 6   !  6  6   - :    Aj" E B A j$   A#"A߃jA  A jA  A jA  Aj A#" A߃j #&( 6  6   A"j   A jA   Aj      ~A A@  (" E   (AG   (( (0" E   (AG   (( " ( A G   (AG   (4   - $   - %   - &   - '   (0   (<"(  (   (\   (d   (h   (l   (p   (t   (x   (|   (   (L" E   (AF! # Ak"$  ((( Aj!@@@@ ( "(,(( (!@ ( "Ak	   ( AF A4j! AG  A 6D  A : @  A 6<   6   6   6  !  A 6,   : $@  (("A H    (E A!@@@@  ("( Ak  (A A0G ( "E ( AG ( ( AjGA!  j( A~qAG ("E ("A L Aj! (!A !@@  Atj( "E  ( AG  (  ( F  Aj"G    6, Aj$ A#"A߃j  ( 6  A j  A jA? A$j # A0k"$  (#"( !   (x(6  Aj (A"A N@@    (D Atj( " Aj Aj Aj Aj  (6 #"AӖA A Jj6  Aj AȔj @ - AF@ Aj#A j (! (!#"( !	   (x(6   A,j A+j (, !  	6  Aj A Aj! ( "A N # 6  (A ! A0j$  # A k"$  (("(D"  (AtjAk( "(Atj( " ($"E@     ($!@@ ) )0R@  ( A jiE  )07 (!@ ( " A L  (AqE    (@J    Ak"  (<j-  :   (8  Atj(     ! ( 6  ($ (G A j$ A#"A߃jA  (!  (6  6 Aj Aj A jA3 A j A#"A߃jA  (!  ($!  (6  6   6  Aj  A jA3 A j J  (((D (AtjAk( "((!  - ,E@  !  (  6  ( - ,:  6  ( (((D (AtjAk( "((6  ( - ,:  # A k" $  ((" (D (AtjAk(   Aj  Aj ( (  (" (F@ ("( ! (-    ! ( 6   A j$ A#"A߃jA  (! !   (6   6   6  Aj   A jA4 A.j # A k" $  ((" (D (AtjAk(   Aj  Aj ( (  (" (G@A#"A߃jA  (! !   (6   6   6  Aj   A jA4 A j   A j$  #AjA 6 L  #"Aj  ";Aj"  6  A 6    Aj"( 6  Aj    6 > ;Aj" 6   6  #Aj"( 6 Aj   6 @#Aj( " ( @@#Aj  (" 6   (  #Aj  (6  #Aj( @@@  E  A G!@  ( "!  ! @@@ Aj ,  AF A Gq  EA! ("( " @ E     Aj ,"!   E @@  Aj ,   AFq  E@  A!  !  (" !  ( "   ("  A !A " E  6  #A j!@@@@@@@@@@@@@@@@@@@@@@@@@@@@  (  	
#A
j#Aj#Aj#A j#Aj#A j#Aj#A%j#Aj#A Aˀ  - j#A j#A j#A j#Aj#A j#Aj#AԀj#Aj#A A   - j#A j#AA   -  j#Aj#A j#A A   - j#A j#A j#A/j! !   AK@#A/j#Aj  Atj( # Ak"$ @  (A J@@@@@  ( Atj( "(   @ ("E  ("E   A 6 ("E ("E  A 6 ("E  ("E   A 6 Aj"  (H   A 6@  ("E @ ("E  (A L A !@ ( Atj(  Aj" (H  ("E  ("E  ("A L A !@@ ( Atj( ("E A ! (A L @ ( Atj(  Aj" (H  (! Aj" H   A 6  ( "@   A 6  Aj$ A#"A߃j  ( 6  A j  A jA A3j # Ak"$ @@@@@@@@@@@@@@@@@@@@@@@@@  (  	
@  ("E  (A L @ ( Atj(  Aj" (H   ("E ("E (A LA ! @@ (  Atj( ("E A ! (A L @ ( Atj(  Aj" (H   Aj"  (H   ("E ("E  A 6@  ("E  ("E   A 6@  ("E  (A L A !@ ( Atj(  Aj" (H @  ("E  (A L @@ ( Atj( "("E  ("E   A 6@ ("E A ! (A L @ ( Atj(  Aj" (H  Aj" (H   ("E (A LA !@ ( Atj(  Aj" (H @  ("E  ("E   A 6@  ("E  (A L @@ ( Atj( "("E  ("E   A 6@ ("E A ! (A L @ ( Atj(  Aj" (H  Aj" (H   ("E (A LA !@ ( Atj(  Aj" (H   ("E (A L@ ( Atj(  Aj" (H @  ("E  ("E   A 6  ("E (A LA !@ ( Atj(  Aj" (H @  ("E  ("E   A 6@  ("E  ("E   A 6@  ("E  ("E   A 6  ($"E (A LA !@ ( Atj(  Aj" (H @  ("E  (A L @ ( Atj(  Aj" (H   ("E ("E  A 6@  ("E  (A L @ ( Atj(  Aj" (H   ("E ("E  A 6@  ("E  ("E   A 6  ("E (A LA !@ ( Atj(  Aj" (H   ("E ("E  A 6  ("E ("E  A 6  ("E
 ("E
  A 6
@  ("E  ("E   A 6@  ("E  ("E   A 6  (" E	  ("A L	A !@@  ( Atj( "E  ("E   A 6  (! Aj" H 	@  ("E  ("A L @@ ( Atj( "E  ("E   A 6 (! Aj" H   (" EA !  ("A L@@  ( Atj( ("E  ("E   A 6  (! Aj" H @  ("E  ("E   A 6  ("E ("E  A 6  ("E ("E  A 6@  ("E  ("E   A 6  (" E  ("A LA !@@  ( Atj( "E  ("E   A 6  (! Aj" H @  ("E  (A L @ ( Atj(  Aj" (H @  ("E  ("E   A 6  ("E (A LA !@@ ( Atj( " E   ("E    A 6 Aj" (H @  ("E  ("E   A 6@  ("E  ("E   A 6@  ("E  ("E   A 6  ( " E  ("A LA !@@  ( Atj( "E  ("E   A 6  (! Aj" H   ("E ("E  A 6  ("E ("E  A 6  ("E  ("E   A 6 Aj$ A#"A߃j   ( 6  A j  A jA Aj # A0k"$   ("#"Aj ! Aj( A J@A !@#"AԖjA  Aj" Aj( H   6 #"Aʛj A j  (! Aj" ( "Aj6  @ (A J@A !@ ( Atj(  Aj" (H #Aj( Ak!#Aj 6 @  ("E  ("E  (A L @ ( Atj( ! A ! A J@@#"AԖjA  Aj" Aj( H #AjA   ("@@  ( G@#AjA   (6#A$j Aj (" #"AjA   (! Aj" ( "Aj6  @A ! (A J@@ ( Atj(  Aj" (H #Aj( Ak!#Aj 6  Aj" (H  A J@A !@#"AԖjA  Aj" Aj( H   6 #Aj  A0j$ K# Ak"$    (6#Aڃj Aj@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  (  	
#Aj( A J@@#"AԖjA  Aj" Aj( H    (6 #"Aj A j   (( 6 Aj Aj AjA #Aj( A J@@#"AԖjA  Aj" Aj( H A !#"AjA    (( 6@ Aj A@k AjA   (! Aj" ( "Aj6  @ (A J@@ ( Atj(  Aj" (H #Aj( Ak!#Aj 6 @  ("E  (A L @ ( Atj( !A ! A J@@#"AԖjA  Aj" Aj( H #"AjA   (( 60 Aj A0j AjA  (! Aj" ( "Aj6  @A ! (A J@@ ( Atj(  Aj" (H #Aj( Ak!#Aj 6  Aj" (H   (@ A J@A !@#"AԖjA  Aj" Aj( H A !#"AjA   (! Aj"   ( "Aj6  @ (A J@@ ( Atj(  Aj" (H #Aj( Ak!#Aj 6  A J@A !@#"AԖjA  Aj" Aj( H #AjA #Aj( A J@@#"AԖjA  Aj" Aj( H    (6p#Aj A j  ("@  ( 6`#Aj A j#"AjA  Aj" ( Aj"6 @  ("E  (A L @ ( Atj( !A ! A J@@#"AԖjA  Aj" Aj( H A !#"AjA   (( 6P Aj A j AjA  Aj( A J@@#"AԖjA  Aj" Aj( H #"AjA  (! Aj" ( "Aj6  @A ! (A J@@ ( Atj(  Aj" (H #Aj( Ak!#Aj 6  Aj" (H #Aj  -  A J@A !@#"AԖjA  Aj" Aj( H #"AjA  Aj" ( Aj6   (!#Aj"   ( " Aj6 #Aj A !  (A J@@ (  Atj(   Aj"  (H #Aj( Ak  6  ( Ak Ak"6  A J@A !@#"AԖjA  Aj" Aj( H #AjA #Aj( A J@@#"AԖjA  Aj" Aj( H A !#"AjA   (! Aj"   ( " Aj6  @ (A J@@ ( Atj(  Aj" (H #Aj( Ak! #Aj  6   A J@A !@#"AԖjA  Aj" Aj( H #AjA #Aj( A J@@#"AԖjA  Aj" Aj( H A !#"AjA    (( 6 Aj Aj AjA   (! Aj"   ( " Aj6  @ (A J@@ ( Atj(  Aj" (H #Aj( Ak! #Aj  6   A J@A !@#"AԖjA  Aj" Aj( H #AjA #Aj( A J@@#"AԖjA  Aj" Aj( H   ( !   ((6 #"AA  j6 Aj Aj Aj" ( Aj"6  A J@A !@#"AԖjA  Aj" Aj( H A !#"AjA    (( 6 Aj Aj AjA  Aj( A J@@#"AԖjA  Aj" Aj( H A !#"AjA    (( 6 Aj Aj AjA   (@#Aj( A J@@#"AԖjA  Aj" Aj( H #"AjA    (( 6 Aj Aj AjA @  ($"E  (A L A !@ ( Atj(  Aj" (H #Aj" ( Ak"6  A J@A !@#"AԖjA  Aj" Aj( H #AjA #Aj( A J@@#"AԖjA  Aj" Aj( H    ((6#"Ađj Aj   (( 6 Aj AjA ! AjA   (! Aj"   ( " Aj6  @ (A J@@ ( Atj(  Aj" (H #Aj( Ak! #Aj  6   A J@A !@#"AԖjA  Aj" Aj( H #AjA #Aj( A J@@#"AԖjA  Aj" Aj( H    ((6#"A͑j Aj   (6 Aj Aj Aj" ( Aj"6   (@ A J@A !@#"AԖjA  Aj" Aj( H #"AjA    (( 6 Aj Aj AjA  Aj( !  (!#Aj 6 #Aj  (A J@A !@ ( Atj(  Aj" (H #Aj(  Ak"6  A J@A !@#"AԖjA  Aj" Aj( H #AjA #Aj( A J@@#"AԖjA  Aj" Aj( H    (6#A֑j Aj  ("@  6#Aj AjA !#"AjA    (( 6 Aj Aj AjA   (! Aj"   ( " Aj6  @ (A J@@ ( Atj(  Aj" (H #Aj( Ak! #Aj  6   A J@A !@#"AԖjA  Aj" Aj( H #AjA #Aj( A J@@#"AԖjA  Aj" Aj( H  #"A j Aˀj  - 6 A$j Aj  ("@  6#Aj Aj  (@#"AjA    (( 6 Aj Aj#AjA #Aj( A J@@#"AԖjA  Aj" Aj( H #AjA @  ("A N@  6#A j Aj  ("@  ( 6#Aj Aj#A jA #AjA #Aj( A J@@#"AԖjA  Aj" Aj( H #AjA @  ("A N@  6#A j Aj  ("@  ( 6#Aj Aj#A jA #AjA #Aj( A J@@#"AԖjA  Aj" Aj( H   (@#"AjA    (( 6 Aj Aj AjA A !#"AjA    (( 6 Aj Aj AjA   (E#Aj" ( Aj"6  A J@@#"AԖjA  Aj" Aj( H #"AjA  Aj" ( Aj"6 @  ("E  (A L A! @ ( Atj!A !#Aj( A J@@#"AԖjA  Aj" Aj( H    6#"Aj Aj  ( ( 6 Aj Aj AjA   Aj!  Aj" (H #Aj( !#Aj Ak6 #Aj( A J@@#"AԖjA  Aj" Aj( H    (6#A j Aj  ("@  6#Aj Aj  ("@  6#Aj Aj#"AjA  Aj" ( Aj"6 @  ("E  (A L @ ( Atj!A !#Aj( A J@@#"AԖjA  Aj" Aj( H   6#"Aj Aj  ( ( 6 Aj Aj AjA  Aj" (H #Aj( !@  (E  A J@A !@#"AԖjA  Aj" Aj( H A !#"AjA  Aj" ( "Aj6   ("E  (A L @ ( Atj( ! A !#Aj( A J@@#"AԖjA  Aj" Aj( H   ( "AM@#Aj Atj( A    (( 6#"Aj Aj AjA  Aj" (H #Aj( Ak!#Aj Ak6 #Aj( A J@@#"AԖjA  Aj" Aj( H A !#"AjA    (( 6 Aj Aj AjA  Aj" ( "Aj"6 #Aj  ( A J@@#"AԖjA  Aj" Aj( H #"AjA    (( 6 Aj Aj AjA  Aj( Ak 6 #Aj( A J@@#"AԖjA  Aj" Aj( H A !#"AjA    (( 6 Aj Aj AjA  Aj" ( "Aj"6 #Aj  (" A J@@#"AԖjA  Aj" Aj( H   (!  - !  )7 #"A j Aj 6 Aj Aj Aj( Ak 6 #Aj( A J@@#"AԖjA  Aj" Aj( H A !#"AjA    (( 6 Aj Aj AjA  Aj" ( Aj"6   ("@ A J@@#"AԖjA  Aj" Aj( H   (!  - !  )7 #"A j Aj 6 Aj Aj Aj( !@  (E  A J@A !@#"AԖjA  Aj" Aj( H A !#"AjA  Aj" ( "Aj6   ("E  (A L A! @ ( Atj!A !#Aj( A J@@#"AԖjA  Aj" Aj( H    6#"Aj Aj  ( ( 6 Aj Aj AjA   Aj!  Aj" (H #Aj( Ak!#Aj Ak6 #Aj( A J@@#"AԖjA  Aj" Aj( H    ((6#"Aޓj Aj   (( 6 Aj AjA ! AjA  Aj( !  (@#Aj Aj"6  A J@@#"AԖjA  Aj" Aj( H A !#"AjA  Aj" ( Aj"6   (" (A J@A!@ ( Atj!A !#Aj( A J@@#"AԖjA  Aj" Aj( H   6#"Aj Aj  ( ( 6 Aj Aj AjA  Aj! Aj" (H #Aj(  Ak!  (!#Aj Aj6  @ (A J@A !@ ( Atj(  Aj" (H #Aj( Ak!#Aj 6  A J@A !@#"AԖjA  Aj" Aj( H #AjA 
#Aj( A J@@#"AԖjA  Aj" Aj( H  #"Aj A j  - 6 Aj Aj@  ("E  (A L A !@ ( Atj!A !  ("@ (! ( !  G@#AӖjA #! (!  ( "AK A/j#Aj Atj( 6  6#A!j Aj Aj" (H #AjA 	#Aj( A J@@#"AԖjA  Aj" Aj( H    (6#"Aj Aj Aj" ( Aj"6   (@ A J@A !@#"AԖjA  Aj" Aj( H #"AjA    (( 6 Aj Aj AɜjA  Aj( !  (@ A J@A !@#"AԖjA  Aj" Aj( H #"AjA    (( 6 Aj Aj AɜjA  Aj( !@  (E  A J@A !@#"AԖjA  Aj" Aj( H A !#"AjA    (( 6 Aj Aj AɜjA  Aj( !  ( E #Aj Aj"6  A J@@#"AԖjA  Aj" Aj( H #"AjA  Aj" ( Aj"6 @  ( "E  (A L A! @ ( Atj!A !#Aj( A J@@#"AԖjA  Aj" Aj( H    6#"Aj Aj  ( ( 6 Aj Aj AjA   Aj!  Aj" (H #Aj( ! Ak!#Aj Ak6 #Aj( A J@@#"AԖjA  Aj" Aj( H   (!  -  E@  6#"Aʗj Aj   Aj" ( "Aj"6 #Aj  ("  A JA !@#"AԖjA  Aj" Aj( H   ( )7#"Aj Aj Aj( Ak 6   6#Aۗj Aj  #Aj( A J@@#"AԖjA  Aj" Aj( H    (6#Aj Aj#Aj( A J@@#"AԖjA  Aj" Aj( H #"A۔jA    (( 6 Aj Aj AjA #Aj( A J@@#"AԖjA  Aj" Aj( H  #"A j A j  - 6 AДj Aj   (( 6 Aj Aj AjA #Aj( A J@@#"AԖjA  Aj" Aj( H #"Aj Aj  - A #Aj( A J@@#"AԖjA  Aj" Aj( H #"Aj Aj  - A A#"A߃j   ( 6  A j  A jA Aj    Aj$ # A0k"$ #Aj" ( Aj"6  A J@A !@#"AԖjA  Aj" Aj( H @@@@@@  (" #AjA #AjA #AГjA #AjA   6 #A j A j@  ("@  ( 6#"Aj Aj AjA    (6 #Aj #Aj" ( Ak6  A0j$ # A$k"$ #"AjA~6   Aj( 6 Aj!A! Aj"! Aj"! A!j"!@@  ; @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   At" jAkI@ !   A JA     A N"AlAj" E     kAuAj"At " AtAjAmAtj  At" " AtArAmAtj  At" ! A!j G@ A!   Atj"  AtjO@ !+  jAk!  Ak! ! ! !  jAk! AF@A ! *@@@@#Aj Atj/ "AF #Aj( "A~F@#Aj"6  A L@#AjA 6 A  AF@#"AjA6  Aj( !A AK #Aj j-  " j"A
K   At"#Ajj. G #Aйj j. "A J@ Aj"#"Aj") 7   )7  Aj" Aj( 6  AjA~6  Ak" A    M!-A  k!#Aj j-  "E  A#Aj j,  "kAtj")7   ) 7   AtkAj"   ( !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Ak 	
 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~#= Ak( 6 #>A:  @ ( " -  A G   - A G   -  #?( A:   #A j,E@#?( A : A#"A߃j  ( 6  Aj  AjA A j #?( A 6#?( A6#?( A6  ( 6  ( 6A "A 6    Ak( 6#?( " (Aj"6  6  A k"( 6  A k( 6  A k( 6  A0k( 6  A k( 6 (  (   (   6#:A 6  ( !  B 7   6#:A 6  Ak( !  B 7   6#:A 6   A k( 6  6A #:A6 A#"A߃jA A(jA   Ak(  AjA A j  A k( "@ A0k"( "(E  6 A k(  A k(  A0k( A" A@j-  :   Ak-  ":   ( "6 AG A#"A߃jA   (6 A j Aj  Ak(  AjA A j  Ak( " (   ( A@j(  A k( A A k(  A k( AAA A A"  ( 6   A k( " (A6    A k( Ar6$ A 6 A6 A6 6 A 6A("#Aj6 A6 A !  Ak( !  A 6   6A !  Ak"	( "@ (!    6   At6   (At6$ 	( "EA !  (A L@  At" ( j ( j( "(6  ($ j (6   Aj"  (H   ( " 6,   6 A A,j$6  A k(  ( %6  Ak(  Ak(  ( A6A  ( A A A "E  6A  ( A A A "E  6 ( "E@@ (Ak A  ( ("( ( ((A A A  ( ("( ( (( ((A "E  6  ( 6   ( 6A ( A A A #?( "- AqE@ - AqEA  ( A A A E#?( (AqAj#A߃jEA  ( 6`#"A j A j  (  AjA A j  ( 6   ( 6A ( A A A #?( "- AqE@ - AqEA  ( A A A E#?( (AqAj#A߃jEA  ( 6p#"A j A j  (  AjA A j A :  A: #Aj" ( !# A0k"	$  A~F@!#Aj( !@@@ AF@#Aj( !"A%G"!@@@@ Ak A! AG@ !#Aj- #Aj("
E 
#A j, !  
#A j, !  @#Aj( !"A%G"!@@@@ Ak A! AG@ !#Aj- #Aj("
E 
#A j, !  
#A j, !  AG#Aj( !"A%G"!@@@@ Ak A! AG@ !#Aj- #Aj("
E 
#A j,# A k"
$ #"( ! #Aj( 6 @@@@ E  (AG @A  ("( ( ((A  
Aj"E  ( "AF@#Aj(  (Atj( (! AG  
(AG #Aj(  (Atj( (!A  (( (A.! (Aj /01! ( (AtjAk( (! A A A A 2 3"EA  (" - j"(D "E#" 6   (P (dA ! #Aj( 6   # 6  
A j$  A#"A߃jA 
 (6 
 6  Aj 
 A jA A j A#"A߃j 
 (D6 Aj 
Aj A jA A j  
#A j,# A k"$ #"( ! #Aj( 6 @ 1"A A A A 27"
@# 6  9!A  
 "E AA  !
  A j$  
A#"A߃jA   (6  A j  A jA A j A#"A߃j  
6 Aj Aj A jA A j ! ! A !@@@@@@ AL@@ A;k  AF E Ak #A=j  AG#Aj  A,G A)Gq rE AAA  A)F A(F j!! 	Aj 	Aj #Aj(  	("-  @#"( !
  	Aj6  	 6$ 	#Aj6 	 
6 	 	A$j6 A  A " 	A,j 	A(j  	(6  	(, 	((#?( ( ! 	( #A=j A !@@@@@"Ak #Aj- #Aj("E #Aj,A!! A F@@"AF A G"A F   !  E !A#Aj  	A0j$   A~6   6 A 6  ( *" 6x   6 A A j$A 6  ( *" 6|   6 A A j$A 6  ( A 6 A :  A:  A 6 A;A A #A؃jAAAA A 6 A 6 Ak( !  ( "E@   6    %6  Ak( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6  ( 6A"A6    ( 6#?( "   (Aj" 6   6A A;A A #" A؃jA A A  AjA "6 ( "  A j" (  6     ( 6  (( "   Aj  ; (" (   ( (Aj  6A"A6    ( 6#?" ( " (Aj"6  6A! A:   6  ( A:   6~A"A6    ( 6#?" ( " (Aj"6  6A! A :   6  ( A:   6}A! (E@ ("E] ("AkAO] Aj! (   ( A"A6    ( 6#?( "   (Aj" 6   6  ( (6A A;A A #A؃j A AA A 6  6|A"
A6  
  Ak"( 6#?( "   (Aj" 6 
  6 
 A0k-  ":  
 Ak( "6@ E  ("A L A !  A  A J! (!@@@   Atj( "	( "AkA
O@@    AqEA#"A߃jA  	( 6 A j Aj (  AjA A j  AqA#"A߃jA  	( 6 A j Aj (  AjA A j A#"A߃j  	( 6 A j Aj AjA A j   Aj"  G   
6{ A : z A : y A: x  A k(  ( %6w  ( " 6   6 A Aj$6vA"  A k( (6   ( 6    6u"A#A	j@ A 6u A#A j@ A6u A#Aj@ A6u A#A j@ A6u A#A	j@ A6u A#Aj@ A6u A#A j@ A6u A#A j@ A6u A#A j@ A	6u A#Aj@ A
6u A#A j@ A6u A#A j@ A6u A#A j@ A6u#A j  ( ( AkAITA FT (   (   ( 6s   (     (  A"A6    Ak( 6#?( "   (Aj" 6   6  A k( 6  A k( 6  A@j( 6  A0k( 6  6p A 6oA"  Ak( 6   Ak( 6  ( 6  A0k(  %6n A 6m  ( 6l  Ak( ! A k( !  A@j( ! A0k( !
# A k"	$ A "A6   6#?( " (Aj"6  
A G:   6 A 6   6  6@ 
E  
(AG  
((  A !
  
6@  E  	#C( 6 	A0jA #A j 	AjA !   	A0j (AAA A A(6 E  (A L @ (  Atj( (!
 	A j 	 
( 6 	 	A0j6  	A j#Aj 	 
(  
 	( 6  
6 	(   Aj"  (H  	A j$   6kA ! "AG@ AA A #A jAAAA A ! A   6j  Ak(  ( %6i  ( " 6   6 A Aj$6hA"  Ak( 6   Ak( 6  ( 6  6g A 6f ( " @   6f A 6 A 6 A Aj$6eA"A6    Ak( 6#?( "   (Aj" 6   6  A k" ( 6  ( 6  (  ( (  6dA"A6    Ak( 6#?( "   (Aj" 6   6  A0k" ( 6  Ak( 6  ( 6  (  ( (  6c Ak( "( !   Ak( 6  A0k" ( 6 A$A AFj ( 6   6  (  ( (b "6#Aj( !@ AG@ AGAAA #A jAAAA  Aj!A "A6 #?( " (Aj"6  6@ Ak"( "@  6 (   Ak(  Ak( "EF  Ak(   Ak(   Ak( 6  6 (AF@@A,AA #A jAAAA  Aj!   (  %6 (A,F   6c#Aj( "(   ((AG A "A6 #?( " (Aj"6  6  (6 Ak( @ Ak( F (EF  A6  Ak(  Ak( A AA6  6b@@ A#A j"@AAA #A jA AA  Aj Aj! (AFA#"A߃jA A-jA   AjA A j  AAA #A jA AA  Aj Aj! (AG A6 ( A (A !AAA #A jAAAA  Aj! (AF@AA A #A jAAAA A ! Ak( @ Ak( H Ak(  Ak( AAA A A!	A(" A6 #?( "
 
(Aj"
6   6    	6   
6   6   6   6   6b (  ( (A"A6 #?( " (Aj"6  6@ Ak"( "@  6 (   Ak(  Ak( "EH  Ak(   Ak(   Ak( 6  6  6a  ("  (&6   ( 6 ( "( AkAM@ A 6  ( 6a A 6  6" A,G`  ( (  ( 6`  ( 6  ( ! B 7  6" A,G_   (     (  A "A	6    Ak( 6#?( " (Aj"6  6  A k"( 6  A@j( 6  Ak( 6  ( 6 A k"( "E@ A k"( "EE  (6 (   Ak(  (  ( (  6] A 6\  ( 6[A"A
6 #?( " (Aj"6  6  A k-  :    Ak"	( 6  Ak"( 6  ( 6 ( !!@ @ ( ! @@@ (   Aj ,   (" A "ED (AF - A#"A߃jA  ( 6 Aj Aj  Ak(  AjA A j  @@@ (   (AG   (" A ED  6Z A: Y A : X"EA A#Aj@   ( ! @#?( - /@A"A6    6#?( "   (Aj"6 Bp7  6  (!!  A N@  A;G #?( (6 @  AG A;G #Aj( "( "AK  AF   (6    A;A A #A؃jAAAA A 6 A#"A߃jA  A8jA    AjA Aj A#"A߃jA  AjA  Aj(  AjA Aj 6X A#A j@   ( !# Ak"$ #?( - /@A" A6    6#?( " (Aj"6   6@"AG@   A;A A #A؃jA A AA A 6  A;AA #A jAAAA  Aj6 (AG @A,A;A #AӃjAAAA  Aj!    ( %6 (A,F  Aj$   A#" A߃jA   A8jA    AjA  Aj 6X    ( ! A"A6    6#?( "   (Aj"6 Bp7  6@@@  - /AF@A;FA#"A߃jA  AjA  AjA  Aj(  AjA Aj   ($AF@A;F#?( - 1! A#A߃j  A FA #"A jA  Aj(  AjA Aj   (!!  A N@  A;G #?( (6 @  AG A;G #Aj( "( "AK  AF   (6    A;A A #A؃jAAAA A 6 A#"A jA  Aj(  AjA Aj A#"A߃jA  AjA  Aj(  AjA Aj 6WA "A6    ( 6#?( "   (Aj" 6 B 7 A6   6 B 7 " 6@  A;F   EB@ A  A#A2j A  A#A j A  A#A j A  A#A.j A  A#A j   A#A jEA6 " 6@@@@  AG@  AF  #A4j  #Aj( 6 " 6@@  A,k   AF#A'j  Aj!@  A#A j@AGH#Aj( " ;AGI  #A j<AGJ   6    AF@#Aj(   EK#Aj( " 6   A  " 6  A;F  AF#A'j @A,A;A#A jAAAA  Aj!   (  %6 (" A,F   AG A ! # Ak"$ @@@@ "
6 
EA!
A !	@@@@@@@@@@@@@@@@@ (Akb 	#Aj- #Aj("E #A j,E #A j,A!	#Aj("	E 	#A j,A!	 	#A	j,A!	
#Aj("	E 	#A j,A!	 	#A	j,A!	#Aj("	E 	#A j,A!	 	#A j,A!	#Aj("	E 	#A j,A!	 
 	6  "	6 	A=G 	AGq 
A,A;A #AӃjAAAA  Aj6   
%!  (A;G  Aj$   #A4j #A0j #Aj 6A !@@@ ("@@@@@ -  " A%G@   ("A ! A N  Aj"   -  A%G" !   j! Aj!  ("H  JA#"A߃jA AjA  AjA Aj A#"A߃jA AǁjA  AjA Aj   6VA"A6    ( 6#?( "   (Aj" 6   6 A,A;A #AӃjAAAA  Aj6  (A,FA;A A #A؃jAAAA A A 6  6U  A@j( 6  Ak( 6   Ak( 6T A  ( A 6S A  ( A 6R A  ( A 6Q"@@ A.kBB  AFA A FA A  (  6P"@@ A.kBB  AFA A FA A  ( A 6OAAA;#AjAAAA  Aj!A"A6    ( 6#?( "   (Aj" 6 B 7 A ;  6   6 Aj! Aj! (! @@@  AG@  AF  A;F#A'j  - AFC A:    " 6 (C@A,A;A#A jAAAA  Aj!   (  %6 (" A,F   6NA$"A6    Ak( 6#?( "   (Aj" 6   6 ( (!  A6   6 ( " (E@@ " A#A.j@" A#A jEA  A#A jEA (r6!   AGB" AF@ AA;A #AȃjAAAA  Aj6 (AF@@A,A;A #AӃjAAAA  Aj!   (   %6  (A,F   6O   6  6N   A;6  6M A k( ! AjA A;GA - !AFB   Ak( 6  (6 Ak( (!  A :     6  6L A k( "  Ak( 6 Ak( (!  A:     6  6K# Ak"$  A: A$"A6 #?( "   (Aj" 6 A : ! A 6 B7   6@@@@@@@@@@@@" Ak)



































	 @@  Ak   
#A4j #Aj- 	#Aj("E	 #Aj,E
 #A'j, A6	#Aj("E #Aj, A6 #Aj, Bp7#Aj("E #A j, A6 AAA #A jAAAA A 6 A :  #A j, A6 AAA #A jAAAA A 6 A :   A#A j@ A: ! A6  A#A j@  Aj  A#A j@ A6  Aj@@@@  Ak   A :   AF  AAA #A jAAAA A !  A: !   6 A : A A : @ - AG @Ak     #A j  Aj$   6JA"A6    Ak( 6#?( "   (Aj" 6   6  Ak( (6  6I A 6HA"A6    Ak( 6#?( "   (Aj" 6   6  Ak( A G:   6GA"A6    Ak( 6#?( "   (Aj" 6   6  Ak( A G:   6F A6E A 6D A 6C ( ( 9A F9 ( "((AG:  6B   (     (   A 6?#?!  ( !A! #"A j AA ( (A A"A:    (6  A j AA ( (A A"A:    (6   6> Ak( "  ( 6   6=  Ak(  ( %6<  ( " 6   6 A Aj$6;A"  Ak( 6   A k( 6  ( 6  6: A k"( ! @  "("    ( 6  ( 69  ( 68 ( "#A j,@A !A !# Ak"
$ @ #" Aj,@  Aj!	  A j! @   ,E@A"  6   6   	(6   !#Aj Aj"Atj"	( "   A#" A߃jA  
 6   Aj 
  A jA  A4j A"A 6  6 A 6  
Aj$   68AG0#Aj( " ;AG1  #A j<AG2A!  - !  - !  - !  - !	  -  !
 A 6   6  
AjA?q 	AjA?qAtr AjA?qAtr AjA?qAtr AjA?qAtr6   67 A;A A #A؃jAAAA A 66 AA A #A jAAAA A 65 AA A #A jAAAA A 64A A  A 63 Ak" ( A    ( 62A A A 61 Ak" ( A   ( 60 A 6/  ( 6. A 6-  ( 6,  ( 6+  ( 6* (" E%   6)#! E% Aj( !#Aj( ! AG  A L@ A! +#AjA~6 @@@ AqAF  "AH  AjAt"#Ajj/ AG #Aйj j. "A J  F@A! ,#Aj Ak". Atj/ ! Ak!  ( !  Ak!   Aj"#Aj") 7   )7  Aj" 6 A!(#A j A#"A߃jA   ( (6  Aj A j  Ak(  AjA A j A#"A߃jA   ( 60 Aj A0j  (  AjA A j A#"A߃jA   ( 6@ Aj A@k  (  AjA A j A#"A߃jA   ( &6P Aj A j  (  AjA A j #A<j #A<j A#"A߃j AjA  AjA A j A#"A߃jA  6 A j Aj  (  AjA A j A#"A߃jA  AjA   Ak(  AjA
 A j A#"A߃jA A jA   Ak(  AjA A j A#"A߃jA A jA   AjA A j A#"A߃jA A jA   Ak(  AjA A j A#"A߃jA AjA   Ak(  AjA A j A#"A߃jA AjA   Ak(  AjA A j A#"A߃jA  ( 6 Aj Aj  Ak(  AjA A j A#"A߃jA A j A-j - A  	(  AjA A j #A4j #A4j #A'j #A j #A j #A'j    (     (  #A'j #A'j #Aj #A'j A#"A߃jA AjA   Ak(  AjA A j A#"A߃jA  A jA   (  AjA A j A#"A߃jA   ( (6 A%j Aj  (  AjA A j #A'j #A j #A j #A'j #"Aj"   ( Aj6  A'j  	( !    6 A  k"Atj"  )7  Aj" )7   6 @  Atj". "#" Aj  Aj j-  AkAt" j. j"A
K #Aj Atj/  AqG #Aйj Atj. !#Aj  j. ! Aj! A!j G@  A$j$   # A k"$ @@ @  E   , A j$ A#" A߃jA  6   A j    AjA  Aj A#"A߃jA   6  6 Aj Aj  AjA Aj  A;A A #A؃jA A AA A # A@j"
$  
A j#:"	( ! 	A6 !	#Aj( !A!@@@@  	F    	F   	F A ! !@ !@@@@ 	A(k  	A k  Ak"A N#Aj  Aj! 	A;GA  	E@ A#A߃jA  
 6#"	Aj 
Aj 	Aj(  	AjA 	Aj #Aj( !!	#Aj( "  A H!   	G  	Gq  	Gq     j!#: 6  @  6  @  	6   L@ #Aj  
A j  A !	 
( ! 	A6( 	B 7 	 6 	 6  	6 
( @ E #@-  AG  	(! 	( !#"( !  #A( 6  
 6< 
#Aj64#"( !  
A0j6  
 60 
 
A<j68     6   
(06  
A@k$  	#Aj  
 6 #"	A j 
 	Aj(  	AjA 	Aj #A j }# Ak"$ #@-  AF@#"( ! #A( 6   6 #Aj6#"( !  6   6   Aj6     6   ( 6  Aj$ # A k"$ #B( !@@  ( "AG@@@      - AGA#"A߃jA(   (6 A j Aj  AjA A j    (Atj( ! A#"A߃j   ( 6  A j  AjA A j  A j$ GA!@   F @  AG #Aj-  #Aj(" E    ,EA ! Q# Ak"$ A#"A߃jA   ( 6  A j   AjA A j S# Ak"$ A#"A߃jA   ( &6  A j   AjA A j b   A("B7  6 #Aj6 A6  A6  A6$ (   6  ($ (6   
# Ak"$ !@@@@@@  ( "A H@ A(FA !  F#A'j  A(G#B(  Atj( "(At! (A J@@ A j!# A0k"$  Aj! ! A j 6  A j"@  ((6   6 @@#Aj( "AH@#"Aj Atj 6  Aj Alj" )7  )7  ) 7  Aj Aj"6  AF#"Aj Atj 6  Aj Alj" )(7  ) 7  )7  Aj Aj6  A0j$ A#"A߃j A jA  A jA A j A#"A߃j A jA  A jA A j @ (lAG@ 
! 
! (hAG #:"( ! A6   6 #Aj( !	@@ ("A L@A ! ( !A !@  Atj(  	,E Aj" G   F  "6hA!	 AF#A'j A#"A߃jA  (!  	6  6 Aʐj Aj Aj(  AjA Aj   Atj"(  A,A)A #AjAAAA  A j( 6  (!@@@ (pA)k  
 AkFA#"A߃jA   (60 Aj A0j Aj(  AjA Aj  
 AkF 
Aj"
 H  A j (A J@A ! 	Aq!	@ A j  At"j(  	@  (  j( 6  A j#A!j A j ("Ak J A j#AӖj (  Aj"J A ! (p! A6( A 6 B7  6  6 (p G Aj$  A#"A߃jA (  Atj( !   (6T  6P A j A j (d AjA Aj A#"A߃jA   (6@ A̍j A@k Aj(  AjA Aj #A'j A#"A߃jA   (6` Aj A j Aj(  AjA Aj A#"A߃jA   (6  Aj  Aj(  AjA Aj # A k"$      6   (6A! @@@@@"A,F@@  AF"AG@ Ak#"Aj"(  Aj(  ( "( AkAM#Aj("E@#Aj"(&! ( !  At" A jj 6  Aj j (6   Aj! "A,F  A("#Aj6 A6  !   6 A 6  6   At"6   6$  !  Aq@  Ak"At" ( j A j j( 6  ($ j Aj j( 6   AG@@ AtAk"  ( j A j  j( 6  ($  j Aj  j( 6  Ak"At"  ( j A j  j( 6  ($  j Aj  j( 6  AJ!  !     A j$  #"Aj Aj(  #"Aj Aj(  #A'j A#"A߃jA A jA  Aj(  AjA Aj A#"A߃jA  Aj6  A j  Aj(  AjA Aj 
# A0k"$  A 6 A :  Aj#:"( ! A6  A 6@  AG  ( #A j,  A : A!  AF!A!A !A!@@!#Aj( "  A H!	@ - A G  AK @@ AF@A ! AG#"Aj( " A j,E@A !A ! #A9j,E  #A j, Aj j :  @ - "A G@ A G - A G - A GA!
 Aj! 	  "! AA  A)F A Jqk A(Fj!@@@ 
AqE   @ Ak     AF A Jqk! A;G   Aj!@ AG @@    Ak  @!#Aj( "  A H!	@ - A G  AK @@ AF@A !  AG#" Aj( "  A j,E@A ! A !  #A9j,E  #A j, Aj j  :  @ - " A G@  A G - A G - A GA!
 Aj! 	  ! AA  A)F A Jqk A(Fj!@@@ 
AqE   @ Ak     AF A Jqk! A;G  E Aj! AG   E@#:"	A 6  Aj Aj 	A6 A! !  !#A j  !   #A4j #: 6 @ @ Aj   Aj  k Aj #Aj(  Aj  @ ("A L @ ( jAk,  E  (Ak"6 ( jA :   ("A J A ! (! A6( A 6 B 7  6  6 (#@-  AF@ (! ( !	#"( ! #A( 6   6, #Aj6$#"( !
  A j6   
6   A,j6( 	   6   ( 6 A"A6   6#?( " (Aj"6  :   6  6  - :   (6 A0j$    A 6 @ @ A :  "AG A:  !@@@@ AG@ Ak#Aj( "( AkAM@ #"Aj(    Aj( 6 " A,F  #Aj("E@#Aj"(&! ( !    #Aj( 6 #" Aj  Aj(  #" Aj  Aj(  #A'j A#" A߃jA  AjA   Aj(   AjA  Aj   ("   (&5  ( @" A L "A L    jAkA @@@"Ak  AG@ #A4j   A6A   AAA #A jAAAA A 6A !  A: !  :  	 #Aj#Aj-  E@#" A߃j  Aj  AjA   AjA   AjAA A A A   Aj  AjA   AjA AA A A A   Aj  AjA   AjAAA A A A   Aj  AjA   Aj  A j"AA#"Aj" AjA   Aj  AjA   Aj AA  AjA   A j# A0k"$  B47#"Aj A jA A(=6  A0j$ #DA #EA   A j!  AjA:    Aj 6 # A k"$ @  ( #A jE@A!  ( #A jE@  ( "A, AjE@( #"A߃j#* AjA 6   (A @ ("E@ (A L A ! @A!@ (  Atj( "#AjE  #AjE@A! #A
jE@A!@ #A j@ #A j( #" A߃j  6 #*  Aj 6   (A ( #" A߃j  6#*  Aj Aj6   (A   r!  Aj"  (H   (A AA" E    6    6 A!  A j$    #Aj ( 6  #Aj ( 6 	 #Aj# Ak"$  A 6A   ("E A  ( AG  - As!	#
"A 6 #+ 	Aq}! ( ! A 6 #!A!@@ E  ( "E   Ajm"E no!@ AF  AG@#
"A 6 #A#A߃jt ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6 #, }! ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6   6##A!j Ajt ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6 ##"A jA A*jq ( ! A 6 #!@ E  ( "E   AjmE no!#
"A 6 #-  A t! ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF   (Aj6 Aj! Aj! (!A !A !@@ 	AqE  - AG #
"A 6 #.A #Ajt! ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#( !#( ! A jA Aju !@@ " # A j6 @  ("E @@ ( Ak #
"A 6 #F  t!
 ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF  
6#
"A 6 #G   ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6 A!#H   A A   	AsAq!
 ( ! A 6 #!@ E  ( "E   Ajm"E no! AF  
6# 6 # 6 A!  ( Ak6   6  @#
"A 6 #/ l ( ! A 6 #!@ E  ( "E   Ajm"E no! AF#
"A 6 #0 l ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF @#
"A 6 #1y ( ! A 6 #!@ E  ( "E   AjmE no!# 6 # 6 #
"A 6 #2z! ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF @@ AG@#
"A 6 #A#A߃jt ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6 #, }! ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6   6 ##A"j t ( ! A 6 #!A!@ E  ( "E   Ajm"E no! AF#
"A 6 ##"A jA A*jq ( ! A 6 #! E ( "E  Ajm (! Aj$   no!     	 #Aj# Ak"$   ("	- ! #
"A 6 #+  As}! ( !  A 6 #!A!@@  E  ( "E    Ajm"E no AF  AG@#
"A 6 #A#A߃jt ( !  A 6 #!A!@  E  ( "E    Ajm"E no AF#
"A 6 #, }! ( !  A 6 #!A!@  E  ( "E    Ajm"E no AF#
"A 6   6##A!j Ajt ( !  A 6 #!A!@  E  ( "E    Ajm"E no AF#
"A 6 ##" A jA  A*jq ( !  A 6 #!@  E  ( "E    AjmE no 	(! #
"A 6 #I  }! ( !  A 6 #!A!@  E  ( "E    Ajm"E no AF   (Aj6 B 7 B 7 B 7 A 6#
"A 6  B 7 B 7 #( 6  Aj6#3z! ( !  A 6 #!A!@  E  ( "E    Ajm"E n Aj!o AF #
"A 6 #.A #Ajt! ( !  A 6 #!A!@  E  ( "E    Ajm"E no AF #( !
#( ! A jA AjuA ! @@@@  E@# A j6  	- ! #
"A 6 #H  Aj     ! ( !  A 6 #!A!@  E  ( "E    Ajm"E no!  AF# 
6 # 6 #
"A 6 #4 l ( !  A 6 #!A!@  E  ( "E    Ajm"E no!  AF#
"A 6 #/ l ( !  A 6 #!A!@  E  ( "E    Ajm"E no!  AF#
"A 6 #0 l ( !  A 6 #!A!@  E  ( "E    Ajm"E no!  AFA!  ( Ak6 #
"A 6 #J l ( !  A 6 #!@  E  ( "E    Ajm"E no!  AF#
"A 6 #2z! ( !  A 6 #!A!@  E  ( "E    Ajm"E no!  AF AF#
"A 6 #A#A߃jt ( !  A 6 #!A!@  E  ( "E    Ajm"E no!  AF#
"A 6 #, }! ( !  A 6 #!A!@  E  ( "E    Ajm"E no!  AF#
"A 6   6 ##A"j t ( !  A 6 #!A!@  E  ( "E    Ajm"E no!  AF#
"A 6 ##" A jA  A*jq ( !  A 6 #!@  E  ( "E    AjmE no! # 
6 # 6 #
"A 6 #5z! ( !  A 6 #!A!@  E  ( "E    Ajm"E no!  AF#
"A 6 #EA A A r ( !  A 6 #!A!@  E  ( "E    Ajm"E no!  AF#
"A 6 #4 l ( !  A 6 #!A!@  E  ( "E    Ajm"E no!  AF#
"A 6 #/ l ( !  A 6 #!A!@  E  ( "E    Ajm"E no!  AF#
"A 6 #0 l ( !  A 6 #!A!@  E  ( "E    Ajm"E no!  AFA!  ( Ak6 #
"A 6 #J l ( !  A 6 #!@  E  ( "E    Ajm"E no!  AF#
"A 6 #1y ( !  A 6 #!  E ( "E   Ajm Aj$   no!       	 #Aj# Ak"$ @@@@@  ( (  ("@A-  "EA ! @ (" - j"(lA G @ (l"AL@A!@ Ak#





























  AF AF	 A'kAI @@ Ak





 A A#kAOA !A !  Aj Aj Aj"A J@@@  At" (j( A G @ ( j( "AL@ AL@ Ak




 AF AG	 A'kAI A#kAI AF AG  Aj"  G #-  AF@" AG B 7 B 7 B 7x A 6 B 7p B 7  6t #( 6  A j6@  @ B 7h B 7` B 7X B 7P B 7H A6D A j E A 6P B 7H A6D A j6 AjA" AG  Aj$ A A#" A߃j  6   Aj   A jA  A%j A#"A߃j   6@ A!j A@k A jA A%j A#"A߃j   60 A"j A0j A jA A%j A#"A߃jA  (  Atj( 6  Aj A j A jA A%j A#" A߃jA  (l6  A j Aj  A jA  A%j 
# Ak" $ @@@@@@@@  A j"Ak
    A j"A.F@  A8j"AF@  A j"A.F@  Aj"AF@  Aj!  Aj!  (h!  (8!  (!  A j!  A j!# A k"$ @#:( AF A     A j"	E  	( AG #Aj(  	(Atj( !  (LAF@  !  *6H  *"6D  6  (H6A Aj Aj+  !  *6@  *6<  *"68  6   (@6(  (<6$A A(j A$j A j-6 A :  A 6  6 A  *64  *60  *"6,  6  (46  (06 A Aj Aj Aj-6 A ! A j$  #Aj( "AN#"Aj Atj 6  Aj Alj"  )7   )7   )7  Aj Aj"6  AF  A j!  A j!#"Aj AtjA.6  Aj Alj"  )07   )(7   ) 7  Aj Aj6   (h  (8  A j  A j!   (  (   (xkj6|AA !#Aj( "AN#"Aj Atj 6  Aj Alj"  )07   )(7   ) 7  Aj Aj6   (h  (8  A j  A j!    (L  (H  (xkj6|AA !#Aj( "AN#"Aj Atj 6  Aj Alj"  )H7   A@k) 7   )87  Aj Aj"6  AF#"Aj AtjA.6  Aj Alj"  )`7   )X7   )P7  Aj Aj6 A!  (h Aj(   (xjA  A j  A jA!  - l  (h#Aj"A H  #"Aj At" Ajj/ j6h Aj j/ !#Aj( "AN#"Aj Atj 6  Aj Alj"  )`7   )X7   )P7 A! Aj Aj6  Aj(   (xj!  (h!@@ Aj( "AL@ A;F AF AF  AF  AG A=F  A F  AF A !A!     A j  A j A!  - l   (h#Aj"A H   #"Aj At" Ajj/ j6h Aj j/ !#K"  )h7 #L  (x6 #"Aj  (|6  Aj 6    )p7  Aj$  A#" A߃j  A jA   A jA  A j A#" A߃j  A jA   A jA  A j A#" A߃j  A jA   A jA  A j A#" A߃j  A jA   A jA  A j A#" A߃j  A jA   A jA  A j A#" A߃j  A jA   A jA  A j #Aj( "A J@#"Aj Ak"6  Aj Atj( !   Aj Alj") 7    )7   )7     Aj#"Aj( !   Aj(   (j";6@@@ Ak A!@@@  ( " -  A#k   - A<G  - A  - A>GAA  - AA#  -    6 A! ~#Aj( "AN@A#"A߃j A jA  A jA A j #"Aj Atj  6 #K" )! Aj( !  ) ! Aj Alj" #L( 6   6   7   7  Aj Aj6 /@  #Aj Atj/ F"E@ Aj"A G    #Aj(  j  k# A k" $   Aj!#Aj( "AN@A#" A߃j  A jA   A jA  A j #"Aj Atj 6  Aj Alj"  )7   )7   )7  Aj Aj6   A j$  =#!@  A H  Aj( "E    Aj#Aj( # A k"$ #Aj( #L( j"-  E@A#"A߃jA   6  Aj #L(  A jA A&j  #"Aj( jA :  A A߃jA  6   6 Aj Aj#L(  A jA A&j #!@  A H  Aj( "E @   j"#Aj( O@#" Aj( !  Aj( ! A!#" AjA6   Aj 6   Aj A
" 6   E    O @@ Aj!  Aj"A
" E    I#"Aj 6  Aj 6  Aj  6    #"Aj Aj Aj! Aj  6  Aj 6  AjA 6  AjA 6  AjA 6  Aj  6  AjA6  Aj  A
6 (#" Aj"(   AjA 6  A 6  E@A!A  Aq! AF@A?!A  A~q!A !A!@  - A r"  -  A r" A?ljA?lj! Al jAl j!  Aj!  Aj" G  A?l! Al! @   -  A r" j!   j! Ap! Ap! #Aj" Atj.    Atj. j E@A !A Aq! AF@A?!A  A~q!A !A!@  - A r"  -  A r" A?ljA?lj! Al jAl j!  Aj!  Aj" G  A?l! Al!    -  A r" j!   j A1p! A1p#Aj"j,    j,  j #during function entry during statement block entry plpgsql_free_function_memory fdw_out_of_memory exec_stmt_return_query fdw_unable_to_create_reply invalid_foreign_key FOREACH over array pl_gram.y statement_too_complex fdw_invalid_option_index query returned more than one row procedure call returned more than one row DO statement returned a row cannot_connect_now indicator_overflow interval_field_overflow datetime_field_overflow new tg_argv cache lookup failed for function %u cache lookup failed for type %u pg_exception_context pg_context materialize mode required, but it is not allowed in this context PL/pgSQL inline code context invalid_json_text message_text exec_stmt_return_next %s at end of input transaction_timeout idle_in_transaction_session_timeout idle_session_timeout first connection_does_not_exist dependent_objects_still_exist dependent_privilege_descriptors_still_exist trying to delete function that does not exist cursor "%s" does not exist column "%s" of relation "%s" does not exist variable "%s" does not exist read_into_scalar_list record variable cannot be part of multiple-item INTO list last invalid_character_value_for_cast exec_stmt_assert plpgsql_HashTableInsert invalid_sql_json_subscript row_count pg_exception_hint constraint tg_event invalid_xml_content invalid_tablesample_argument not_an_xml_document invalid_xml_document error_in_assignment strict_multi_assignment invalid_xml_comment function_executed_no_return_statement duplicate_prepared_statement there is no label "%s" attached to any block or loop enclosing this statement missing SQL statement missing "%s" at end of SQL statement FOR over EXECUTE statement make_return_query_stmt make_return_next_stmt dump_stmt make_return_stmt free_stmt query for CALL statement is not a CallStmt during function exit during statement block exit record "%s" is not assigned yet invalid_escape_octet RETURN cannot have a parameter in function returning set set-valued function called in context that cannot accept a set trigger procedure cannot return a set make_callstmt_target read_into_target read_sql_construct escape_character_conflict plpgsql.variable_conflict exec_run_select non_unique_keys_in_a_json_object duplicate_object undefined_object fdw_invalid_string_format invalid_datetime_format bad_copy_file_format invalid_tablesample_repeat generated_always too_many_rows query returned no rows FETCH statement cannot return multiple rows FOR over SELECT rows column reference "%s" is ambiguous lock_file_exists trying to insert a function that already exists plpgsql.check_asserts too_many_arguments arguments given for cursor without arguments cursor "%s" has arguments cursor "%s" has no arguments event trigger functions cannot have declared arguments too_many_json_array_elements exec_stmts fdw_invalid_data_type_descriptors plpgsql.extra_errors check_raise_parameters RETURN NEXT cannot have a parameter in function with OUT parameters RETURN cannot have a parameter in function with OUT parameters others trigger functions can only be called as triggers too_many_json_object_members build_row_from_vars too_many_connections PLpgSQL cast expressions PL/pgSQL DO block simple expressions PL/pgSQL simple expressions too_many_columns query returned %d columns copy_plpgsql_datums plpgsql.print_strict_params exec_dynquery_with_params check_labels tg_nargs read_cursor_args plpgsql.extra_warnings mismatched parentheses plpgsql_resolve_polymorphic_argtypes unexpected number of names fdw_too_many_handles shadowed_variables loop variable of loop over rows must be a record variable or list of scalar variables while storing call arguments into local variables loop variable of FOREACH must be a known variable or list of variables insufficient_resources PL/pgSQL procedure resources exec_move_row_from_fields ROW %-16s fields fdw_no_schemas ambiguous_alias duplicate_alias PL/pgSQL function %s line %d at %s PL/pgSQL function %s %s unrecognized print_strict_params option %s PL/pgSQL function %s variable "%s" has pseudo-type %s collations are not supported by type %s PL/pgSQL functions cannot accept type %s FOREACH expression must yield an array, not type %s PL/pgSQL functions cannot return type %s could not find array type for data type %s PL/pgSQL function %s line %d %s  AS %s {var %d} = %s query: %s parameters: %s could not open cursor: %s SPI_connect failed: %s SPI_finish failed: %s RAISE option already specified: %s could not open implicit cursor for query "%s": %s SPI_execute_plan_with_paramlist failed executing query "%s": %s SPI_execute_plan_extended failed executing query "%s": %s SPI_execute_extended failed executing query "%s": %s SPI_prepare_extended failed for "%s": %s exec_eval_expr exec_save_simple_expr invalid_grantor plpgsql_validator variable "%s" must be of type cursor or refcursor duplicate_cursor arguments required for cursor FOR over cursor plpgsql_yyerror syntax_error fdw_error array_subscript_error io_error trim_error system_error plpgsql_error internal_error windowing_error substring_error grouping_error config_file_error fdw_function_sequence_error syntax error prior fdw_invalid_use_of_null_pointer block label must be placed before DECLARE, not after ambiguous_parameter null_value_no_indicator_parameter undefined_parameter RETURN NEXT must have a parameter nonstandard_use_of_escape_character invalid_use_of_escape_character invalid_escape_character untranslatable_character plpgsql_call_handler stacked_diagnostics_accessed_without_active_handler plpgsql_inline_handler RAISE without parameters cannot be used outside an exception handler GET STACKED DIAGNOSTICS cannot be used outside an exception handler fdw_invalid_descriptor_field_identifier plpgsql_exec_event_trigger plpgsql_exec_trigger fdw_invalid_column_number during exception cleanup CONTINUE cannot be used outside a loop cannot specify REVERSE in query FOR loop tg_op division_by_zero BY value of FOR loop must be greater than zero plpgsql_param_eval_generic_ro no plpgsql_exec_get_datum_type_info transaction_resolution_unknown statement_completion_unknown admin_shutdown crash_shutdown exec_stmt_return fdw_unable_to_create_execution unrecognized RAISE statement option savepoint_exception floating_point_exception diagnostics_exception locator_exception connection_exception triggered_action_exception external_routine_invocation_exception raise_exception sql_routine_exception external_routine_exception data_exception operator_intervention invalid_prepared_statement_definition invalid_object_definition invalid_cursor_definition invalid_function_definition invalid_column_definition invalid_database_definition invalid_table_definition invalid_schema_definition unexpected end of function definition plpgsql_recognize_err_condition plpgsql_parse_err_condition invalid_xml_processing_instruction invalid_argument_for_width_bucket_function ambiguous_function invalid_argument_for_power_function invalid_argument_for_nth_value_function duplicate_function invalid_argument_for_sql_json_datetime_function invalid_argument_for_ntile_function undefined_function plpgsql_exec_function event trigger promise is not in an event trigger function trigger promise is not in a trigger function PL/pgSQL function cannot use RETURN QUERY in a non-SETOF function cannot use RETURN NEXT in a non-SETOF function sqlclient_unable_to_establish_sqlconnection sqlserver_rejected_establishment_of_sqlconnection fdw_unable_to_establish_connection read_only_sql_transaction no_active_sql_transaction in_failed_sql_transaction no_active_sql_transaction_for_branch_transaction inappropriate_isolation_level_for_branch_transaction inappropriate_access_mode_for_branch_transaction during statement block local variable initialization invalid_binary_representation invalid_text_representation invalid_grant_operation duplicate declaration missing data type declaration incomplete data type declaration invalid_transaction_termination fdw_inconsistent_descriptor_information cardinality_violation foreign_key_violation transaction_integrity_constraint_violation restrict_violation with_check_option_violation exclusion_violation protocol_violation not_null_violation check_violation unique_violation syntax_error_or_access_rule_violation triggered_data_change_violation indeterminate_collation invalid_transaction_initiation string_data_right_truncation invalid_savepoint_specification invalid_locator_specification invalid_authorization_specification invalid_role_specification invalid_regular_expression missing expression missing "%s" at end of SQL expression invalid_recursion ambiguous_column duplicate_column use_column undefined_column query returned %d column PLpgSQL_plugin exec_stmt_open push_back_token tg_when exec_prepare_plan exec_eval_datum sqlerrm invalid_argument_for_logarithm no_sql_json_item more_than_one_sql_json_item non_numeric_sql_json_item unrecognized GET DIAGNOSTICS item cant_change_runtime_param plpgsql exec_stmt_execsql relative or absolute cursor position is null query string argument of EXECUTE is null cursor variable "%s" is null BY value of FOR loop cannot be null lower bound of FOR loop cannot be null upper bound of FOR loop cannot be null RAISE statement option cannot be null FOREACH expression must not be null disk_full scroll type "%s" is only a shell exec_stmt_call pg_exception_detail held_cursor_requires_same_isolation_level tg_level EXIT cannot be used outside a loop, unless it has a label exec_stmt_block inline_code_block statement block end label "%s" specified for unlabeled block transaction_rollback too many tokens pushed back exec_stmt_fori fdw_invalid_string_length_or_buffer_length unexpected RAISE parameter list length PLpgSQL function hash exec_stmt_fetch collation_mismatch string_data_length_mismatch datatype_mismatch most_specific_type_mismatch number of source and target fields in assignment does not match debug log name_too_long zero_length_character_string unterminated_c_string warning tg_tag exec_stmt_getdiag plpgsql_build_datatype_arrayof off plpgsql_post_column_ref resolve_column_ref invalid_preceding_or_following_size branch_transaction_already_active relative duplicate_json_object_key_value invalid_time_zone_displacement_value invalid_indicator_parameter_value invalid_parameter_value exec_assign_value fdw_invalid_attribute_value absolute exec_stmt_dynexecute type %s is not composite sql_statement_not_yet_complete plpgsql_HashTableDelete returned_sqlstate invalid_cursor_state invalid_transaction_state object_not_in_prerequisite_state during initialization of execution state create invalid_row_count_in_limit_clause invalid_row_count_in_result_offset_clause object_in_use cursor "%s" already in use reverse plpgsql_yyparse exec_stmt_close plpgsql_fulfill_promise exec_stmt_raise exec_stmt_case duplicate_database assert_failure connection_failure serialization_failure RETURN cannot have a parameter in a procedure exec_init_tuple_store character_not_in_repertoire plpgsql_parse_cwordrowtype plpgsql_parse_wordrowtype plpgsql_parse_cwordtype plpgsql_parse_wordtype indeterminate_datatype plpgsql_build_datatype sql_json_item_cannot_be_cast_to_target_type wrong_object_type plpgsql_exec_get_datum_type fdw_invalid_data_type FOREACH ... SLICE loop variable must be of an array type FOREACH loop variable must not be of an array type return type must be a row type structure of query does not match function result type while casting return value to function's return type cannot return non-composite value from function returning composite type relation "%s" does not have a composite type returned record type does not match expected record type none plpgsql_compile_inline tg_relname constraint_name invalid_sql_statement_name invalid_cursor_name add_parameter_name fdw_invalid_option_name fdw_invalid_column_name tg_name invalid_catalog_name pg_datatype_name tg_table_name invalid_name reserved_name invalid_schema_name do_compile plpgsql_compile duplicate_file undefined_file fdw_reply_handle fdw_invalid_handle procedure parameter %d is an output parameter but corresponding argument is not writable procedure parameter "%s" is an output parameter but corresponding argument is not writable duplicate_table undefined_table returned row structure does not match the structure of the triggering table exec_check_assignable lock_not_available cword_is_not_variable use_variable instantiate_empty_record_variable plpgsql_build_variable cannot assign non-composite value to a row variable cursor FOR loop must have only one target variable integer FOR loop must have only one target variable cursor FOR loop must use a bound cursor variable "%s" is not a scalar variable FOR with integer loop variable "%s" is not a known variable cursor variable must be a simple variable cannot assign non-composite value to a record variable variable "%s" shadows a previously defined variable PLpgSQL private cast cache PLpgSQL cast cache numeric_value_out_of_range insufficient_privilege unsafe_new_enum_value_usage message errcode invalid SQLSTATE code cannot_coerce parameter name "%s" used more than once INTO specified more than once value for parameter "%s" of cursor "%s" specified more than once invalid_escape_sequence invalid_column_reference notice replace invalid_password plpgsql_parse_word forward backward sql_json_array_not_found sql_json_object_not_found sql_json_number_not_found sql_json_member_not_found case_not_found fdw_option_name_not_found fdw_column_name_not_found fdw_table_not_found fdw_schema_not_found no_data_found case not found old plpgsql_param_eval_recfield RETURN cannot have a parameter in function returning void pg_routine_oid tg_relid revalidate_rectypeid null_value_not_allowed containing_sql_not_permitted modifying_sql_data_not_permitted reading_sql_data_not_permitted memory exhausted schema_and_data_statement_mixing_not_supported feature_not_supported index_corrupted data_corrupted prohibited_sql_statement_attempted EXECUTE of transaction commands is not implemented EXECUTE of SELECT ... INTO is not implemented deadlock_detected event_trigger_protocol_violated srf_protocol_violated sql_json_scalar_required singleton_sql_json_item_required database_dropped invalid_sqlstate_returned assertion failed query_canceled too many INTO variables specified fdw_dynamic_parameter_value_needed sequence_generator_limit_exceeded configuration_limit_exceeded program_limit_exceeded RAISE level=%d slice dimension (%d) is out of the valid range 0..%d $%d  %s=var %d ??? unknown cursor direction %d compilation of PL/pgSQL function "%s" near line %d variable %d plpgsql parser returned %d unrecognized raise option: %d unrecognized ttype: %d unrecognized typtype: %d unrecognized plpgsql itemtype: %d unrecognized dtype: %d unrecognized cmd_type: %d unsupported target type: %d unrecognized promise type: %d unexpected plan node type: %d unrecognized data type: %d unrecognized function typecode: %d unrecognized diagnostic item kind: %d unrecognized rc: %d row variable has no tupdesc row not compatible with its own tupdesc exec_stmt_forc plpgsql_param_eval_generic pl_funcs.c pl_scanner.c pl_handler.c pl_comp.c pl_exec.c PLpgSQL per-statement data query has no destination for result data INTO used with a command that cannot return data query did not return data duplicate_schema tg_table_schema exec_stmt_foreach_a __Case__Variable_%d__ 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ RETURN QUERY ROW MESSAGE_TEXT PG_EXCEPTION_CONTEXT PG_CONTEXT wrong result type supplied in RETURN NEXT wrong record type supplied in RETURN NEXT ASSERT INSERT ROW_COUNT PG_EXCEPTION_HINT CONSTRAINT CURRENT STATEMENT variable "%s" is declared CONSTANT EXIT COMMIT  STRICT query is SELECT INTO, but it should be plain SELECT query is not a SELECT diagnostics item %s is not allowed in GET CURRENT DIAGNOSTICS GET DIAGNOSTICS diagnostics item %s is not allowed in GET STACKED DIAGNOSTICS AFTER , or LOOP , or ; or INTO DO control reached end of function without RETURN control reached end of trigger procedure without RETURN COLUMN expected FROM or IN OPEN WHEN THEN PERFORM cannot COPY to/from client in PL/pgSQL unsupported transaction command in PL/pgSQL variable "%s" must have a default value, since it's declared NOT NULL null value cannot be assigned to variable "%s" declared NOT NULL CALL PG_EXCEPTION_DETAIL NORMAL ROLLBACK FETCH LOOP or USING , or ; or USING unrecognized trigger execution time: not BEFORE, AFTER, or INSTEAD OF IF MOVE block label "%s" cannot be used in CONTINUE EXECUTE DELETE RETURNED_SQLSTATE unrecognized trigger action: not INSERT, DELETE, or UPDATE TRUNCATE REVERSE CLOSE too many parameters specified for RAISE too few parameters specified for RAISE CASE BEFORE DATATYPE CONSTRAINT_NAME COLUMN_NAME PG_DATATYPE_NAME TABLE_NAME SCHEMA_NAME WHILE TABLE MESSAGE ERRCODE PG_ROUTINE_OID STACKED SCHEMA     ENDFOREACHA <NULL> INTO or USING or ; , or ; %3d: plpgsql-17 $0 CASE statement is missing ELSE part. Perform checks given in ASSERT statements. Make sure the query returns the exact list of columns. Print information about parameters in the DETAIL part of the error messages generated on INTO ... STRICT failures. Sets handling of conflicts between PL/pgSQL variable names and table column names. Key word "%s" cannot be combined with other key words. List of programming constructs that should produce an error. It could refer to either a PL/pgSQL variable or a table column. List of programming constructs that should produce a warning. %s check of %s is active. The tuple structure of a not-yet-assigned record is indeterminate. List syntax is invalid. The arguments of the trigger can be accessed through TG_NARGS and TG_ARGV instead. You might want to use EXECUTE ... INTO or EXECUTE CREATE TABLE ... AS instead. If you want to discard the results of a SELECT, use PERFORM instead. Use RETURN NEXT or RETURN QUERY. Make sure the query returns a single row, or use LIMIT 1. Unrecognized key word: "%s". *unnamed* (unnamed row) type of parameter %d (%s) does not match that when preparing the plan (%s) "%s" IN (%s) ," or ")  label='%s'  condname='%s'  message='%s'   query = '   arguments = '   execute = ' too many arguments for cursor "%s" not enough arguments for cursor "%s" %s at or near "%s" unrecognized exception condition "%s" could not determine actual argument type for polymorphic function "%s" could not determine actual return type for polymorphic function "%s" cannot assign to system column "%s" end label "%s" differs from block's label "%s" record "%s" has no field "%s" cursor "%s" has no argument named "%s" syntax error, expected "]" syntax error, expected "FOR" syntax error, expected "=" FORS %s  FORC %s  FOREACHA var %d  CASE %d  SLICE %d  RETURN QUERY  RETURN NEXT  ASSERT                                    DEFAULT                                    CURSOR IS  GET %s DIAGNOSTICS   OR  RETURN  IN      EXCEPTION WHEN  EXECSQL      ELSIF      RELATIVE      ABSOLUTE  FORS %s EXECUTE  RETURN QUERY EXECUTE  WHILE      FORWARD      BACKWARD  ASSIGN var %d :=    arguments =  %s%s =  %s expr =  PERFORM expr =      lower =      upper =      step =  %s$%d =      HINT =      CONSTRAINT =      COLUMN =      DETAIL =      DATATYPE =      TABLE =      MESSAGE =      ERRCODE =      SCHEMA =      parameter $%d:      entry %d:      parameter %d:  ,  REC %-16s typoid %u
 FORI %s %s
     INTO%s target = %d %s
     target = %d %s
     END -- %s
 %ld
 OPEN curvar=%d
 FETCH curvar=%d
 MOVE curvar=%d
 CLOSE curvar=%d
                                   CURSOR argument row %d
 ??? unknown data type %d
 VAR %-16s type %s (typoid %u) atttypmod %d
                                   PROMISE %d
 RECFIELD %-16s of REC %d
                                   CONSTANT
 COMMIT
     ENDFORS
     ENDLOOP
 COMMIT AND CHAIN
 ROLLBACK AND CHAIN
  THEN
                                   NOT NULL
 ROLLBACK
     ENDFORI
     USING
     ENDIF
     ELSE
     ENDCASE
     ENDWHILE
     ENDFORC
 BLOCK <<%s>>
 
Function's statements:
 
Execution tree of successfully compiled PL/pgSQL function %s:
 
Function's data area:
 '
 
End of execution tree of function %s

              ;    ; ;p  p  ; :  8 U p R p  ;| | I   f ;@  V
 J     D e   [ V L ^ ; o  ;( C g * -      	
 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~               a   e   g 8      . $      t   * " # B % / ] )     - \  N 3 2   < 2 6 e 8  :   2 > ? @   y  7 F  H I B C L W W    R :  U C8 9 Q Z [   ^ B u r       h r j ' m    " # / % | } +)  r & -     2   | 6 I  :    > ? @    5  F $ H I M  L    s J R   U    X Z [ :  ^    J Z Q # :  h  j  H m   t C."     @  & > C       " $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 9 ; < = ? @ A D F G I K L N O P R S T U V W Y [ \ ^ _ ` a b c d e f g h i j k l m n o p q r s t u w x { | }           " $ % & ' ( ) * + , - . / 0 1 3 4 5 6 7 9 ; < = ? @ A D F G I K L N O P R S T U V W Y [ \ ^ _ ` a b c d e f g h i j k l m n o p q r s t u w x { | }           " $ % & ' ( ) * + , - . / 0 1 3 4 5 6 7 9 ; < = ? @ A D F G I K L N O P R S T U V W Y [ \ ^ _ ` a b c d e f g h i j k l m n o p q r s t u w x { | }           " $ % & ' ( ) * + , - . / 0 1 3 4 5 6 7 9 ; < = ? @ A D F G I K L N O P R S T U V W Y [ \ ^ _ ` a b c d e f g h i j k l m n o p q r s t u w x { | }          " $ % & ' ( ) * + , - . / 0 1 3 4 5 6 7 9 ; < = ? @ A D F G I K L N O P R S T U V W Y [ \ ^ _ ` a b c d e f g h i j k l m n o p q r s t u w x { | }          " $ % & ' ( ) * + , - . / 0 1 3 4 5 6 7 9 ; < = ? @ A D F G I K L N O P R S T U V W Y [ \ ^ _ ` a b c d e f g h i j k l m n o p q r s t u w x { | }          " # % ) - 2 6 8 9 : > ? @ F H I L R U     Z [ ^    " # % h j ) m - 2 6 8 9 : > ? @ F H I L R U     Z [ ^    " # % h j ) m - 2 6 : = > ? @ F H I L R U     Z [ ^    " # % h j ) m - 2 6 : > ? @ F H I L R U     Z [ ^    " # % h j ) m - 2 6 : > ? @ F H I L R U     Z [ ^    " # % h j ) m - 2 6 : > ? @ F H I L R U Z [ ^ h j m     ^ l ##p   x  y z { |       } x _ ~  / . ^c  ` 03_e m f  a  h  ^   !  "i            b     .&'         y z { | BC   >}  _ ~    n o A         _4  M$$f                       ) *2+8?@ F JH L  Kx D7;    I:9      f=                                            G        q x   r                                 s ! " # $ %   &   ' ( )   * + ,     -   . /   0   1 2 3 4 5   6 7 8 9 : ;   <   = >   ? @ A B C D E F G H I J K L M N O P Q R S T U V   W X     Y Z [   \ ] 
                                        ! " # $ %   &   ' ( )   * + ,     -   . /   0   1 2   3 4 5   6 7 8 9 : ;   <   = >   ? @ A B C D E F G H I J K L M N O P Q R S T U V   W X     Y Z [   \ ]                                         ! " # $ %   &   ' ( )   * + ,     -   . /   0   1 2   3 4 5   6 7 8 9 : ;   <   = >   ? @ A B C D E F G H I J K L M N O P Q R S T U V   W X     Y Z [   \ ]                                       ! " # $ %   &   ' ( )   * + ,     -   . /   0   1 2   3 4 5   6 7 8 9 : ;   <   = >   ? @ A B C D E F G H I J K L M N O P Q R S T U V   W X     Y Z [ j \ ]                                     ! " # $ %   &   ' ( )   * + ,     -   . /   0   1 2   3 4 5   6 7 8 9 : ;   <   = >   ? @ A B C D E F G H I J K L M N O P Q R S T U V   W X     Y Z [ q \ ]                                     ! " # $ %   &   ' ( )   * + ,     -   . /   0   1 2   3 4 5   6 7 8 9 : ;   <   = >   ? @ A B C D E F G H I J K L M N O P Q R S T U V   W X     Y Z [   \ ] y z { |             }   _  ~                           _                                                      y z { |          }   _  ~                        _                                                      y z { |          }   _  ~                        _             k                                            y z { |          }   _  ~                        _                                                          y z { |          }   _  ~                        _                                                          y z { |          }   _  ~                        _                                                                                                                ;
	* ,+X Vj |W{Z  U~} <KL>M?@ABCDEFGHIJNOPQRST    -  .       [\ ;  =   ; /nl     zuvt; xp;') (  3;;k  bca ^ grs   q  021    ;Y :9`; y  ".&%48567 ]_;  ! $i ;#dw                                     ? q1. ) 9~@       k d   g t u v   E,-1 w    56%       	<
 (                                    	     _   8     d       @       PostgreSQL                                           !#$%&'()*+,-./02345688:;<>?@CEFHJKMNOQRSTUVXZ[]^_`abcdefghijklmnopqrstvwz{|~           "179=ABDGILPWY\uxy}absolute alias and array assert backward call chain close collate column column_name commit constant constraint constraint_name continue current cursor datatype debug default detail diagnostics do dump elseif elsif errcode error exception exit fetch first forward get hint import info insert is last log merge message message_text move next no notice open option perform pg_context pg_datatype_name pg_exception_context pg_exception_detail pg_exception_hint pg_routine_oid print_strict_params prior query raise relative return returned_sqlstate reverse rollback row_count rowtype schema schema_name scroll slice sqlstate stacked table table_name type use_column use_variable variable_conflict warning      	      ) . 4 : B I U \ e p                    $',06>KPUX_dks~!)2<DKW^dmu{              J ]   #  " N  
    
        -          @  2 P     6 R E < +   _      x 7 F    9    b   D   # % 1 A         *  H   Y $ 0   &  1   3   I O      2       all begin by case declare else end execute for foreach from if in into loop not null or strict then to using when while            
     # + / 7 < ? B G L P U X _ d g m r                         u(     }         4*            z         @  6  @  X     k        y     d         U  
  C  
 I4       B        3   *          T    5    n      ."   j            e          	I    m3      '    '   B'   !   >)   '`)   (   	   '    	    ,&    Y5    `    d2    7    %   w        R   &   &    <   H   *         +    ?            #z    $'    :         ^"   M"   z"   y   '7   3   	/4   4   3   
      7   O+   Q     p      P /  P   P   P   (    (  B  -  B f'  B g$  B   B   B ^  B   B 5  B *  BD  B  B  B-               3  R    4             5   B6   5   -        p5   5   B6   5     C  Y7  C Y5  C 6  C6  C6  C(        .    e.    3%     E    G*        6          ` 2  P 2        
 e!   	    J.  ` &  `W.  	&   !+   %   
@    
{+   		  L	!  p    /        p !  p    *   '  p   ;   /     p  p w!  p   pL      	3      `y         9         _            $    T        0  7  @  8          
  (  E  )  E "  E0  E2  E#    7      [  H7    ]    I   .  .       	    )  	  r4  	 7  	   	   	"(  	-  	 o  	 +  	 
  	   	$.  	    	 -  	 s%  	$   	   	 	  	P   	   	  X4  	 .  	 4  	 !4  	 "  	 y   	   	 j           4     /	     %*     x  (
  36  (
 #6  (
          K  J  J  J  J  J  J  J  K  <  A  E<  0<  ?  <  c@  ;A  +A  GA  #<  XA  cA                   50         !                     l  o     S      q  r                                                                                                                                                                                                                                                                                                                                                                     asm    dylink.0  "` `	`  `` kenvcheck_encoding_conversion_args env
LocalToUtf env
UtfToLocal env__memory_base envmemory    __wasm_call_ctors Pg_magic_func pg_finfo_big5_to_utf8 pg_finfo_utf8_to_big5 big5_to_utf8 utf8_to_big5 	__wasm_apply_data_relocs 
 " # Aj# A@k6 # Aj# Aj6  #  # A8j # A<jL  (,!  ($!  (<!  (  (  (4" A$A     # AjA A A A$ A GL  (,!  ($!  (<!  (  (  (4" AA$     # AjA A A A$ A G # 8     d       @       PostgreSQL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              U        Q        M	  
  
    I        E        A       ~  =      z  9      v  5      r      1      n   -!  !  "  j#  )$  $  %  f&  %'  '  (  b)  !*  *  +  ^,  -  -  .  Z/  0  0  1  V2  3  3  4  R5  6  6  7  N8  9  9  :  J;  	<  <  =  F>  ?  ?  @  BA  B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         P                      0o                                                                    FG  D                  Xӡ          P                                              ѡ                                                              ҡ                                                                                                                        DEFGHIJKLMNOPQRST  UVWXYZ[              \]^_`abcdefghijkl  mnopqrs                                                                                                                                                ǲǴǵǶǷǸǹǺ            ǼǽǾǿ                                                                                              =MM                Kk  &            f    "`                                                                            Z          C      u                                                                                                                /	o			/
o


/o/o-m-m)i)i)i)i)i)i)i)i(g!a!a ` ` ` ` `Z Z   !Y!!!"Y"""#Y###$Q$$$%Q%%%&O&&&'O'''(O((()I)))	*I***	+G+++,E,,,-E---.E.../E///0E0001C1112A2222<3{333;4{444;5{55596y66697y77798y88869  S999:S:::;Q;;;<P<<<=P===>P>>>?O???@O@@@ALAAABKBBBCJCCC	DIDDD	EIEEE  E)FiFFFGEGGGHDHHHI)IiIII)JiJJJ)KiKKK)LiLLL&MfMMM&N    /NoNNNOUOOOPUPPPQIQQQ	R3RrRRRS^SSST]TTT  UVUUUVVVuVVV5WuWW                                                                                W                              W8X    wXX  X                                      VX                  E    LK                                        ¡      J        K                                                                                                            ¢                                                                                                                            ԡ      ۡ                                                                          ܡ                          ڡݡ        ء١                                                                                                                                                                                                                    w  x                  z      {      |      }      u              t              s              r              q                                                                                  ~                        bcdefghiponmlkj        vy                                                                                                                                                                                                                                                                                                                                                                                                                            @BC      qrmnuvyzijE  ef                  âĢŢƢǢȢɢʢˢ                                            ƦƧƨƩƪƫƬƭƮƯưƱƲƳƴƵƶƷƸƹƺƻƼƽƾƿ                  ƣ    @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ǡǢǣǤǥǦǧǨǩǪǫǬǭǮǯǰ                        tuvwxyz{|}~                                                                                                                              UV                        PQR    T                                                            W                  S        O                                                                                    @B  C      EVTWUFɣOMɢ    BA@  C                    è        X  P  cꦱ        Y  Dd      @D  [  G\      EGF        Ĩ  A    AE^]                                    Ũ                    K    öܲ  F      ƨGH_    Qɭ        Ǩ    ȨE  `        ɨʨFG                H          Rɱ  TSɵ              JKLMIPj  fiQa  h  NOH    eg            ɮ          饱  ɶ      ɸɯ                                    f  B    g  D    [`h  d      G]    Cb^ZeEH@FcAi\_    a  بШ  ˨ը    Ψ֨˼ި٨˵ۨϨԨ˴Өר  Ҩ  ͨ  ܨݨ  ڨ˲  Ѩ̨                              VJ      IQ]        KYPX    T  [NWM    URZO\SLH                      ׭  ѭ  ֭ĭ  ͭ      ڭ  έ        ǭ  ܭ  ӭп  ̭˭ϭ[ƭխԭʭ  ɭҭ  í­Эŭ٭ۭح                ȭ      cW    \bԲUԶYRԴVԹ  g  Q    f    XԱSO]PNZ`aԷ    [^M_  dL  TeԼ            ȳ  ^W  ų  _      UXĳY    ǳ]  SRɳ  ʳƳ˳Q\ZT      óV                ʶĶͶƶǶŶ˶  ̶  ɶ  ܼ  ȶζܹ        ಹ              ஹହ෹  హ൹                  觾詾  訾        vw      u      x_  lk  Ia  SR  JIK          ߨ  ^  YZ°\[`  ]^  J    K    @      L      ݭ                  N  TU    A  j  `_ð  U            a    ޭ߭          V      B        MN  k                  h      a    @        LZ                            İͳ    Bɿ  YWX        MN  b    ¤Z  k  F  DE    GC        lm    n    PO    SQR                      c  h  dgfeb                            ѳŰikjlư    γ  ϳг  ж  Ѷ  ϶ABỹZ    @ABDC              O      \[    H        UVTWop                            lk      i  j              ǰn  ʰmɰȰ  Գ  ӳҳҶ    նֶԶ  Ӷ    C  D      E  y  U  cäV  ĤŤ          ]^  Iq  m̰˰cb    PƤ_  ͰC  l`  KJX                o  ׶EἹ          Ǥ    аΰϰQ  d͢ʤ  ɤȤcb  m          n    ճ  R  ˤ  ed  r              W  gfLMsY  Z    o        D  ̤                tu        p  p        dֳ  e        Fό        F          X  h        Ѱ        SeΤͤ  Ϥ                    q        Ofjyt  onuslzmixwvk  r    q    {p      S  YU  [XNQTPWZORV\          ~{  g|[]up      }_ahxtv\m  vs  d  nowlj  kq^  rfc  zbe  i      `        y                      OP        IKMLEA  DIRC  F  H    QMS  JG    B@    N          HK    xt}rCΣOΥ  y    EBw  ͦJ|LΩs~{@ΡFGzv        u            D              N  D  @            BC  AC      FB@Gѡ  ED                                A    w  䰧߰|۰v{zᰥ  s      ְٰ~Ӱ    ڰ  tԤݰux}    ްܰ          װұ  ذyణհ      ԰                    qrj      ׳ڳuxسq޳䳽    n۳v{o  fsmy    ݳ  ߳ܳ    zlrthwٳg  i      p                  ޶ܶ߶ڶ    ݶ  ض  ۶_ٶ                    ͹ȹ  UQ  K¹TΌNP  S  Ĺ  ˹Ź    IƹǹL̹  JOùHɹ      MR  ʹ              G  MG  D  GST  JBLR  FIHH  CEKA    k      O        N      P䲾@      E    B鶾A  C輾軾D@Q  F鷾        {}~        z|      P                  `V  Q      AY@XW        Z      monŦ            I    }|  _^]    y      wz      x              T          HIEF    밫|          Ϲ  ι  IHG  kgY  no        bf  dcea    `                  }          {ʬ~|                            Y  [  Z  @XW    V      \A      U              T    Z      X^  UY[]W  VQRέ  S\                            PS  RWN  QP  T  XGJ    OU      IJ  V  M  HL                ԯԽ        ԴԼ  ԾԹԲԦذԵ      ﰻԶK                  ة      إ}  رخKѫ~ذد                                                    ]йc    չ_fW׹ѹ\U[dҹ  ֹZ`eVԹ^    bhXa  ӹg      Y      YKWVMR  N  Q\  [  JP  ZO  L  X            MOJL  N    þP¾IK            SR  ab    cB[      hФ            _          عiS      Z              B`YL      i~p  gh  ]        ڹ  ۹ٹ  j  ѤӤҤ[Ԥq            ij                aC  _`^Z        ab  MN  O                  ݹܹj  ]ľ  k  lo  nqpmk            ʹʸ      ʳʮ        ʻʷʭʺʫ          go  OHpSDK    fEdLPc  QJ  M  riTR  nlIkGFjhqme  N    oθgc  sb  lξ  pο  Vvd    fmqurkn    hëjitκe«            \b  [    `  P  U  _\aQ[  TR  cSW    X  Z      Y      ]^        d      @      CD          B  A                      @  ؽ  B                  G  Cض      ADغط        ؼE        صB@CD@FAA    BE              nzpvkyx|u޹t  m߹  {orwql        sUaXWZ\_  V  T  ][Y  _  ^c^  `b    `W    VU  XQ  RZS  ž\  [T  Y        ƾ      T      \    ]  C        lm  nդrs    s    UutV      ī  ]e    EGF    }Ǿ    ^  p  r  sv  tuw    ʻ    W  X  vxzw{y          ȫūǫɫƫfw      hgc  _    `bda  fe          JI  HGKF    I  KHJ  H  IJ        ~칡fge  d]Ⱦ    d_  o  x          ʫ  ig    NMLLMɾp\֤t    y      |        K    q  פ              N  L      rؤuɧ      Y~Z}    Ϋxͫ˫̫jh    kij  ^    PQ    O  hi  a  ĨK٤  s  wv        z                ħ  §ç              h  b]̣ec\ilg`̥f̦ad[_ķ    ^j̢              ΤΪΣΥ}{  Ωy  ЫΨ  |zϫ~    έ                o  n  lkn  po    s  qpѮr  m  l  mqr        SR      T  XA  Z  V^  [U  C  WB\]Y        D  @Q        R  OO    P                  S      VN  P  UTC  R    D  MQ                            egkh  c  bl  jjmdikf        af`e  ^hdic_g  jb            r    DE  `        r  q          t{ʵ_    u    ŧ    t  Wvwxڤ    ѫ        Sy]    x  |        Ƨ          n̬m̩o̪  ҫ  ԫΰαβδӫ    ts  v  u          bF  ac`        UE  V  WT        Z\E[YX          qo  mpnl    mklnn  z~}  F  ۤիX  y  z      ȧɧ  ǧ              β      ֫  ιζκ׫yu  wwxxv  GJKHgfdeI        h  Z[  \]_aHGY`^      psrtqtuos  sqpro    f  FG  U    ʧ    ث      {ܤ    ˧  ٫  |          I}ݤޤ    ɢ    ̧    qrs  p̸      ګ  zz  y  iLjM      ]      b        uvʾt  s        t  kJ      U        Χ  ͧ۫  {  mCnl^  v  L  ϧЧ    wv̻u    ݫܫޫ߫      }|{      Oorp  Nu  qPts        a_`KdLc    w    xw    u@HI  ߤ        {    ҧԧ    ɤӧѧ      x    y      ا֧    է    ק                      ̢~̮̩©̭㫬éȩƩ  |̥ͩ䫦  ɩ  {ʩ˩ǩ̩z̫ĩ    }̡̤ũ                Ρ            Τ    ~}  |    쫡򫢮~뫦﫥Χ                          vѦ  ѨSլѣxQ    R    ѯ    ѭѧ  y  w        z              U^d  |e`ժVբ~TbeI  cء]a{dY  b  WXէ    [ի_դ\  fc  Z  }                  ko@QmDqeFSilG  HNsT  JOC^  UrAP  ]pNM  tEjB  K  MRgL  P      h      \p  h  ln    k  [  j_          Z@q    XimOfgAWYVo    }  G  F  |E  CD  zn  ᣼  {  HyB  z        ~y          ~ξx娼  ̾嬼  x        v    }      w;姼孼|{˾zо    ~    Ѿ  |  y{ӾҾ}Ͼ                                V    g    jihaJbAt      |ɳ    ڧ٧  ϩΩ    ѭ      ur`atvu    I  宼  Ծ  W¹            ѩЩҩ    ѰvQ  ~  }ɷ      ɪ    ɩ              ߧ  өާ  ۧ        ݧܧ                              ᩾̷ܩ侀̺̼̿  ̴詸  ٩  ⩶ש    ة  ֩  ԩߩթ䩵کݩީ  ۩                            A@ѱCBE        βD                                    ѿ      f    ѺѼ}սѾ  ѿѸѵѶѹѻѻî®    ѷ                    g  ˱ʱ    yurզպ    wը  ̱ɱ{j    ȱiս  s±h  xqǱtդƱ  R  oոñ  xnl~հıw|յ  pűmzvTS                      kd  z  jYgw}kn|\ml~Uy  i  _٥phq٭fe  c]٤  V  W{y  Xox`[٩a^                p    |ݱݶݪliz  {bkno  ݸj  d}ݺݨݩ~ݴݫݵݭ  ehfݰݬ    Sm        gcݮ                    QL      K  Ob      R导  T尼  NPU              J    嵼      Zٲ  ¼M        峼ü              ؾپ߾  ־ݾ۾վ  ܾ  ׾  ޾      ھ                  Y­X    ^  \]Zk    [B  E    FDGlC    NdMLKce      u    ũ    rٯ        F      G  ĮŮ        ӱ  ϱ  ֱձαѱԱб    vͱ      uxٰsw  t  q        VļżƼ    H            y          Ʈ  رױz{rW  礸    Hٱ  |ٵs      _  I    ǮȮ        ۱ܱݱڱ}  ~پ    YX      JIO  ^J    餹                    @              PM  SKNQ      LO  R              Юɮ̮  Ϯ    ʮ  ή    ˮ  ͮ            ߱խޱ  ծ  ౩        ٨    ݦټ١          y  vwu{    ݻ    xtz      \  Z          [ȼ    Ǽʼ  ɼ  澻            辳徶                `nK  m    QR  f  P  Ū      TѮ    Ұ  ̳  |    뤳B  A    ҮӮ  Ԯ      ´  z    ag        ɵ    ɴ          C  GBE  @  AA  @F  D                  W  C  MNFXHSIVQO    J  P  D  RUE  LT  GK                              [\i  VLbJ[EeRA        DQa`FX  _`cZKSfYamVX      Cjc]@lgI    kPHd\T  ^bGZYO_UWh]NMB  ^  W    U                                      ߮      ծ        ݮ        ֮ڮ    ۮخ  ׮    ٮܮ                                              յչ    սհ          ղ        ճ  鱺    շջޮ                      ִ  ѴҴ  δĴǴƴ  ״  ɴŴ  д  ̴ٰٵٯ  ˴ݱϴʴٴʹôٴ        ȴټپ  ٪ӴմٹԴ                                            ݦ              ݨ    ݬ  ݡݯݣ  ݰ    ݪ~شݿ    ݥݢݭ                        JH  ^F  X}_B]  GUd]  [  @Z  oQamI^KYgDkaMC  Wh`e  S  fEPLN  `_nO  b    TcljAVi    bR        \                  ͼ    ؼ    ռ      Ѽμּ  ׼Լ        ټ  Ӽм    ϼ̼Ҽ  ˼                                                                              E  AH        I  DJ@    G  CF  B      chi      b  fe      gd        QNW  VTO  r          PqSpXRM      o  LV  UUh  YZTX  S        W              v          V          Y      d            ۴ܴڴ    ݲpceqdۼ  ڼ          K  jYwBZ[    n                  k      \  eof  p          ޴ݴ      fgh  ܼ      LlZ  _  qg      ߴ      ijݼ޼`  CH  r  hsi        j  BA  C@    @A            AB@  ݷk  M  [  ¥  ]a~ɻ  IJ^    tkl  D  B      r    å        ƥťĥD          @ŦƦ    ¦      ĦɼEæ      [YLQSLM  U  ROQVZX  Z  K  M\  TW  EG^UNJYVHICOP[]PN  S\WR  ]FTKXD                          jzq  Kb  eB  movhfguGpnsJ  uy  cI  MO@lk}r  ux|AF  ~wi_  d  `N  {ta        L            |ϡ  w    ϪϬtv{Iҭϭ{s      d~xzϥ  }}pϨ      z  mϪxoϫ^H|wvnϬϩyϡqϢrϦy~                                          LC      U[WJMFGJV_E  @NBOY      DhHHEfZgaSb  \ecITAG`FQC  iPKK  X]                                  e  RP    G[  U  GDg    dXcNOIE  @QYBD^F\SHFJh  b_]faR`AEWV  TLKC          M                                      AZ  IMD    JCUV  H  D    B    SKQ    WAGEBCOLT@F  G      FE    PNR                @      a`F޽  _IJ  Ƿh·^  CȷRHKc޸jbW̷    ˷ŷ    i޹ULYeͷ  T  Mķ  ÷PZdGQ޼[ɷN޿ESgVlXfƷO޺ʷD  ]      \                            ⭺}⢺  n⯺  wmⱺq  suS殺}o  ⣺u~    |    |vt    zwx    z~  py  x{t⪺⤺s  r⥺{  y߼                      vDNMYK  O  F  RTC^  W  [`UI  L    H_  aV\  J  E嫺A  ZB@  X  QP]G              I@AHCOBDFEDJ  G  F    EB@  ANC        Q        SYWZR  VU[  TX  P        q  o    p  mns  r    x_ey\vsgw  t^abcf  ]udh`      ]j`kh_\  ^bedg[  icfia            x    y    ŭWeƣl          ǦA    ^  _  b  _  `a    XZURT                VͣSP͡W  QͥY                        ϱ  ϵ  ϵ                  wxyP  Ln  v{Q  lrku    qMOz  jms  t|p  N                    mN    PL  XJWiH[Rl  SV  Z  O  T    jkYMI[  Q    U      K  HIeO  YbXL`^  _J  c          \ZK]a      M      d          pwyޡ  ڷk  ҷ  z׷η  }  m~l  ܷ  xϷ  Էqٷ|ovrnѷطַӷ۷зu  շ  N  {  s          t              ⵺                  gdpjlfn    mk  qho      cebr  i    JQ    USKILMHUVGVQOLPN    RRM  N  OPK  TSWXT    \b  `^        a]_        w  tuv  l  mzk    j  i{    l    jk                  y                Rݷ  nb  }    ϹfP        ޷      |g  ɦBȦedc`        [    Ϻ  ϻ  ҡ~S  ]^o\_Rp    Qkj  hi  lڦޥީ  ާ޹  ⺺s  t  YZ    r}qpnol    ǥ      CD        f    b  aˬegcfgd    _;]d    ea  b  \ͯ^ͮc  `    Ͻ  Ͽ    ϼ              ҥ  XWUҩTVg֣Ҫ          bf  eny    h  cmt    sadu  rq`i      pw  Tvs  V      u    oqtrUxS߷    ެު  ᷮ  ⻺      ޯ    v        u~}{  zwxy|    _\]W[a`^  de  c  yx~  mnmzȥYvjɥ    E      ljkhhi          m  kgj  f͵i    lh        ¬ŬϿ    Ĭ      ì        ҫҶ  ҹҺҬҸҵҳҷ_  ]        һҲ^  Z\          xmk  l  s  tp{uro  ynwzqy[xwv|                ~      `      ڢZڥ[a  bX}{ڣz_|ڤڪY^\]      W        鷷跻          ޳  ޺޸޹޵޴            ⾺                      @bA            i  f  eg  fZ  c  X  \[dh  Y  mzjh  k  nlg    BEu@  oF  D{ACGv  t        s      n        Ųʥnͼҽ}]{ų˥  o`                ҿ~          º        i^_  ropqIH|w̥  Ƭ    ͥ  ң    cd  ΥϥFjiǬϬХѥҥӥ      klnm    rpq                ˬɬ  ʬȬ        `        dcba      {z֤      fe    ڧ                Bj      s  å    |ԥs    ú    op    t͸            ϬЬͬά      ̬          hi    nlkjem  f  g    ֢֭|~֤֣}    kjh  lmgi  گ                      Ǻƺź    Ⱥ    ECHIFGĺD      l  ksmro`q    a  b  pn    t    wuv          M  N    }O~LP  J    xo  Kp        ~}          Ѭ  noեʦG  qm    ҬӬԬo        q  p    J          x  Q      qp  ֥up      r      Kt  Rrץ    ׬ج֬  լq    rs      ֯          ڱs  ɺ  ʺLduc  y  Ssإnxwͼvͽy  ۬ڬ߬  ެ  ٬    ܬݬ                    uv      wt          ֲֳִֵַ֭֮֬        ھںڻ    ڽt          C  κF  DEAB                  @    ̺ͺ˺  N  QOM  P      }    ~vzywfgex{|  h  @  {A    |z~}    U¥¢      T  {      yz  twuv      f٥      ڥo    x    uGB|xۥ      z|~}{Ϳ                              |    zҢyҥ}  ~{                    ֵַ  ֶֺ                      v          ڸwx                N  Q    M    L  H  O  PJK      кԺ  ѺӺ    I  Һ          TX  V  Ϻ  S    URY    W        j      li  k  F    E    C  DV  G        Z    W    []\XY        ~}      z}yq{|~rts              ܥ    rª      ҧҦ    Ҭ  ֻּ  ּֿ                R    S  T          A    ׺պֺC  B@            mH  I_^  á    Vݥrqp          Īê                  Ҳ                        ־        }  |    z  {y    AZ  X@W  \[Y        I  H    D    غGFٺ          ^    _[]  Z\        p  Erqno            J      `¨©          ã      ޥHs  ƪŪ    @    ҷ        ~        D]^  CB        JۺںKL  a`    s      K    ¬  u    ߥ          A            Ҹ              ڣ        E  ܺMݺ            vĥ  ˦Ǫ    BC    @Bӹ  DGE      FCҺHA        Ʋò  ǲ    Ų  ²  ĲȲ                      ڧڥڬګڭ                    aP  SGLFc  J      Hb  ONKMIR_Q              ]  X  N  PUTWRQ    ߺSY[  VO    i޺    \              b    c    e            `h    d  fg  vj                txQyw{z            O    N  L  PMu              c    agedj  khib­«f    l          ðê  îïó    x      wy                  Ţ      X  Ym    ~̦      EFD      GHI    IO    MӻK  LN      Jɲ  ˲ʲ          گ                  V  dTeUf      a^`_                k  a    |}  W    SXTVR  U              z{A  @  ͦ    t  Ȫ  LJKZǯSYïRXV¯įUӽTȯůɯƯQPW              ϲֲӲٲزԲ    вѲҲײͲղ̲          ڲڴ      l        ڳ  ڶڻβ          h]_ae  [Yj  `d\X  W      bZ^k  ifgc  r          jxtxe    ub  wf  vp    cqshgd  lim  yno  k              pyu  rvl  t    sw  q  nzrm    {o                ~꨿    ꣿꦿꤿ      _  Yia]dg\e`Zhc^b[f          ntwµovq·  m  surp        øô      ÷õ~}ĭ              B  Ź@BAl                                                                                                            Φ  oʯ    ڲ      j        CI    ɪu    M    `[_]˯^\    @ijnohkgm  @  pz  |}          üDźϦ˪ʪO    Nb  ̯a      ܲ۲  BCA  smlnrq      ~꪿y  xýüðЦPeίdc  ͯ    ݲ޲߲    D      op  ~CAB{|  }  桽歿꫿k  z{  lѦ  Ҧ̪ϯQ      ӦARS@BԦ  TѯfӯЯү  A  @  q                    զs˪CU  h      ԯgկ      C    BD          FGE      t  u  E  D                          pomnq  |¾      Ť֦      wµvF  צئ٦    v  ww  tv  yu{zxx      ѪϪ  Ϊ      ӪժҪ  ֪ͬ  Ъ|  Ԫ      ͪ          [GH]  WZca  IgLd\Y    IbDeV_FK`OM  XJ  ^NEf            گ  د֯jޯۯl    ݯkinH  omׯ    ٯܯ  ߯                      N  EG  H  PLJ  MQF  O    KI                  ȵQ    Oʵ      Jۡ  ɵN    Kŵ˵PǵMGƵL̵ĵõ          wu  {  sߢx  r{}  v  ~    |~yxy}͵  |tz        LH  M    JK  I          A  D稽C秽@榽  B    걿      ꯿    txzwv  usr  y    ¡}~      ôĳ  ECDڦ  תRN{ۦ  S      ܦP    TUVOݦ  تhp  Wۤ  P|µަ٪    Rε  QE        ߦϵR঱iQ    r          q    WTVSU  XY  Zۦ    ߨ      S    JFIKHG  괿            F}  }  X[  AJ      KMNL    ˣ{        ˡ  |zy}~~j      ܪͷ  ۪ߪ  Ϳ  ݪ  ڪ͸ઽ쯻ު                              b\daqt]  k  V`  cew  UYWRo  ~svХ  f}^xФuy|    mУ{    l  p_ZSXTgnХ[    zA                  v  }      ~  x|ӵӤt    sr\ۦ    z{ӡuӯ  ӶӰӧӢw  y                                                        ^`ey  ]hou  b  i    @wrnj\aY  fcsdzl  k    Z_pvA[gm    xqt                          l`׵}۪ۧյhۣiwsߵ  t]      赡u۬p  nzԵrۭkdo  caеjۨ  صݵٵ~ڵvf  ҵ^ۢ۫e൰q  m  ѵ  |  xֵܵ޵ӵyg{bۦ                            _            U  ߵߩ߱߿߰  ߲  ߶    ߶  ߱    ۵  ߸߯  ߾߲    ߫ߴ      ߺߪߧ߭                          ߮`        X[Y        Z      ]a    U^  WV  Tc\b_                              stgfb紽  vu_c]  pa  wZXdni綽O  m      [RU{\SQN  e篽`h穽x|竽  WkoTy粽  L絽rVjP^Y筽l}zq                  M  I  @C  EAG븿    L    F  UOF귿  J  T뿿  QDHBVSP빿W뽿M    K      NS@ERDA    MOQIPBRJGU    H  TKLVCN  ~        ³            °                    ĩĦ      Ĭ  ī                  ļ      J    KIGHL            EFG    O  h  ӷ@B|    {  굸    ~XZY  W    Ч      ikj          ӿ    AF  ӽ  Cӻ  HӾ    ӹGD  ӺEB        LK  ׫HF~שקפ׬׭ׯװ}Eס׮GIDM  J          ߽۱쵶ﵺ۸    ۵    ۼ۷۹ۻ              ߺ      ¸øĸ    㻸        je    ghm    i  l  f  d              ߲½k翽绽缽羽      繽纽罽d        a븽kg  e`o      Ŀ  \hi_^l  b]c  n[mj¿    ÿf          Y]Zag\  pj_kfm^`nXl  dch[  bie              o¥                        į    BEA  CDQO  N@PFM    ž  Zn妪          Gl      N    Ÿý  Ľ      ſ      Эm    I  J  N    MKL        P  UT    R  S׻׽׷׾    O  ׵      ״  Q                              ͸  ϸ  Ǹθʸȸɸ˸Ƹ  ̸          t    BA  v@np  rqs  o    ƽ  ʽ    ŽǽȽɽu      p|  ʿwy  ȿqu  xƿɿ{stzrvǿr  qw    st  ux              v          IKHJ  R      HIKJ  P  n              W      V      иCFE  D  ̿      ˿  y{z                TS[                                  o    C  A@BѸD  IG  H    }|}    LU  L  qr    p  T  R  QXPYV  SWUO    _  Y^    `Z  [      X  ]    \    D  F    E  I    C      B  @G  A      H߸ڸ    ո  ָ  Ҹ޸  ׸ܸӸԸPMEJ  Qٸ    G  OKNLݸFظ      Lx{  N  M}  ϽO  K䦻      y  ۸|  z~w  J        ֽ  ҽ      ٽ  ڽ˽ս  Խνͽӽ  н  ؽ    ̽׽  ۽ҿ~    Ϳӿ    Ͽ  ٿԿпڿۿؿѽ  οܿ  տѿֿ׿      ~                A    O    @BC            Ĵ  ĳ          @NMPQ  AV[  X  WZY  C  B@  A      @  MNg  m                                                                                                                    RP  D  DZaTSܽݽ      vƨ    b      H  VUW  QR䨻ݿ޽޿    FE\[      I  YZX        ߿  G  s  t]^  hfcged    J  LQSRUOKMTPN      [    T    S  U    ߽    併    ࿴          HIJ      R    BS\Ŭ  E  B                                                                          ji\]  꽺  vu  _        X    W      V  _b`ae^fcd఻V                  LNKMT    ow  l    k      `    [^Yl]    \_Z  hon  pmri  kgjqs            [aYb  X]c`_^  W\    Z  AC@EBFD                            E  A@CB  DR  O  S    Q    P  T      ľ  CEVDU  a`^]bcF  _    \  QPOp  nƭ`                                  U            yx  c  ab        mn      CAEFL  HJ  B  I    KDGb@ac  uwv{  xtyz|  gf  de䳻MNI  JK    LH@      G              FGH  I  XYWVZX  YWFdeHG                                                      d    @                    |GŰdA  [                                                      д|У~{    }    z      jgn  ilhekmf        p  zv    ~w|r  oq}uxty{s                MeO  gi  Nfj  h      GO~  PE      J  CB  MLKIN}DFH                RCA  S  DBQP  OE      Ŷ    Uo  RSQ  T    ˧ˬ˨˷  ˹                      мй        п                ׺q  pr    ע  ׷l      VWTܣnSYXk\R[PZUm    Q    Rnqim»ljpkho  YHJVWUQGZTFIX  KL    M]\  [\ZfŻut@A  s  פ          _a]`o^p    sUT  S      suƻû  ŻĻtr          a^_M`[\J  K]L                O  PN  R_Q^    ]H  I  C]q  oƼ  V  Ľq  B  xvzD  yw        CԨ  Bث@תC      צ  A      m  ljbqeovny  uc  iw  hxzk  rswu  tf  r  v        tsdgp            a  WYe    Z\f[        d  b^c`  X    g]        _                  x  ǻz̻лȻ    ɻ  ~    ѻ  ͻ|˻ʻyλ    {wvϻ}R          ZUgP    OV      eTqcdNXtysowuhb}W~  x  mkf      n{jz    S  v|rlQ      pYi          D  AC      B  @@  CE  E  BA  D                                                                    `Y  Tc[  eU  _aW  X]b  jgk^Zhj\    dfiS  V                s  cq    a  l  hrbet  mpid  `  o  ku      g  n            Bf@        D  AC                            afOh  I  djNJ  K`gMeL_cb  ^i      mplnoijg    khų    K  M          LN    J      D  SRT_U^Vruths      rpqw                                                                                                                            Dxܥv      {    E  Fج  }zyܣ|{~{      h        һ  ջ׻ֻ    ӻԻ  [  \      MK  IJFFNHL      G    nlm      wx  EGFPmlk                                                            XVYW          ¨˿˭                @          ЮЭ            EԢF  ~|}          IصH  KرJث      Gا}      ܬ|~ܡܤ      jk  iػ  ڻٻ            GHOI        o      A  G    Lضܦܯnomۻl      ܻPJptqus  y      B        ܧܳ    sprq    ݻ    ]^_`  Q  NKPSLRO    M        wvx~}z{|  HI  S    n    QRo    ŵq    EG  FW              C      t    QR  D  añ      S  ŲM        u  v  ޻߻      c  bd        V    UTT  A@  }  {  ~|y@z              J  K      p    OPH  i      CB    ä  q  r                    WD        XAç  LMTQNصܷ  z  |wx{y        g  e    [    f  Y  ZU  [    Y  XVZ  W        E  JFI  HG  DBECèF      @Ĩ  AħQN  OPrV  U  ts      I`X                                                                                      仾h        GíBĬuRS    t    s  u                                      H  O              ~        }        i        \kjl  a_    ^]  `    \K  ^]_NLMRKQTSPO            JHI      C  D  XW  U  TYvwWvV  w  aY                                                              PUﻭ    `    W  V  Lò    हࣹ                      nqsrt  pm  o    cfdc  i  hg  bba  ed    Z  ^[]\Y_b`a@  Xc    Mï      E    FĴ        `^]ca  \Z  [_bx~    y[šZ}|Y{Xz  }~  {x|  yzR  S    Jv  j  kƴz                                                                                          l    uej  mf  dkN      fd    e      \Ťżb            I              hvw      nq  poghfe  g  OüP    G  gih          TUV  Kcƶ  xi      J  {Ƭr            zy  i  SRQ  ^Ũ  ]ũ  L                      |    {    }xvw  s  y    tru              |j{z  ~        jm    l  tos  qpn  k  CB  DAu                    X    WUT                J  K      IH                    lo        V          msqkv  j  r      nu    t                `      _      Ŵ      űŬp        Z\_[`  Y  W  ]X^        M      Z        \[    y  xwz  st                                                                                              }~              o  k    p    l  m  n      z{~|  v    y}    E  F¦w                Y  Z  [M          xOP    N          L      }  {    |x~zwy      a  bŽdſ    cŻ          indgk  r  eosjcm  lqphbfNOa      ]  ^  `_ba|{    x|  }                                                                                                                  PQ        G    QS    R  e  c                      T      ³      t              dHu¶  r  q  LJKI\            f  vwd}u  ܶ          xR  e~        쪹  ]  gy          ^ĸ|{z      M  }    fN~        hŽĻ  ij      T  Sgjih                              s    eÿ            t                                                                J                                                                                                    JW  Y[_`cdghklopstwx{|        ơǡʡˡȡɡ\M  O  QRST  }~̡͡Ρޡߡ    LMN                                        I  CH  ]^ϡAСDAGFաס֡HIϢТѢҢӢԢբ֢עآ٢ڢۢܢݢޢߢ  B    ġ  @ABCaUb            N                                                                                                                                                                                Z          @              @                        @             @   р                 asm    dylink.0(  "` ``	`  ` kenvcheck_encoding_conversion_args env
UtfToLocal env
LocalToUtf env__memory_base envmemory      __wasm_call_ctors Pg_magic_func pg_finfo_utf8_to_koi8r pg_finfo_koi8r_to_utf8 pg_finfo_utf8_to_koi8u pg_finfo_koi8u_to_utf8 	utf8_to_koi8r 
koi8r_to_utf8 utf8_to_koi8u koi8u_to_utf8 __wasm_apply_data_relocs 
 > # A&j# A j6 # A'j# Aj6 # A'j# Aj6 # A'j# Aj6  #  # A8j # A<j # A@k # A jK  (,!  ($!  (<!  (  (  (4" AA     # A&jA A A A A GK  (,!  ($!  (<!  (  (  (4" AA     # A'jA A A A A GK  (,!  ($!  (<!  (  (  (4" AA"     # A'jA A A A" A GK  (,!  ($!  (<!  (  (  (4" A"A     # A'jA A A A" A G( # (8     d       @       PostgreSQL                                                                                                                                                                          P                                                                                                                                                                                                                                                                                                                                                                                                                                                                 HW                  ,i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Q                           8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              y                   ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                P               @   рG  ∖                                                         	              @   Ҁx  ∖                  P                                        asm    dylink.0  "` `	`  `` kenvcheck_encoding_conversion_args env
LocalToUtf env
UtfToLocal env__memory_base envmemory    __wasm_call_ctors Pg_magic_func pg_finfo_euc_jis_2004_to_utf8 pg_finfo_utf8_to_euc_jis_2004 euc_jis_2004_to_utf8 utf8_to_euc_jis_2004 	__wasm_apply_data_relocs 
 # # Aлj# Aj6 # Aj# Aj6  #  # A8j # A<jQ  (,!  ($!  (<!  (  (  (4" AA     # " A̻j  A@kAA A A GR  (,!  ($!  (<!  (  (  (4" AA     # " Aj  AjAA A A G # 8     d       @       PostgreSQL                                                                                    ī      ȫ      ɫ      ʫ      ˫      ̫      ͫ      Ϋ      ϫ                          ī      ȫ      ɫ      ̫      ͫ      Ϋ      ϫ      ʫ      ˫                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        `      z    6      P      j    &      @      Z    	  t	  	  0
  
  
  J      d       ~    :      T      n    *      D       ^      x    4      N    
  h    $      >      X      r    .      H      b      |    8         R!  !  "  l"  "  (#  #                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           #  C$      $  $  ]%          %              &  w&  &  3'                                                                                                                                                                                                                                                          '  '  M(  (  	)  g)  )  #*  *  *  =+  +  +  W,  ,  -  q-                                                                                                     𨘠                           𝦠                                                       𭹠                                                 𗋡                                                                                                                            𢵡   𜶡       𳸡                                                                                                                                              𐭢        𦮢                                                                        𶆣                      𒏣    𤏣𕏣              𑑣                              𚕣                                    𺘣                                  𧟣                                                                           𹷣𓷣                                                                                                                                                                                                                                                                                                                                                                               𴞥                                   𣫥                            𤱥                    𖹥𥹥                𔿥    𻿥                                                                                                                                                                                                                                            𶿦𷿦                                                               𚏧                              𔘧                                                                                                                                                                                                                                    𻦨           𩨨                       𝫨               𯯨          🸨                             𱊩                                                                                                                             𽸩                                                                                                                                                                                                                                                                                                                                                                                                                          P           N          	  B        /  n                                                                                                                            ̢          ޡ                                                      ©  é  ĩ  ũ  Ʃ  ǩ  ȩ  ɩ  ʩ  ˩  ̩  ͩ  ߡ  Ω  ϩ  Щ  ѩ  ҩ  ө  ԩ  թ  ֩  ש  ة  ٩  ک  ۩  ܩ  ݩ  ީ  ߩ                                                    ɪ        ˪  ٪  ߪ            ̪    Ϫ      Ъ                        ͪ    Ϊ  ڪ                            ۪                                                      ܪ                  ʪ                        Ѫ          ª  Ҫ                        ê  Ӫ        Ȫ          Ī  Ԫ      ݪ            Ǫ  ת                          ު    Ū  ժ  ƪ  ֪                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ū                                                                                      ë                                  «                                                                                                                                                                                                                                                                                          ӫ              ԫ              ի  ֫                            ت                                                                                                                                          ܫ  ګ  ߫    ۫      ׫                ٫  ޫ          ݫ                                                                                                                                                                                                                                                                                    ҫ                                                                                                                                                                                                            ¦  æ  Ħ  Ŧ  Ʀ  Ǧ  Ȧ  ɦ  ʦ  ˦  ̦  ͦ  Φ  Ϧ  Ц  Ѧ  ٦  Ҧ  Ӧ  Ԧ  զ  ֦  צ  ئ                                                                                                                                                                                                                                                                                                                                                    ѧ  ҧ  ӧ  ԧ  է  ֧  ا  ٧  ڧ  ۧ  ܧ  ݧ  ާ  ߧ                                          ק                                                                                                                                                                                            =  }      =  }                          <                                                                                                                                                                                                                                  {                              /  C            .  n      *	  e	      ~	  	  	  	      3
  s
  
  
    S                                        -      c                                                                                                      "  b                  "  \  |      5  t        K          8  s      	      (  ^            ?  z                        +  N                2  a        !  a                6  N            (  L              Y              H          X            "  >      c                    "  S                        4  ]                          [         Z         !  Z!  !  !  "  Y"  "  "  #  T#  #  #  $  S$  $  $  %  R%  %  %  &  R&  &  &  '  Q'  '  '  (  Q(  (  (  )  Q)  )  )  *  L*  *  *  
+  J+  +  +  
,  J,  ,  ,  
-  J-  -  -  .  B.  .  .  .  ?/  /  /  /  ?0  0  0  0  <1  |1  1  1  ;2  z2  2  2  93  y3  3  3  74  w4  4  4  15  o5  5  5  /6  n6  6  6  .7  n7  7  7  .8  n8  8  8  .9  n9  9  9  +:  k:  :  :  +;  k;  ;  ;  '<  g<  <  <  '=  f=  =  =  &>  f>  >  >  "?  b?  ?  ?  "@  b@  @  @  !A  `A  A  A  B  WB  B  B  C  VC  C  C  D  SD  D  D  E  QE  E  E  F  QF  F  F  G  PG  G  G  H  OH  H  H  I  LI  I  I  J  KJ  J  J  K  KK  K  K  
L  JL  L  L  
M  IM  M  M  	N  IN  N  N  O  GO      dO  O  O  "P  bP  P  P  Q  ]Q  Q  Q  R  \R  R  R  S  \S  S  S  T  [T  T  T  U  XU  U  U  V  WV  V  V  W  RW  W  W  X  QX  X  X  Y  PY  Y  Y  Z  PZ  Z  Z  [  M[  [  [      [  +\  i\  \  \  ]  C]  ]  ]   ^  ?^  ^  ^  ^  $_  d_  _  _  #`  b`  `  `  a  ^a  a  a  b  ^b  b  b  c  Xc  c  c  d          d  ^d  d  d  e  Ae  e  e   f  ?f  ~f  f  f  1g  qg  g  g  h  Zh  h  h  i  Fi  i  i   j  @j  j  j      j  8k  xk  k  k  5l  Tl  l  l  m  Sm  m                                                                                                                                                  m  m      n  Gn  n                                                              n          o  Ao  o                                                                                                                                                                                                                                                                                                                                                                                                                                                              ƫ  ǫ  Ы  ѫ                                                                                    ¡      ơ  ǡ          ȡ  ɡ                        š  ġ                                                                                      ث                                                                                                                                                                                                                                                                                                                                                                                    ݣ              ߣ                                                                                                                              ܣ                                                                                                                                                  ׭                                                                                                                                                                                                                                                                                                                                              ͢      ΢                                                                                                                                                                      Ϣ      ߢ  Т      Ǣ          Ƣ                                ݡ  ۣ                                          ܢ                  Ԣ  բ  ʢ  ˢ                                                                                                                                                                                                                                                                                                                ¢  â              Ģ  Ţ                                      Ѣ  Ң  Ӣ                                                      ݢ                                                                                                                                                                                                                                                                                                                                                                    Ȣ  ɢ                                              ޢ                                                                                                                                                                                                                                                                                §  ç  ħ  ŧ  Ƨ  ǧ  ȧ  ɧ  ʧ  ˧  ̧  ͧ  Χ  ϧ  Ч                                                                                                                                                                                                                                                                                                                                                                                                                                                        ¬  ì  Ĭ  Ŭ  Ƭ  Ǭ  Ȭ  ɬ  ʬ  ˬ  ̬  ͬ  ά  Ϭ  Ь  Ѭ  Ҭ  Ӭ  Ԭ  լ  ֬  ׬  ج  ٬  ڬ                          ڦ  ۦ  ܦ  ݦ  ަ  ߦ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ҡ  ӡ  ԡ  ա  ֡  ס  ء  ١  ڡ  ۡ      ̡  ͡  ڢ  ۢ  آ  ٢                                                                                                                                                                                                        ¤  ä  Ĥ  Ť  Ƥ  Ǥ  Ȥ  ɤ  ʤ  ˤ  ̤  ͤ  Τ  Ϥ  Ф  Ѥ  Ҥ  Ӥ  Ԥ  դ  ֤  פ  ؤ  ٤  ڤ  ۤ  ܤ  ݤ  ޤ  ߤ                                                                                                                                              ¥  å  ĥ  ť  ƥ  ǥ  ȥ  ɥ  ʥ  ˥  ̥  ͥ  Υ  ϥ  Х  ѥ  ҥ  ӥ  ԥ  ե  ֥  ץ  إ  ٥  ڥ  ۥ  ܥ  ݥ  ޥ  ߥ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ¨  è  Ĩ  Ũ  ƨ  Ǩ  Ȩ  ɨ  ʨ  ˨  ̨  ͨ  Ψ  Ϩ                                                                                                                                                                                            Ш  Ѩ  Ҩ  Ө  Ԩ  ը  ֨  ר  ب  ٨  ڨ  ۨ  ܨ  ݨ  ި                                                                  ۬  ܬ  ݬ  ެ  ߬                                                                                                                                      ƭ                                      ʭ                                        ĭ                                      ­  ̭          ˭  ŭ              ͭ                                          ǭ                  ϭ                                        έ          í              ȭ                      ɭ                                                                                                                                              ߭                                                                ӭ  ԭ                                                  Э  ѭ  ҭ          ֭                                                                                                                          խ                          ޣ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ޡ     ֡                                                                                                                                                                                                                              Ӯ                                                                                                                                         ۮ                                                                                                                                                  ȣ                                                                                                                                 ݣ ޣ                 ᣏ                                         磏                                                                                                                                                                                                                                                                                                                                                                                                                                                 ¤                                             ʤ                                                                                                                                                                                                                                                                                                                                                                                                                                                                               å                                                                                                                                                                  ץ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ֨                                             ٨                                 ܨ         ި                                                                                                                                                                                         﨏                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Ƭ         ʬ                                                                                                                                                                                             ଏ                                                                                                                                                                                         ۭ                 ߭                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          宏                                                                                                                                                                                                                                                                                             ȯ                                                                                                                                         ݯ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ֵ                                                                                          ݴ                                   ׵                        ø                                                                                                                                                                                                                   ߸      ޸                                                                                                      Ϳ                  ο             ص                                  ƻ  Ż                                       ʰ                                   Ķ                                                                           ˰                ٵ                                                                                                                                     ¡       ǻ          á                                           ̰                ġ       š                                                                            ²          ǡ ȡ     ɡ     ʡ   Ȼ          ˡ       ̡                                   ͡                     Ρ       Ͱ                                                                      С                                         ѡ                 ҡ               ӽ  ӡ           ԡ     ա                                                     ϡ                                       ס                                         ء                               ĸ            ١     ڡ                       ۡ     ܡ ڼ        ݡ                                                                     ®                    î  ߡ           ࡏ     ΰ                  ᡏ             ⡏         㡏                                         䡏       塏             桏                   硏     ż                                                                        顏                                 ꡏ 롏 Į  졏                                         衏                              ź                       ĺ                                           ϶                   Ů       Ǯ                                                               Ȯ                                     Ʈ                                                   ˮ        ʮ             ̮                                                        ͮ                                                                                  ή                                                      Ϯ                            Ѯ      Ү                                                                                                                                      ߱                 ƺ                           ̼              Ԯ                                                                                               ծ      ڽ            ֮                                                              Ŷ  ׮          خ                                    ٮ                            н                    ڮ   Ͽ                                           ܮ    ݮ                                                                                                                   ɻ                                      ޮ                                     ߮                                     ޺                                                                                         ĳ                                                                                        ò            £     ã                       ģ                                 ţ ƣ                                     ǣ                   ɣ                                               ж                                                              ˣ     ۼ                                          ̣ ͣ                                                                       Σ                                                         ϣ                         У       ѣ                                                                                                       ԣ               գ                   ѵ                ֣                                                                                                                                             ף         ߿                ޱ                  أ       ڣ                               ۣ                             ڵ                              ǽ  ߣ           ࣏                     ñ      Ÿ                          Ĳ      ˻    ⣏ 㣏     ʻ                                  ɵ  Ƴ                ȵ                                                                              壏         棏       ޴                                          ۵                            裏                                                       䣏                                               飏             ꣏               룏                                             Ƹ                                          죏                                                                                                                                                               Ⱥ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ʵ                                  ı                                                                                                                                             ̻                                                                                                                              Ų                                                                                                            ޲                                                          ä     Ĥ Ť                       Ƥ                                                                             Ǥ     Ȥ                                     ɤ                                                                                   ų  ˤ           ̤                             ͤ               Τ         Ϥ                                 Ф             Ѥ               Ҥ                                                         Ӥ                       Ԥ                                         ͻ            դ                             ֤                                 ϰ  ޿          פ ؤ       Ǹ                                                                                ڤ                                     ï      ۤ             ߺ  ݤ                   į            ů  Ư                                                        ߤ ए Ѷ                ᤏ ⤏                                                                                           䤏                     夏 ǯ          椏 礏 褏     ȯ              餏 ɯ                                                                                                               ʯ   羅                                        줏                                         ͯ                                                    ί  ϯ                   Я                                                            ѯ                               ү                         ӯ  ԯ                 կ                           ֯                                                                                                                                                                                                                                                                         ɺ          د        ٯ                                                       п                        ۯ      ν                                  ܯ                                                       ݯ                                      ߯                                                                                                                                                                                       λ  ѿ                                                                                  Ʋ                           Ƚ                                                                                       а                                             ¥                                                         ť           ƥ                                                             ȥ ɥ                   ʥ                                                                                                         ˥                                               ̥                                             ʺ  ͥ                                   Υ л      ϻ      ϥ           ȸ      Ѱ                              Х                 ѥ ҥ     ӥ                   ԥ                                                           ѻ      Ұ                                      إ ٥                                 ڥ                                               ۥ                   ܥ                                                                                                                                             ݥ                                                         ޥ                                                                     ߥ                                                           ॏ                                                           ᥏       ⥏ 㥏     䥏                                                       奏     楏     祏                 襏           饏     ǲ                                                                                  ꥏ     륏             쥏                                          累                                                                                                                                                                                                                             ű                                                                                                          һ                           ڻ                        ɸ    س                                                                                            °                                                         ¼          ҵ                                   ܵ      ˺                Ȳ                              ɽ                                                                                           ɲ                                                                                         ͼ          Ӱ    ҿ                                                                                                     ƶ                                         ܼ      Կ      ɶ                                      ӻ                                                         ȼ                                                                                                                                                                                         ¨           è Ĩ           ƨ                   ٳ      Ǩ     ߴ                                                  ɨ                                                                                                                                                                       Խ                                ̨                             ͨ                               Ϩ       Ш           Ѩ     Ҩ             Ψ                     Ө                             Ԩ                         ը                                                                                                     ר                               ب               ڨ                                                                             ݨ                               ߨ     ਏ         ᨏ     ⨏                                                                           㨏     䨏     娏             稏                                                                       訏               騏 ꨏ                       먏                                         ʸ                                    Ҷ           Ի                                                                                                                               ջ                                                                                                                                                                                                                                                                                                                                                                           º           ˸                                 ð                                                                                ǳ                                                                                                                                                                    ݵ                                                  ̸                                                                                                                                                                                              ̺                    Ʊ                                                ·                                                                                                   ۽                                                                                                                     ֻ                                                                   ¬ ì         Ĭ                           Ŭ                                                                                     Ǭ             ׻              Ȭ     ɬ ޵                                                                                                                  ˬ                                                                                                                         ÷                                    ̬                                 ͬ                               ά                                               ٱ    Ϭ                         Ѭ Ҭ                                 Ӭ                           Ԭ                                                     լ   ֬         ԰                                                ׬         ج     ٬                                                                         հ  ڬ     ۬ ܬ                   ݬ           ެ                                                                                           ߬                 ᬏ             ⬏                                                                         㬏                   ŷ                          ְ              ķ                    䬏                                                                 欏 笏         謏 鬏                                           ꬏       묏 Ʒ          쬏                                                                                                                                                    ﬏                                                                                                                                                                                                                                                                            ͸                                                        ͺ                                                                                                                                                                                                                                                                                                                                                                                                                              ȳ                                                                                                                    ػ    İ                                                                                                                ú                                                                                                                                                                                        μ                                                                                                                                                        ݳ                  κ                          ŵ                      Ƿ                                                                                                                                                                              ­                 í                                                        ĭ                                                                 ŭ                       ƭ         ǭ                 ȭ                                     ȷ                                                                                                                ɭ ʭ     ˭                                                                           ̭                             ͭ                           έ                                   ϭ                                     Э   ѭ                                                                                     ɳ                                                  ҭ ӭ                       ԭ     խ                                     ׭ ح                                                                           ٭               ڭ                                       ܭ                 ݭ     ޭ                       ୏                                                   ٻ          ᭏                                                   ⭏ θ                                        ߵ          㭏                                                                   䭏 ɷ                                          孏                     歏     筏 譏           魏           غ                                            м                        Զ                        »        ۻ        ꭏ         뭏       쭏             ܻ                              ﭏ                                                                                            ݻ            ܽ                                                                                                               װ                                        Ǳ           ս                                                                                                                                                                                         ʷ                                                  Ƕ                  ˲                                            Ű                                                                 û                                                                                                                                                                                                                         ʶ  ȱ                            Ǻ                                                                                                                                                                                                                            ɰ          ݼ                                                                                      Ů ϵ  Ʈ                                                                                     Ȯ                         ̲  ޻                                                            ϸ  ̮     ͮ         Ͳ                                      ή             Ϯ                           Ю                 Ѯ   Ү                                                               Ӯ         Ƽ        Ԯ                                 ɱ                                              ˮ                       خ                     ٮ                                         ڮ                 ܮ               ˳        ݮ ʳ  Ϻ  ޮ         ˷    ߮ ஏ       ư  ᮏ         ⮏         Ͷ        ˵  㮏     䮏                                                               殏         箏                                   讏     鮏               ꮏ                                             뮏                 쮏    ﮏ                                                                                                                                                                                                                                                                 ذ                                                                                                                                                                                                                                                                                                                   ȶ    ݽ               ˶                   ڳ                                                     ݱ                                                                                                                                                                                                                                                 į                             ů Ư           ǯ ɯ                           ʯ                                                           ˯                     ̯       ͯ                                       ߳                     ϯ Я ѯ                         ү                     ӯ     ԯ               ֯           ׯ                   ̵                                    د                                                                           կ             گ             ۯ                         ܯ               ޯ                                           ߯   ௏                             ⯏                                                           㯏                       䯏                                     每         寏                         篏 诏                                             믏                 쯏                                   ﯏                                                                                                        ն                                                                                   ֶ                                         β                                                               ߻                                               к                                                       ޽    Ļ                                                                                                                                                    ̳                                                                                                                                                                                                                                                                                                                                                                                             ʱ                                                                                                                                                                                                                                                                                                                                                                ϲ                          ¾                                                                                                                                        ˱                                                                                                                                                                               ̱                                                                                                                                                                                                                                                                                       þ                                                                                                                            ձ                                                                                  ʽ                                                                                            ߽                                                   Ѻ  ľ    ½                              ̷                                                                                                                                                                   и   ž                                                                                                                                                                                                                                    ¹                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ô                                                                                                                                                                                                                                              ´                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       в                                                 ޼  Һ                                                                                                                                                                                         ٰ                                                                                                                                                                                                                                                                                                                                        Ǿ                                                                        ƾ                                                                                                                  Ⱦ                    Ѽ                                                                                                                                                                   Ͻ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ߼                                                                                                                                                                                                                Ժ                                                                                                                                                                                                                                                             Ѹ                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ý                                   ͳ                                                               ̶                                                                                                                                                                    Ѳ                                                                                                                                                                                                                                                                                                                                                      ׶                                                                                                              ͱ                                                                                                                                                                                                                                       Ĵ                                                                                                                                                                                                                                                                                                                             Ŵ      ӿ                                                             ù                                                                         ڰ                                                              ͷ                       ۰                                                                                                                                                                      ֱ                                                                       ɾ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Ĺ                                                                                                                                                                                         α   ױ                                                                          ƴ                                                                                  ʾ                            Ǵ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ֽ                                                                                                                                                                                                                                                                                                                       պ                                                        ֺ  ε                                                                                   ܹ                                                                                                         ˾                                                Ź                                                                                                                                                                                                                                                γ                                                                                                                                                                                                        ̾                                                                                                                                                                                                     Ҽ                                                                                     ˽                      ;                         ׺                                                                 ض                                        Ҳ                                                                                                                                          ٶ  Ӳ                                                ʲ                                                                                         ξ                                          ܰ                                                                                                                                                                                                     Բ  η    ƹ                                        ϱ                                                                             ϳ                                                                                                                                                                                                                                                                                                                                            Ͼ      ׽                                                                             ȴ                                                     о                                                ޳                  ڿ                                                                                                 ڶ                                                                                                                                                                         ղ                                                                 ɴ                                                                                                                                                                                                ļ                                                                                                                                                                                                        ʴ                                                                                                                                                                                                                                                                                         ζ                                                                              ͽ                               Ѿ                                                                                               Ҹ                                                            ǹ                                                                                 Ϸ                           ȹ                                            Ӽ  ɹ                                                                 ٺ      ¿                    Ҿ                                          з                                                  ʹ                                                                                                                                                                               ѷ                                                 ݰ        ˹                                                                   ۶                                                                               ˴                    ް                                                                                                                                           ʼ                   Ľ                    ̽                                                                               ҷ                                                                                                                                                                                                                                                                                                                                                                                                                                                          ̴                                                                                                                                            ӷ                                                                                                                                                                                                                                                                                                                                                                                                  ʹ                                                      ͹    Լ                                      ̹                                                                                                                                                                                                                                                                                                                                                                                                             Ӿ              δ              Ը                                    ι      Ϲ                                                 ߰                                                                                   ո                                                                                                                                                                         ӵ                                                                                                                                                                  տ                й                                                                                                                                                                                  ѹ                                                                                                                                                                                                                                                      ÿ                                                                                                                   ˼                              ܴ         ؽ                                          ҹ                                                                                                                                                                       ϴ                                                                                                                                                                      Ǽ                                          Ŀ      ֲ                ݷ  ܶ                                                                                                      ײ                                                              ѱ                                                 ز                       Է                                                                                                                                                                                 շ                        ӹ                                                      ʮ                                                                         ٲ                                                                                                            д                                                                                                                                           Ƶ      ݶ                 ۲       Ծ                    ں                                                        ڲ  ָ                                                                                                                                                                                                                                                                                                                                                                                                                                                        վ                                                                                                                                                                                                                                                                                                                                                                ü                                                                                                                                                                                                                               ־  ɼ                                                                                                                                                                                                                                                                           ſ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ׸      Ե                                                                                                                                                                                                                                                                                                                                                    ؼ                  ַ  ³                                                                                                                                                                                                                                                                                                                                                                                                                                                       ܲ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                µ                                                                                                                                                                                                                                                 Թ                      ѽ                       ұ      ׾         չ                                                                                         ޶                                                                                                                                                                           Ӹ                                ۺ                                                                                                                                                  ؾ                                                                                                                                                                                                                                                                                                                                             ߶                                                                                                                                                                              г                                                   ƿ                         Ѵ                                                                                                               ѳ                                                                                                                                                                     ׷      ֿ                                                      پ                                                                                ǿ    ھ                                                                 ۾                                   ӱ      ط                                      ͵      ܾ                                                          ظ                                                                                                                            ݲ                                 õ                                                 Ҵ        ۿ                                                                                                                                            ڱ                                                                       ֹ   ռ                                                                                                                                                                                                                                 ٷ                              ĵ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ݾ                                                                                                                                                                                         ׹                 ߲      Ӵ                                                                                                                                     ޾                                                                                        ع                                                                                                                                                                                                                                          ϼ                ҳ                                                                                                ۱                                                                                                                                                                                                                                                                                                                         ٸ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ȿ                                                                                         ּ                                                                                                                                                                       ڷ                 ӳ                 ܺ                                                                                                                                                                                                                                                                                                                                                                                           ɿ                                                                                                                ׿                         ޷                                                                                                 ҽ                                                      յ                                                                                                                         ʿ                                                                                                                                                          ׼                                                          Դ                                                                                                              ټ                                                                                          ٹ                                                                                                               Գ                                                                                                                                                                                                                                                                                                                                                  ݿ                                                      ڹ                                                                                                                                             ߾                                                                                              Ӻ              Ž                                         ˿                                                                                                                                                      ó                                                                                                                                         ڸ                                                                                                                                                        ۹                                                       ƽ                                                                                                                                                                                                                                                                                                                                     Ա                                         ݹ                                                                                                                        Ӷ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                մ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ״      ִ                                              ش  ճ  ޹                                     ܱ                                                             ǰ                                                                                                                                                                                                                                                                                                                                                             ߹        ¸                                                         ؿ    ٴ                                                                                                                                     ֳ               ݺ                                                                                                               ۸                                                                                                                                                                                           ̿                                                                                                                                                                                                                                                                                      ׳         ٿ                                                                                                  Ȱ                                                       ǵ                                                                                                                                                      ڴ                                                                                                                                                              ܿ                                        ۷                                                                            б                                                                       ۳  ܳ                                                                     ܸ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ±                                                                           ۴                                                                                                                               ¶                                                                                                                                                                                                                                                                                                   ر                                                                                                                                                                               ٽ                                                                                                                                                                                                                                                                                    ö                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ߷                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ܷ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     е                                                                                                                                                                                                              ݸ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ˯  ׯ                                                                                                ɮ  Ю              گ  ޯ                                                                                                                                                                                                                                                                                                                                                                                                                                       ʡ  ˡ    ܡ                                              £  ã  ģ  ţ  ƣ  ǣ  ȣ  ɣ  ʣ  ˣ  ̣  ͣ  Σ  ϣ  У  ѣ  ң  ӣ  ԣ  գ  ֣  ף  أ  ٣  ڣ  Ρ    ϡ                                                            С  á  ѡ    ֢  ע                                                                      Î  Ď  Ŏ  Ǝ  ǎ  Ȏ  Ɏ  ʎ  ˎ  ̎  ͎  Ύ  ώ  Ў  ю  Ҏ  ӎ  Ԏ  Վ  ֎  ׎  ؎  َ  ڎ  ێ  ܎  ݎ  ގ  ߎ                                                                                                                                  o  o  p  Kp  p  p  q  Bq  q  q  r  Ar  vr      r              r      r              s  @s  s  s      s          s          !t  9t                  jt          t      t          u  Uu                  u  u      u                          v       v      Bv  pv          v                                  v  w      Jw  w  w       x      x                      Bx      {x  x      x  x                  y                  @y                                      jy          y  y  y  -z  Nz              z  z      z                      {          P{              r{      {                                                  {                      {  |              @|              P|          |  |      |                          |                                  }  O}                      }      }      }      ~      :~  f~  ~  ~  ~            Y      ~                                                                        U    Հ                            =          |                                          2                                      o                                                            $              N          ~                            ܃    I                                            M                          _                                          +  ]                                                                                      B      d        ч          J          ǈ                        /          c                                                                              7      f              L                                                *                  V  k                ٌ                                            R                                        #  Q                                                Ȏ              Վ                          U                                      Ώ                          
  H  U                                      6              _                                        ӑ        L  ~                                     1      c        ֓              J                                                                                                      6  g                        ѕ                      ߕ                                                        =  {                    E                  ė                                                              =  {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ơ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ʣ                                                                                                                                                                                                                                                 ң                                                                                                                     ӣ                                                                                                                                         ٣                                                                                                                                                                                 ܣ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ٤                                                                                                                                                                                                                                             ¯                                                                                      ܤ                                                                                                                         㤏                         ޤ                                                                                             뤏                                                 ꤏ                                                                                                                                                                                                              ̯                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ǥ                                                                                                                                                                                                                                                                               ե                                                                                                                                                                                                                                     ֥                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Ũ                                                                                                                                           Ȩ                                                                                                                                 ʨ                                                                                                                                                                                                             ˨                                                                                                                           ۨ                                                                                                                                                                                                                         樏                                                                                                                                                                                                                                         쨏                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Ь                                                                                                             嬏                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ֭                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ®           Į                 Ǯ                 ɮ                 î                                                                                                             ծ ׮                     ֮                                                                             ۮ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ¯  ï                                                                                                                                                                                                                                                              ٯ                                                             ί                                                                                                                                                                                                                                                                                         ᯏ                                                                                                                                                             ꯏ                                                                                             鯏                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ĥ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               q        #                              @   р    o  𠪀 asm    dylink.0  "` `	`  `` kenvcheck_encoding_conversion_args env
LocalToUtf env
UtfToLocal env__memory_base envmemory    __wasm_call_ctors Pg_magic_func pg_finfo_euc_cn_to_utf8 pg_finfo_utf8_to_euc_cn euc_cn_to_utf8 utf8_to_euc_cn 	__wasm_apply_data_relocs 
 " # Aj# A@k6 # Aj# Aj6  #  # A8j # A<jL  (,!  ($!  (<!  (  (  (4" AA     # AjA A A A A GL  (,!  ($!  (<!  (  (  (4" AA     # AjA A A A A G # 8     d       @       PostgreSQL                                                                                                                                                                                                                                                                                                                                                                                                                         q    -      G                               ^      x    4      N    
  h    $	  	  	  >
  
  
  X      r    .      H      b      |    8      R      l    (      B      \      v    2      L      f    "      <      V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        P      &      _    M                                                                            졧                                                                                                        ¡                                                                                                                                                                                                                                                                                                                                                                                                                                                    ¦æĦŦƦǦȦɦʦ˦̦ͦΦϦЦѦ  ҦӦԦզ֦צئ                                                                                                                                        ѧҧӧԧէ֧ا٧ڧۧܧݧާߧ  ק                                                                                            $d$          c       0  h          $d  >y                                                                            8x      	                                                                                                                ^			
]


ZQQQPPO	IE >};{1q1q/n&d#c!a^USR P   !G!!!"E"""#D###$B$$$%@%%  %%+&k&&&('h'''$(d((()])))*W***+A++++5,o,,,.-m---,.i...#/c///"0b000!1`111 2`2223[3334[4445[5556X6667Q777  7'8e888#9b999":b:::;_;;;<^<<<=Z===>U>>>?R???@N@@@AMAAABLBBB	CICCCDAD  zDDDENEEE  E.FmFFF+GkGG  G H?HHHH=I|III4J  QJJJJK7KmKKKK>L~LL  L>M~MMM9NxNNN  !OaOOOO5P    ^PPPQZQ      oQQQ        RPRRRSMSS                                                                                                                        ST  LT                                                                                                                                                                                                                                                                                                                                                                ʡ            ǡ  ơ                ̡    ءޡ  ϡ        Ρ  ġšɡȡҡ    ӡ          ߡáˡ          ס                ֡      ա                                      ١ԡ    ܡݡ                ڡۡ                                                  ѡ                      ͡                                                    С                                                                                          ٢ڢۢܢݢޢߢ                    ŢƢǢȢɢʢˢ̢͢΢ϢТѢҢӢԢբ֢עآ¢âĢ                                                                        ©éĩũƩǩȩɩʩ˩̩ͩΩϩЩѩҩөԩթ֩שة٩ک۩ܩݩީߩ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ¤äĤŤƤǤȤɤʤˤ̤ͤΤϤФѤҤӤԤդ֤פؤ٤ڤۤܤݤޤߤ                          ¥åĥťƥǥȥɥʥ˥̥ͥΥϥХѥҥӥԥե֥ץإ٥ڥۥܥݥޥߥ                  ŨƨǨȨɨʨ˨̨ͨΨϨШѨҨӨԨը֨רب٨ڨۨܨݨިߨ                                                                                                            ҡ        Ϣػ    ǧ  Դ˩          ɭ              ͤ  پ        þ  ش  Χ    Թ  ˳    žƲҰ                                                                ԥή      ѩ      ͺ  ຶ  ϩ                      Ҳ    Ӵ      ֲն      ت                    ۼ        ݷ  ·                    ο              ɰΫ                          ˤ                      ͵    κ  ء                ۰    Ѽ          ٮ  ٹ      ٶ      ޳                                  Ľ뿭                                      ٴ                            ٣ӹ          ٩    Щ                                            ٶ                              ٻ                                        ټ        ٫                                                                  ŵ          ٥                                                                  ٢    ߴ                        ٵ                                                                      ٮ                                                                                                                                                      ˿        Ҷ                                  ˰    ع߾              Ը                â          ڹ    Ԥ          ٬                        ס          մ                                            ˻    ʵ    ͼۯ  Զ    ַ          Ю      ո                      ι          ֢˯Ȳ̴̿                  ذ    й                                                                  ˽                                              찦Ӽν        ֬ٽۿ                                                                                                                                    Ҵ                    د  ׳                    ˷                          ǽ            ܻ        ׿          屲߼ըر          خáӣ                                        ޲                    Ǿ                                      β          沰ӫ˴                        ڿŹ  ߵ߻нȰɿ̳߷  ضź˾        Գ    Ϻ  ϸ  ¹        ͷ      ɰֶԷ  Կ    γ    ε                ʳ  渻          ߽߾߻ſ߱                                  ߶  Ǻ        ׾              ͺ  ̾    ߾                        ȿ              ߧ    ߶    ϥ      ߴ          縶ɨ    ޿                    ߺ            ˽                                      ߽            ʨΧળ                      п      ߡ                  ߢ                  ȷ    ƶɲ                          Ϋ                          Ⱥ                                                                                                                                μ      ¸                                                ְ                ٺ                                                            Ƭ                                                                                                                                                                                ػ  ڶ                  Ѵ          ̹                                                                    ص              ۡ                      ۮ̲ӿ              ἳӰط        ۺ                                                                  ۸  ѿ                                                    ǳ                Ӻ                                                      Ѷ                                    ܤ    ̵                            ¶                                                                                  ̫                                    ܬ                          ɹ          Ǯ                      ն                                          ڱ                                                                                  ǿ                                              ٦                      ̫  ѻ          м        ޼        ܷ          ޱ                  °                          ū          ú      ׾              ʶ˼    ѡ                          Ĩ                                                ùЯ                                                                  ͦ«濽                                                          Ӵ                                  ͻ                                                                        ӿ                                                                                                                          ޼                                            յ                                                                                                                                                                                    ׿  ע      澼¹                                  ˳  ʲ                ٹ֨Ҧ  Ϳʶ»      Ϭ            Ҽ            ż  ļܿ                                  ǯ  ѹ                                  Զ˰Ѽ                                    梳                            ;          ߳ġ־    Ӿ                                                                Ҩ                                    ڸẵ                                  ᶰ                                                                                                                                        ޴                                                                                                                                                                                                                                                                                                                                      Ѳ    ޾        Ͱ                ұʼ  ˫                  ֯۵                                        ᣳ                      ϻ                                ᱴ                              ɸ      û          ӱ          Ю  ⿦׵      Ϸ        ȶ                      ʵ                                                                                                Ѣ          ޥتƪ        ױ                  ڳ      ܵ        ϡ                                                                鹱                        ʲ      հ            ˱          ܺ᲻              õ                                            µ        ջ      ر        ɼ        ͦ                                            ޷                                йֹ                          ס                      л    ֿ                        ֻ    ޺㲶̧  ϡ    ҿ      Ģ                    㷺          ڻ                          Х    㯱        ¼    㿵          ǰ                              Ϯ  ݻ          Ҳͳ  Ѳ߹    Ϸ  ̻                                                        и    ߷                                                              ȴ    Ż                                          ۻ                                                                                              㩺                                                    ð                                                                                                            Χȷɳ      Ʃ                  ؽ                          쿷          Ų    ǰ                        ۿ    Ǵ  ިѤ簶                  г              Ѱ            ʥ  Ͷ        ٿ          ŧ              ֵ        ޺        ֣ĭ    չ  ܾΰ  оݰ          ӹŦ        ȩ  ޽        Ƨװ  ֳҹ        괰                            ΢̮Ĳշӻ                            ަ          ͦ      ư                          񼻻              ݾ            ݽ                      ޶                              ̸  ӽ  ؿ            ֧                                                                  ҽ                        鸧                      괦                                                                  ڰ                                                  ݴ                            áġ                                ų                                      ǥ            ߣ                              ٲ            ߢ                                                                                                                                                      ߧ          ĸ      ŷ          ʹ        е      Ⱦ      뽰    ̽    ֱ      Ҹ    ض        봾                                          ߰                              ϶                            ·        к                              ȼ    ȩɾ    и굺                                            ο              г                                          λ                                          ޻            ư                                                    ŵ                                                                                                                                                      Ƿ      ܲ                                                            Ωľ                          Ԩ    ˸        Ĳ                Ŷ  ܸ          ѿ      ܽ                                                                    ݿ      ܼϼ                                    ذ̸ƾ                              ¿                              걻谶                                                            ˺              ͣ  ۽                    赵谽                                                                                                        ̵                                                                                                        ÿ      ׹                          ֵ                                                                                                                                                                              Ÿ    Ӵ                                                                                                                                                                                  ۲                                                                                                                                                  ȳ                                                                                                                                                                                                      δУ                                                                                                ˴                                  ߼          в                                                              ζ                  ٻ                      ȱϱѱ  б                                                                            ʵ  ƭ  շ            ѱ                          ͭ                                ȯس                                    ڷ                                      Ťײ  㦻  ھ    Ӻ        з                ȴ            㨷            Ũ                ñ                  ѣ                                        麪        ֲ          ͢      Ǭ    ü  뻰ű        գ                  ƺ                                                                ӵ  ȧլɢ                Ժ                  Ͽ                                䭵                                ̵                                        ɶ  Գ            ۸      ʿ                                                                                                                ͪ            ȸ                                                                                                                                    ε                                                                                                                                                                                  ̱                          γ                                                                            İ                                                                                                                                                                                                                                                                                          Ƶһ          ľ        Ӳ              ¶              Ȼ                                  澿ż                                                                                                                  Ѹ                  캱ٷ                                                                          ͻ                                                                                                                                                                                                                                                                                                                                                                뮰      ְ                          Ź                                                                                                                                                          ҵ                            Ѿ          ݺƽ                Ϩ                                                ²              ֨ì                                                                                                                                                                                                      緻            磲                          穷                                                                                                                                                                                                      Ȫ                                        Ѩ                                                                                                                                                                Ϲ      갿                α          ɴ                                                    ʸ                    Ӧ  ±  ׼                                              ۳                                                                                      ξ        ̰            ô        Ҿ      ָӷ              ۺ                                ճ        Ա                                              Τ                  թ                                                                                                          ǵ  װٰ      ĵ  Խʻ    ޸                                                                                                  к    Ǹ                                    Ģ                ܶ                                                      գ                                                                              ˡ        ޽ǲ                        ö      أ                                                        ɵ                                                                                              ؾ  ý̶                      ί°                Ƴ          ׺                                                                                                                                                ­                          ̱                                  Ŵ                          Ŀ                                                            ǻ                                                                                                                                                                                                                                                                                                    Ӯ  ̺  н      Ѹ              ƿ                          ӳ          Ƴ              ս                        ̳  ɰ              ް                                                        ڼ                                                                                                    Ƕտ          ǭ                      ѽ      ܴ  ߿                                                                                                            ͵            ߽  ˶                        ͸        ʰ                ʱ        ѵ                ڵ                                    ȵ      ֲ    ߲                                                                                                      ܹ                                            ת                            ݸ          ۴                                                        ش                                                  ɻ                                                                                                                                                                        ۷                    ִ                                                                          ڲ        Է                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ԶͼȳΡ  ٸ  ׷ķ    ţϤɸϯ֧ҭὫ  ѭʽͮ  ̼稼б  в´ɬ÷  պº׻穼  ж  纻޵翸  ɽ  ׸                                  ޹    ر  ·            հ                                                                                                                                                                            Ե                                                            ĺҰ                                    ܳ                                    ۾                            ϴ                                                                    Ƕظθ  릳ɹ  ʷ      缾  빰Ͽ            η  ղ                                                              ¹          Ž                                                                                                                                                                        ̤ĥ                                                      ͡۱                                                                                          ʾ    Ҩ  ˾                                            㰰  ղ  涰ϴ                                                                                              ܬ    ڽ            ɺܶ  ܢ        ܽ    Υ        潫  ܾҷŰܾܨ      ܿ                  Բ  ܦ                                              ׯöǩ                  ܢ                    Ĵ                              ݲ          Ļ            Լ  ܴ  ܫӡݣݥҤݦݧݩ              ɺ    ݱݴ                            ܮ            ܯ                  ݳݭݪ        ݳݫ  ݨӺ  ݧ    ݼ            վ      ʺ                  ˲  ݤ                      Ʒ                                üƮ                                Ӫ                                                                                                          д                  ٵ                                                                                                                  ͱ                                                                                                                    ̲                                      ݢުα              ޶                                                                              ުޮ                                                  ѵ                            ʹ                                                  ز                                                                                                                                                                                                                      򢻲°                                          泰                    纳˺ϲ              θ            ϲ            Ѻ                                                  ƹ        ׻                                                                            Ω                                                                                  Ȼ                                                                                                                                                                                                                                                                                      ȶ                                                                                                        ֽ                      ĳ                                                                                                                      ò                        ң                                                      ӹ                        ֺ                                                                                                                                                                                                                                                                                                                ۹    ǽ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ƼȥڧȨ  ҶǼ  仩ڪѫ  ÷֬ڭ׶  ծʴگ  ұڲڳʴګʵڶϳַڰڹҺøﲻڼ  ӽξ廿ڵڵ̷οڭڸ  ұѻڳڽ  ڻХګ÷ھڴȹ                                                                  Ͽ                                                        Ѻ                                                                                                    պ  Ʋ̶ַܰᱺṡѷغּ߻ɳĶʹ        ɮӸ        պ          ϸ                ó                                                                                ׿                          ϰ                                                                                                            Ȳ                                帵                                              ı        ŵ    ׶                  ڴ                                                                      ɪ                                                                                                                                                      ν  Ͻ騸鲱Ի    ԽϷդեм  Ǵٱ                                    ߱          Ƹ                嵷      ԥάٳ        ϵ              ű              ѷ    ݵ    庶      ѳ                                  Ʊ    ݶ                                                                                ܱ                          ˵                              Ӫ              ۤ            ۦۣ              ۬º            Կ                                                                            ɱ              ۵                                                            ƾ            ӷ    Ԫ              ͥ  ͽ˪                      ״                  é                                                          ɲ    ְҿ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    դ      Ƹ۶ĵָγؼ̬ǭ            ã½Ҩ֩  ˮб淿г̶ջü    ¸  臨  Ͷ  ƶ          ﵾ                                                                                                          ձγâ  Һ          Ӷ                          ׽              ʼ¤³  °ĵ                    ݱ                                            ӡ                    گ                                                              ѯ͹      ƴ                                          ӧ                              Ы      լ                                                                      ԰                                            Ǧ              Ƿ                                а                                                            Ͼ                    ޱ                                                                                      ¾                                                                                                                      ҥϳ˹ٶԭƱռ    ҵ  ͥ  ſ  ߵ                                                            ƭ      ɷ                                                                Ͳ                                                                                                                                ⹷Ҥʥ      Ƚ        ݹ      ʸ                                                                                                                  ¦ͱ۳  Ծݼ  §  ҳ            ǹ                                                                ߸                                                                                                                                                                                                                                                                                                                                                                                                                                      į𦼰  Ż        ͸    븽                          ׺                                                                                                                                      ƻ                ں                                                                                      Ĺ                                                              Ǳ                                ƴ                                                                                          ݳ    Ȼ                                                                                            硥£ãģţƣǣȣɣʣˣ̣ͣΣϣУѣңӣԣգ֣ףأ٣ڣۣܣݣޣߣ                                                                                                                                                                                              @           ^                            z              @   р                 asm    dylink.0	  "` `	`  `` kenvcheck_encoding_conversion_args env
LocalToUtf env
UtfToLocal env__memory_base envmemory    __wasm_call_ctors Pg_magic_func pg_finfo_euc_jp_to_utf8 pg_finfo_utf8_to_euc_jp euc_jp_to_utf8 utf8_to_euc_jp 	__wasm_apply_data_relocs 
 " # A	j# A@k6 # Aܘ	j# Aj6  #  # A8j # A<jL  (,!  ($!  (<!  (  (  (4" AA     # A	jA A A A A GL  (,!  ($!  (<!  (  (  (4" AA     # Aؘ	jA A A A A G	 # 	8     d       @       PostgreSQL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ,      F      `                              z    6      P      j    &      @	  	  	  Z
  
    t    0      J      d       ~    :      T      n    *      D       ^      x    4      N    
  h    $      >      X      r                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   $              u        /                      I      !  c!  !  "  }"  "  9#  #  #  S$  $  %  m%  %  )&  &  &  C'  '  '  ](  (  )  w)  )  3*  *  *  M+  +  	,  g,  ,  #-  -  -  =.  .  .  W/  /  0  q0  0  -1  1  1  G2  2  3  a3  3  4  {4  4  75  5  5  Q6  6                      6  P7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    P               O                            C                                                                                                                                        ¢              â      좏                 ޡ                           뢏                 Ģ               ª      Ъ Ҫ Ѫ Ԫ ت Ӫ ߡ   㪏 ⪏ 媏 䪏   Ω               «  é Ы ҫ ѫ ԫ ث ӫ   ̩ 㫏 ⫏ 嫏 䫏  Щ                   ©                               ĩ Ǫ ǫ Ū ū         ƪ ƫ Ī ũ  Ʃ Ȫ ȫ ɪ ɫ ǩ ʪ ʫ ̪ ̫ ˪ ˫  ɩ  ȩ ͪ ͫ Ϫ ϫ Ϊ Ϋ ʩ  ˩ ת ׫         ֪ ֫  ͩ ٪ ٫ ۪ ۫ ڪ ګ ܪ ܫ ݪ ݫ ߪ ߫ ު ޫ ᪏ ᫏ એ ૏  ϩ 쪏 쫏 骏 髏 檏 櫏 몏 뫏 誏 諏 ꪏ ꫏                                                                  ê ë ժ ի 窏 竏     摒 𢡊                                                                                                                                                                                                                                                                                                                                                                ᦏ     ⦏ 㦏 䦏     福     馏 즏                                                      妏 ꦏ        ¦  æ  Ħ  Ŧ  Ʀ  Ǧ  Ȧ  ɦ  ʦ  ˦  ̦  ͦ  Φ  Ϧ  Ц  Ѧ   Ҧ  Ӧ  Ԧ  զ  ֦  צ  ئ                                                                                                                                                                                                             § ç ħ ŧ Ƨ ǧ ȧ ɧ ʧ ˧ ̧     ͧ Χ                                                                 ѧ  ҧ  ӧ  ԧ  է  ֧  ا  ٧  ڧ  ۧ  ܧ  ݧ  ާ  ߧ                                          ק                                                                                                                                                       !  a      !  a                                        I        /  m                                    M  m      &                                                                                                                                                          f      %	                  d	      	      	  
  V
  
                                                                                                                                                                                                                                  
    R        R        R        R        O        O        N        N        N        N        N        J      	  I      	  I      	  G        E        C        C        A         @         @          @            9!  y!  !  !  8"  x"  "  "  8#  x#  #  #  8$  x$  $  $  8%  u%  %  %  5&  u&  &  &  5'  u'  '  '  3(  s(  (  (  2)  r)  )  )  ,*  l*  *  *  ++  k+  +  +  +,  k,  ,  ,  )-  e-  -  -  ".  b.  .  .  "/  a/  /  /   0  `0  0  0   1  `1  1  1   2  `2  2  2   3  `3  3  3   4  `4  4  4  5  ]5  5  5  6  ]6  6  6  7  ]7  7  7  8  Y8  8  8  9  X9  9  9  :  X:  :  :  ;      7;  w;  ;  ;  7<  w<  <  <  3=  r=  =  =  2>  r>  >  >  2?  r?  ?  ?  1@  o@  @  @  .A  nA  A  A  .B  nB  B  B  *C  jC  C  C  *D  jD  D  D  )E  iE  E  E  )F  iF  F  F  )G  hG  G      G  H  GH  H  H  H  #I  cI  I  I  "J  bJ  J  J  K  HK  K  K  L  GL  L  L  M  DM  M  M  N  DN  N  N   O  ?O  ~O  O  O          P  GP  P  P  P  .Q  nQ  Q  Q  -R  mR  R  R  !S  aS  S  S  
T  JT  T  T  T  6U  vU  U  U  5V  uV  V      V  .W  nW  W  W  ,X  KX  X  X  Y  KY  Y                                                                                                                                                  Y          Y  Z                                                                              JZ  Z  Z  
[                                                                                              ơ  ǡ          ȡ  ɡ                          š  ġ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ͢      ΢                                                                                                                                                                              Ϣ      ߢ  Т                                                                                                  ܢ                  ¡      ʢ  ˢ                                                                                                                                                                                                                                                                                                                                                                                                                                                            ݢ                                                                                                                                                                                ޢ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ҡ  ӡ  ԡ  ա  ֡  ס  ء  ١  ڡ  ۡ      ̡  ͡                                                                                                                                                                                                                                        ¤  ä  Ĥ  Ť  Ƥ  Ǥ  Ȥ  ɤ  ʤ  ˤ  ̤  ͤ  Τ  Ϥ  Ф  Ѥ  Ҥ  Ӥ  Ԥ  դ  ֤  פ  ؤ  ٤  ڤ  ۤ  ܤ  ݤ  ޤ  ߤ                                                                                                                                                        ¥  å  ĥ  ť  ƥ  ǥ  ȥ  ɥ  ʥ  ˥  ̥  ͥ  Υ  ϥ  Х  ѥ  ҥ  ӥ  ԥ  ե  ֥  ץ  إ  ٥  ڥ  ۥ  ܥ  ݥ  ޥ  ߥ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ƭ                                      ʭ                                        ĭ                                      ­  ̭          ˭  ŭ              ͭ                                          ǭ                  ϭ                                        έ          í              ȭ                      ɭ                                                                                                                                              ߭                                                                ӭ  ԭ                                                  Э  ѭ  ҭ          ֭                                                                                                                          խ                                                                                                                                                                                                                                                                                             ֵ                                                                                 ݴ                             ׵                           ø                                                                                                                                                                                             ߸      ޸                                                                                            ° Ϳ                        ο    ð         ص                        İ             ƻ  Ż          Ű ư           ǰ Ȱ ɰ     ʰ          ʰ                     ˰ Ķ  ̰   Ͱ     ΰ                    ϰ а Ѱ Ұ   Ӱ ԰                 հ   ˰  ְ װ         ٵ  ذ         ٰ ڰ ۰     ܰ                                                                           ݰ     ް     ఏ   ᰏ   Ⰿ   㰏 ǻ  䰏     小     氏     簏               谏 鰏     갏 및 ̰          찏         ﰏ              ߰                                                    ²                    Ȼ                                                     Ͱ                                                                                                             ӽ                                                ±   ñ                                           ı     ű                           Ʊ Ǳ   ȱ ɱ ʱ         ˱     ̱       ͱ ĸ  α   ϱ   б     ѱ         ұ ӱ     Ա ձ ֱ ױ ڼ        ر         ٱ             ڱ     ۱     ܱ ݱ     ޱ                                  ߱ ౏ ᱏ       ⱏ 㱏     ΰ  䱏     屏     汏     籏 豏 鱏         걏     뱏                 챏       ﱏ                                   ż                                                                                                                                                  ź                    ĺ                                      ϶                                                                           ² ò                 Ĳ     Ų Ѳ        Ʋ           ǲ           Ȳ           ɲ       ʲ ˲ ̲       Ͳ β ϲ в     Ҳ                 Ӳ   Բ   ղ ֲ ײ ز             ٲ             ڲ ۲           ܲ ݲ     ޲     ߲   ಏ ᲏ ⲏ       㲏 䲏                     岏               沏         粏         貏   鲏     겏 벏                     첏                                                                                     ﲏ                 ߱                 ƺ                        ̼                                                                                                          ڽ                                                       Ŷ                                                             н                      Ͽ                                                                                                                                           ɻ                                                                     ³     ó   ĳ       ų Ƴ ǳ       ޺    ȳ                         ɳ                   ʳ ˳ ̳                     ͳ     γ ĳ      ϳ           г     ѳ                   ҳ   ӳ Գ ճ ֳ     ׳   س           ò            ٳ ڳ ۳ ܳ                   ݳ ޳               ߳ ೏ ᳏   ⳏ 㳏   䳏       峏         泏   糏   賏           鳏       곏     볏       쳏               ﳏ              ж                                          ۼ                                                                                                                                                                                                                                                                      ѵ                           ´             ô           Ĵ Ŵ                     ƴ                 Ǵ ȴ             ɴ           ʴ         ˴         ̴         ߿    ʹ δ     ޱ    ϴ       д   Ѵ Ҵ   Ӵ Դ     մ       ִ         ״             ش             ڵ          ٴ         ڴ ۴ ǽ  ܴ           ݴ       ޴ ߴ   ഏ ñ      Ÿ    ᴏ ⴏ               Ĳ      ˻        㴏     ʻ                              䴏 ɵ  Ƴ                ȵ                      崏                         洏                 紏                   贏 鴏   괏 ޴        봏     촏                 ۵                            ﴏ                                                                                                                                                       Ƹ                                                                                                                                                                       Ⱥ                                                                                                                                                            µ   õ ĵ ŵ Ƶ           ǵ     ȵ ɵ         ʵ ˵ ̵                   ͵                                                                               ε ϵ                   е       ѵ ҵ             ӵ Ե յ         ֵ               ׵     ص ٵ       ڵ       ۵ ܵ                   ݵ     ޵ ߵ     ൏     ᵏ ⵏ       㵏     䵏                                                                                           嵏   浏 絏         赏   鵏               굏 뵏     쵏   ﵏                                                          ʵ                              ı                                                                                                                    ̻                                                                                                                           Ų                                                                                            ޲                                                          ¶         ö     Ķ   Ŷ   ƶ               Ƕ                                   ȶ     ɶ ʶ ˶ ̶       Ͷ       ζ       ϶     ж     Ѷ Ҷ       Ӷ                                                   Զ ն   ų  ֶ       ׶ ض                             ٶ             ڶ ۶         ܶ ݶ ޶                   ߶ ඏ ᶏ ⶏ     㶏 䶏 嶏           涏     綏         趏                       鶏                 궏           붏 춏       ﶏ                            ͻ                                            ϰ  ޿                  Ǹ                                                                                                     ߺ                                                                        Ѷ                                                                                         ·   ÷ ķ     ŷ     Ʒ Ƿ ȷ ɷ ʷ     ˷ ̷ ͷ     η     Ϸ з ѷ ҷ     ӷ       Է   շ                           ַ                           ׷ ා     ط     ٷ ڷ     ۷ ܷ ݷ ޷   ߷               ᷏ ⷏ 㷏       ䷏                                         巏                 淏                               総 跏           鷏       귏               뷏                         췏                  ﷏                                                                                                                                                                                                                                                                                                                       ɺ                                                                 п                          ν                              ¸     ø ĸ           Ÿ     Ƹ                     Ǹ    ȸ ɸ ʸ             ˸       ̸                         ͸ θ                           и             Ѹ     ϸ         Ҹ             Ӹ Ը     ո   ָ   ׸   ظ       ٸ       ڸ         ۸ ܸ                     ݸ     λ  ѿ                ޸                                               ߸ ฏ             ḏ ⸏         Ʋ        㸏 丏 帏           Ƚ        縏             踏   鸏 긏         븏             츏           ️  а                                                                                                                                                                                                                                                                                                                                 ʺ                               л   ϻ                 ȸ     Ѱ                              ¹             ù Ĺ     Ź                   ƹ ǹ     ȹ ɹ     ʹ       ˹                           ѻ  ̹ Ұ        ͹                           ι Ϲ й           ѹ ҹ                                   ӹ             Թ չ       ֹ ׹   ع         ٹ       ڹ                                                                   ۹ ܹ   ݹ ޹           ߹             ๏                 ṏ                               ⹏               㹏     乏   幏                 湏                                     繏         蹏 鹏         깏                                               빏                 칏                         ﹏                                                                                                      ǲ                                                                                                                                                                                                                                                                                                                                             ű                                                                                                   һ                          ڻ                     ɸ    س                        º                                     ú ĺ ź ƺ   Ǻ       Ⱥ   ɺ     °  ʺ       ˺   ̺ ͺ     κ Ϻ   к                   ¼          ҵ              Ѻ Һ         Ӻ Ժ ܵ  պ ˺  ֺ ׺       Ȳ  غ     ٺ     ں         ɽ  ۺ ܺ                             ݺ     ޺                 ߺ ຏ ẏ ⺏ 㺏             亏 ɲ                                 序   溏       纏                         躏                 ͼ          Ӱ    ҿ  麏                             꺏                       뺏 캏                       ﺏ       ƶ                             ܼ      Կ      ɶ                                      ӻ                                                     ȼ                                                                                                                                                                                                            ٳ        ߴ                                                                                                                                                                                                     Խ                »                 û                     Ļ             Ż                                             ǻ Ȼ     ɻ ʻ           ƻ                     ˻         ̻                 ͻ             λ     ϻ         л ѻ         һ     ӻ     ׻                 ջ        Ի             ֻ                   ػ ٻ ڻ ۻ     ܻ                   ݻ       ޻       ߻                             ໏ ỏ             ⻏ 㻏     仏   廏             滏     经                       軏 黏 껏 뻏             컏                 ﻏ                                                                                                                                                                                                                      ʸ                              Ҷ           Ի                                                                                                                 ջ                                                                                                                                                                                                              ¼                               ü         ļ                                                               ż     Ƽ Ǽ   º  ȼ     ɼ ˸  ʼ               ˼     ̼     ð                        ͼ μ ϼ                   м           Ҽ Ѽ     Ӽ     Լ ռ ǳ  ּ ׼                   ؼ   ټ               ڼ                 ۼ                                                             ܼ         ݼ ޼ ߼           ༏           ݵ            Ἇ       ⼏ 㼏           伏 式 漏 缏     ̸  輏       鼏 꼏   뼏   켏                           ／                                                                                                      ̺                 Ʊ                                   ·                                                                                       ۽                                                                                               ֻ                  ½       ý Ľ                   Ž ƽ ǽ   Ƚ ɽ ʽ ˽     ̽ ͽ       ν           Ͻ   н                                     ѽ         ҽ         ӽ             Խ ս     ֽ ׽   ؽ     ׻      ٽ             ڽ ޵                  ۽                 ܽ     ݽ                                       ޽                 ߽ ཏ ὏     ⽏             㽏       住   彏 潏                 罏         轏             齏                     꽏             ÷                                뽏 콏                  ｏ                                                          ٱ                                                                                                                            ԰                                                                                                                 հ          ¾     þ     ľ     ž      ƾ                         Ǿ Ⱦ               ɾ ʾ           ˾ ̾ ;     ξ                     Ͼ         о Ѿ     Ҿ                                                           Ӿ   Ծ                   ŷ              վ         ְ    ־       ķ    ׾         ؾ پ       ھ ۾ ܾ   ݾ ޾                     ߾     ྏ           ᾏ ⾏         㾏 侏         徏 澏     羏 辏               龏       꾏 Ʒ  뾏     쾏                                           ﾏ                                                                                                                                                                                                                                                                                                              ͸                                             ͺ                                                                                                  ¿                     ÿ       Ŀ                                             ſ ƿ ǿ ȿ                                                               ɿ     ʿ                                   ˿       ̿ Ϳ       ο       Ͽ п               ѿ                     ҿ             ӿ Կ       տ                 ȳ                                  ֿ                   ׿   ؿ                       ٿ ڿ             ۿ ܿ         ػ    İ  ݿ ޿   ߿         ࿏       ῏         ⿏     㿏                                                         俏 忏 ú      濏                           翏 迏         鿏       꿏           뿏 쿏       ￏ                                                                                     μ                                                                                                                ݳ               κ                    ŵ             Ƿ                                                                                                                                                                                                                                                                                                                                                           ȷ                                                                                                                                                                                                                                                                                                                                                 ɳ                                                                                                                                                                                                                                                                                      ٻ                                                     θ                            ߵ                                                                    ɷ                                                                                           غ                                   м                 Զ                     »     ۻ                                     ܻ                                                                                                        ݻ            ܽ                                                                                        װ                                Ǳ      ս                                                                                                                                                      ʷ                                Ƕ                  ˲                                     Ű                                                 û                                                                                                                                                                                        ʶ  ȱ                          Ǻ                                                                                                                                                                                                            ɰ          ݼ                                           Ï                   Ï   Ï           Ï ϵ  Ï               Ï               Ï         Ï                           Ï Ï   Ï     Ï       Ï   Ï Ï   Ï ̲  ޻                                                            ϸ  Ï Ï Ï     Ï Ͳ            Ï Ï Ï         Ï   Ï Ï   Ï       Ï Ï                       Ï             Ï   Ï       Ï             Ï             Ï                           Ï   Ï   Ƽ    Ï Ï     Ï                            ɱ                                                            Ï             Ï             Ï   Ï                         Ï Ï       Ï Ï     Ï Ï Ï   Ï               ˳        Ï ʳ  Ϻ      Ï     ˷    Ï Ï       ư      Ï     Ï         Ͷ    Ï   ˵  Ï     Ï Ï       Ï                                                   Ï         Ï Ï Ï Ï Ï       Ï         Ï Ï Ï Ï               Ï   Ï   Ï     Ï                                             Ï   Ï     Ï   Ï           Ï   Ï     Ï       Ï Ï           Ï       Ï                       Ï                     Ï       Ï       Ï       Ï ď ď   ď     ď     ď       ď ď                     ď       ď     ď ď ď ď     ď ď           ď ď             ď ď ď                       ذ  ď       ď ď           ď ď   ď         ď ď                                                                             ď     ď   ď       ď       ď                     ď         ď             ď               ď                           ď         ď                 ď ď ď ď     ď ď     ď ȶ    ݽ  ď ď ď     ˶            ď ď   ڳ    ď ď                                           ď ݱ            ď         ď     ď                           ď             ď ď   ď         ď     ď   ď                       ď ď     ď   ď                         ď       ď                     ď               ď ď                                 ď         ď                         ď ď     ď   ď     ď                           ď   ď ď   ď                                     ď     ď       ď             ď       ď     ď       ď             ď     ߳                ď     ď     ŏ     ŏ       ŏ       ŏ ŏ                   ŏ ŏ     ŏ ŏ           ŏ     ŏ ŏ ŏ         ŏ ŏ     ̵        ŏ                           ŏ       ŏ         ŏ                      ŏ   ŏ                                       ŏ     ŏ     ŏ       ŏ ŏ     ŏ     ŏ               ŏ                                   ŏ   ŏ ŏ ŏ               ŏ                   ŏ         ŏ ŏ ŏ       ŏ                             ŏ ŏ ŏ                   ŏ     ŏ ŏ         ŏ             ŏ         ŏ ŏ ŏ                 ŏ ŏ                  ŏ         ŏ             ŏ             ŏ ŏ ŏ                                 ŏ ŏ         ŏ ŏ     ŏ ŏ     ŏ                   ŏ ŏ ŏ                 ŏ             ŏ       ŏ           ն  ŏ           ŏ         ŏ ŏ         ŏ                   ŏ ŏ         ŏ     ֶ    ŏ                       ŏ         ŏ     β  ŏ             ŏ         ŏ     ŏ             ŏ       ŏ   ߻            ŏ         ŏ         ŏ   ŏ         к    ŏ                       ŏ Ə         Ə     Ə           ޽    Ļ                                        Ə           Ə           Ə Ə     Ə Ə               Ə Ə     Ə Ə Ə   Ə                 Ə Ə   ̳    Ə Ə             Ə Ə             Ə       Ə                           Ə           Ə                     Ə     Ə         Ə Ə                     Ə       Ə                   Ə     Ə                     Ə         Ə     Ə Ə           Ə             Ə Ə   Ə   Ə                   Ə                   Ə                     Ə Ə Ə             Ə     Ə                 Ə   Ə Ə   ʱ      Ə Ə           Ə                                   Ə Ə     Ə   Ə       Ə     Ə             Ə   Ə Ə                               Ǐ         Ə     Ə     Ə           Ə     Ə     Ə Ə   Ə                       Ə Ə Ə   Ə                               Ə Ə   Ə Ə       Ə         Ə                                                         Ə   Ə ϲ  Ə                     ¾              Ə         Ə                   Ə     Ə Ə Ə Ə   Ə   Ə         Ǐ   Ǐ           Ǐ                 Ǐ   Ǐ   Ǐ Ǐ     Ǐ       Ǐ ˱  Ǐ                                             Ǐ         Ǐ         Ǐ         Ǐ Ǐ     Ǐ   Ǐ                     Ǐ                                     Ǐ Ǐ Ǐ ̱              Ǐ Ǐ     Ǐ                   Ǐ       Ǐ     Ǐ                                                                                       Ǐ                   Ǐ Ǐ     Ǐ         Ǐ   Ǐ                     Ǐ Ǐ                                     Ǐ             Ǐ               Ǐ þ                              Ǐ Ǐ   Ǐ   Ǐ Ǐ Ǐ                                                               Ǐ     Ǐ                   ձ      Ǐ       Ǐ   Ǐ           Ǐ     Ǐ               Ǐ       Ǐ     Ǐ         Ǐ Ǐ     ʽ              Ǐ             Ǐ     Ǐ   Ǐ Ǐ   Ǐ       Ǐ         Ǐ             Ǐ Ǐ    ߽  Ǐ   Ǐ          Ǐ             Ǐ             Ǐ         Ѻ  ľ    ½                              ̷                                Ǐ       Ǐ         Ǐ                             Ǐ             Ǐ       Ǐ   Ǐ Ǐ                     Ǐ Ǐ         Ǐ Ǐ   Ǐ         Ǐ     Ǐ Ǐ Ǐ Ǐ     и  Ǐ ž            Ǐ Ǐ Ǐ           ȏ ȏ               ȏ                                 ȏ                           ȏ     ȏ                                                   ȏ                 ȏ                 ȏ           ¹        ȏ                     ȏ                   ȏ ȏ       ȏ   ȏ                       ȏ           ȏ ȏ ȏ   ȏ         ȏ ȏ   ȏ     ȏ ȏ ȏ                                                                                                 ȏ   ȏ ȏ                               ȏ     ȏ     ȏ                 ȏ           ȏ   ȏ     ȏ ȏ                       ȏ     ȏ     ȏ ȏ                                   ȏ         ȏ ȏ     ȏ     ȏ ȏ     ȏ         ȏ               ȏ ȏ                           ô                                      ȏ     ȏ ȏ ȏ           ȏ   ȏ ȏ     ȏ ȏ       ȏ ȏ                 ȏ             ȏ                                                 ȏ ȏ           ȏ         ȏ ȏ         ȏ ȏ ȏ       ȏ   ȏ ȏ ȏ     ȏ ´          ȏ                 ȏ ȏ           ȏ ȏ ȏ ȏ                   ȏ ȏ ȏ             ȏ ȏ                   ȏ                         ȏ   ȏ ȏ     ȏ                                                       ɏ           ɏ                             ɏ ɏ                 ɏ             ɏ           ɏ       ɏ ɏ       ɏ               ɏ ɏ ɏ                 ɏ                               ɏ                     ɏ         ɏ                                    ɏ             ɏ         ɏ     ɏ         ɏ                   ɏ ɏ             ɏ ɏ ɏ ɏ       ɏ                   ɏ ɏ                           ɏ ɏ                   ɏ ɏ                     в  ɏ     ɏ                     ɏ ɏ                   ޼  Һ  ɏ     ɏ             ɏ ɏ                                             ɏ ɏ ɏ ɏ ɏ       ɏ                                 ɏ                         ɏ         ɏ ɏ       ɏ         ɏ     ٰ                                         ɏ                     ɏ     ɏ ɏ ɏ ɏ     ɏ           ɏ                         ɏ                                                                                 ɏ                       ɏ ɏ ɏ ɏ ɏ           ɏ ɏ         ɏ                                                 ɏ     ɏ                   Ǿ                  ɏ     ɏ     ɏ ɏ ɏ                       ɏ             ƾ              ɏ             ɏ ɏ ɏ       ɏ ɏ             ɏ     ɏ             ɏ       ɏ     ɏ     ɏ     ɏ                 Ⱦ  ʏ                 Ѽ                                          ʏ                       ʏ               ʏ     ʏ             ʏ                   ʏ                       ʏ ʏ             Ͻ  ʏ     ʏ                                             ʏ ʏ   ʏ ʏ                       ʏ               ʏ ʏ ʏ       ʏ                     ʏ ʏ                   ʏ     ʏ       ʏ ʏ     ʏ                                                                                           ʏ               ʏ   ʏ                       ʏ ʏ ʏ                                 ʏ             ʏ         ʏ       ʏ     ʏ                 ʏ                     ʏ         ʏ             ʏ ߼        ʏ ʏ               ʏ ʏ ʏ     ʏ                       ʏ ʏ ʏ       ʏ     ʏ ʏ         ʏ   ʏ   ʏ   ʏ     ʏ               ʏ       ʏ         ʏ ʏ     ʏ                 ʏ ʏ       ʏ ʏ     ʏ Ժ          ʏ               ʏ             ʏ ʏ               ʏ                           ʏ                                           ʏ               ʏ ʏ       ʏ       ʏ                                 ʏ     ʏ             ʏ     ʏ         ʏ           Ѹ                ʏ ʏ   ʏ                     ʏ               ʏ                                               ʏ ʏ               ʏ ʏ     ˏ         ˏ     ˏ ˏ     ˏ           ˏ     ˏ                 ˏ ˏ             ˏ ˏ           ˏ           ˏ     ˏ       ˏ ˏ       ˏ             ˏ ˏ       ˏ             ˏ ˏ     ˏ                 ˏ                                 ˏ     ˏ     ˏ             ˏ   ˏ                 ˏ ˏ ˏ ˏ         ý          ˏ ˏ   ˏ   ˏ ˏ     ˏ ˏ   ˏ ͳ                ˏ   ˏ     ˏ             ˏ ˏ     ˏ   ˏ ˏ       ̶                ˏ     ˏ         ˏ     ˏ   ˏ ˏ             ˏ     ˏ ˏ ˏ     ˏ         ˏ ˏ           ˏ ˏ     ˏ                         ˏ     ˏ     ˏ       ˏ ˏ     ˏ       Ѳ          ˏ ˏ       ˏ   ˏ ˏ     ˏ         ˏ ˏ         ˏ         ˏ             ˏ         ˏ     ˏ       ˏ ˏ     ˏ                                 ˏ ˏ     ˏ   ˏ ˏ ˏ     ˏ   ̏ ̏ ̏       ̏     ̏       ̏                         ̏                                 ̏ ̏                               ̏   ̏     ̏ ̏ ̏ ̏ ̏ ̏ ̏ ̏ ̏ ̏     ׶              ̏                     ̏       ̏ ̏     ̏ ̏             ̏     ̏             ̏ ̏               ̏         ͱ    ̏           ̏         ̏ ̏ ̏     ̏     ̏ ̏     ̏ ̏                                               ̏ ̏           ̏ ̏ ̏     ̏                   ̏ ̏ ̏ ̏                     ̏ ̏ ̏     ̏       ̏ ̏ ̏   ̏         ̏   ̏ ̏ ̏ ̏         ̏ ̏ Ĵ  ̏ ̏         ̏             ̏     ̏           ̏                                 ̏ ̏       ̏           ̏         ̏               ̏     ̏ ̏       ̏ ̏           ̏         ̏   ̏ ̏           ̏           ̏               ̏ ̏ ̏         ̏                ̏                                     ͏         ͏ ͏ Ŵ      ӿ                ͏ ͏       ͏     ͏   ͏ ͏             ͏     ù            ͏     ͏       ͏ ͏ ͏ ͏         ͏         ͏ ͏           ͏ ڰ  ͏   ͏               ͏               ͏ ͏   ͏           ͷ                        ͏ ۰  ͏                   ͏ ͏ ͏ ͏ ͏ ͏       ͏           ͏                           ͏   ͏ ͏   ͏             ͏       ͏                   ͏   ͏                       ֱ                            ͏               ͏           ͏ ͏ ͏     ͏   ͏ ɾ                ͏   ͏ ͏                       ͏           ͏       ͏ ͏ ͏     ͏         ͏               ͏     ͏ ͏   ͏                       ͏                 ͏   ͏ ͏ ͏         ͏ ͏   ͏   ͏       ͏         ͏ ͏     ͏ ͏         ͏     ͏ ͏ ͏ ͏         ͏   ͏ ͏       ͏             ͏               ͏ ͏   ͏         ͏ ͏ Ώ   Ώ             Ώ Ώ   Ώ Ώ Ώ       Ώ Ώ Ώ                                 Ώ         Ώ                   Ώ             Ώ Ώ                   Ώ Ώ Ώ   Ώ       Ώ                                 Ώ      Ώ   Ĺ              Ώ Ώ                       Ώ               Ώ Ώ Ώ  Ώ Ώ     Ώ Ώ Ώ Ώ Ώ Ώ Ώ     Ώ         Ώ                                               Ώ           Ώ         Ώ       α  Ώ ױ  Ώ Ώ   Ώ                   Ώ             Ώ                 Ώ       ƴ      Ώ   Ώ           Ώ           Ώ Ώ             Ώ       Ώ       Ώ           Ώ ʾ                Ώ       Ώ Ǵ        Ώ             Ώ     Ώ Ώ     Ώ     Ώ Ώ   Ώ               Ώ               Ώ               Ώ Ώ Ώ                 Ώ Ώ Ώ     Ώ         Ώ Ώ           Ώ         Ώ Ώ           Ώ         Ώ Ώ Ώ         Ώ             Ώ Ώ             Ώ     Ώ Ώ Ώ   Ώ   Ϗ     Ϗ       Ϗ   Ϗ             Ϗ     Ϗ Ϗ Ϗ                   Ϗ         Ϗ     Ϗ             Ϗ                           Ϗ Ϗ                     Ϗ Ϗ Ϗ             Ϗ               Ϗ       Ϗ               Ϗ         Ϗ     ֽ    Ϗ Ϗ   Ϗ           Ϗ                       Ϗ               Ϗ                   Ϗ                           Ϗ Ϗ         Ϗ           Ϗ           Ϗ Ϗ Ϗ         Ϗ   Ϗ         Ϗ     Ϗ       Ϗ Ϗ       Ϗ             Ϗ         Ϗ                         Ϗ Ϗ         Ϗ           Ϗ Ϗ         Ϗ         պ                              Ϗ           Ϗ Ϗ Ϗ       ֺ  ε                      Ϗ Ϗ     Ϗ             Ϗ     Ϗ                           ܹ              Ϗ Ϗ       Ϗ Ϗ             Ϗ     Ϗ             Ϗ                                     Ϗ ˾  Ϗ     Ϗ Ϗ     Ϗ Ϗ             Ϗ     Ϗ   Ź      Ϗ                                       Ϗ           Ϗ                                   Ϗ           Ϗ             Ϗ         Ϗ               Ϗ Ϗ Ϗ     Ϗ       Ϗ           Ϗ         Ϗ Ϗ       Ϗ Ϗ Ϗ Ϗ                       γ  Џ   Џ   Џ                       Џ Џ Џ     Џ     Џ         Џ Џ   Џ Џ               Џ             Џ Џ Џ         Џ     Џ         Џ                         Џ Џ       Џ Џ         Џ Џ           Џ Џ ̾                  Џ                   Џ           Џ                               Џ     Џ     Џ Џ Џ                 Џ   Џ     Џ       Џ          Џ         Џ Џ                   Џ   Џ Ҽ  Џ             Џ Џ Џ       Џ Џ             Џ   Џ       Џ       Џ       Џ Џ ˽                      ;      Џ   Џ     Џ     ׺                  Џ                       Џ   Џ Џ     Џ     ض                                Џ Џ Ҳ          Џ     Џ Џ Џ Џ     Џ         Џ Џ               Џ                     Џ Џ   Џ           Џ   Џ       Џ             Џ     Џ     ٶ  Ӳ        Џ     Џ         Џ Џ   Џ               Џ     ʲ        Џ   Џ           Џ         Џ Џ   я   я     я           я я   я         ξ  я                         я         ܰ  я                   я я             я   я я   я             я           я             я       я     я                     я             я     я   я я         я я       я я я   Բ  η    ƹ            я я   я я           я   ϱ                      я я       я         я я     я я           я     я       я ϳ      я                         я       я               я   я   я     я я           я я                 я я     я                             я   я         я                             я                   я     я           я   я я                             я     я     я   я       я                           я           Ͼ      ׽           я я   я я           я         я                 я     я я ȴ                        я                             о          я                                 я ޳          я     ڿ    я   я я я   я я я я ҏ       ҏ                           ҏ     ҏ ҏ ҏ                 ҏ         ڶ      ҏ               ҏ                                     ҏ             ҏ   ҏ       ҏ ҏ       ҏ   ҏ     ҏ ҏ         ҏ                               ҏ       ղ      ҏ             ҏ   ҏ ҏ           ҏ         ҏ     ҏ   ҏ ɴ              ҏ                       ҏ       ҏ ҏ   ҏ       ҏ ҏ           ҏ ҏ ҏ ҏ             ҏ       ҏ     ҏ   ҏ                               ҏ     ҏ ҏ     ҏ ҏ ҏ               ļ                        ҏ   ҏ                           ҏ   ҏ ҏ     ҏ ҏ ҏ     ҏ     ҏ       ҏ ҏ ҏ ҏ     ҏ       ҏ     ҏ ҏ   ҏ ҏ                           ҏ     ҏ               ҏ ʴ            ҏ ҏ   ҏ         ҏ                 ҏ     ҏ ҏ     ҏ     ҏ ҏ                                   ҏ             ҏ                 ҏ ҏ ҏ   ҏ         ҏ ҏ ҏ ҏ ҏ ҏ     ӏ     ӏ         ӏ     ӏ           ӏ ӏ     ӏ     ӏ                     ӏ         ӏ ӏ       ζ              ӏ ӏ                       ӏ             ӏ                   ͽ          ӏ   ӏ             ӏ Ѿ                          ӏ               ӏ ӏ       ӏ ӏ ӏ     ӏ             ӏ       ӏ ӏ ӏ Ҹ          ӏ   ӏ           ӏ ӏ ӏ   ӏ   ӏ ӏ       ӏ     ǹ                    ӏ       ӏ     ӏ                               ӏ               Ϸ                        ӏ   ȹ    ӏ ӏ ӏ               ӏ   ӏ ӏ ӏ     ӏ Ӽ  ɹ          ӏ ӏ           ӏ         ӏ             ӏ     ӏ     ٺ  ӏ   ¿                    Ҿ        ӏ ӏ ӏ   ӏ ӏ           ӏ ӏ           з  ӏ       ӏ     ӏ           ӏ     ӏ ӏ   ӏ ӏ ʹ                    ӏ   ӏ       ӏ                   ӏ                   ӏ   ӏ ӏ           ӏ     ӏ ӏ ӏ     ӏ ӏ     ӏ       ӏ ӏ ӏ           ӏ               ӏ ӏ     ѷ        ӏ ԏ                    ԏ ԏ         ԏ     ݰ        ˹    ԏ     ԏ ԏ   ԏ                       ԏ ԏ ԏ ԏ ԏ           ۶    ԏ ԏ ԏ                      ԏ   ԏ                     ԏ       ԏ ԏ       ˴  ԏ ԏ   ԏ     ް      ԏ         ԏ ԏ         ԏ ԏ                   ԏ                       ԏ                       ԏ ԏ           ԏ     ԏ               ԏ ԏ ʼ    ԏ               Ľ  ԏ ԏ           ԏ ԏ ̽  ԏ         ԏ       ԏ                     ԏ             ԏ ԏ   ԏ           ҷ        ԏ     ԏ     ԏ               ԏ                 ԏ     ԏ ԏ         ԏ             ԏ       ԏ ԏ           ԏ                 ԏ             ԏ       ԏ             ԏ ԏ     ԏ       ԏ       ԏ       ԏ       ԏ     ԏ     ԏ ԏ                                                                                                                                                                                                                         ̴              ԏ ԏ ԏ ԏ ԏ             ԏ ԏ       ԏ                       ԏ     ԏ ԏ                       ԏ ԏ ԏ         ԏ     ԏ ԏ ԏ ԏ         ӷ      ԏ         Տ                                   Տ Տ Տ Տ                           Տ   Տ   Տ Տ Տ               Տ Տ               Տ             Տ Տ         Տ         Տ         Տ                   Տ                       Տ       Տ Տ       Տ             Տ                 Տ Տ                                       Տ             Տ         Տ     Տ       Տ         Տ     Տ Տ ʹ      Տ                         Տ     Տ Տ Տ         ͹    Լ    Տ Տ     Տ     Տ Տ Տ   Տ   Տ Տ ̹  Տ                 Տ Տ Տ Տ           Տ     Տ                   Տ     Տ     Տ           Տ Տ   Տ     Տ Տ   Տ   Տ   Տ             Տ                                                                                             Տ         Տ     Տ                       Տ         Տ       Տ                                 Տ                 Տ               Տ                           Ӿ                Տ δ  Տ         Ը              Տ Տ         Տ         ι      Ϲ                      Տ Տ                       ߰              Տ               Տ   Տ         Տ     Տ Տ   Տ Տ                   Տ ո                                          Տ Տ   ֏   ֏ ֏       ֏       ֏ ֏         ֏           ֏                 ֏                                         ֏ ֏ ֏     ӵ    ֏     ֏     ֏           ֏         ֏               ֏           ֏             ֏               ֏     ֏                           ֏   ֏         ֏   ֏     տ          ֏   й        ֏                               ֏ ֏                 ֏ ֏ ֏           ֏   ֏                       ֏                           ֏     ֏ ֏ ֏             ֏         ֏ ѹ  ֏                 ֏     ֏       ֏     ֏           ֏                                     ֏           ֏   ֏                   ֏                   ֏     ֏           ֏ ֏       ֏ ֏                 ֏     ֏       ֏     ֏ ֏     ֏     ÿ  ֏                 ֏ ֏           ֏ ֏ ֏     ֏ ֏     ֏ ֏       ֏   ֏ ֏     ֏                           ˼  ֏         ֏ ֏         ܴ  ֏ ֏   ؽ  ֏         ֏ ֏                     ֏   ҹ                        ֏   ֏           ֏                               ֏ ֏ ֏ ֏               ׏         ׏ ׏     ׏                 ׏               ׏         ׏       ׏       ϴ  ׏               ׏                 ׏                   ׏     ׏   ׏ ׏ ׏     ׏ ׏         ׏     ׏ ׏         ׏         ׏       ׏     ׏     ׏   ׏ ׏     Ǽ        ׏ ׏     ׏ ׏     ׏ ׏ ׏ ׏       ׏ Ŀ  ׏ ֲ  ׏   ׏         ׏ ݷ  ܶ  ׏   ׏   ׏ ׏                       ׏                                     ׏         ׏             ׏ ײ            ׏   ׏   ׏       ׏     ׏       ׏     ׏     ѱ              ׏ ׏               ׏ ׏     ׏ ׏     ز      ׏ ׏   ׏ ׏         Է                                            ׏   ׏ ׏ ׏     ׏ ׏                               ׏ ׏ ׏   ׏     ׏       ׏     ׏     ׏ ׏               ׏ ׏ ׏       ׏       շ          ׏ ׏     ׏ ӹ  ؏ ׏ ׏ ׏ ׏                                                                                            ׏                     ٲ  ׏             ؏     ؏ ؏     ؏     ؏   ؏                   ؏               ؏   ؏ ؏       ؏ ؏   ؏ ؏ ؏ д                        ؏ ؏   ؏     ؏ ؏                                                           ؏ ؏ ؏                     ؏     ؏ Ƶ      ݶ        ؏ ؏ ؏     ۲  ؏     Ծ                    ں  ؏                                     ؏   ؏               ڲ  ָ                ؏   ؏ ؏       ؏           ؏             ؏           ؏         ؏     ؏           ؏             ؏                                                                           ؏                               ؏                                 ؏   ؏ ؏   ؏         ؏   ؏     ؏ ؏             ؏   ؏ ؏ ؏   ؏             ؏       ؏ ؏   ؏       ؏           ؏       ؏ ؏   ؏   ؏         ؏ ؏         ؏         ؏                     վ                        ؏ ؏   ؏                             ؏                         ؏     ؏ ؏ ؏               ؏     ؏       ؏                 ؏     ؏ ؏   ؏   ؏             ؏ ؏       ؏       ؏         ؏                           ُ                                         ُ         ُ             ُ ُ ُ ُ               ُ         ُ ُ   ُ       ü      ُ ُ           ُ                 ُ     ُ     ُ                               ُ     ُ         ُ ُ ُ ُ   ُ         ُ ُ         ُ         ُ ُ ُ   ُ                               ُ                   ُ       ־  ɼ              ُ ُ ُ ُ ُ       ُ     ُ       ُ ُ ُ ُ ُ ُ ُ   ُ                   ُ           ُ                                   ُ ُ ُ     ُ   ُ   ُ           ُ ُ     ُ   ُ ُ         ُ         ُ             ُ           ُ     ُ ُ     ُ       ُ   ُ     ſ      ُ                  ُ     ُ ُ ُ         ُ ُ ُ ُ       ُ                 ُ       ُ ُ       ُ                               ُ     ُ             ُ ُ                 ُ     ُ             ُ                     ُ         ُ             ُ       ڏ ڏ           ڏ ڏ                     ڏ ڏ     ڏ ڏ ڏ               ڏ ڏ   ڏ         ڏ         ڏ                   ڏ     ڏ                                           ڏ     ڏ     ڏ     ڏ ڏ       ڏ 渏 ڏ             ڏ                           ׸      Ե      ڏ ڏ     ڏ ڏ ڏ ڏ         ڏ     ڏ ڏ ڏ ڏ ڏ               ڏ       ڏ         ڏ                   ڏ ڏ ڏ       ڏ                                   ڏ           ڏ             ڏ             ڏ     ڏ     ڏ     ڏ                 ڏ             ڏ ڏ ڏ           ڏ         ڏ     ڏ ڏ ڏ   ڏ ڏ ڏ                     ڏ ڏ ڏ     ڏ   ڏ   ؼ                  ַ  ³          ڏ ڏ       ڏ     ڏ       ڏ   ڏ         ڏ         ڏ   ڏ     ڏ                                                           ڏ   ڏ ڏ                 ڏ ڏ   ڏ       ڏ       ڏ ڏ ڏ     ڏ ڏ               ڏ             ڏ ڏ     ڏ     ڏ               ۏ                   ۏ ۏ     ۏ ۏ                     ۏ ۏ   ۏ ۏ ۏ   ۏ         ۏ     ۏ                       ۏ                                 ۏ               ۏ         ۏ       ۏ ۏ ܲ                            ۏ     ۏ ۏ                           ۏ                         ۏ ۏ ۏ ۏ ۏ ۏ ۏ     ۏ ۏ           ۏ         ۏ     ۏ     ۏ ۏ ۏ                 ۏ   ۏ       ۏ             ۏ               ۏ ۏ ۏ       ۏ           ۏ                           ۏ ۏ   ۏ                   ۏ ۏ ۏ           ۏ                     ۏ ۏ         ۏ ۏ     ۏ         ۏ       ۏ ۏ ۏ                     ۏ ۏ     ۏ           ۏ   ۏ             ۏ   ۏ µ            ۏ     ۏ     ۏ       ۏ      ۏ ۏ ۏ           ۏ   ۏ ۏ ۏ         ۏ ۏ ۏ ۏ ۏ     ۏ ۏ                         ۏ                 ۏ ۏ     ۏ   ۏ         ۏ             ܏   ܏               ܏   ܏   ܏       ܏ ܏ ܏ ܏ Թ    ܏         ܏   ѽ      ܏ ܏   ܏   ܏ ұ  ܏ ׾    ܏ ܏ չ      ܏               ܏                         ܏                       ܏     ܏         ޶  ܏                                                                             ܏   ܏ ܏ ܏       ܏ ܏                         ܏     ܏                             Ӹ                  ܏         ܏ ܏   ܏ ۺ                          ܏ ܏ ܏ ܏ ܏       ܏ ܏ ܏                     ܏     ܏                             ܏                           ܏ ܏ ܏   ؾ    ܏     ܏                       ܏             ܏                   ܏ ܏ ܏               ܏ ܏     ܏ ܏ ܏     ܏         ܏                   ܏ ܏ ܏                         ܏ ܏ ܏         ܏         ܏ ܏           ܏     ܏   ܏     ܏ ܏         ܏                 ܏         ܏               ܏         ܏ ܏ ܏       ߶    ܏ ܏ ܏                       ܏       ܏   ܏       ܏   ܏               ܏ ݏ ݏ ݏ                               ݏ         ݏ       ݏ           ݏ ݏ           г  ݏ ݏ         ݏ ݏ               ݏ           ƿ                  ݏ       Ѵ  ݏ ݏ ݏ ݏ               ݏ                                                                               ѳ      ݏ ݏ ݏ ݏ ݏ                                         ݏ         ݏ     ݏ     ݏ             ݏ     ݏ       ݏ       ݏ             ݏ     ݏ           ݏ ݏ     ݏ ׷      ֿ              ݏ   ݏ ݏ   ݏ ݏ                       ݏ پ  ݏ     ݏ   ݏ   ݏ               ݏ ݏ       ݏ               ݏ   ݏ         ǿ    ھ  ݏ ݏ     ݏ       ݏ     ݏ   ݏ   ݏ             ݏ ݏ           ݏ ۾    ݏ ݏ ݏ           ݏ ݏ       ӱ  ݏ   ط      ݏ   ݏ                       ͵      ܾ      ݏ ݏ ݏ     ݏ ݏ ݏ       ݏ ݏ ݏ       ݏ     ݏ ظ            ݏ         ݏ ݏ   ݏ         ݏ ݏ   ݏ                 ݏ                 ݏ   ݏ             ݏ ݏ       ݲ  ݏ         ޏ ޏ           ޏ õ      ޏ             ޏ       ޏ   ޏ ޏ ޏ   Ҵ        ۿ      ޏ   ޏ ޏ ޏ   ޏ               ޏ   ޏ                                   ޏ         ޏ         ޏ ޏ ޏ               ޏ       ޏ   ڱ          ޏ ޏ           ޏ ޏ               ޏ                           ֹ  ޏ ռ  ޏ ޏ                                         ޏ         ޏ                       ޏ               ޏ             ޏ ޏ ޏ ޏ ޏ     ޏ             ޏ             ޏ ޏ ޏ             ޏ           ޏ               ޏ         ٷ                      ޏ       ĵ                ޏ   ޏ ޏ         ޏ   ޏ    ޏ       ޏ ޏ                   ޏ   ޏ   ޏ           ޏ ޏ                   ޏ     ޏ ޏ                                                                                                                                                                                                                               ޏ ޏ           ޏ ޏ                     ޏ   ޏ   ޏ   ޏ         ޏ   ޏ     ޏ ޏ       ޏ ޏ ޏ   ޏ     ޏ             ݾ    ޏ ޏ     ޏ     ޏ ޏ       ޏ                     ޏ     ޏ ޏ           ޏ       ޏ                     ޏ ߏ         ߏ           ߏ     ߏ ߏ                 ߏ     ߏ ߏ             ׹      ߏ           ߲      Ӵ                                ߏ ߏ                       ߏ ߏ     ߏ   ߏ         ߏ                 ߏ ߏ         ߏ       ߏ ޾        ߏ                 ߏ           ߏ       ߏ ߏ     ߏ      ߏ     ߏ ߏ         ع    ߏ ߏ     ߏ     ߏ             ߏ                       ߏ           ߏ             ߏ                                                                                                                                                   ߏ ϼ        ߏ     ҳ  ߏ   ߏ                                                    ߏ       ߏ     ߏ           ߏ     ۱          ߏ         ߏ ߏ             ߏ                               ߏ ߏ ߏ                   ߏ               ߏ ߏ         ߏ         ߏ       ߏ     ߏ     ߏ   ߏ ߏ           ߏ               ߏ ߏ ߏ ߏ     ߏ         ߏ       ߏ         ߏ ߏ   ߏ     ߏ                             ߏ ߏ     ߏ ٸ          ߏ           ߏ ߏ ߏ   ߏ                             ߏ           ߏ         ߏ ߏ ߏ           ߏ                 ߏ         ߏ     ߏ                               ߏ ߏ ߏ                                                                                                                                                                                                                                                                                                                                                ȿ                                                                         ּ                                                                                                                                              ڷ              ӳ              ܺ                                                                                                                                                                                                                                                                                                                ɿ                                                                                            ׿                      ޷                                                                                     ҽ                                             յ                                                                                                  ʿ                                                                                                                                   ׼                                                 Դ                                                                                         ټ                                                                            ٹ                                                                                          Գ                                                                                                                                                                                                                                                                                       ݿ                                                ڹ                                                                                                              ߾                                                                   Ӻ              Ž                               ˿                                                                                                      ó                                                                                              ڸ                                                                                                                      ۹                                       ƽ                                                                                                                                                                                                                                        Ա                                      ݹ                                                                                                       Ӷ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       մ                                                                                                                                                                                                                                                                                                                                                                                                                                           ״   ִ                                    ش  ճ  ޹                                  ܱ                                                      ǰ                                                                                                                                                                                                                                                                                                   ߹        ¸                                            ؿ    ٴ                                                                                                              ֳ            ݺ                                                                                                      ۸                                                                                                                                                                  ̿                                                                                                                                                                                                                                               ׳         ٿ                                                                            Ȱ                                             ǵ                                                                                                            ڴ                                                                                                                                   ܿ                                    ۷                                                          б                                                               ۳  ܳ                                                     ܸ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ±                                                         ۴                                                                                                          ¶                                                                                                                                                                                                                                                                   ر                                                                                                                                                 ٽ                                                                                                                                                                                                                                          ö                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ߷                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ܷ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         е                                                                                                                                                                     ݸ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ʡ  ˡ    ܡ    ݡ                                          £  ã  ģ  ţ  ƣ  ǣ  ȣ  ɣ  ʣ  ˣ  ̣  ͣ  Σ  ϣ  У  ѣ  ң  ӣ  ԣ  գ  ֣  ף  أ  ٣  ڣ  Ρ    ϡ                                                            С  á  ѡ                                                                                Î  Ď  Ŏ  Ǝ  ǎ  Ȏ  Ɏ  ʎ  ˎ  ̎  ͎  Ύ  ώ  Ў  ю  Ҏ  ӎ  Ԏ  Վ  ֎  ׎  ؎  َ  ڎ  ێ  ܎  ݎ  ގ  ߎ                                                                                                                                                                                                                                                                      ̢    â                                                                                                               @           g                                  @   р                 asm    dylink.0  "` `	`  `` kenvcheck_encoding_conversion_args env
LocalToUtf env
UtfToLocal env__memory_base envmemory    __wasm_call_ctors Pg_magic_func pg_finfo_euc_kr_to_utf8 pg_finfo_utf8_to_euc_kr euc_kr_to_utf8 utf8_to_euc_kr 	__wasm_apply_data_relocs 
 " # Aj# A@k6 # Aj# Aj6  #  # A8j # A<jL  (,!  ($!  (<!  (  (  (4" AA     # AjA A A A A GL  (,!  ($!  (<!  (  (  (4" AA     # AjA A A A A G # 8     d       @       PostgreSQL                                                                                                                                                                                                                                                                                                                                                                                                                         w    3      M    	  g                #      =      W      q    -	  	  	  G
  
    a      {    7          Q      k    '      A      [      u    1      K      e    !      ;      U      o    +      E      _      y    5      O      !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        P             H    w6                                                                          ס        ơ  Ң                                                                                                                                                                                                                                                                                                                                                                                                                                          ¥åĥťƥǥȥɥʥ˥̥ͥΥϥХѥ  ҥӥԥե֥ץإ                                                                                                                                                        ѬҬӬԬլ֬ج٬ڬ۬ܬݬެ߬  ׬                                                                                            TS  2r  +X >|          
@.	i		                                                                            	(
h


_          ?                                                                                                                <{9w3s1q-m*g&b[	FA|8w4s[WD}:y4t1l)h' g   $!d!!!"V"""#T###$N$$$%K%%%	&I&&&'?'~'''<(z(((5)u))),*l*** +`+++,T,,,-S---.I....=/}///=0{00071v11152t222.3n333+4j444*5h555!6`666 7`7778\8889M999	:I:::;C;;;  ;<S<<<=R===>L>>>?J???	@E@@@ A;A{AAA4BsBBB-CfCCCDRDDDEPEEEFMFFFGDGGGH  H^HHHI6IqIII$JcJJJ"KGKKKLDLLLL1MqMMM'NaNNNOROOO      
PJPPPP)QiQQQ"R\RRRSDSSSS'TgTTTU:UyUUUVQV  lVVVWNWWWW'X`XXX                                                                                                YTYYYZPZZZ[P[[[\K\\\]G]]]]<^|^^^+_h___`L````:azaaabUbbbbcXcccdMddd
eHeeefEfff g@gggg7hwhhh0ipiii)jejjjkTkkkklJlll
mEmmmm;nunnn.onooo%pbppp q_qqqr_rrrs\ssstZtttuLuuuu>vvvvv(w\wwwxMxxxx:ypyyy,zezzz!{^{{{|V|||}L}}}~J~~~G9v.k$c                                                                        #c                                      "  b                                                      ӢԢ                          ǡȡ              ء                                                                                                                                                                                                                                                  ɡ                                                          ٧        ʡ                                                                                                  բآ֢٢ע                                                                                                                                                                      ӡ      ԡ                                ġ  С                      š                                                ֡                          ա    ¡á                                                                                                            ѡ                                                    ҡ                                                                                                                                                      ͩΩϩЩѩҩөԩթ֩שة٩ک۩ܩݩީߩ                                ͨΨϨШѨҨӨԨը֨רب٨ڨۨܨݨިߨ                                                            ȦǦ¦ƦŦĦæɦʦ˦̦ͦΦϦЦѦҦӦԦզ֦צئ٦ڦۦܦݦަߦ䦶                                                                                                        Ƣ                            âǢȢˢʢɢ̢                                        ߡޡ¢    ۡ    ݡܡĢŢ                                                                                            ڡ١              Ϣ΢                        Т  Ѣ                                                                  ϡ  Ρ                                                              ۢ͢ܢ  ݢڢ                                              롲                                                                                    ªêĪŪƪǪȪɪʪ˪̪ͪΪϪЪѪҪӪԪժ֪תت٪ڪ۪ܪݪުߪ                          «ëīūƫǫȫɫʫ˫̫ͫΫϫЫѫҫӫԫի֫׫ث٫ګ۫ܫݫޫ߫                                                                                                  ¤äĤŤƤǤȤɤʤˤ̤ͤΤϤФѤҤӤԤդ֤פؤ٤ڤۤܤݤޤߤ                                                                                                  ©éĩũƩǩȩɩʩ˩̩ߢ                                                                      ¨èĨŨƨǨȨɨʨ˨̨    ޢɧʧ˧̧ͧ      ܧݧާԧէ֧קا㧿§çħŧƧǧȧΧϧЧѧҧӧڧۧ짦ᢼ                ߧ                                                                                  ߾߻            ݦ  ΰ                                                                              ޺                    ˥                                      ܭ                            ޣ                        Τ                                                п              ܹ              ӵ֤                                                                                                                                    ޡ          ӷ                                                                                                                                          ٥                              ̵                                                                                                                  ̨    ۷                                            ʧ                                                                                                                                                                                                                                                                                                                                                                                                          к                                        Ϳױ                                                                                                                                                                                                                            ݷ                                                  ע                                    ޻з                                                                                        ۱                                  ͥ            Ҥ                                                                      ִ                                            Ψ                                                                                                ҡϨ                                                          ʰ                                                                            Ͻ                                                                                      ϯͣ      Я  ʻ                              ԣ٨                                                              ٩                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ޸                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ֳ                                                                                                                                                                                                                                                              ϯ                                                                                                                                                                ˼                                                                                              Ϋ                                                                                                                                                                                                                                                                                                        Ъ                                                                  Я        д                                          ҿ                                                                                                                                                    ˯                                                                                                                                                                                                                                                                                            ڰ                                                                                                                                                                                                                                                                                                                              ͦ              ̵                                                          ε          ˾                                ڨ                                      ް                                    ӳ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ͧ            Ы                                                                                                                                                                                                ܹ                                                            Ө                      ߬˼                                                                                                                                                                                                                          Ӳ                        ް                                    ׭                                                                                                                                                                                                                                                                                                                                                                                                                                            Ӥ                                                                                                                  ڴ                                                                          ˴            ̾                              ر                        ̯                                  ջ                                                                          ʫ                                                                                                                                                                            ծ۶                                                                                                                                                                                                          ٹ        ˬ                                                                                                                                                                                                                                                                  Ѻ                                                                                                                              ٫                                                                                                                                      ڳ                                                                                                                                      ٹ                                                                                                        ֺ                                                                                                                                                          Ϋ                                                                        ʤ                          ݦ                                                        Ю                                                                                                                                Ͱ                                                                                                                                            ʻ                                                                                  վ                                                                                                                  Ѣ                                                          ׺                                                                                      Ѱ              ͫ                                          ʮʮ                                      ۻ                                            ʰҺ                                                                                                                  ̨                                                                                                                                                                                  ۲                  Ѹ                                                                          Բ                                                                                                                                                                ٢                                                                                                                                                                                                                                                                                                                                                    ڧ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ֲ                                            Ծ                                                                                                                                                            ޵                                                      ˮ                                            Ѫ                ة    ޯ                                                                                                                                                                                                          η                                                                                                                  ̼                                                                                              Ͼ                                                                                                                      ˤ                          ڪ      ۵                                                                                                                                  ׵                  ͮ                                                                                                                              ͻ                                                                  ذ                                                                            ֳ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ˩                                                                                                                                                                                                                                    ֿ                                    غ                                                                                                                                                                                                                                                                                                                                ߳                                      Գ                                                                                                                                                                                                                                                                              լ                                                                                                                                                                                                                                                                                                                ڦ                                ܴ                                        ׯ                                                                                                          ߢ                                                                                                  ۿ                                                                                                                                                                                                              Ѥ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ԡ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ֯                                                                                                                                                                                                        ޵          ѷѳ                                                                                                                                                                                  ТԳ              ܶ          Ω                                                                                                                                                                Գʦ                                                                                                                                                                        Ϣ                                                                                                                                                                                                                                  Ч                                                                                                            ڹ                                                                                                                                                                                                                                                                              ֭                                                                                                                                                                                                                                                                                                                                  ڣ                ε                          ׬                                                                                          ޴                                                                                                            Ѫ                                                                                                                                                                                              ٣                                                                                                                              Կ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ׿                                  Ͷ          ̸                                                                      ۤ                                                                                                                                                                                ݰ                                                                                                                    أ                                                                                                                                                                                                                                                                                                                                                                                                                        ٴ                                                                                                  ͷ  ۵                                                                                                                                                                                                                                                                      ݵ                                                                                                              ף                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Ϲ                                                                                                                                                                                            Է      ۿ                                                                                                                                                                                    ˥                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ܮ                                                                                                                                                                                                                                                                                                                                                                  Ϭ                                                              ٦                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ݯ        ާΡ                                                                                                                                                                                                                                  й                                                                                                                                                                                                                                                                                                                                      ˰Բ                                                                                                                                                                                                                                                                                                                                                                            ־                                                                                                                                                                                                                                                                                                    α                        ܧ                                                            Թ                                              س                                                                                                                                                                                                                                                                                                                                                                ٬                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ѱ              ͹                                  ֧                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ؽ                                                      ׶                                    ̢                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Ѯ                                                                                                                                                                                                                                                                                                                                                                                                                ̾                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ܰ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    °      ð      İ                                      Űư    ǰ    Ȱɰ  ʰ          ˰̰  Ͱΰϰа    ѰҰӰ԰      հ      ְ              װذ  ٰڰ۰            ܰݰް  ߰                                                                                                                                                                                                                                                                                            ±  ñı          űƱ    Ǳ      ȱ                      ɱʱ            ˱                                    ̱                ͱα    ϱ      б              ѱұ  ӱ                Ա      ձ      ֱ                                      ױر    ٱ    ڱ۱ܱ            ݱޱ  ߱                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ²  ò              ĲŲ  Ʋ  ǲȲɲ        ʲ˲            ̲                      Ͳβ            ϲв                                      Ѳ            Ҳ      Ӳ      Բ              ղֲ      ײ            ز                                                      ٲڲ    ۲      ܲ            ݲ޲߲                                                                                                                                                                                                                                                                                                                                                                              ³ó            ĳų    Ƴ      ǳ              ȳ        ɳ                                                    ʳ˳  ̳ͳ      γ  ϳг        ѳҳ  ӳԳճ          ֳ׳س    ٳ      ڳ              ۳ܳ  ݳ޳߳                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ´      ôĴŴ          ƴǴ  ȴ  ɴʴ      ˴  ̴      ʹ      δ                      ϴд    Ѵ      Ҵ  Ӵ          Դմ  ִ  ״        ش  ٴڴ۴  ܴ    ݴ޴ߴ                                                                                                                                                                                                                                                                                                                    µ      õ      ĵ                                      ŵ                                Ƶ              ǵ      ȵ      ɵ              ʵ˵  ̵                ͵                                εϵ    е      ѵ              ҵӵ  Ե  յ            ֵ                                      ׵              ص                                        ٵ            ڵ      ۵      ܵ                ݵ  ޵  ߵ                                                                                                                                                                                                                                                                                                                                                                ¶öĶ            Ŷ                                      ƶ                                      Ƕȶ    ɶ      ʶ                        ˶            ̶              Ͷ                      ζ                                                      ϶      ж                                                        ѶҶ    Ӷ      Զ            նֶ        ׶                                        ض                                                      ٶ      ڶ      ۶              ܶݶ      ޶                                                                    ߶                                                                                                                                                                                                                                                                                                                                                                  ·    ÷      ķ              ŷƷ  Ƿȷɷ            ʷ      ˷                        ̷  ͷ                ηϷ    з      ѷ              ҷӷ  Է  շ            ַ      ׷                          ط                                                    ٷ              ڷ      ۷      ܷ              ݷ޷  ߷                                                                                                                                                                                                                                                                                                                                                                                                                                          ¸    ø  ĸŸƸ    Ǹ      ȸ              ɸʸ  ˸̸͸θ          ϸи            Ѹ                        Ҹ                                                                    ӸԸ    ո      ָ  ׸          ظٸ  ڸ  ۸ܸ        ݸ޸߸                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ¹      ù      Ĺ              Ź    ƹ                ǹ      ȹ      ɹ              ʹ    ˹                                                                        ̹͹    ι    Ϲй  ѹ          ҹӹ  Թչֹ  ׹  ع    ٹڹ۹ܹݹ    ޹߹                                                                                                                                                                                                                                                                                                                                                                º                              ú              ĺ                                      ź              ƺǺ    Ⱥ      ɺ              ʺ˺                    ̺      ͺ                                              κϺ    к    ѺҺӺԺ          պֺ  ׺  غ      ٺں  ۺ              ܺ                      ݺ              ޺                                        ߺ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            »û  ĻŻƻ                                                                    ǻȻ    ɻ      ʻ              ˻̻      ͻ                                                                                    λ                                                      ϻ                              л            ѻһ    ӻ      Ի              ջ    ֻ  ׻                                                                                                                        ػ                                  ٻ            ڻ      ۻ      ܻ              ݻ޻                                            ߻                                                                                                                                                                                                                                                    ¼üļ            żƼ    Ǽ      ȼ              ɼʼ  ˼̼ͼ            μ      ϼ      м              Ѽ            ҼӼԼ  ռ      ּ  ׼          ؼټ  ڼ  ۼ      ܼ    ݼ޼    ߼                                                                                                                                                                                                                                                                                                                                                                                                    ½                                                        ýĽ    Ž    ƽǽ            Ƚɽʽ  ˽  ̽        ͽ  νϽ  нѽ      ҽ              ӽԽ    սֽ          ׽ؽٽ    ڽ      ۽              ܽݽ    ޽߽                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ¾þ  ľ  ž        ƾǾ    Ⱦɾʾ  ˾̾;        ξϾо  ѾҾӾ      Ծվ  ־׾    ؾ      پ              ھ۾  ܾݾ޾            ߾                                                                                                                                                                                                                    ¿      ÿĿſ  ƿ    ǿȿɿ  ʿ  ˿  ̿        Ϳο    Ͽ      п              ѿҿ  ӿԿտ            ֿ׿    ؿ                      ٿ    ڿ  ۿ            ܿݿ    ޿      ߿                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ¢    ¤  ¦                    ¬  ®¯            ±                        µ  ·¸                                                                                              ½                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ¡âã        å                        é  ëì                                                                                            ô                        ø  úû            ý                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Ģ        ĥĦ            Ĩ                Ĭ                  İ                Ĵ                        ĸ  ĺĻ            Ľ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Ţ                                                                Ū                        Ů                                                                        ű                        ŵ                Ź          ż            ž                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ƣ                        Ƨ                                                                Ư        Ʋ            Ƶ                                            ƻ                    ƽ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ǫ        Ǯ            Ǳ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Ȥ                      ȩ              Ȯ                                            ȴ                                        ȹ                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ͭϢиѢңҧҨҩҪҫҭҲҾԥիծոۥܥ޳                                                                                                        £ãģţƣǣȣɣʣˣ̣ͣΣϣУѣңӣԣգ֣ףأ٣ڣۣݣޣߣ                                                                                                                                  ˡ̡  ͡ܣ                                                      @           ^                                         @   рv                 asm    dylink.0В  "` `	`  `` kenvcheck_encoding_conversion_args env
LocalToUtf env
UtfToLocal env__memory_base envmemory    __wasm_call_ctors Pg_magic_func pg_finfo_euc_tw_to_utf8 pg_finfo_utf8_to_euc_tw euc_tw_to_utf8 utf8_to_euc_tw 	__wasm_apply_data_relocs 
 " # Aj# A@k6 # Aj# Aj6  #  # A8j # A<jL  (,!  ($!  (<!  (  (  (4" AA     # AjA A A A A GL  (,!  ($!  (<!  (  (  (4" AA     # AjA A A A A Gؒ # В8     d       @       PostgreSQL                                                                                                                                                                                                                                                                                                                                                                                                                         w    3                                                                                                                      M    	  g    #      =      W      q    -	  	  	  G
  
    a      {    7      Q      k    '      A      [      u    1      K      e    !      ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               b      {    7                                                                                                                      Q      k    '      A      [      !  u!  !  1"  "  "  K#  #  $  e$  $  !%  %  %  ;&  &  &  U'  '  (  o(  (  +)  )  )  E*  *  +  _+  +  ,  y,  ,  5-  -  -  O.  .  /  i/  /  %0  0  0  ?1  1  1  Y2  2  3  s3  3  /4  4  4  I5  5  6  c6  6  7  }7  7  98  8  8  S9  9  :  m:  :  );  ;  ;  C<  <  <  ]=  =  >  w>  >  3?  ?  ?  M@  @  	A  gA  A  #B  B  B  =C  C  C  WD  D  E  qE  E  -F  F  F  GG  G  H  aH  H  I  {I  I  7J  J  J  QK  K  L  kL  L  'M  M  M  AN  N  N  [O                                              O  P  tP  P  0Q  Q  Q  JR  R  S  dS  S   T  ~T  T  :U  U  U  RV  V  W  hW  W  $X  X  X  >Y  Y  Y  XZ  Z  [  r[  [  .\  \  \  H]  ]  ^  a^  ^  _  z_  _  6`  `  `  Pa  a  b  jb  b  &c  c  c  =d  d  d  We  e  f  qf  f  -g  g  g  Dh  h   i  ^i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            N                                                .                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ¥  å  ĥ  ť  ƥ                                                                                                                                                                                                                          |        L                            K                    $      O                                      V        K                                                                                                                                                                        1                      [                                                                                                                                                                                                                                                  	  I      		  I	  	  	  	
  I
  
  
  	  I        G        G        F        F        F        F        F        F        F        F        F        E        E        E        E        E        E        E        D        D         D         !  D!  !  !  "  D"  "  "  #  C#  #  #  $  A$  $  $  %  A%  %  %  &  A&  &  &  '  A'  '  '  (  A(  (  (  )  A)  )  )  *  A*  *  *   +  @+  +  +   ,  @,  ,  ,   -  @-  -  -   .  @.  .  .   /  @/  /  /   0  >0  ~0  0  0  >1  ~1  1  1  :2  z2  2  2  :3  z3  3  3  :4  z4  4  4  :5  y5  5  5  96  y6  6  6  97  y7  7  7  98  y8      8  8  9  X9  9  9  :  V:  :  :  ;  V;  ;  ;  <  V<  <  <  =  V=  =  =  >  V>  >  >  ?  V?  ?  ?  @  T@  @  @  A  SA  A  A  B  SB  B  B  C  SC  C  C  D  SD  D  D  E      3E  sE  E  E  3F  PF  F  F  G  PG  G  G  H  OH  uH  H  H  5I  uI  I  I  5J  uJ  J  J  5K  uK  K  K  5L  uL  L  L  5M  uM          ~M  M  M  &N  fN  N  N  &O  fO  O  O  &P  fP  P  P  Q  [Q  Q  Q  R  ER  qR  R  R  1S  qS  S  S  1T      mT  T  T  -U  mU  U  U  V  LV  V  V  W                                                                                                                                                                                                                                  1W  qW          W  W      0X                                                                                      ݢ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        آ  բ  ע  ֢          ٢  ڢ  ܢ  ۢ                                                                                                                                                                                            ɢ  Ȣ                                  Ţ  Ƣ  ͢          ΢                      Т  Ϣ                          Ģ                                                                                                                                                                                                                                                                                                            Ǣ                                                                                                      ʢ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ģ                                                      ţ          ǣ                                  ƣ              ã  £  ̣  ͣ  Σ                                                                                                                                                                                                                                                                                                                                                                                      ȣ  ɣ  ˣ  ʣ                                                                                                                      Ԣ                                                                                                                                                                                                                          Ѣ  Ӣ  Ң                                                                                                                                                                                                                                                                              ҡ  ӡ  Ρ  ϡ  ֡  ס  ڡ  ۡ  ʡ  ˡ        ơ  ǡ                                                                                                                                                                                                                                                                                                                              ǥ  ȥ  ɥ  ʥ  ˥  ̥  ͥ  Υ  ϥ  Х  ѥ  ҥ  ӥ  ԥ  ե  ֥  ץ  إ  ٥  ڥ  ۥ  ܥ  ݥ  ޥ  ߥ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ̢  ˢ                                                                                                                                                                                                                                                          ⢮᢮㢮                                á                        ġ                                                  ţ                                ơš                䢮                                                                          γ칮      墮                          졮梮        ¤§            ǡ                                                                ɡ        ̡  ˡʡ                            ʡ    ơɡ    ȡ          򡮎𡮎šǡ                袮        񡢎뢮碮          𡢎  좮򡢎            ꡢ        𢮎롢      󢮎󡢎                                    򢮎            졢        ФȤ  Ϥ  Ƥ  Ť      Τɤ  ˤä      Ĥ̤                                    䮎䮎  ˥  ǧ̥        ϧ    å        ¥ɥ      ħ  ѧ  ȧ  ĥ  ȥçƥʥ        ť  ǥ̧ɧ˧ʧͧ                                                      ⮎                                              䮎                        ȯ  ͯ  񭢎𭢎  į  د̯֯  Ư      ˯ɯǯꭢ  뭢ϯ              ӯ    쭢  ޳        ﭢů魢      ί              ѯï򭢎    Я󭢎ԯկ                  䮎波ڳ  ߳峢  س  ܳճ  ٳ    Ĵ곢Գ´  ׯ鳢Ǵ  ۳  ֳҳೢӳѳݳ㳢䳢      ᳢гⳢ˴  糢  ϳô׳賢        ̴ʴ  Ŵƴ            º          ú񹮎򹮎      ﹮            𹮎                            䮎                                          Ů  㮎ɢȢ    ȢŮŮ  ȢŮȢŮ㮎ɢŮŮɢȢ  Ȣ  Ȣ  ȢŮɢ    ɢɢ      ȢŮ  ϢˮϢ        ˮϢϢϢ  ˮ  Ϣ    ϢϢ    ϢϢϢˮˮ䮎  ֢  ֢    Ю֢      ֢Ю֢ЮЮ  ܢ  ܢ    ܢܢܢԮԮܢ  Ю    ᢎᢎ׮Ϣᢎ    墎墎ܮ    뢎뢎    எ                              Ԥ    ӤѤ          ҧ                ĺ      ޮ                                                        䮎          ͡ȡΡ              է                    פͥ  ۯ  ٯ    گ    ʹ                          ٤    ڤ        Υ  ϥ      ޯ߯      ϴ볢δź    ɢˮˮˮ    ֢Ԯ    ѡ                    ۤ٧                  Ů                      ڧ              ҡ      ̡  ˡ                            ߤ᤮    ܤ    ޤݤ      म          ۧ  ԥѥҥާХ      ߧ    ݧ    䮎            ӥ            ë        诮    寮    ⯮      ௮毮ᯮ㯮    䯮д    쳢ﳢ            Ѵ      ɢɢ    ̢    ˮ        ϢϢ  ˮ    Ю        Ю    墎뢎뢎எ  ԡӡ                                                  㤮⤮᧮            ৮      ե⮎  ⧮    ȫƫ            ǫ    ﯮ쯮꯮  񳢎Ҵ  𳢎                                      ɢƮɢ    ŮˮϢ  Ϣͮ  ܢ      墎          ա    ֡              ֥ץ          Ǻƺ    Ю                ͡        䮎央    ɫ                  򳢎      ɢ  Ʈˮ֢Ԯܮ袎  ס椮إ                  ١        Ρ            㧮      ʫ            ڡ              䮎  ܪ                      礮  姮      槮  ˫                    ۡ                        ٥秮ڥ      䮎󳢎    Դ            Ⱥ  ɺɢ  Ʈ    Ʈˮ  Ԯ墎    ܡ                  駮ꧮ  մ                ޡ  ࡮              맮        Ыϫ  Ϋͫ      ֢                                                                                                              ţ    ģ                      𤮎        ã    󤮎  ƣ      £                                            륢ꥢ  異䥢祢  ᥢ奢    饢ʩ  Ω  楢        񧮎⥢      㥢ܥ  ݥߥ      짮  ۥॢ𧮎    襢  󧮎  ޥ  燐        쥢                  ܫݫɩ̩׫٫              ĩ  Щ  ۫  ԫޫƩé  ѫ  ˩  ͩ          ǩȩ      ի䮎㫮᫮  ӫ                    ũ            ث            ϩ    Ʈ                          ĮŮ  î          Ȯ      ®ɮ󯮎Ǯ                                                            箎ߴ贮              洮      紮                ۴  ش  ⴮ᴮ      ״䴮      ޴                    ٴ      䮎                    䮎箎䮎    κ            ٺ  ܺ  պ        Һ      ںߺӺ    ʺ׺Ѻ  ݺ            ޺кֺغ̺ۺ  ˺º      ͺ            Ժ                箎              ¢      ¢  ¢      ¢    ¢            ¢                        箎  箎    ¢    䮎        ƮɢɢƮɢ    ɢ  ɢɢƮɢƮ  Ʈ        Ʈɢ    ɢ  Ʈɢɢ  ɢ    Ʈ          ɢɢƮ  䮎    䮎            ƮɢƮ  ϢˮϢˮ      ˮ  Ϣ  Ϣ  ˮϢ  Ϣ      ϢϢ  ϢϢϢ    ˮϺϢˮϢϢϢˮϢˮ  ˮˮƮˮ  ˮ    ˮ  Ϣ  Ϣ            ֢Ю֢Ю  ֢    ֢Ю          ֢֢  ֢  ֢֢        ֢        Ю    Ԯܢܢ  ܢܢܢܢ  ܢ      ԮԮ    ܢܢ      䮎䮎ܢ׮  ׮ᢎᢎᢎᢎ׮ᢎᢎ׮׮׮                  墎墎      墎墎墎墎  ڮ䮎    袎袎  袎    箎箎䮎ޮ  뢎뢎          뢎箎߮                      எ                                ɣȣ        ǣ  ȥ        𥢎񥢎        嫮ʮˮ              ຢ  ĺú            ¢  Ʈ      Ϣ֢֢߮  ᡮϡС        ⮎                £                        ʣˣ  ͣ  Σ̣          ϣ¥䮎                                      򥢎󥢎                                            䮎  թ髮諮۩쫮竮ꫮ  ٩ߩ񫮎֩کܩީة𫮎שҩө  뫮    ԩݩ򫮎            櫮                              ѩծԮٮЮӮҮ֮ڮ    Ѯ׮  ̮  خϮ      ή                    񴮎    Ĵ  ´򴮎ȴ̴鴮    ô봮ʹ˴躢      ƴﴮɴ  ϴ        ʴδŴ䮎Ǵ    䮎䮎            ʺ㺢ź캢뺢  亢Ǻ    к溢  꺢̺庢红Ả  㮎󺢎𺢎      ͮ    ﺢ⺢򺢎񺢎κɺ¢˺                    㮎    䮎麢¢      ¢¢¢    ¢  ¢    ¢  ¢¢    ¢¢¢㮎¢        ¢    ¢ƮƮɢ  ɢƮƮ  ɢɢɢ    ɢ  ɢɢ  Ʈ  ɢɢɢɢ  ɢƮƮɢɢɢɢƮ  ɢƮƮƮɢ        䮎  Ϣ    ϢϢˮϢˮϢ  ˮ    ˮϢϢƮ  ϢˮϢˮ  ˮˮ    ˮ        ֢Ю֢֢  ֢Ю  ֢ЮЮ  ֢  ֢֢Ю        Ԯ  ܢԮ  ܢ  ܢ  ܢ        墎墎ڮ墎    ڮ      袎      ޮ              ã  ťåĥ੢            Һ¢  ɢϢ䮎ЮģУ    ƥᩢۮ  Ʈ宎墎          ѡ                              ˮ                ҡ          ǣ                ɥ      ѣ                        ܮ䮎        ⩢                  д        ӺԺ          ɢƮ        ᢎ          ˣ          ͣ        ե      ̥  ֣٣أ        ˥      գӣ  ֥ӥΥ    ѥԣۣף      ңڣ                    Ũ                          ƨ    𩢎  詢䩢㩢        񩢎    婢穢򩢎󩢎쩢謁驢  멢ꩢ  橢                      䮢      ⮢⮎  ϰ  ʰᮢޮ㮢  ݮΰ    客    Ű  Ȱ  Ұ          ߮஢Ͱ    ˰    殢    ״  ִ鴢  索    𴢎ഢ㴢  崢    괢财ٴⴢݴӴﴢߴҴ  䴢񴢎ᴢմڴѴ  ޴۴  Դ촢  ܴش봢                㺮Ắغۺ򺮎ٺຮ洢¢溮  ⺮ܺ޺    󺮎ں׺  ֺ    ¢¢    ¢¢¢¢¢¢¢¢      ¢¢    ¢¢¢¢  ¢¢  ¢뺮䮎    䮎    ɢ      ɢɢɢɢɢɢɢɢ  ɢ  Ʈɢ  Ʈɢ  ɢɢɢɢɢƮƮ        ɢϢ  ТϢТТˮ  ˮϢˮϢˮТТТˮТˮТ    ˮ    ˮˮТ֢ЮЮ֢֢Ю֢֢Ю֢֢֢Ю  ֢Ю֢֢Юܢ  ܢܢܢ֢Ԯ  Ԯܢܢܢܢ  ԮܢԮ  Ԯ    Ԯ  ڮ׮׮ᢎ墎墎墎      ܮ  ܮ袎ܮ뢎뢎ޮ߮எ                                    Ȩ        ⮎䮎        箢    󴢎        򴢎    ɢ  Ю  ܢڮ  ܮ  ӡ  ԡ  У              ڥܣ          ݣ̨ʨ            Ψ˨ͨ                  订        ꮢ鮢                        װ        ְհ                                    ¢¢¢㮎    ɢ    ɢ                      ֢  ܢܢڮ        ޮ            ޥܥݥШ      뮢  ذٰ                  ա⮎      ңѨ          ¢宎                ޣ    ߣߥ                ¢        Ԯ        ֡  ԣ                      Ԩը            ڰ۰  쮢䮎      õ      ĵ  ɢ        Т  ᢎᢎڮ  𢎫            ءס        䮎գ          ڣ            ᥮楮磢    ⣢䣢棢㣢  ࣢⥮ᣢ    壢裢  飢                        㥮ɦݨæ  ƦĦʦͦȦ  Ǧ  ¦Ŧ̦        ި˦    ܨߨר                ب                  䮎  ¬            ì      㰮  ߰  𮢎䰮  񮢎    ᰮ  Ⱞ  򮢎ް  ⮎  ⮎ﮢ󮢎                      ˵ȵǵ  ѵ  ҵ  ϵ    յ    Ƶ        ε    ʵ    Ե˻һǻ  ûӻлλȻѻʻ»Իͻջ  ϻ¢  Ż  Ļɻ    ƻ        ̻            ¢        ¢¢¢¢¢      ¢      ¢¢        䮎    ɢƮɢɢƮɢɢɢɢɢɢɢƮ      ɢ  ɢɢɢƮƮɢ䮎ˮˮˮТТ  ТˮТˮТТˮТ  ТТТТТˮˮ䮎Ю֢֢֢֢Ю֢֢֢֢֢֢֢Ю֢֢䮎ܢ  Ԯ  Ԯ    Ԯ䮎ᢎ׮䢎墎ڮ    袎袎ܮ  ܮ뢎ܮ      뢎ޮ  ߮    எ                ꣢    ׵ˮ                                ¢        祮ਮ      ŬĬ        㡮        ١          ܣ襮룢륮      죢          ⨮ᨮϦ    Φ  Ц          Ƭ            氮  鰮  谮갮簮    ۵  ٵ      صڵ                ׻  ֻ      ¢¢  ¢¢¢        Ʈɢ          ɢɢˮ  ТТˮ  Т          䮎֢֢֢Тܢ  ܢᢎᢎ֢墎殎        㨮            ڡǢۡȢ殎      𣢎  񣢎                        娮種    訮          Ȭ    찮    밮        ᵮ൮                ¢¢¢      ¢¢䮎ɢƮƮɢʢ  ʢʢ  ɢɢʢ  Тɢ  Т    Т        ֢֢֢֢֢Ю      䮎袎袎ܮ뢎  ᣮ    騮먮  ̬ˬ          葉  򣢎          䡮ɢ⣮      »                          󣢎񥮎      ҦӦԦ𨮎    Ѧ                ͬ  ﰮ⵮    㵮ǻŻ      Ļ    ¢    ʢʢ            Т  ֢  ׮  ʢѣզ񨮎  ػ  Ю    ׮      ᮎ¡  򥮎    Ь              ʢ    ߮                  ئצ      ֦              ⮎𰮎򰮎      񰮎䮎          䮎                        ڻٻ˻      ۻ  ¢  ¢        ТƮƮ  ʢ  ˮ  䮎עע  ܢ墎袎袎ޮ            ͢⮎ܡ̢        ¢森        磮飮  ٦      ڦ                                      ᦢߦ覢    馢즢  릢      ⦢⮎ݦ䦢  廉  妢        禢ڬΪ  ܦ          榢ۦꦢ  ۬ަ㦢ঢ                          ˪̪  ϪŪ  Ǫ⮎Ȫମʪ  ֬󰮎  ׬ݬƪª      Ъ  ɪԬĪͪ߬ᬮ        Ѫ            Ҫ        ê                        ܬ                                赮      񵮎  򵮎      ﵮ                µ  Ի      ĵ  ݻ      Ƶɵ컢    ǵỢ      ܻŵ  ޻ȵ໢굮  ֻ  ջ    õ        ߻ػٻ      ڻͻ                    㻢    绢  ¢黢      껢޻뻢񻢎        򻢎滢  ϻ    仢󻢎ѻ      𻢎ݻ  転⻢  廢          ﻢỮ  ⻮㻮л      䮎      ʢ¢¢ʢ    ¢¢¢Ʈ      ¢  Ʈ    ʢƮ    ¢ʢƮ  ¢¢    ¢¢        ¢䮎    ʢʢʢ  ʢˮ  ˮ  ʢˮ  ʢ  Ʈʢ    ˮʢТ    Ʈʢ  ʢ      Ʈ  ʢʢʢʢ      ̮ТʢƮ  Ʈ      ʢƮ  Т    ̮Ʈ̮ˮТ  ТעТ  ˮ    ТТ  ˮעЮ̮Ю  Т̮ע̮Т    ТТˮ      ˮ  ע  Т    Т  ТТТ  Тעܢ  ЮעЮעЮܢЮ  עЮע  ܢЮעע          ע  ЮЮЮ        殎        ᢎ    ᢎԮԮԮԮԮܢᢎܢ    Ԯ  ܢܢ  ܢܢᢎᢎᢎ    ᢎᢎ    ᢎᢎ  ׮            袎  墎  뢎      ߮ᮎ      ݡ            룮      𦢎        㬮            仮  ¢    ¢¢¢    ʢƮʢ  ʢƮТ  ̮  Ю      ߮  塮桮΢񦢎        ӪԪ                    Тޡ                  ɢˢ  â죮ĢʢƢȢ  Ţ̢Ǣ                                                                                      䮎          򦢎  󦢎                                  ժ                                                  ۪        窢      تઢ  ߪܪ䪢檢        ᪢    ڪאַ𬮎              תު֪٪ݪ      ⪢㪢媢  쬮                    묮                                  Ư  ʵȯ¯˯  ᵢ    ͯ    ǯί            ʯį  ̯ïůɯ        䮎            䮎˵        ݵٵֵ赢    ۵    㵢    ߵε  嵢͵    䵢׵    ̵  絢յ  ص浢        ӵ          ܵҵеⵢ        ൢ              Ե  ѵ޵ڵ            䮎                    ϵ񻮎  𻮎¢          󻮎            绮  滮  軮â    â        ¢  򻮎  㮎            ﻮ            宎          ââââ  â  ââ    â    âââ    ââââââââââ  ʢ    ââââ  â  ââǮ    ʢââ    â            殎    ʢƮʢʢǮʢ    ʢ  ƮǮƮ  ʢ    ʢʢʢʢ  ʢǮ    Ǯʢʢ  Т  Ǯʢʢ  Т  ТǮʢʢʢʢʢʢ        ƮʢǮʢ̮Ǯʢ̮    Т̮    עТТТ̮̮Т  ̮    ̮  ТТТ    ̮Т  ТТ̮  Т    ʢ̮̮  ̮        ̮  Т    ̮    宎        ̮        ע    Ю    ע    ̮  Юע            עעЮ  Ю  Юעע  ע  עЮ        Ԯ  Ԯ  ܢܢ׮  ׮ܢܢ׮ܢ    Ԯܢ      ע      ׮  ᢎ׮    ᢎᢎ  ᢎ  ᢎ    ᢎᢎ׮  墎ڮ墎ڮڮ墎墎墎  墎ޮ    袎  袎袎袎    宎뢎    ߮߮    ߮எ            򬮎ע确衮  ͢                  誢骢󬮎  Я        ϯ                鵢                                㮎âǮ  ʢ    Т    ТТТע        עܢܢ    墎ܮ      إ            â    ᢎ          ±      ʢ  ע              ꪢ            ТТ    Ԯܢ        몢      ԯүӯ  ѯ        굢    ¼üâ                    ܢᢎڮ墎墎袎顮      Ѣ    󣮎򣮎    Ϣ΢          ⮎  é  ©                            𪢎    򪢎    񪢎              󪢎甆쪢            Ʊ      ̱  ıׯɱ  կȱ  ͱű  ñد                  ¶      ﵢ    ֯˱쵢𵢎Ķ  뵢  Ŷ  ʼż      ȼ˼          âɼ  Ƽļ  Ǽ              â      âââ  â  ââ      âǮ    Ǯ      ʢʢʢ      ǮǮǮ      ТТ  ̮̮  ТТ  Т̮  Т̮Т    עע̮עעЮעѮ    Ю  Ю    ע  עעעѮԮעԮԮܢ    ԮԮ  Ԯᢎ  ᢎᢎ    墎ڮ  ڮ宎袎袎ܮ  ܮ袎        𢎹𢎿ᮎ                                      ̼宎  ʢʢѮ          ũ  殎ٯگ    ȶ  񵢎Ƕƶ          âƢʢעѮ殎                    Ң      ע    ҢѢԢӢ֢  Тբ                Ȧ  ä  ɦǤ¤Ť        Ŧ  Ħ    ǦƤ¦  Ĥ      ʦ            ⮎                  ǩ                    ǧȧ  ŧ    ҩƧɩħ  ⮎  ʩ  ϩ  §  ɧ  ȩ  ç                      Ω̩宎                            宎                      ë  «ū                                  ī            ѩ                  宎                                    宎      ﯢݱ㯢    ױܯӱ寢۱ۯ  ޱ䱮б廊߱񯢎    篢ֱ询򯢎鯢㱮䯢ޯ߯쯢毢Աϱ    ௢    ڱ            믢    ٱ  ݯ    ᯢ  󯢎ꯢ⯢        Ɱر    ᱮ౮宎            宎                                                նථζ  򵢎۶        ׶    󵢎        Ѷ    ڶ  Ͷܶж  ˶      Զ              㼢  ̶Ҷ޶߶                        ֶ    ż  漢񼢎    ༢  𼢎鼢  μ  ּ          Ӷм򼢎󼢎    ޼  ټ  켢ӼؼҼ  弢âԼ  ݼ  ڼ׼輢      뼢꼢¼ϼ  ߼ἢͼ    ռܼ伢  ۼ缢    Ｂ            ļ                                        宎Ѽ    宎    â  âââââââ    âââââââââââ  ââââââ    âââ    â    â  â  ââ  ââ  â    â⼢â    â  â  â  ââ          Ţ                              ʢʢǮˢʢǮʢ    ʢˢǮʢʢ    ǮˢǮʢˢǮ  ʢˢ  ʢ  ʢˢ  ʢ    ʢʢʢǮʢ  ˢʢ      ʢ㮎  ʢʢʢʢǮ  ˢ  ʢǮˢ    Ǯʢʢ      ʢʢ  ǮǮ  ʢǮǮ    ̮ˢ                            ǮТǮТТѢѢ  ̮̮ѢТ  Ѣ̮̮ТѢ  Ѣ    ѢѢТ̮̮ѢѢ  ѢТТ        Ѣ  ТѢѢѢ  ̮̮Ѣ̮Ѣ̮  ̮  ѢТѢТѢ  ̮Т̮Т    Т  ̮  ̮ѢѢѢע̮̮    ̮宎                עѮע  ѮѮ      עע  עעѢעѮѮ  Ѯע    עѮ  ѮעעעעעѮѮעעעѮ    עעѮעע  ע    Ѯע    עעעעע  ѮעѮעѮѮ                ע宎        宎        Ԯ  ݢ  ݢԮݢ  ݢծݢԮݢԮ    ݢܢݢծ  ݢݢݢ  ݢݢ  ծԮݢݢ  ծݢݢ  ݢ    ݢݢݢԮݢ    ծ׮  ᢎ    ׮خ׮  ᢎ׮ᢎᢎ  ᢎᢎ  ׮ᢎ׮خ׮׮    خᢎᢎᢎ׮    宎墎墎墎ڮ墎墎墎ڮ  ڮڮ    ڮڮ墎    墎  墎墎墎ᢎڮڮ      宎墎颎ܮ颎墎  ׮颎颎颎颎    颎ܮ宎        뢎颎    뢎ޮޮޮ뢎ޮ뢎뢎      ߮߮      宎宎  எ      񢎡񢎢񢎤ᮎᮎᮎ              ʧөԩƫ⮎汮屮籮  ⶮ      Ģââââ  Ģ  ˢˢ  ˢ  ̮  Ѣ̮̮עעעѮѮ      ݢ  ծᢎ  墎              թ֩  豮ɼǼ      ®Ǯ    Ң      Ӣ          ̧  ˧ةǫ  ȫ              걮¶䶮                Ģ®㮎ˢˢˢǮѢѢ  ѢѢע        עע    ݢ    墎      ٩  ɫ            嶮  ˼    ®    ˢˢ    עעᢎ      Ȥک          ʫ  ˫        宎宎ͧ    ̫­챮    涮          ͼ    宎ĢĢĢ®ĢĢ  ˢѢѢѢѢעע  ע      ݢծᢎ墎                ߡ      آɤʤ  ݩΧ宎  ͫΫ                  ö    μ    ®®        ࡢע  Ԣ    㡢      ⡢      ᡢآ٢٢            ݢߢࢢ    ܢ  ڢޢ  զ      ۢ              宎    ۤ٤̤  Ӥ  ͤ䩮դЦҤ  Ѥ  ڤ  Ӧ  ˤצ  ܤѦ    ̦姢      Τ    ֤    㧢Ϥ    ݤФ  ͦ  ϧ  פ  㩮    Ԥ  ؤ䧢ΦҦܦ٦֦                            ۦ    ֧  έ맢  멮  ⧢    ԧا    ۧ          秢  ڧܧ    ݧꧢ    ⮎  駢쩮٧梨ৢ  է      ꩮӧ׫    ᧢槢婮        驮  ⮎ק  穮ѧЧާҧ      ߧ  ϭ              짢                    ƭޫ᫢Э䫢٫ȭʭ竢ꫢ쫢֫      嫢ݫիɭǭͭǰ  ⫢ګܫ  ߫  ҫ諢˭뫢ŭ׭  ӭ  ϫ      髢ѫ  觢    ثЫ    㫢    ۫  ӫ    ԫ櫢  ૢ    խѭ                                                                󱮎        °    ﱮ    򱮎  ˰      ɰʰİŰȰư          ð    ̰                                          宎                  Ŷɶﶮ      Ƕƶ  м̶  򶮎޶궢  ۶Զ  Ķ궮ජ붮        жⶢڶ    趢춮ᶢ㶢    嶢ζ߶Ӷ綢      ضֶ׶  ҶѶ  ˶鶢  ն    ʶ      ܶ  ݶ  䶢  ٶ  Ͷ        涢ݼ϶𶮎              宎                        Լ        Ҽ    ͽ        ѽȽ뼮    ½  νǽ    ٽڽ      ̽    ڼ    ּ      ؼ鼮׽Ͻ  ս  漮  伮۽  Žý  ɽƽ  ӽнؽ  Ľ  ۼ˽®༮    ܼʽ  ȶѼ켮Խҽֽ    ⼮宎    㼮    輮            宎    㮎      宎宎    ĢĢĢ  ®ĢĢĢ      Ģ  Ģ®Ģ    ĢĢĢĢ  ĢĢ  Ģ  ®®    ®    Ģ  ĢĢĢĢ  ®  Ģ®Ģ  ®  ĢĢĢĢĢ  Ģ    Ģ  ĢĢĢ    ĢˢĢĢ  Ģ      Ģ    Ģ®®®Ģ®                    ®        ®    ®®    ˢ  ˢˢ  Ǯˢ  Ǯ  ˢˢ  ˢˢǮˢˢˢ    Ѣ    ˢǮˢ  ˢˢˢˢ̮Ǯˢˢ  ̮Ǯˢ          ǮˢˢˢǮˢǮˢˢ  ˢ        ˢѢˢǮ        ˢˢ  ˢ      Ǯˢˢˢ  ˢˢˢˢ̮    ˢѢǮˢǮ            宎宎Ǯ    宎    ˢѢѢ  ѢѢ  Ѣ    Ѣ  ̮Ѣ  ̮Ѣע    ѢѢѢ  ̮  Ѣ    ѢѢѢѢ        ̮Ѣˢ̮̮ѢѢ  ̮  Ѣ  ѢѢѢ  ̮Ѣ      Ѣ  Ѣ  Ѣ㮎ѢѢѢ  ̮Ѣ̮ѢѢѢѢѢ      宎            宎עѮ    آע  آ    آݢآآآעآآآ  آ    Ѯ  Ѯآ  آѮעעѮآ        ע    Ѣעעآآעݢآעآ̮        Ѯݢ  ծծ  ծծ  ݢݢݢ      ݢݢ  ծݢݢݢ  ծ    ݢ        ݢڮݢѮծ⢎宎      ⢎⢎خ  ᢎ⢎ᢎخخآᢎ  ᢎخ  ⢎  ᢎᢎᢎ  خ      خᢎ  墎墎  墎    墎  ڮ  墎墎墎墎墎ڮ⢎墎  墎颎墎ڮ宎宎颎  颎  颎颎颎ܮ颎颎颎颎颎颎ܮ  颎颎颎颎뢎뢎뢎뢎ޮ뢎뢎뢎ޮ  ޮ              எ߮  எ宎  𢎾𢎼𢎥񢎤    ᮎ񢎾򢎿            ᢢޤ⦮  ߦ  ަߤ㦮    ম    򧢎𩮎  﩮  򩮎񩮎  󧢎𧢎      񧢎                  﫢ޭ󫢎ܭڭ  ح⮎孮⭮߭          򫢎񫢎䭮  㭮  譮  ݭ        𫢎宎                ڰ۰ܰ  ⮎  Ѱٰް  ϰհΰذ԰    ݰͰаְװ߰Ӱ  宎                宎              񶢎󶢎ﶢ  붢߽  򶢎        𶢎춢宎宎                    齢  ݽ潢ܽ  佢⽢㽢  罢    Ｎ򼮎ར޽  ὢ形񼮎  󼮎宎轢宎    宎    宎    ĢĢĢĢ®  Ģ®  ®Ģ  Ģ  ®Ģ®ĢĢĢ      ®Ģ  ĢȮ  Ģ  ĢĢĢĢĢ            Ģ®  ®  ®Ģ宎Ģ    ®宎宎宎Ģ        ˢǮ  ǮǮˢˢˢǮ  ˢˢˢǮˢ  ǮǮǮǮˢˢǮ  宎      宎ˢ      ѢѢѢѢѢ  ѢѢͮͮѢѢͮѢ  ѢѢͮ  ͮͮѢѢ  ѢѢ宎ѢѮѮآ  ѮѮآآ  آآآآ    آآآ    آآѮ㮎  آ  Ѯ  Ѯآ  آ    آ  آآ  宎宎    ݢݢծݢ      ݢծծծ      ծݢݢݢծ                ⢎خ    ⢎  ⢎خ⢎墎⢎ڮ墎  墎ڮ    墎ܮ墎  宎ܮ  ܮܮ颎颎ڮܮܮ宎뢎뢎  ߮뢎߮எᮎᮎ񢎬            魮                                  뭮    ¡ఢ    ˢ          꽢      ®Ģ®®  ˢ    ͮ  ͮ    뽢        ⢢        ढ䦮                      㰢Ⱒᰢ          ｢콢    𽢎ĢĢĢ    ĢĢ  ˢǮˢ  ˢѢͮѢ      آآ        墎  墎墎墎墎  颎ᮎ      䡢  塢    㢢䢢릮        馮椢榮禮⤢ꦮᤢ  夢  㤢  礢䤢覮                            𭮎  󭮎񭮎                    鰢氢谢      尢갢    簢䰢밢                򽢎    񽢎                                  ®󽢎          ĢĢĢ        Ģ®Ģˢ    ®宎宎ĢĢͮˢˢ  Ǯ  ˢѢǮǮǮ      ѢҢҢҢ    ҢҢҢҢҢҢ        آآآ  آآآآ    ݢݢ  ծ  ݢ      ⢎            颎颎뢎          桢  ڢ롮墢        줢ꤢ뤢褢  餢                                              𰢎          찢ﰢ    ǲ򰢎Ʋ񰢎󰢎      宎                                          宎      ®      ®                    宎®®  Ģ  Ţ®Ģ®Ţ®®®ĢĢ®ŢĢĢĢĢĢ®Ţ  ®Ģ®        ®    ȮǮˢ    ǮǮˢȮ    ȮǮ  ˢ    ˢˢˢȮˢȮ        ҢͮͮҢҢ  آ  Ңͮ  ͮҢҢҢҢҢҢ  ͮ宎        ݢ    آͮآآѮݢ  㮎آѮ  Ѯ    آآѮ  宎ݢ        ݢݢծݢծݢ  ݢݢծ宎⢎⢎梎⢎خ颎⢎خ  ⢎  ⢎⢎⢎梎ڮ墎    ڮڮڮ  墎ܮܮܮ  ܮܮ    ޮ          Ţ                              Ȳ                ŢŢŢˢ®ˢˢ      ȮҢҢͮѮآ    Ѯݢݢݢݢ⢎⢎  梎뢎        ķ  Ţ®        ŷ            梢                                                                  βͲвϲ        Ѳ    Ʒ      ɷǷ        ý½  Ľ                  Ţ  Ţ®        ˢҢ  آѮ    ծݢ            ܮ        Ž  ̢  ۢ󦮎濫𤢎                                                            ײ    ղ                  Ҳ                  ķŷ  ÷ǷƷ·ʷ                          ǽ                    Ţ®Ţ          ŢŢŢŢŢ  ŢŢŢŢ      ®Ţ            Ȯ̢  ̢  ̢  ȮŢŢ̢      ̢̢̢        ҢҢҢҢҢҢ        Ң  Ң    Ң          Ѯآ    آآآآآ  آѮѮ        Ѯآآ          ݢծծ  ݢݢݢ              ծخ⢎خ  ⢎          ⢎  ⢎⢎خ⢎          梎        ⢎      ޮޮ  뢎        எ    宎    ܢ宎              碢񤢎              ɷ            ȷͷ      ̽  ®îŢ  ҢҢҢҢ        Ѯ    ծݢծ⢎        ڮ颎颎                ͽ  Ţ    Ȯ̢Ȯ  آ宎⢎颎              ڲ۲                  ʷ  зҷѷ    Ͻ    Ţ          Ȯ      آ      ݢ  خ⢎颎            Ǭ    ɬȬ              ìĬŬ⮎  ¬  Ƭ          䲮߲    ޲    貮    ٷ    粮岮ӷշ    ܲ㲮    ͷ    ̷ӷηϷѷзշ      ˷  Է  ҷ  Ⲯ׷    ֽӽ¾ѽҽþžƾľ          ŢîŢŢŢ    îŢŢ    î  ŢŢ      î    Ţ  Ţ      Ţ̢̢    Ȯ        ȮȮȮȮȮ  ȮȮ̢  ̢  ̢̢̢̢  ̢      ҢҢͮ    Ң  Ңͮ              آѮآѮآآآآآ      آآآծ  ծ  ݢծ  ݢ        ծ  ݢݢ  ݢݢݢݢخخ⢎      خ  خخ⢎    梎ڮڮ      梎梎    颎颎颎颎뢎ޮ      𢎲䮎  񢎩񢎳      鲮Ǿ׽Ţ              ʬˬ          Ⱦ      ݢ梎颎                  ԬϬ̬Ӭ    ҬѬЬͬάլ              宎    宎      殎    ı첮  ܷ  űǱñ  ±  ȱ  Ʊ                      宎        ⷮ      ݷ㷮ݷַطڷ߷۷ٷ  ᷮ޷෮׷宎宎            宎            ̾  Ծܽɾ    վٽʾ˾ݽ    ӾҾϾ    ;о  Ѿξ                ڽ    îŢîŢ  î̢  ŢîîŢŢŢŢŢî  îî  î  Ţî  î  ŢŢŢ    ŢŢ            ̢  ̢Ţ̢  ̢̢Ȯ  ̢  ̢̢̢̢ȮȮ  Ȯ̢  ̢        宎Ȯ      Ң            ͮ  ͮҢҢ  ͮͮҢҢ    ҢҢҢҢ  ҢͮͮҢ  Ү    宎      آҮآآآآآآآ    آ        آآҮ  آ宎  ծծݢݢ            ծݢ  ݢݢݢݢݢ      ݢ    ݢݢخخخ⢎خخ⢎خ      ⢎⢎⢎⢎⢎خ    梎ڮ  ڮ梎梎梎梎    ڮ梎宎颎颎颎  颎颎颎      뢎ޮ뢎ޮ뢎ޮ            எ𢎪      򤢎  è    ¨    ڬ٬        ֬ج׬宎    ˱  ϱαͱɱ      ﲮ𲮎  ʱ̱        巢򲮎㷢߷  ޽෢  ᷢⷢ䷢淮  差    پ߽ؾ׾־佮⽮        Ţ      ŢŢî  î  Ţî㽮    宎Ȯ̢Ȯ̢̢          ̢    ̢̢̢̢̢̢̢宎ҢҢҢͮͮͮҢҢҢ宎آҮ    ݢҮ  ݢ⢎⢎  خ梎  颎  எ硢    淢宎              Ĩª    Ī  宎ܬ߬ݬ®    ۬ެî  󲮎ֱرױ  ұ          ձбѱԱӱ    鷮緮뷮    귮鷢귢跢췮緢              彮      ھܾ޾      潮  齮۾  ݾ  轮îŢŢŢŢ  Ţ    ŢŢŢ  Ţ  î          Ţ        宎̢    ̢ȮȮ̢ȮȮ  ̢̢  Ȯ                  ͮҢͮ      ͮ    ͮͮ    آҮ  آآծ̢        Ү            Үޢ    ݢ  ޢ    ޢݢݢ        ⢎          ڮ    ڮ梎梎  ڮ  颎颎颎ܮஎஎ  袢      Ũ    ƨĮǮᬢ  ଢ  ɮȮ  ۱ٱ߱  ڱޱܱݱ        뷢򷮎  񷮎췢        ߾𷮎            Ţ    îŢŢî        宎̢    ̢̢        ͮ٢ҢҢҢآآ٢آ      Ү    Үޢ  ޢޢծ              ޮޮ        Ǫή⬢Ϯͮˮ̮        ౢ          󷮎񽮎  ᾢ  ྡྷ𽮎    îîŢȮ  ̢  ȮҮծծ    خ  颎߮    ǨѮ  Ю  㬢䬢        Ɫ䱢      汢鱢籢    豢屢ᱢ  걢㱢            󷢎񷢎        㮎    򷢎𷢎宎        ﷢                辢侢꾢  㾢徢  ⾢  澢  羢          򽮎  龢宎                î      ŢîŢŢŢŢ  îŢ    îŢ  îŢŢŢŢŢ  Ţ  Ţî                        Ȯ̢Ȯ  ̢Ȯ  ̢    ̢  ̢̢̢  ̢̢ȮȮ    ̢  ̢̢    ̢̢  ȮȮ        Ȯ̢                            Ң  ͮҢ      ͮͮ  Ң    Ң  Ң                Ңͮ    㮎㮎                ҢҢ  ͮҢ    殎            ٢٢        ٢  ٢  ٢٢٢٢    ٢٢  ٢  ٢٢  ٢٢ҮҮ        ޢޢޢޢޢ    ծ  ޢ٢ծޢծޢ  ޢޢޢޢޢ    ޢޢ  ծޢޢޢ    ޢޢޢ  ծ                    ծ⢎خخ⢎⢎  ⢎⢎  ⢎  خ⢎⢎  ⢎⢎    梎⢎خ殎⢎    殎梎ڮڮ        梎    梎梎            殎  ܮ颎    颎颎颎颎ܮ    殎      ޮ    뢎뢎    ޮ߮߮எ        எ      殎𢎬񢎥  ᮎ      ⮎    ɪȨȪҮ欢笢嬢ԮӮ      謢鬢ꬢ    뱢񱢎ﱢ  𱢎        챢          쾢  뾢  殎                îŢî  Ţ  Ţ      ȮȮ  ̢̢̢    ̢        ͮͮͮҢͮͮҢͮ  ҢҢͮ      ٢٢٢Ү٢    ٢      ծծ          Ү  خ        خ  ޢ    梎    梎殎颎    뢎ᮎஎ        ˪ɨ  ʪ    묢        쬢                        󱢎򱢎                                                        򾢎  󾢎ﾢ        񾢎          𾢎            î  ƢƢƢƢƢŢ      ƢƢƢŢîŢîîîƢƢƢ  î  Ƣ  Ƣî̢îîî          ̢  ̢  ͢  ̢Ȯ    ̢̢Ȯ̢̢Ȯ    ̢̢      Ȯ    Ȯ̢  ̢    ̢      ̢̢̢    ̢̢̢  Ȯ͢  ̢̢Ȯ̢Ȯ殎Ȯ  殎        ήҢ      Ңͮ    Ң  Ңͮ  ήήҢҢ    Ңή  ͮҢ  ҢҢ  Т  ήҢҢͮ  Ң  ήήήήήͮͮҢ            殎      ٢٢٢٢٢    ٢٢٢٢٢٢    Ү٢  ٢    ٢٢٢٢  ٢٢ҮҮ    ޢޢ  ծޢ    ޢ    ޢ    ޢ  ޢ  ޢޢޢ      ޢ  ޢ  ޢ    ޢ  ޢ        ޢծ    خ⢎⢎  ⢎    ⢎⢎⢎    خ⢎خ  ⢎⢎  ⢎⢎殎    خ    梎      ڮ  ڮ梎梎ڮ梎  梎梎梎梎梎  梎颎    颎ܮ颎颎      ޮޮ뢎뢎뢎ޮ뢎뢎  뢎ޮ      ߮      𢎯񢎱񢎮񢎰񢎹      ⮎                                                                                                                                                                                                                                Ұ        殎Ȯ    ٢  ޢծخ      梎梎  뢎߮  颢                    Ϊ          ƢƢ    ƢƢƢ  Ȯ  Ȯ  ͢      Ң  ή  ٢٢٢ޢޢޢ            梎䮎  梎        𬢎  ݮ    ﬢ              î  ƢƢƢ            ҢҢή  Ң٢  ⢎خ⢎  梎    颎뢎    񬢎    ³  ó    ¸                      ƢƢî͢      ͢͢    ͢ӢήӢ  ӢҢӢҢ  ٢    ޢ  ޢᢎծ⢎⢎  خ    梎梎颎    殎        򬢎    ĳ      󬢎                  Ÿ  ĸø    Ƣ    ɮ͢            ٢٢֮ޢ    خܮ뢎          󤢎ʨ          ɳȳ    ǳ殎    Ǹ  Ƹȸ                箎          î  㮎  ɮ͢͢  ɮɮ    殎ӢήήӢή    ήή٢    Ү          ֮⢎    梎颎ܮܮܮ                                衢    ˨                        ֪ͨ  ۪تϪ      ٪Ш̨  Ҫ    Ԫ  Ϩת    Ψ      殎                    殮ம    ᮮޮ          宮  䮮                              ̳          ʳҳ      ˳  γͳ    ϳ  㮮                                      ľҸ  ɸɸ˸Ǹ̸    Ըиθ    Ѹո    ʸ    Ӹ㮎    ϸ͸¸    Ÿ        ȸ                            þžƢ  ¾                                    ƢƢîƢîƢƢƢîƢ    Ƣ    Ƣî  îĮ  Ƣ    Ƣ    îƢƢ              Į        ɮ  ͢ɮ    ͢͢  ͢  ͢͢͢              ήήήӢήӢ  Ӣ        ӢӢ  ήӢӢ        ٢٢    Ү٢٢Ү٢Ү٢٢٢  ٢٢    ٢֮٢  ޢޢ                ޢޢ  ޢ֮  ޢ    ޢ  خ  ⢎⢎⢎    ڮ梎ڮ梎  颎  颎    뢎  񢎳              ޢ          Ǿ        ٢        Ⱦ                ɾ              梎    ݪ      ָ  ɮ  ͢Ӣ    Үخڮ    Ƣ    Ѩ      议    ׳  س      ճ            ۸ظڸ      ׸  ٸ        ƢĮƢ    ƢƢ      殎Ƣɮ  ɮ    ӢӢӢӢӢӢ    ٢٢٢    ޢޢޢ    ⢎⢎    梎ڮ梎梎ڮ      颎颎ޮ                ܸڮ  ꢢ        뢢  좢                                  ֨  ըרમ  ܨ  Ҩਢ樢  㨢  몮٨ߨᨢ檮Ԩ    ڨ      쪮  ިب娢      ݨ  ۨ        Ө    ⨢䨢ު                誮                                  ꮮ        뮮    í  ­      򮮎ƭ    ŭ鮮ĭﮮ                ǲ      ©    殎    殎            ʲ  ⳮ    Ų͸Բٳ̲߳²۸˲ײ  ϲƲ  ղ    β              Ͳ    Ȳ    ߪ  ò  Ѳ׾вز    ֲҲɲĲ      Ӳ      ڳ㳮                                    殎                                                    θѸ⸢丢鸢    ԸḢ    츢󸢎и渢    ϸݸ      򸢎ย  帢ݸո    긢縢    踢꿢𸢎޸︢  ׸  Ҹ  ޸㸢  ߸븢񸢎      ظ                        ߸                          ѿſ  ⿢뿢  Ϳ濢οܿ  ؿ  ޾ٿ¿    翢Ͼپ  俢ڿ𿢎տƢ;󿢎  ӿ߿    ׿񿢎пɿԿ߾ȿƿ  迢Ͽ쿢˾        㿢  ۿ˿      ÿ忢￢ʿ  ֿҾҿܾ    ھῢ  оݿ          ޿̿࿢ǿ鿢ؾ    ݾ־ξ        򿢎        殎۾    殎    Ŀ                    ƢĮǢ  ƢĮƢƢ  ƢƢƢ  ƢƢ  ƢƢƢ    ĮƢƢĮƢƢǢƢ  ƢĮ  ĮƢƢƢƢĮǢƢƢĮǢĮƢ  ĮƢƢ  ĮƢƢƢǢ  Į  ĮƢ  ƢǢ            ǢƢƢĮĮƢƢ  Ƣ  ƢƢƢĮ    ƢǢĮĮ      ĮĮ    Ƣ                        ƢƢƢ  ͢ɮɮ͢ɮɮ͢͢  ͢͢  ͢  ͢͢͢͢ɮ͢ɮ    ͢͢͢͢͢͢ɮ͢͢͢͢  ɮ͢ɮ͢ɮ  ͢͢͢  ɮ        ͢͢ɮ  Ƣ  ͢Į      ͢͢͢͢͢  ͢  ͢ɮ͢͢ɮ    ɮ͢        殎        殎殎    ɮ        ӢӢӢӢӢ  ή  ӢӢƢӢӢӢήӢӢήӢӢӢӢӢӢ  ӢήӢήήή  ƢӢӢӢӢӢӢӢӢ      Ӣ    ӢӢ  ӢӢ  ήӢӢӢӢӢ        Ӣ  ӢӢӢӢӢӢ    ӢӢӢӢ    ήήή                    Ӣ      ٢Ү٢٢Ү  ٢٢٢٢      ҮҮ٢٢        ٢    ٢ڢ٢٢ޢ٢  Ү٢Үڢ  Ү٢٢٢٢٢ڢ٢٢      ٢ڢ  ٢ҮҮ٢    殎    ٢ߢޢޢޢޢޢޢ      ֮ޢޢޢޢ  ޢޢ  ޢޢ  ޢ٢ޢޢޢߢ  ֮֮  ޢޢ֮ߢޢޢ    ޢޢߢޢޢޢޢޢ      ޢ      ֮֮            ⢎خ⢎⢎⢎⢎㢎㢎    خ    ⢎㢎⢎⢎خ⢎⢎⢎⢎⢎⢎⢎      ⢎خ  ⢎    梎㢎    殎  ڮ梎梎梎梎ڮ梎  梎梎    梎梎梎    梎ۮ梎    梎梎梎ܮ梎梎梎梎    ۮ殎颎  梎      ܮ颎颎颎颎颎ܮܮ颎颎    ݮ颎    颎ܮ    ݮܮ      ݮ    ޮޮ  좎좎  颎좎ޮ좎좎좎좎颎좎㢎좎좎좎ޮ좎좎ޮ  좎ޮ    殎  எ  எᮎ    殎񢎵񢎶ᮎᮎ򢎭            ڲٲ    㸮ฮḮ    ᾮ        ͢Ӣڢڢڢ      ߢ㢎  騢ꨢ訢稢  殎ʭȭǭ      ɭ                鳮沢㲢Ტ    쳮  䲢  ޲ﳮﲢ߲  𲢎벢ݲⲢ첢貢岢볮  ಢ곮𳮎鲢۲    粢겢ܲ                渮    丮                                        ⾮Ǣ            㾮            辮                        ǢǢǢǢ  Ǣ  ĮĮ  Į  Ǣ    ǢǢ      Ǣ  ǢǢǢǢ        ͢͢      ĮĮ      ͢͢͢  ɮ͢    ͢͢  ͢͢  ͢͢͢  ͢ɮ͢͢͢    ͢͢͢͢  ͢ɮ  ͢ɮ͢  ͢ɮ͢  ͢͢͢͢    ɮ͢ɮ        殎      ǢӢԢӢӢӢ  Ӣ  Ӣ  Ӣ  ӢӢԢӢӢӢ  ӢԢӢӢԢ  Ԣ  ԢӢ͢ӢӢԢӢ    ή    Ӣ  Ԣ  Ӣ  ڢӢԢ    ή        ڢ    ڢڢ    ڢڢڢҮҮ      Үڢڢڢڢڢڢ    ڢڢڢҮڢڢڢڢ        Ү  ڢڢ殎            殎ߢ  ߢߢߢߢߢ֮ߢ  ߢߢߢߢߢߢ    ߢߢߢߢ  ֮ߢߢߢߢ  ֮  ߢߢ  ߢ֮֮            㢎㢎ۮخ㢎㢎㢎خ㢎㢎㢎ߢ㢎  Ӣ㢎㢎㢎㢎㢎㢎㢎خ㢎㢎  㢎خ  خ      㢎㢎殎梎梎ۮ  梎  梎ۮ  梎梎㢎梎梎      梎ۮ梎梎梎梎梎  خۮ颎颎ݮ颎    颎颎ݮ颎ޮ좎좎좎      좎      좎߮좎좎எ  殎            ˭񲢎򲢎긮꾮龮    좎    ̭񳮎殎            Į  Ԣ  ή  ҮҮ                  ͭ  ϭέ      󲢎    򳮎  󳮎              殎  򸮎  Ź  ǹ  ƹ츮  ¹븮      󸮎ù︮񸮎𸮎  Ĺ                      𾮎򾮎ﾮ                              ǢǢǢǢĮǢ              Ǣ    ǢǢ    Ǣ  Į                  ή͢  ɮɮ΢΢ɮ΢  ΢͢΢    ɮ΢͢    ΢΢΢  ΢ɮɮ  ɮ    ԢԢ      Ԣ  ԢԢ    Ԣή  Ԣ    Ԣ  ԢԢԢԢ  ή        ڢڢ      ڢڢҮ  ڢڢ    ڢ    ڢڢڢڢڢڢ  ߢ    ߢ  ߢ  ֮      ߢ  ߢ֮֮ߢߢ֮      㢎    خ㢎خ㢎㢎خخ㢎㢎㢎ߢ㢎殎      梎梎梎梎梎梎梎      梎梎颎  ݮ颎ݮ    좎  좎  좎좎                ᮎ񢎸񢎺񢎹ᮎ𢢎        ȹ  殎Ǣ  ۮ梎எᮎ                        Ǣ  ΢΢΢    ΢ԢԢԢή  Ү    ή  ֮  ߢߢߢخخ  ٮ    ۮ碎梎    颎  ݮޮ                                                                          Э  ˹ɹ        ʹǢ    ǢǢǢǢ  ǢǢǢĮ΢΢ɮ΢ԢԢή    Ԣڢߢߢ  ۮ碎颎      좎                ѭҭ                                        Ϲ            ͹  ι  㮎    ̹                      Ǣ                                  Ǣ    ĮĮ  Į    Į        Į        ǢǢǢǢĮ  Ǣ    ĮĮǢĮǢǢǢǢ  Ǣ  Į        ΢    ɮ΢ɮ  ΢  ɮ  ΢      ΢  ɮɮɮ  ɮ    ɮ            ɮ  ΢ɮ        ή  ή  ήήή  ήԢ  ԢԢ  ԢԢ  Ԣή  Ԣ  ԢԢ  ڢ  ή  ή  ήԢήԢ  ԢԢԢ  ԢԢԢ        ڢڢڢڢڢڢҮڢҮ    ڢήҮ  Ү    ڢڢ  ڢ  ڢڢ      Ү  ڢ  Ү  ڢ      殎  ߢߢߢߢ֮  ߢ֮ߢ  ߢ  ߢߢߢڢߢߢ  ߢ  ߢ  ߢ  ߢ֮      ߢ㢎㢎㢎㢎㢎  ٮ㢎    ٮ㢎㢎㢎㢎ٮ㢎ٮ㢎㢎㢎ٮ  㢎㢎㢎㢎㢎ۮ碎  碎ۮ    좎  㢎碎  碎碎ۮݮ    碎碎碎碎碎碎碎碎            颎      颎ݮݮ颎ݮꢎ  ꢎ颎ݮ颎    ꢎݮ    ܮ    䮎  ޮ      좎좎좎좎ޮ    ߮߮எ      எ    எஎ      ᮎ񢎽񢎴  ᮎ  ᮎ񢎶                                                                                                                                                                                                                                  йѹǢ΢Ԣ  ֮  㢎碎߮      ǢǢ  Ԣ  ߢ  ݮ殎⮎    먢      ҹӹ    ĮǢǢǢɮ΢΢            ߢߢߢߢ  ٮ㢎碎碎    Թ  ǢǢǢ㮎Į            ήԢڢڢڢ  ߢߢ֮㢎㢎㢎碎ᮎ          չ                                                      Į      ǢĮ    ΢ɮ      ɮ΢ɮ΢殎ԢԢή  Ԣ  Ԣ          Ԣ  ԢԢή  Ϯ    ڢҮڢڢҮڢ  ڢ֮֮  ߢ        㢎    㢎    㢎ٮ㢎  碎碎  碎  ۮ殎  䮎  좎ޮޮ  좎    殎எ  ᮎ                                                                                                                                                      ǢǢ      ڢ  ڢߢ  ӭ          ع׹ֹ      ǢǢǢǢǢǢǢǢǢ  ΢ɮɮ  ɮԢԢϮ      ԢԢϮ  ϮڢҮڢ  ٮ碎碎碎碎ꢎ좎殎            ۹  ٹ  ܹݹڹ                Ǣ              Ǣ  ǢǢ        Ǣ  Ǣ  ǢǢĮǢ  ǢǢǢ  Ǣ                            ΢΢΢΢ɮ΢΢΢΢΢΢ɮ΢΢ɮ    ΢        ԢԢԢԢԢԢԢԢԢԢԢԢ      Ԣ    ԢԢԢԢԢϮ  Ϯ          Ԣ    ڢ  Үڢ    ڢ    ڢ      Үڢڢڢڢڢڢ  Ү  ڢ֮ߢ        ߢߢߢ֮ߢ        ߢ㢎  㢎㢎ٮ  㢎㢎㢎㢎㢎  㢎㢎㢎    㢎  㢎ۮ㢎碎ۮ  碎    碎ۮ      碎  ۮ  ۮ碎      碎                  ݮꢎ  ꢎ  ꢎ      좎  좎        எ        𢎩  ᮎ񢎿񢎾ᮎ񢎻          Į  ɮɮ    ϮϮϮϮ      殎ڢ    ٮ  ٮ碎ۮ        ݮ                              殎⹢޹ǹ      Ṣ๢߹  㹢乢        ſǿ        Ŀƿ      ɿ  ǢǢǢȢ  ĮǢǢȢȢ    Ȣ    ΢΢    ΢΢        ԢԢԢϮԢ          Ԣ    ϮԢԢ    Ϯ        ϮԢӮڢ  ӮӮڢ  ڢڢڢڢ  ڢ      Ӯ֮    ߢ֮  ߢ    㢎㢎㢎  ٮ㢎        碎碎碎碎碎  ꢎꢎꢎꢎꢎꢎ좎ޮ좎좎    ⮎                                                                                                                ˿Į  Įʮʮ  ϮӮ  Ӯ      殎    ٮ            Ϯ碎                                                򪮎𪮎諸        쨢  񨢎𨢎򨢎󪮎񪮎                        ׭խ  ԭ                  ֭                                      湢鹢  ˹    繢ʹι                  蹢        깢    幢̹        ϿпͿ̿ѿ  տ            ֿ      Կ׿  Ȣ  ȢĮ    ĮȢĮĮ  ĮȢ    Į          Ȣ                  ʮ        ʮ  ʮ                Ԣ    ϮԢ        ԢԢϮ  Ԣ    ڢ    ڢ  ڢ    ߢ            ߢۢ    ٮ        ꢎ          ޢݢ  򢢎󢢎񢢎殎            ѹ          󨢎              ٭ݭڭ    ܭޭୢ  ߭                          񹢎ۭ                칢򹢎󹢎  Ϲ빢ح﹢𹢎  㮎ҹ    ۢ        ٿȢŮȢȢȢȢȢ  ŮȢŮȢ      ΢΢΢΢  ΢΢΢΢΢΢ʮբ  㢎ԢբԢ  բԢ    բۢ  ۢۢӮߢ  㢎㢎ٮٮ㢎碎碎ꢎ    ꢎ좎좎좎            óĳ³  չ  Թ    殎                Ů¢    Ů      ȢȢ        ΢΢    ʮ    ΢΢ʮʮ            բբբ  բբբ  Ϯ  բ  ϮۢӮۢۢۢ  ۢ    ӮӮ        ߢߢߢ  ߢ  ߢߢߢߢ      㢎    㢎㢎ٮ㢎    碎  㢎碎  ꢎꢎ  ꢎ    ꢎ    좎  ޮஎ    ᮎ                                  ⭢᭢ų      ǳ        Ƴ  ع            ׹ֹ  ٹ            ݿ  濮  ࿮  迮    鿮    ⿮忮          ޿殎㿮              殎    ϢȢŮȢȢȢȢ  ŮȢ      ȢŮŮ        Ů        Ů  Ȣ    Ȣ  Ȣ  Ȣ  ȢȢȢ  ȢȢȢŮȢ      Ů    ŮŮȢŮȢȢŮȢ  ȢȢȢ        ŮŮȢȢŮȢȢ    Ȣ殎        ΢      ΢΢    ΢΢΢  ʮ΢Ȣʮ  ΢΢΢ʮ΢Ϣ΢΢΢Ůʮ  ʮ  ΢΢  ΢  ΢΢΢  ΢ʮ    ΢΢΢΢΢΢΢΢  ΢΢΢  ʮʮ    箎ʮ    բբբ  ϮϮ            ϮϮբ  բբբ  բ  բբբۢբբբբբբ  բϮբϮբբբϮϮϮբբբբբϮ      Ϯբբբբ  Ϯ    Ϯ΢բ  բ    Ϯ殎殎ʮۢ  ۢۢۢ  ӮۢۢۢۢۢӮ  ӮۢӮۢۢӮۢۢۢۢۢ      ۢۢۢ  ۢӮ      ۢӮۢۢۢ      ۢۢբ  ۢ  ۢۢ  Ӯۢ    ӮӮӮ  ۢۢ      ۢۢ        ۢ        殎        殎        Ӯۢߢ֮ࢎ    ࢎ  ࢎࢎࢎࢎࢎ֮  ࢎߢࢎࢎࢎ    ࢎ֮ࢎ֮ࢎࢎ֮ࢎߢ  ֮ࢎ֮֮ࢎ֮  ࢎ֮      ࢎ֮֮֮  ࢎࢎ֮ࢎۢࢎࢎ֮  ֮䢎      ߢ        殎    䢎䢎  ٮ㢎䢎䢎ࢎٮ䢎䢎ٮ  䢎      䢎  䢎ٮ䢎䢎䢎ٮߢ  䢎䢎碎䢎䢎䢎碎䢎      ٮ  ߢ  䢎䢎  䢎㢎    䢎ٮ        ٮ殎殎殎    碎ۮ碎  碎ۮۮ碎      碎ۮ碎  碎碎碎  碎ۮ碎碎      碎碎ۮ    碎  ۮ    碎  ۮ碎碎  ۮۮۮ碎ۮ碎殎    殎殎ݮޮꢎꢎꢎꢎ碎ꢎꢎꢎ  ꢎꢎꢎ    ݮ  ݮݮꢎꢎݮꢎꢎꢎꢎꢎꢎꢎꢎꢎꢎꢎꢎꢎꢎݮ  ꢎݮݮݮ    ݮݮꢎ    殎殎殎        ݮꢎ좎좎  좎ޮ      좎좎          좎좎  좎  좎ꢎ좎    좎좎    ߮߮  ߮߮        ߮எ䮎    எஎஎஎ  எ    எ殎殎  𢎢ᮎ񢎬  񢎫  񢎵      ᮎ⮎        򢎱򢎯򢎷򢎶⮎                                                                                                                                                                                                                                                  㮎բ碎                  ܹ                    쿮    殎  ŮŮȢȢ    ȢȢ      ʮ          ʮ        բբ  բϮբ  ϮϮ    ۢۢࢎӮۢۢ  ۢۢۢۢࢎӮӮࢎ֮ࢎ  ࢎ  ࢎ      ۢ殎      䢎䢎䢎      ٮٮ    碎碎  ۮꢎꢎꢎ    좎좎좎    殎                                                                                                                  á顢                                                              筢      譢䭢  孢    止㭢          ޹  ȳ    ɳ                                Ṯ                幮    񿮎  򿮎󿮎          𿮎    Ů    ȢȢȢ    ŮȢ            ʮϢʮʮϢբϮբϮ        ۢ  Ӯࢎ֮ࢎ֮ࢎ  ֮䢎  ݮӮ    㮎  ʳ                          Ȣ    ʮʮ  բۢ    䢎䢎  䢎    䢎  䢎    碎    ޮ𢎥ᮎ⮎                  ŮȢ    Ȣ  Ȣ  ŮȢ    Ϣ      բ      բ    բ  ϮۢӮ      ۢ  ۢ  ӮӮ  Ӯࢎࢎ֮֮  ࢎ  ࢎࢎ    䢎䢎  䢎碎  碎碎  碎碎    ꢎꢎ  ݮ  ݮݮ좎ޮޮ    좎殎߮    ߮எ    ᮎ          殎        ⮎          Ů      Ϣʮբ    ٮ        ʮ      ޮ            ȢȢ        ȢȢŮϢϢ  ϢϢϢϢϢϢϢϢ      ϮբϮբ  Ϯ  բ              Ӯۢ        ۢ  ۢࢎ֮ࢎࢎࢎ֮  ࢎ䢎  䢎䢎      䢎ٮ䢎䢎䢎  䢎        ۮۮ碎ۮۮ碎碎ݮꢎݮꢎ    ޮޮ좎߮          𢎨ᮎ  ⮎    ϢϢբբ    Ӯ  ࢎࢎ䢎䢎䢎䢎ٮ      碎碎碎    좎ޮᮎ                              ŮϮۢࢎۮ      Ů      ۢ  䢎  ݮꢎꢎ                    Ů  ȢȢȢ        ʮʮϢ    ʮʮբ  բբϮբ  Ϯ㮎      բբբբϮ        Ӯۢ  ӮۢӮҮۢӮ      Ӯ  ӮӮ    ٮ׮ࢎ㮎ࢎࢎࢎ  ׮ޢࢎࢎٮ        䢎䢎䢎  ٮٮۮ碎  碎      碎碎  ꢎꢎ䮎ꢎꢎ좎  ޮ  ޮ  எஎஎ                                                                                                                                                                                ȢϢϢ        բ      Ӯ  ׮䢎ٮ  碎  碎碎碎좎ꢎꢎݮ      좎ޮޮ좎ޮ񢎥⮎                                                      ޮ⮎          繮  ˳殎蹮          Ů        Ů  Ů  ŮȢŮʮȢբ          ŮϢʮϢ        ʮϢբ              殎      բ    բբբբ  Ϯ    ӮӮ  ۢӮ  ӮӮۢࢎ    ۢ  ۢࢎࢎࢎࢎ  ࢎࢎࢎࢎࢎ      ٮ    ٮٮ䢎ٮ䢎      ٮ䢎殎碎ۮ      碎碎      ꢎꢎݮꢎޮꢎ    ꢎ  좎  좎ꢎ߮  ᮎ                                                                                                                                ࢎ  Ů    ϢϢۢ    Ӯࢎ׮ࢎٮ  碎碎  ߮எ      ȢȢ  Ȣ    ȢʮʮʮϢϢϢʮϢʮʮʮ  ϢϢʮ        ϢϮբϮբբբբբ      բբ  բբբ  Ϯ  բ  Ϯ  ϮӮ  ۢۢۢӮۢӮۢۢӮۢ  ۢӮۢ      ׮ࢎ׮ࢎࢎࢎࢎࢎࢎࢎࢎࢎ  ׮  ࢎࢎ䢎䢎䢎䢎ٮ䢎䢎䢎ٮ䢎  䢎ٮ䢎        袎袎  ۮۮ  袎袎袎袎袎ۮ袎ۮ袎袎袎袎ۮ袎    ꢎꢎ  ꢎꢎꢎݮ  ꢎꢎ    ꢎ  ꢎ  ꢎ좎좎߮߮좎  좎  좎좎  좎  좎          ߮    எ    எ      ᮎ  ᮎ򢎸  򢎥򢎳򢎲                                                                                                                                                                        Ȣ    Ȣ        Ϣ    բۢϮϮ    ۢ    ۢ  ׮ࢎۢ䢎  袎    ݮ    ꢎꢎݮݮꢎ        좎߮          𢎯  ᮎ  㮎ʮ    䢎߮எ̳  ŮϢʮʮ  Ϣʮʮʮբբ          ֢֢բϮӮۢۢӮۢۢ  ࢎࢎࢎ    ׮ࢎ׮  䢎䢎  ٮ䢎ۮ袎袎袎  袎    ꢎꢎꢎ    ߮좎좎좎좎          殎ᮎ      ʮ    䢎ݮᮎ䮎ͳ⮎    ۢ׮䢎    袎ݮ    좎  ŮϢϢʮ    ֢    ֢    ࢎ׮䢎䢎䢎      ݮ  좎߮  ᮎ  𢎣  Ȣ    Ů    ϢϢϢ    Ϯ֢    ֢֢֢Ϯ    Ϯ֢          ֢֢Ϯ    ֢֢֢          ܢܢܢܢܢ    ܢ    ܢӮӮܢࢎܢܢԮ    ӮԮ    ԮӮܢ  ܢܢӮܢ        殎׮ࢎࢎ    ׮ࢎ׮ᢎࢎᢎ׮ࢎࢎࢎ    ࢎ                ᢎ                    䢎䢎    䢎䢎    ٮ    䢎    䢎  䢎ٮ䢎䢎ۮ䢎䢎      ٮٮ׮                ٮ䢎袎袎  袎    袎袎  袎    袎ۮ袎袎袎ۮ袎袎袎    ۮ袎袎袎    ۮ    袎                    ݮꢎꢎݮ    ݮݮ  ݮݮݮ    ݮ    ݮꢎ뢎뢎ꢎ뢎ݮꢎݮ  뢎    ݮ    ꢎ  뢎ݮ    뢎            ݮ좎좎    ߮    좎    좎좎      䮎좎좎    좎좎  ߮          எ߮எ    ꢎ        எ      எஎஎ                  ᮎ  𢎳ᮎ    ᮎ            ᮎᮎ        ᮎ    򢎼⮎                                                                                                                                                      ȢŮ  ȢŮ¯ȢŮŮ    ϢϢ    Ϣ  ֢Ю֢֢֢֢֢Ю֢֢ЮЮ  ֢֢  ֢֢  Ԯ    ЮЮ    Ԯܢ      Ԯܢ  ԮܢܢܢԮ      ܢܢܢܢԮܢ  Ԯܢ  Ԯ  ܢԮ        ᢎᢎᢎᢎᢎ    ᢎ    ׮ᢎᢎᢎ׮          ᢎᢎ  ᢎᢎᢎᢎ׮ᢎ            殎䢎䢎墎ٮٮ䢎ٮ  墎䢎墎ٮ墎墎墎墎墎䢎䢎  ڮ墎        ٮ        ۮᢎ袎袎  袎  ܮܮ袎袎袎  袎袎袎ܮ袎袎袎ۮ袎    袎ܮ袎袎袎袎ܮ袎袎袎袎袎  袎袎袎            뢎ܮ뢎    뢎ݮ뢎뢎뢎뢎뢎뢎뢎뢎뢎뢎뢎뢎뢎뢎뢎ݮ뢎뢎뢎뢎뢎    ߮  ߮  좎  ߮뢎      ߮                                      எ𢎵ᮎ        ᮎ񢎧򢎩⮎򢎰⮎    ⮎                                                                                                                                                                                                                                      ߮          ȢŮ  ֢ЮԮܢܢܢᢎᢎ  墎ᢎ墎    ڮ袎    袎ܮ      ޮ뢎뢎뢎  ߮  񢎱⮎⮎򢎧  ǥϢ      ЮЮԮܢܢ׮ᢎڮڮ                        ˮ      袎ޮ𢎧  깮ԮԮ    ᢎ    ڮ            𢎩  빮֢  ܢܢԮ      ᢎ        墎          ܮ뢎뢎뢎뢎                எ𢎧        ܢᢎ袎Ȣ򧮎ᢎ墎墎ڮܮܮ߮  ᮎ              ֢֢    ܢ  Ů  墎ܮ  ᮎ          ᢎᢎᢎ墎ڮڮ墎墎墎墎  袎뢎  뢎  𢎫𢎪எ          ܢ      袎袎    ᮎ񢎩    墎袎𣮎      Ԯᢎ墎袎袎袎뢎ޮ뢎  뢎뢎  뢎                ߮        𢎲𢎰𢎯𢎡        񢎳⮎                                                          ׮      뢎எ      ⮎              ޮ        ᢎ߮ᮎᮎ                                                                                                                                                                                                                  ġ  š  ȡ  ɡ  ̡  ͡  С  ѡ  ԡ  ա  ء  ١  ܡ  ݡ                                                        ޡ  ߡ                      â  ¢                                                                                                                              ߢ                                      ¤  ä  Ĥ  Ť  Ƥ  Ǥ  Ȥ  ɤ  ʤ  ˤ  ̤  ͤ  Τ  Ϥ  Ф  Ѥ  Ҥ  Ӥ  Ԥ  դ  ֤  פ  ؤ  ٤  ڤ                      ۤ  ܤ  ݤ  ޤ  ߤ                                            ¡  ޢ  á                                                                                                                                                                                                                                                                                                                                                                                                        @           ^                     0         @   πn                 asm    dylink.0 "`` `	`  ` envcheck_encoding_conversion_args env
LocalToUtf env
UtfToLocal env__memory_base env__table_base envmemory env__indirect_function_tablep 
     __wasm_call_ctors Pg_magic_func pg_finfo_gb18030_to_utf8 pg_finfo_utf8_to_gb18030 gb18030_to_utf8 utf8_to_gb18030 __wasm_apply_data_relocs 	 #	

 " # Aj# A@k6 # Aj# Aj6  #  # A8j # A<jL  (,!  ($!  (<!  (  (  (4" A'A     # AjA A #A' A G@  AټjAM@  AvA7qA	l  Aqj  AvAqA
ljAk"AI AM@ A?q AtA>qrAr AM@ AtA<q A?q AtA qrrAr AtA q AtA8q A?q AtAqrrrAr  AǯjAM@  AvA?qA	l  Aqj  AvAqA
lj" Ak"AI  Ak!  AM@  A?q AtA>qrAr AM@ AtA<q  A?q AtA qrrAr AtA q AtA8q  A?q AtAqrrrAr  AͳjAM@  AvAqA
l  AqjA j" A?q  AtA qr  AtAqrAr  A׸jAM@  AvA3qA	l  Aqj  AvAqA
ljAk" A?q  AtA qr  AtA<qrAr  AjA M@  AvAqA
l  AqjA j" A?q  AtA qr  AtAqrAr  AǹjA M@  AvAqA
l  AqjA j
  AȯjAM@  AvA7qA	l  Aqj  AvAqA
ljAk
  AϽjAM@  AvAqA
l  AqjAj
  AjAM@  AvA l  Aqj  AvAqA	lj  AvAqA
ljA k
  AߤjAM@  AvA l  Aqj  AvAqA	lj  AvAqA
ljA۲ k
  AǽjAM@  AvA1qA	l  Aqj  AvAqA
ljAj
  A̻jAM@  AvAqA
l  AqjAj
  AjAK   AvA l  Aqj  AvAqA	lj  AvAqA
ljA k
!    AO  AM@  A?q  AtA>qrAr  AM@  AtA<q  A?q  AtA qrrAr  AtA q  AtA8q  A?q  AtAqrrrAr  O  (,!  ($!  (<!  (  (  (4" AA'     # AjA A #AjA' A G
@  AI   AM@  AvAq  A?qr!   AM@  AvAq  AvAq  A?qrr!   AvAq  AvA q  AvAq  A?qrrr!   AkA7M@  Ak" Aq"A	nAt A
n"A pAt   A
lkAqjAjrAxr  A kAM@  Ak" Aq"A	nAt A
n"A pAt   A
lkAqjAjrAxr  A kAM@  Ak" Aq"A	nAtAj A
n"A pAt   A
lkAqjAjrAxr  A kAM@  Ak" Aq"A	nAtAj A
n"A pAt   A
lkAqjAjrAxr  AkAM@  Ak" Aq"A	nAtAj A
n"A pAt   A
lkAqjAjrAxr  A׉kAM@  Ak" Aq"A	nAtAj A
n"A pAt   A
lkAqjAjrAxr  AkAM@  Ak" Aq"A	nAtAj A
n"A pAt   A
lkAqjAjrAxr  AkAM@  Ak" Aq"A	nAtAj A
n"A pAt   A
lkAqjAjrAxr  AkA M@  Aêk"Aq" A nAt  A	nA
pAtrAk  A
n" A pAt   A
lkAqjAjrAr  AkA!M@  Ak"Aq" A nAt  A	nA
pAtrAk  A
n" A pAt   A
lkAqjAjrAr  AkAM@  Ak"Aq" A nAt  A	nA
pAtrAk  A
n" A pAt   A
lkAqjAjrAr  AkAM@  Ak"Aq" A nAt  A	nA
pAtrAk  A
n" A pAt   A
lkAqjAjrAr  AkA?M  Aj" A
n"A pAt   A
lkjAj  A nAt  A	nAqA
pAtrAkrAr  # 8     d       @       PostgreSQL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        =      z  9      v  5      r	  1
  
    n  -      j  )      f  %      b  !      ^        Z        V         R!  "  "  #  N$  %  %  &  J'  	(  (  )  F*  +  +  ,  B-  .  .  /  >0  0  1  {2  :3  3  4  w5  66  6  7  s8  29  9  :  o;  .<  <  =  k>  *?  ?  @  gA  &B  B  C  cD  "E  E  F  _G  H  H  I  [J  K  K  L  WM  N  N  O  SP  Q  Q  R  OS  T  T  U  KV  
W  W  X  GY  Z  Z  [  C\  ]  ]  ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            C_  M_  S_  ]_  g_                      _  ?`  g`  `  ca  a  5b  b  c  c                          c              Ld  d                                  De  Ne  Xe  be  le  ve  e  e  e  e  e  e  e  e  e  e  e  e  e  f  f  f   f  *f  4f  >f  Hf  Rf  \f  ff  pf  zf  f  f  f  f  f  f  f  f  f  f  f  f  f  g  g  g  $g  .g  8g  Bg  Lg  Vg  `g  jg  tg  ~g  g  g  g  g  g  g  g  g  g  g  g  g   h  
h  h  h  (h  2h  <h  Fh  Ph  Zh  dh  nh                                                                                                                                                                                  xh  h  h  h  h  h  h  h  h  h  h  h  h  h  i  i  i  "i  ,i  6i  @i  Ji  Ti  ^i  hi  ri  |i  i  i  i  i  i  i  i  i  i  i  i  i  i  j  j  j  &j  0j  :j  Dj  Nj  Xj  bj  lj  vj  j  j  j  j  j  j  j  j  j  j  j  j  j  k  k  k   k  *k  4k  >k  Hk  Rk  \k  fk  pk  zk  k  k  k  k  k  k  k  k  k  k  k  k  k  l  l  l  $l  .l  8l  Bl  Ll  Vl  `l  jl  tl  ~l  l  l  l  l  l  l  l  l  l  l  l  l   m  
m  m  m  (m  2m  <m  Fm  Pm  Zm  dm  nm  xm  m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  m  m  m  m  m  m  m  m  m  m  m  m  n  n  n  !n  +n  5n  ?n  In  Sn  ]n  gn  qn  {n  n  n  n  n  n  n  n  n  n  n  n  n  n  o  o  o  %o  /o  9o  Co  Mo  Wo  ao  ko  uo  o  o  o  o  o  o  o  o  o  o  o  o  o  p  p  p  p  )p  3p  =p  Gp  Qp  [p  ep  op  yp  p  p  p  p  p  p  p  p  p  p  p  p  p  q  q  q  #q  -q  7q  Aq  Kq  Uq  _q  iq  sq  }q  q  q  q  q  q  q  q  q  q  q  q  q  q  	r  r  r  'r  1r  ;r  Er  Or  Yr  cr  mr  wr  r  r  r  r  r  r  r  r  r  r  r  r  r  s  s  s  !s  +s  5s  ?s  Is  Ss  ]s  gs  qs  {s  s  s  s  s  s  s  s  s  s  s  s  s  s                                                                                                                                                                                                                                                                                                               t  
t  t  t  (t  2t  <t  Ft  Pt  Zt  dt  nt  xt  t  t  t  t  t  t  t  t  t  t  t  t  t  u  u  u  "u  ,u  6u  @u  Ju  Tu  ^u  hu  ru  |u  u  u  u  u  u  u  u  u  u  u  u  u  u  v  v  v  &v  0v  :v  Dv  Nv  Xv  bv  lv  vv  v  v  v  v  v  v  v  v  v  v  v  v  v  w  w  w   w  *w  4w  >w  Hw  Rw  \w  fw  pw  zw  w  w  w  w  w  w  w                                                                                                                                                                                          w  w  w  w  w  w  x  x  x  "x  ,x  6x  @x  Jx  Tx  ^x  hx  rx  |x  x  x  x  x  x  x  x  x                                                                                                                                                                                          x  x  x  x  x  y  y  y  #y  -y  7y  Ay  Ky  Uy  _y  iy  sy  }y  y  y  y  y  y  y  y  y  y  y  y  y  y  	z  z  z  'z  1z  ;z  Ez  Oz  Yz  cz  mz                                                                                                                                                      vz  z  z  z  z  z  z  z  z  z  z  z  z  z  {  {  {   {  *{  4{  >{  H{  R{  \{  f{  p{  z{  {  {  {  {  {                                                                                          {  {  {  {  {  {  {  {  |  |  |  "|                                                                                                                                                                                                                                                                                      (|  2|  <|  F|  P|  Z|  d|  n|  x|  |  |  |  |  |  |  |  |  |  |  |  |  |  }  }  }  "}  ,}  6}  @}  J}  T}  ^}  h}  r}  |}  }  }  }  }                                                                                                                                                                                                                                                                                                                                                                                                                                                              }  }  }  }  }  }  }  }  }                                                                                                                                                                                              ~  ~  ~  ~  )~  3~  =~  G~  Q~  [~  e~  o~  y~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~                                                                                                                                                                                                                                                                                                                                                                                                          ~  ~        !  +  5  ?  I  S  ]  g  q  {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         P           P        P        P        001020304050607080900010203040506070809000102030405060708090001020304050  6070    80900010203040    5060708090  00102030405060708090001020304050607080900010203040506070809000  1020304050607080    900010203040      50    60708090    001020¡  30    40  50607080  9000102030405060708090001020304050  60708090001020  304050607080900010203040506070  809000102030405060708090001020304050607080900010  203040  50607080  9000102030405060708090001020304050607080900010203040506070  8090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050  60  70  80  90  00  10  20  30405060708090001020304050607080900010203040506070809000  102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070  809000102030405060708090001020  3040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030  40  @  A  50607080900010203040506070B  809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000                                  10              20304050607080  ¦  æ  Ħ  Ŧ  Ʀ  Ǧ  Ȧ  ɦ  ʦ  ˦  ̦  ͦ  Φ  Ϧ  Ц  Ѧ  90Ҧ  Ӧ  Ԧ  զ  ֦  צ  ئ  00102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040  5060708090001020304050607080                                                                ѧ  ҧ  ӧ  ԧ  է  ֧  ا  ٧  ڧ  ۧ  ܧ  ݧ  ާ  ߧ                                      90ק                                                                                                                                                                                          ^        ]                        ]        ?        ?        ?	  	  	  	  ?
  
  
  
  ?        ?                                                                                                                                        >  ~      >  ~      >  ~      >  ~      >  ~      >  ~      >  ~      >  ~                                                  &  f      &  f      &  f      &  f                                                        P                                0  p      0  p                          $  d      $                          ]                                                U        U         U         !  U!  !  !  "  U"  "  "  #  U#  #  #  $  U$  $  $  %  U%  %  %  &  U&  &  &  '  U'  '  '  (  U(  (  (  )  U)  )  )  *  U*  *  *  +  U+  +  +  ,  U,  ,  ,  -  U-  -  -  .  U.  .  .  /  U/  /  /  0  U0  0  0  1  U1  1  1  2  U2  2  2  3  U3  3  3  4  U4  4  4  5  U5  5  5  6  U6  6  6  7  U7  7  7  8  U8  8  8  9  U9  9  9  :  U:  :  :  ;  U;  ;  ;  <  U<  <  <  =  U=  =  =  >  U>  >  >  ?  U?  ?  ?  @  U@  @  @  A  UA  A  A  B  UB  B  B  C  UC  C  C  D  UD  D  D  E  UE  E  E  F  UF  F  F  G  UG  G  G  H  UH  H  H  I  UI  I  I  J  UJ  J  J  K  UK  K  K  L  UL  L  L  M  UM  M  M  N  UN  N  N  O  UO  O  O  P  UP  P  P  Q  UQ  Q  Q  R  UR  R  R  S  US  S  S  T  UT  T  T  U  UU  U  U  V  UV  V  V  W  UW  W  W  X  UX  X  X  Y  UY  Y  Y  Z  UZ  Z  Z  [  U[  [  [  \  U\  \  \  ]  U]  ]  ]  ^  U^  ^  ^  _  U_  _  _  `  U`  `  `  a  Ua  a  a  b  Ub  b  b  c  Uc  c  c  d  Ud  d  d  e  Ue  e  e  f  Uf  f  f  g  Ug  g  g  h  Uh  h  h  i  Ui  i  i  j  Uj  j  j  k  Uk  k  k  l  Ul  l  l  m  Um  m  m  n  Un  n  n  o  Uo  o  o  p  Up  p  p  q      Uq  q  q  r  Ur  r  r  s  Us  s  s  t  Ut  t  t  u  Uu  u  u  v  Uv  v  v  w  Uw  w  w  x  Ux  x  x  y  Uy  y                                                                                                                                                  y  y  :z  zz  z                                                              z  ${  d{  {  {  $|  d|  |                                                                  \  2636C    D    46    5666    76869606162636E    465666768696061626  36    46F  5666768696  06162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960616  2636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960616263646566676  86G  960616H  263646566676869606162636  46566676869606162636Y  4656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656                        66768696                    06162636465666768696061626364656667686960616        2636I  J  K  L  4656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636ʡ  465666768696ǡ  06ơ  162636M  46566676̡  8696ء  ޡ  N  ϡ  0616O  26Ρ  36ġ  š  ɡ  ȡ  ҡ  4656ӡ  6676869606  ߡ  á  ˡ  1626364656ס  66768696061626364656֡  667686ա  9606162636P  46566676869606162636465666١  ԡ  7686ܡ  ݡ  Q  R  960616263646ڡ  ۡ  56667686960616263646566676869606162636465666768696061626364656667686960616  263646ѡ  5666768696061626364656͡  66768696061626364656667686960616263646566676869606S  16263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626С  364656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960616263646566676869606162636465666768696061626364656667686960717273747576777879707172737475767778797071727374757677787970717273747576777879707172737475767778797071727374757677787970717273747576777879707172737475767778797071727374757677787970717273747576777879707172737475767778797071727374757٢  ڢ  ۢ  ܢ  ݢ  ޢ  ߢ        67778797071727374757Ţ  Ƣ  Ǣ  Ȣ  ɢ  ʢ  ˢ  ̢  ͢  ΢  Ϣ  Т  Ѣ  Ң  Ӣ  Ԣ  բ  ֢  ע  آ                                    ¢  â  Ģ  67778797071727374757677787970717273747576777879707172737475767778797071727374757677787970717273747576777879707172737475767778797071727374757677787970717273747576777879707172737475767778797071727374757                                                            ©  é  ĩ  ũ  Ʃ  ǩ  ȩ  ɩ  ʩ  ˩  ̩  ͩ  Ω  ϩ  Щ  ѩ  ҩ  ө  ԩ  թ  ֩  ש  ة  ٩  ک  ۩  ܩ  ݩ  ީ  ߩ                                  67778797T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  07172737475767778797071727x  y  z  {  |  }  ~                  374757      67778797071727374757    67778797071727374757677787970717    2737475767778797    0717273747576777    879707  1727    374757677787970717273747576777879707        17273747576777879707172737475767778797071727374757677787970717    2737  475767778797071727374757677787970717273747576777879707172737475767778797071727374757677787970717273747576777  87                                                                                                                                                                                                                                                      P  9808T  182838W  4858X  ]  68788898091929394959^  697989990919293949596979899909k  1929n  394959q  69798999s  0919t  u  293949y  5969798999091929394959697989  9909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919                        29394959        69  e                                    7989990919    2939@  A  B  C  D  E  F  G  H  4959697989990919293949596979899909192939  4959                                                                  ¤  ä  Ĥ  Ť  Ƥ  Ǥ  Ȥ  ɤ  ʤ  ˤ  ̤  ͤ  Τ  Ϥ  Ф  Ѥ  Ҥ  Ӥ  Ԥ  դ  ֤  פ  ؤ  ٤  ڤ  ۤ  ܤ  ݤ  ޤ  ߤ                                          69798999091929a  b  f  g  3949                                                                  ¥  å  ĥ  ť  ƥ  ǥ  ȥ  ɥ  ʥ  ˥  ̥  ͥ  Υ  ϥ  Х  ѥ  ҥ  ӥ  ԥ  ե  ֥  ץ  إ  ٥  ڥ  ۥ  ܥ  ݥ  ޥ  ߥ                                                5969798999`  c  d  091929394959Ũ  ƨ  Ǩ  Ȩ  ɨ  ʨ  ˨  ̨  ͨ  Ψ  Ϩ  Ш  Ѩ  Ҩ  Ө  Ԩ  ը  ֨  ר  ب  ٨  ڨ  ۨ  ܨ  ݨ  ި  ߨ                      697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919                    29394959697989Z  9909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919I  293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959J  K  697989990919293949596979L  M  N  8999O  09192939495969798999091929394959697989990919293949596979899909192939P  495969798999091929Q  3949R  S  5969T  7989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990919293949596979899909192939495969798999V  09192939495969798999091929394959697989990919293949596979899909192939495969798999091929U  39495969798999091929394959697989990919293949596979899909192939495969798999091929394959697989990010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000Z  102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010\  2030405060708090001020[                                                                                                                                                      `  80900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020_  304050607080900010203040506070809000102030405060708090001020304050607080900111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181b  e  9101112131415161718191011121c  314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191d  0111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171h  8191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141i  5161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171j                                                                                                                              o  324252627282920212223242526272829202122232425262728292021222324252627282920212223242526272829202122232425262728292021222324252627282920212223242526272829202122232425262728292021222324252627282920212223242526272829202122232425262728292021222324252627282920212223242526272829202122232425262728292021222324252627282920212223242526272829202122232425262728292021222324252627282920212223242526272829202122232425262728292021222324252627282920212223242526272829202122232425262728292021222324252627282920212223242526272829202122232425262p                                                                                                                                                                                                                              r  8292021222324252627282920212223242526272829202122232425262728292021222324252627282920212223242526272829202122232425262728292031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333x  43536373w  83930313233343536373839303132333435363738393031323334353637383930313233343536373839303z  1323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383{                                                                                                                                                                      }  2333435363738393031323334353637383930313|  23334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343  5363738393  03132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313  23334353637383930313233343536373                                                                                                                                                                                                            9404142434445464748494041424344454647484940414243444546474849404142434445464748494041424344454647484  9404  14243444    54    6474849404142434445464748494041424344454  647484  94041424344454647484940414243444546474849404                                                                                                                                                                                                                                  445464748494041424344454647484940414243444546474849404142434445464748494041424          344454647484940414243444546474849404142434445464748494041424344454647484940414243444546474849404142434445464748494041424344454647484940414243444546474849404142434445464748494041424344454647484940414243444546474849404142434              44546474849404142434445464748494041424344454647484940414243444546474849404142434445464748494041424344454647484940414243444546474849404142434445464748494041424344454647484940515253545556575859505152535455565758595051525354555657585950515253545556575859505152535455565758595051525354555657585950515  253545556575859505152535455565758595051525354555657585950515253545556575859505152535455565758595051525354555657585950515253545556575859505152535455565758595051525    @    A  B  C                  D      E          F        Դ        G  H  I    J      K      L          M  N    O    P    Q    R          S    پ    T  U  V    W  þ  X        Y              Z        [  Թ  \  ˳    ]  ^    ž          _  `  a  b    c  d    e  f  g  h  i  j      k    l  m  n  o  p  q  r  s  t  u    v  w  x  y  z  {  |    }      ~                                                                                                                                        Ӵ          ֲ                                                                        ۼ            ݷ    ·                                                                                                    Á    ā    Ł    Ɓ    ǁ    ȁ      Ɂ  ʁ  ˁ  ́  ́    ΁  ρ    Ё  с  ҁ  Ӂ  ԁ  Ձ    ͵        ց    ׁ  κ  ؁                      ف  ځ        ہ    ܁    ݁  ށ    ߁      ۰      Ѽ                                          ޳                                                        @  Ľ            A    B      C  D  E  F  G    H  I  J  K  L  M  N  O  P    Q  R  S  ٴ      T  U  V  W    X  Y  Z          [  \  ]  ^  _      `    a          b    c    d  e    f        g  h        i    j    k  l  m  n    o    p  q  r    s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                          ټ                                                                                Â  Ă  ł  Ƃ  ǂ  Ȃ  ɂ      ʂ  ˂  ̂    ͂  ΂        ς  Ђ  т  ҂    ӂ  Ԃ    Ղ  ւ  ׂ  ؂    ق  ڂ  ۂ  ܂  ݂  ނ  ߂                                                ߴ                                  @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q    R  S  T  U  V  W    X  Y  Z    [  \  ]  ^  _  `  a  b  c  d  e      f  g  h  i        j  k  l  m    n    o  p  q  r  s    t  u  v  w  x  y  z  {  |  }      ~                                                                                                                                      ˿            Ҷ                              Ã  ă    Ń  ƃ    ǃ  ȃ    Ƀ  ʃ  ˰        ˃      ̃  ع        ߾      ̓        ΃  σ        Ѓ  у    ҃  Ӄ  Ը    ԃ  Ճ      փ  ׃  ؃  ك    ڃ  ۃ        ܃    ݃      ރ  ߃    ڹ                                                                                                  մ              @  A  B    C    D  E      F  G    H  I  J  K  L  M    N    O    ˻  P  Q  ʵ  R      S              T            U  V  ַ      W    X  Y      Z  [      \  ]  ^          ո    _    `  a    b  c  d    e  f  g      h    i    ι  j    k  l    m  n          ̴  ̿  o    p            q  r  s  t  u  v    w      x  y  й    z  {    |    }  ~                                                                              ˽                                                                  Ӽ                      ٽ                                    Ä      Ą  ń  Ƅ    Ǆ  Ȅ  Ʉ    ʄ    ˄    ̄  ̈́  ΄  τ    Є    ф  ҄  ӄ    Ԅ    Մ  ք  ׄ  ؄  ل  ڄ    ۄ  ܄  ݄  ބ    ߄                                                                  Ҵ                      @  A  B  C        D  ׳    E  F    G  H      I    J  K    L  M  N  ˷  O  P  Q    R  S  T  U  V  W  X  Y  Z  [        \  ]      ^    _    `    a      ܻ    b  c  d      e        f        g  h    i    j                k      l    m    n  o          p        q      r    s  t  u  v    w  x    y        z  {    |        }  ~            ޲                                        Ǿ                                                  β                                                                  ڿ  Ź              н    Ȱ    ɿ                ź                        Գ          Ϻ                                                ͷ        Å  ą    ɰ  ֶ  Է  Ņ      Կ      ƅ      ǅ      ȅ  Ʌ      ʅ      ˅    ̅    ͅ  ΅    υ  Ѕ    х  ʳ  ҅      Ӆ  ԅ  Յ  օ    ׅ                  ؅      م  څ  ۅ  ܅  ݅    ޅ    ߅                                Ǻ                      ׾                        ͺ    ̾                                        @      A                  B    C    D  ȿ    E  F  G    H  I    J    K          L    M  ߶        N  O                      P    Q      R          S  T  U  V  W              X  Y  ޿    Z  [  \      ]  ^  _  `  a  b    c  ߺ    d    e    f  g  h  i      j    k  l  m  n  o        p  q    r  s  t  u  v  w    x  y  z  {    |        }  ~                                                          п                                                            ȷ                                                                                                                        Ⱥ          Æ  Ć  ņ  Ɔ  ǆ    Ȇ  Ɇ  ʆ  ˆ  ̆  ͆  Ά  φ  І    ц    ҆    ӆ    Ԇ    Ն    ֆ      ׆  ؆  ن  چ  ۆ      ܆  ݆  ކ    ߆                                                                                                                        @  A    μ  B  C    D  ¸    E  F  G  H  I  J  K  L    M  N    O  P      Q  R  S      T  U    V  W  X  Y      Z  [  \      ]    ^    _  `    a    b  c  d  ٺ  e  f  g  h  i  j  k  l  m  n  o  p        q  r  s  t  u    v  w        x  y    z  {  |  }  ~                                                                                                                                                                              Ç  ć  Ň  Ƈ    Ǉ  ȇ  ɇ  ʇ  ˇ  ̇  ͇  ·  χ  Ї  ч  ҇  Ӈ    ԇ  Շ  և  ׇ  ؇  ه  ڇ  ۇ  ܇    ݇  އ    ߇            ػ            ڶ                          Ѵ                  ̹                                                @  A  B  C  D  E  F  G  H  I    J  K    L  M  N    O  P  Q  R        S          ص  T  U    V  W  X  Y  Z        [  \    ]    ^    _  `  a  b    c  d    e            ӿ  f  g  h  i  j    k  l        Ӱ    ط      m  n    o    p          q    r    s  t  u    v  w      x  y  z      {  |  }  ~                                                                            ѿ                                                                                ǳ                                                          È  Ĉ    ň    ƈ  ǈ  Ȉ  Ɉ    ʈ  ˈ  ̈        ͈  Έ    ψ  Ј    ш    ҈  ӈ  Ԉ  Ѷ    Ո  ֈ  ׈    ؈    و  ڈ  ۈ    ܈  ݈  ވ    ߈                            ̵                                  ¶                  @  A  B  C  D  E    F  G  H  I  J  K  L      M  N  O    P  Q    R  S  T    U  V  W  X  Y    Z  [  \  ]  ^  _    `  a  b  c  d      e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u    v      w    x    y  z  {    |  }  ~                                                          ն                                                ڱ                                                        É  ĉ  ŉ  Ɖ  ǉ  ȉ  ɉ    ʉ  ˉ  ̉  ͉  Ή  ω      Љ    щ    ҉  Ӊ  ǿ  ԉ  Չ    ։  ׉    ؉  ى  ډ  ۉ  ܉  ݉  މ  ߉                                                                                                                м        @  A  B  C      D    E  F        G  ܷ  H  I      J    K  L            M    N  O  P  Q  R    S    T  U  °  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b      c    d      e  f  g  ú  h  i  j          k        l    m  n    o  p  q  r  ʶ  ˼  s  t      u    v  w  x  y    z  {  |  }        ~                                                                                      ù                                                                                                                                  Ê    Ċ  Ŋ  Ɗ  Ǌ    Ȋ  Ɋ  ʊ    ˊ  ̊      ͊  Ί    ϊ    Њ  ъ  Ҋ    ӊ  Ԋ  Պ  ֊  ׊  ؊  ي      ڊ    ۊ    ܊  ݊  ފ  ߊ                                                                              @    A  B  C  D    E  F    G  H  I  J  K  L  M  N  O          P  Q    R  S  T  U    V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g    h  i  j  k  l  m  n      o  p  q  r  s  t  u  v  w  x  y  z  {  |    }  ~                                          ޼                                                                յ                                                                        Ë  ċ  ŋ  Ƌ    ǋ  ȋ  ɋ  ʋ  ˋ  ̋  ͋  ΋  ϋ  Ћ  ы  ҋ      Ӌ  ԋ  Ջ  ֋  ׋  ؋  ً  ڋ  ۋ  ܋  ݋  ދ  ߋ                                                                        @  A  B  C  D  E  F  G      H    ׿    I                J    K  L      ¹      M  N      O    P  Q  R      S    T    U  V  W  X    Y  Z    [  \      ]        ^        _      `  a    b  c  d    e    f    ٹ              g      Ϳ        »  h  i  j      k  l  m  n    o  p        Ҽ  q      r  s  t        u  v  ż  w  ļ      ܿ  x  y  z  {    |  }  ~                                    ѹ                                                Զ                                                                                                                ;                  ߳            ־          Ӿ  Ì  Č          Ō  ƌ          ǌ  Ȍ  Ɍ    ʌ  ˌ  ̌    ͌  Ό  ό  Ќ    ь      Ҍ    ӌ      Ԍ  Ռ  ֌  ׌  ،  ٌ  ڌ      ی    ܌  ݌  ތ  ߌ                                                                    ڸ                                      @        A  B  C    D    E    F      G  H  I  J    K    L    M  N    O  P  Q  R  S  T    U  V  W  X  Y  Z    [  \  ]  ^  _  `    a  b  c  d  e  f  g    h  i        j    k    l  m    n  o    p  q  r  s  t  u  v  w  x  y    z  {  |  }  ~                                        ޴                                                                                                                                                Í    č  ō  ƍ  Ǎ  ȍ  ɍ  ʍ  ˍ  ̍  ͍  ΍    ύ      Ѝ  э    ҍ  Ӎ  ԍ  Ս    ֍  ׍  ؍  ٍ  ڍ  ۍ  ܍  ݍ  ލ  ߍ                                                                      @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U    V  W  X  Y  Z  [  \  ]  ^  _  `  a  b    c  d  e  f  g  h  i    j  k  l  m  n  o  p  q  r  s  t  u  v    w      x  y      z  {        ޾    |    }  ~              Ͱ                          ұ                                                        ۵                                                                                              ϻ                                      Î  Ď      Ŏ  Ǝ  ǎ  Ȏ  Ɏ  ʎ  ˎ  ̎  ͎  Ύ  ώ  Ў  ю  Ҏ  ӎ  ɸ      Ԏ    Վ    ֎    û      ׎      ؎  َ  ڎ    ێ    ӱ  ܎  ݎ      ގ  ߎ                ׵                    Ϸ              ȶ                                                                @  A  B      C  D  E  F  G  H        I  J    K  L  M  N    O  P  Q  R  S  T  U  V  W  X  Y  Z    [    \  ]  ^  _  `  a  b  c  d    e      f  g    h  i  j                k  l  m    n  ױ    o  p  q    r    s    t    u      v  w  ڳ  x  y  z  ܵ    {  |  }  ~                                                                                                                                          ʲ                                      ˱                        ܺ                              õ            Ï  ď  ŏ  Ə    Ǐ  ȏ  ɏ  ʏ  ˏ  ̏    ͏    Ώ  Ϗ      Џ  я  ҏ  ӏ  ԏ  Տ    ֏  µ  ׏  ؏  ُ  ڏ    ջ  ۏ  ܏  ݏ  ޏ  ߏ      ر              ɼ                                                                                                      ޷                  @  A    B  C        D  E    F        G  H    I        J  K      L  M  N            ֹ    O  P  Q    R  S  T  U  V    W  X  Y  Z  [      \  ]    ^        _  `  a  b  c  d  e    f  л  g  h  ֿ  i    j  k    l  m  n      o  p    q  r  s  t  ֻ      u  v    ޺            w      x  y  ҿ  z  {    |              }    ~                                        ڻ                                                                        ¼                                                                                ݻ                Ҳ  ͳ        Ѳ    ߹              ̻  Ð  Đ      Ő  Ɛ  ǐ  Ȑ  ɐ      ʐ  ː  ̐  ͐    ΐ      ϐ  А  ѐ        Ґ  Ӑ  Ԑ  Ր  ֐    א  ؐ  ِ  ڐ    ې  ܐ  ݐ  ސ  и    ߐ      ߷                                                                      @  ȴ  A    B  Ż  C    D  E    F  G  H    I  J  K  L  M  N  O    P  Q  R  S    T  U  V  W  ۻ    X  Y  Z  [  \  ]  ^    _  `  a  b    c    d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v    w  x    y  z  {  |  }    ~                                                                                                          ð                                                            Ñ  đ  ő  Ƒ  Ǒ  ȑ  ɑ  ʑ  ˑ  ̑  ͑  Α  ϑ    Б  ё  ґ  ӑ  ԑ  Ց  ֑  ב  ؑ    ّ  ڑ  ۑ  ܑ  ݑ  ޑ    ߑ                  ɳ                                                    ؽ                                                                      Ų    @  A    ǰ      B  C  D    E  F    G  H  I  J  K  L  M  ۿ  N  O      P                  Q  R    S  T    U  V    W  X    Y    г    Z  [  \    ]  ^  _  `    Ѱ  a  b  c  d  e  f        g          h      i  j  k    ٿ      l      m  n    o  p      q  r  s  t    u  v  w  ֵ  x  y  z    {        |    }  ~                              չ    ܾ    ΰ        о        ݰ                                                                          ֳ  ҹ                                                                      ӻ                                                                              ư                      Ò  Ē  Œ  ƒ  ǒ  Ȓ  ɒ      ʒ        ˒  ̒  ͒    Β    ϒ  В  ђ    ݾ  Ғ  Ӓ    Ԓ  Ւ  ֒  ג    ݽ  ؒ  ْ      ڒ  ے  ܒ  ݒ    ޒ    ߒ        ޶                                                            ӽ    ؿ                                                    @  A  B    C    D  E    F  G  H          I    J  K  L    M  N  O  P  Q  R  S    T      U    V  W  X  Y  Z      [  \  ҽ  ]  ^  _  `    a    b    c    d  e  f  g    h          i  j    k  l  m  n  o      p  q      r  s      t  u  v  w  x  y      z    {      |  }  ~                                                                    ڰ                                                                  ݴ                                                    Ó    ē      œ    Ɠ  Ǔ  ȓ  ɓ  ʓ  ˓  ̓  ͓  Γ  ų    ϓ  Г      ѓ  ғ    ӓ  ԓ  Փ  ֓    ד  ؓ  ٓ  ړ  ۓ    ܓ  ݓ  ޓ  ߓ                                                                          ٲ                            @  A  B    C  D  E    F    G    H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `    a  b  c  d  e  f  g  h    i  j  k  l  m  n  o  p    q  r  s  t  u    v  w  x  y  z  {  |  }  ~                                                ĸ          ŷ              ʹ              е          Ⱦ                ̽        ֱ          Ҹ        ض                                                                Ô    Ĕ  Ŕ  Ɣ      ǔ  Ȕ  ɔ    ߰  ʔ    ˔  ̔  ͔    Δ    ϔ      Д  є    Ҕ    Ӕ  Ԕ      Ք    ֔    ה    ؔ  ϶  ٔ      ڔ  ۔  ܔ  ݔ  ޔ  ߔ                                                                                        ȼ          ɾ                      @  A  B  C      D  E    F  G  H  I  J    K      L  M    N  O  P    Q    R      S  T  U        V  W  X    Y  Z  [    \      ]  ^  _  `    a      b  c  d  e    f    g    h  i        j  k  l  m  n    o    p  q    r  λ  s  t  u  v  w  x  y      z  {    |  }              ~                            ޻                                                                                                                                                                Õ  ĕ  ŕ    ƕ  Ǖ  ȕ  ɕ    ʕ  ˕  ̕  ͕  Ε  ϕ  Е  ѕ  ҕ  ӕ  ԕ  Օ  ֕  ו  ؕ  ٕ  ڕ  ە  ܕ  ݕ  ޕ  ߕ                                                                          ܲ                      @  A  B  C          D    E  F    G  H  I      J    K  L  M    N    O    P  Q  R  S  T  U    V    W          X    Y    Z  [      \  ]  ^  _    `  a    b  c    d      e  f  ˸  g      h  i    j      Ĳ    k    l  m    n  o  p  q  r  Ŷ  s      ܸ    t  u  v    w  x        y  z    {    ܽ  |      }    ~                                                                                                                  ݿ              ܼ  ϼ                                                ذ    ̸                                                          Ö  ¿      Ė      Ŗ  Ɩ  ǖ  Ȗ  ɖ  ʖ  ˖  ̖    ͖      Ζ  ϖ  Ж  і    Җ              Ӗ      Ԗ    Ֆ    ֖  ז      ؖ  ٖ  ږ  ۖ  ܖ    ݖ  ޖ  ߖ                                                ˺                                                        ۽                @  A  B  C                      D    E  F  G  H  I  J  K  L    M      N  O  P  Q  R  S  T  U  V    W    X      Y  Z  [  \  ]  ^  _  `    a  b  c    d  e  f    g  h  i  j  k  l  m  n  o  p    q  r  s        t  u  v  w    x      y  z    {    |  }  ~                                                                                                                          ÿ          ׹                                                      ×  ė  ŗ  Ɨ  Ǘ  ȗ  ɗ  ʗ  ˗  ̗      ͗  Η  ϗ    З  ї  җ  ӗ  ԗ  ՗  ֗  ח    ؗ  ٗ    ڗ  ۗ  ܗ    ݗ  ޗ  ߗ                                                                                    @  A    B  C    D  E  F  G    H  I    J  K    L  M  N  O  P        Q  R    S  T  U    V  Ÿ  W    X          Y  Z  [    \  ]  ^  _  `  a      b  c    d  e      f  g  h  i  j  k  l  m  n  o      p  q    r    s  t  u    v  w    x  y    z  {  |    }  ~                                                                                                                                ۲                                    Ø  Ę  Ř  Ƙ  ǘ  Ș  ɘ  ʘ      ˘  ̘  ͘  Θ  Ϙ  И    ј    Ҙ  Ә  Ԙ  ՘  ֘  ט    ؘ    ٘  ژ  ۘ  ܘ    ݘ    ޘ  ߘ                                                                            ȳ      @  A  B  C  D    E  F  G    H  I  J  K  L  M  N  O  P  Q  R    S  T  U  V  W  X  Y    Z  [    \  ]  ^    _  `  a    b  c  d  e  f  g  h  i  j    k      l  m  n  o  p    q  r  s  t  u  v  w  x    y  z  {  |  }  ~                                                                                                                                              Ù  ę  ř  ƙ  Ǚ  ș  ə  ʙ  ˙  ̙  ͙  Ι  ϙ  Й  љ  ҙ  ә  ԙ  ՙ  ֙  י  ؙ  ٙ  ڙ  ۙ  ܙ  ݙ  ޙ  ߙ                                                δ                            @  A  B    C  D  E  F    G      H  I  J    K  L  M  N    O  P      Q    R  S    T  U  V  W  X  Y  Z  [  \  ]  ^  _    `  a  b  c  d  e  f  g      ˴        h  i    j  k  l  m  n  o  p  q  r  s  t  u  v  w    x    ߼  y  z  {  |          }      ~      в                                                                                    ζ                        ٻ                                      ȱ  ϱ  ѱ      б                                        Ú  Ě    Ś  ƚ  ǚ    Ț    ɚ  ʚ  ˚    ̚  ͚  Κ    Ϛ  К  њ  Қ  Ӛ  Ԛ  ՚        ֚  ך  ؚ  ٚ  ښ    ۚ        ܚ          ݚ        շ  ޚ  ߚ                                                                                                                        @  A            س    B  C    D  E  F        G  H  I  J  K    L    M    N    O  P    Q  R  S    ڷ  T  U        V      W      X  Y    Z  [      \  ]      ^  _  `  a    b    c  d  e    f    g          ײ  h        i    ھ  j  k      Ӻ  l  m  n  o  з    p            q  r  s  t      u  v  w      x    y  z  {    |  }            ~                                                          ñ                                                                                                                                                                                  ü                                        Û    ě  ś    ƛ  Ǜ  ƺ    ț  ɛ  ʛ      ˛  ̛  ͛  Λ    ϛ  Л      ћ  қ  ӛ    ԛ  ՛  ֛  כ  ؛    ٛ  ڛ    ۛ  ܛ      ݛ  ޛ    ߛ                                              ӵ                                        Ժ                                          @  A  B  C    D  E  F  G    H      I  J  K      L      M  N    O    P  Q  R  S      T    U  V    W    X  Y  Z    [    \      ]  ^  _  `  a  b  c  d    e  f  g  h    i        j      k  l    m      n  o    p  q    r  s    ɶ  t        u  v  w    x    y    z  ۸  {  |    }  ʿ  ~                                                                                                                                                                        ȸ        Ü  Ĝ      Ŝ  Ɯ  ǜ  Ȝ  ɜ  ʜ  ˜    ̜  ͜  Μ    Ϝ  М    ќ  Ҝ    Ӝ  Ԝ    ՜    ֜  ל    ؜  ٜ  ڜ  ۜ    ܜ      ݜ    ޜ      ߜ                                                                                                                @  A  B  C  ε  D  E  F  G    H  I  J  K  L  M  N  O    P  Q  R    S  T    U  V  W  X  Y    Z  [  \        ]  ^  _  `  a  b  c  d  e  f    g  h  i    j  k  l  m        n    o    p    q    r  s    t  u  v  w  x  y  z    {  |  }  ~                                                                                                                                    γ                                                  Ý  ĝ  ŝ  Ɲ    ǝ  ȝ  ɝ  ʝ  ˝    ̝  ͝  Ν  ϝ  Н  ѝ  ҝ  ӝ  ԝ  ՝  ֝  İ  ם  ؝    ٝ  ڝ    ۝  ܝ  ݝ  ޝ  ߝ                                                                                @  A  B  C  D  E  F  G      H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h    i  j  k  l  m  n  o  p      q  r  s  t  u  v  w    x  y  z  {  |  }  ~                                                                                                                                          Ƶ  һ                ľ      Þ    Ğ    Ӳ    Ş  ƞ  Ǟ  Ȟ    ɞ  ʞ  ˞      ̞  ͞  Ξ    Ϟ  О  ў    Ҟ        Ӟ  Ԟ    ՞  ֞      מ  ؞  ٞ  ڞ  ۞  ܞ  ݞ  ޞ  ߞ                                                                                                            @  A  B    C  D  E  F    G          H        I    J  K  L  M  N  O  P    Q    R  S  T    U  V  W  X  Y  Z  [  \  ]  ^  _      `  a  b  c  d    e  f    g      h      ٷ  i  j  k  l  m  n  o  p  q  r  s    t  u  v  w  x  y  z  {        |  }  ~                                                ͻ                                                                                                                              ß  ğ  ş  Ɵ    ǟ  ȟ  ɟ  ʟ    ˟  ̟  ͟      Ο  ϟ  П  џ  ҟ      ӟ  ԟ  ՟  ֟  ן  ؟  ٟ    ڟ  ۟  ܟ    ݟ  ޟ  ߟ                                                                              @  A  B  C  D  E  F  G  H  I    J  K  L  M    N    O  P  Q  R  S  T    U  V  W  X  Y  Z  [  \  ]  ^    _  `  a  b  c  d  e  f  g  h  i  j    k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                            ְ                                                                                                                                                             à  Ġ  Š  Ơ      Ǡ    Ƞ    ɠ  ʠ    ˠ  ̠  ͠  Π  Ϡ  Р  Ѡ  Ҡ  Ӡ  Ԡ  ՠ  ֠    נ  ؠ  ٠  ڠ  ۠  ܠ  ݠ  ޠ  ߠ                                                        ҵ                                          Ѿ      @  A    B  ݺ  ƽ  C  D  E  F  G  H      I  J                    K  L      M        N  O  P  Q    R    S  T  U  V  W  X    Y  Z  [    \  ]  ^  _    `        a  b  c    ²      d  e      f  g    h  i  j          k    l  m    n  o    p  q        r  s  t  u      v  w  x  y  z  {  |  }  ~                                                                                    @  A  B  C  D  E  F  G  H  I  J  K    L  M  N  O  P    Q  R    S    T    U  V    W  X    Y  Z  [  \    ]  ^  _  `    a  b  c    d  e    f  g  h  i  j  k    l    m  n        o      p  q  r    s  t      u  v  w  x    y    z  {  |  }  ~                                                                                                  @  A  B  C  D  E  F  G  H  I  J    K      L  M      N  O  P  Q      R  S  T  U  V  W  X  Y  Z      [  \  ]  ^  _  `    a  b      c    d    e    f    g    h  i          j  k  l  m  n    o  p  q  r    s  t  u  v  w  x  y  z  {  |  }  ~                                                                                            @  A  B    C      D    E  F  G    H  I  J    K  L    M    N  O  P  Q  R  S  T  U  V  W  X    Y    Z  [  \  ]  ^  _  `  a        b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q    r  s  t  u  v  w  x  y  z  {  |  }  ~                                          Ϲ                                              @    A    ɴ  B  C  D  E  F  G  H    I  J  K  L    M  N  O  P  Q  R  S  T    U    V    W    X  Y  Z  [  ʸ      \    ]  ^    _  `  a  b  c    d  e      f      ±  g        ׼    h    i      j      k  l    m    n  o  p  q    r  s    t  u      v      w  x  y  z    {  |  }  ~                                                                                                @  A  B    C  D  E    F      G    H      I    ξ  J  K    L        M    ̰    N  O  P  Q  R      S                ô  T  U      V  W    Ҿ    X  Y  Z          [          \  ]    ^  _  `  a    b    ۺ    c    d  e    f  g    h  i  j        k        l      m  n  o  p      q  r  ճ  s  t  u  v  Ա  w  x    y  z        {    |    }  ~                                                                                                                            @  A  B  C  D  E  F      G  H  I  J  K  L    M    N  O  P  Q  R    S    T  U  V  W    X  Y  Z  [  \  ]  ^    _  `  a    b  c  d  e  f  g  h  i    j  k  ǵ  l  װ  ٰ  m  n  o    p  ĵ  q  Խ  ʻ    r  s  ޸  t  u    v  w    x    y  z    {  |    }  ~                                                                                  @      A    B    C  D            к  E    F  Ǹ      G  H    I  J  K    L  M  N  O  P    Q  R  S  T  U  V  W  X      Y      Z    [  \  ]      ^  _    `  ܶ  a  b    c  d    e  f        g    h    i  j  k  l  m  n  o  p  q  r  s      t  u  v  w      x    y  z  {    |      }  ~                                                                                                    @  A  B  C        D      E    F  G  ޽  ǲ  H  I  J  K  L  M  N  O  P  Q  R  S  ö  T  U  V          W  X  Y      Z  [  \  ]  ^  _        `  a      b  c  d  e  f  g  h  i  j  k  l  m      n    o  p    q    r    ɵ  s    t  u  v    w  x    y    z  {  |  }  ~                                                                                        @    A  ؾ  B  ý    ̶    C  D  E  F    G  H    I    J  K  L  M              N  O  P  Q  R  S    T  U      V  W  X      Y    Z        [    \      ]    ^  _  `    a        b    c  d      e  f    g  h  i    j  k              l    m    n  o  p  q    r    s  t  u  v    w    x    y    z  {        |  }  ~                                                                                    @  A  B    C    D  E        F  G    H    I  J  K      L        M  N    O    P    Q    R  ̱  S  T  U  V  W  X  Y  Z            [  \  ]  ^    _  `  a  b    c  d  Ŵ  e  f  g    h  i  j        k  l  m  n    o  p  q    Ŀ  r  s  t    u  v  w  x  y  z  {  |  }  ~                                              ǻ                                      @  A  B  C  D  E    F  G  H  I  J  K  L  M  N  O    P  Q  R  S  T    U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c    d  e  f  g  h        i    j      k  l  m  n    o      p  q  r  s  t  u  v  w  x    y  z      {  |                }    ~                                                                                                @  A  B  C  D  E  F    G  H  I  J  K  L  M  N  O  P  Q  R    S  T  U  V  W  X  Y  Z  [  \  ]    ^  _  `  a  b        c    ̺  d      e    f  g  Ѹ  h  i    j    k    l  m  n  ƿ    o  p    q  r    s  t  u  v  w  x    y  z  {    ӳ  |      }    ~            Ƴ                ս                                      ̳                        ް            @    A    B  C    D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R    S  T  U    V    W    ڼ    X    Y  Z  [  \  ]  ^    _  `  a  b  c  d  e  f  g  h    i  j  k  l  m    n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                    տ                                                        ѽ            ܴ      ߿        @  A      B    C  D  E      F  G  H  I  J    K  L  M  N  O  P  Q  R  S  T  U    V  W  X  Y  Z  [  \  ]  ^  _  `    a  b  c  d  e  f  g  h  i  j    k  l    m  n  o  p        q  r    s      t  u  v  w  x  y  ߽  z  ˶  {  |  }  ~                        ͸              ʰ                            ʱ              ѵ                                  ڵ      @  A    B    C  D  E  F    G    H    I    J  K  L  M  N  O    P    Q  ȵ  R      S  T          U    V  ߲  W    X      Y    Z  [    \    ]  ^  _  `  a  b  c  d  e  f  g    h  i      j  k    l    m    n    o  p    q    r  s  t  u    v  w  x  y  z  {  |    }  ~                                    ܹ                                                                        @      A  B  C  D    E  F  G  H    I    J  K  L  M  N  ݸ    O  P    Q  R  S  ۴  T  U  V      W  X  Y    Z  [  \    ]  ^    _  `  a  b  c    d  e  f  g    h    i  j  k  l  m  n  o  p  ش  q  r  s      t  u    v  w  x  y  z  {    |  }  ~                            ɻ                                                        @  A  B  C  D  E  F  G  H  I    J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n      o  p  q  r  s  t        u  v  w  x  y  z  {  |  }  ~    ۷                            ִ                                                                                @  A    B  C  D    E      F    G      H  I  J  K  L  M  N        O  ڲ  P  Q    R  S      T  U  V  W  X  Y  Z    [  \  ]  ^  _  `    a  b  c  d  e  f  g  h    i  j    k  l  m  n  o  p  q  r  s  t  u  v  w  x    y  z  {  |  }  ~                                                                              @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v    w  x  y  z  {  |  }  ~                                                                      @  A  B  C  D  E  F  G  H  I  J  K  L    M  N  O  P  Q  R  S    T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                          @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c    d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {    |  }  ~                        ͼ                ٸ          ׷      ķ                                                                        ʽ                  ̼                  ´                                                            ж            ޵                                                                ɽ        ׸                                                ޹            @      A    B  C  D  E    F    հ  G  H  I  J  K        L  M  N    O  P      Q    R  S  T  U    V  W  X  Y    Z  [    \  ]  ^  _  `  a  b  c    d    e    f  g  h  i  j    k  l  m  n  o    p  q        r    s  t    u  v    w  x  y  z  {  |  }      ~                                                                                            Ե          @      A  B    C  D  E  F    G      H    I  J  K  L  M  N  O      P  Q  R      S          T  U  V  W        X  Y    Z    [        ĺ    Ұ  \  ]    ^  _  `    a    b  c              d  e  f  g  h  i    j    k          l  m  ܳ  n    o    p  q      r  s    t  u  v          w  x  y  z    {    |  }  ~      ۾                                ϴ                                        @      A  B      C      D    E      F  G  H  I  J  K    L  M    N    O  Ƕ  ظ    θ  P      ɹ    Q    ʷ  R  S  T        U      Ͽ  V      W    X  Y    Z  [  η  \                    ]    ^  _  `  a  b        c  d  e  f  g  h  i      j              k  l    m  n      o                p              q    r    s    t      u  v  w  x    y  z  {    |  }      ~                              Ž                                                                            @  A  B  C  D  E    F    G        H  I  J      K        L  M  N      O  P  Q  R  S    T  U  V  W    X    Y    Z  [  \      ]      ^  _    `  a  b  c                  d    e  f  g  h  i    j    k  l  m  n    o    p  q  r  s  t  u    v  w        x  y  z  {  |    }  ~                                                          ۱                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N    O  P  Q    R  S    T      U  V  W  X  Y      Z  [  \  ]  ^  _    ʾ  `    a        b    ˾    c  d  e  f  g      h  i    j    k    l  m  n  o  p  q      r      s        t  u  v  w    x          y      ղ  z                {    |  }    ~                                                                                      @  A  B  C        D        E  F  G  H      I  J        K  L  ڽ  M    N  O  P    Q      R        S      T  U  V  W        X  Y      Z    [    \  ]        ^          ҷ  Ű          _      `  a        b  c  d      e  f    g  h    i  j      k        Բ      l            m      n  o      p          q          r  s  t  u    v  w  x    y    z  {    |  }    ~                                                                                                Ĵ                                            @  A    B  C    D  E      F  ݲ  G  H  I  J  K        Ļ  L    M  N  O  P  Q  Լ      R          S                            T  U  V  W  X  Y  Z  ɺ    [  \        ]  ^  _  `  a  b  c      d  e    f  g  h  i    j  k  l      m  n  o  p    q  r      s    t    u  v  w  x  y  z  {          |  }  ~                                                        վ          ʺ                          ˲                                    @  A      Ʒ  B  C  D  E  F      G  H  I    J  K  L    M      N    O  P  Q  R            S    T  U  V  W  X  Y    Z  [  \      ]  ^  _  `  a  b            c  d  e  f  g  h  i  j    k  l  m  n  o  p    q  r  s      t  u  v  w  x  y  z  {    |  }  ~                                                                                д                        @  A  B  C  D  ٵ  E  F  G  H        I      J    K  L  M  N  O  P  Q  R    S    T  U    V  W  X  Y    Z  [  \  ]  ^  _  `  a  b  c  d  e  f    g  h    i    j  k  l        m  n    o    p    q  r    s  t  u  v      w  x    y  z      {    |  }  ͱ  ~                                                                                        @  A  B  C  D  E  F  G  H    I  J  K  L    M    N  O  P    Q  R    S  T  U  V    W  ̲  X  Y  Z  [  \  ]  ^  _  `      a  b  c  d  e  f  g  h  i  j              α  k  l  m  n  o    p  q  r  s        t  u  v  w  x  y  z  {  |  }  ~                                                                                          @  A      B    C  D  E  F  G  H  I    J  K  L  M  N  O  P  Q  R  S  T      U  V  W  X  Y  Z  [    \  ]  ^    _    `  a  b        c  d  e  f  g  h    i    j  k  l  m  n  o  p    q  r  s  t  u  v  w    x  y  z  {  |  ز    }  ~                                                                              @  A    B  C  D    E  F  G  H  I    J  K  L  M  N  O  P  Q  R  S  T    U  V  W  X    Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h    i    j  k  l  m  n  o  p  q  r  s  t  u  v  w    x  y  z    {  |  }  ~                                                                                          @    A  B    C  D  E  F  G  H  I                      J  K  L  M  N  O  P          Q  R  S  T  U    V  ϲ  W  X  Y  Z  [  \      ]  ^  _  `  a      b  c          d    e  f        g  h        i  j  k    l  m  n  o  p    q  r  s    t      u    ƹ    v  w          x  y  ׻  z  {  |      }    ~                                                                                                                          @    A    B    C  D        E    F  G  H    I  J  K  L    M  N    O  P    Q  R    S  T  U    V  W      X  Y  Z  [  \  ]  ^        _  `    a    b  c  d  e    f  g  h  Ȼ  i    j  k  l  m  n  o    p  q        r  s  t  u  v  w  x  y    z    {  |  }    ~                                                                                                @  A  B    C  D        E    F  G  H    I    J  K  L  M    N  O    P  Q    R  S  T  U  V    W  X  Y      Z  [  \  ]  ^        _  `  a  b  c  d  e    f  g  h  i    j  k  l  m    n  o  p  q    r  s  t    u  v  w  x  y  z  {  |  }  ~                                                                                        @  A  B  C  D  E  F  G  H  I  J  K  L  M    N  O  P  Q  R  S    T  U    V  W  X    Y  Z  [      \  ]  ^  _  `  a      b  c  d  e  f  g    h  i  ֽ  j    k  l  m  n  o  p  q            r  s      t    ĳ  u    v    w    x  y  z  {    |  }  ~                                                                                                    @    A  B  C    D  E  F  G  H    I  J  K  L    M  N  O  P  ò    Q  R      S  T    U  V  W  X    Y  Z  [    \      ]  ^      _  `  a  b  c    d  e          f  g    h  i  j  k  l  m  n      o      p  q  r      s  t    u    v  w  x  ӹ  y  z  {  |  }  ~                ֺ                                                                                @  A  B  C  D  E  F  G  H    I  J    K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c      d  e  f  g  h  i    j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }    ~                                                                            @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^    ۹  _                    `          ǽ  a  b  c    d  e  f    g    h    i  j  k  l    m      n  o  p  q    r  s  t    u  v  w    x  y  z  {  |  }  ~                                                                        @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _    `  a  b  c  d  e  f  g  h    i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                      @  A  B  C  D  E  F  G      H  I  J  K  L  M  N  O    P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b    c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                      @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _    `  a  b  c  d    e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                      Ƽ                              Ǽ                              ÷                            ʴ                          ϳ                      ø                                                ̷  ο                                ѻ                                                                                  ȹ  @  A  B  C  D  E  F  G  H    I  J  K  L      M    N  O    P  Q  R  S  T  U  V  W    X  Y  Z  [    \  ]  ^  _  `  a      b  c  d  e  f  g  h      i  j  k  l  m  n  o    p  q  r  s        t  u  v  w  x  y  z    {  |    }  ~    Ѻ                                                                          @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N        O    Ʋ      ܰ                                        ѷ  غ        ּ  ߻                          Ķ        ʹ  P  Q          R                S        Ӹ    T      U  V  W  պ  X    Y  Z    [  \        ϸ    ]  ^  _  `  a  b  c  d  e  ó  f  g      h  i  j  k      l  m  n  o  p    q  r    s  t  u  v  w  x  y  z  {  |    }  ~                                                                                    ϰ                    @      A  B      C        D  E  F      G  H  I    J        K  L    M  N  O    P    Q            R    S  T  U  V  W  X  Y    Z  [  \      ]    ^  _    `  a  b  c    d  e  f  g  h  i  j  k        l  m      n  o  p  q  r  Ȳ    s    t      u    v  w  x    y  z  {      |  }    ~                                                                                ı            ŵ            ׶  @    A    B  C  D  E  F    G  H  ڴ  I    J  K  L    M    N  O  P  Q  R  S  T      U  V  W    X  Y  Z  [  \  ]  ^    _    `  a  b  c  d  e  f  g  h  i  j  k      l  m    n  o    p  q  r  s  t  u  v    w  x  y  z  {  |  }  ~                                                                      @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `          a                                          ν  b      Ͻ            Ի      c            d                      e  Ǵ  ٱ  f  g  h    i  j  k  l      m    n  o  p  q      r  s  t  u    v  w  ߱  x  y  z      {  |      }      ~                                                  ٳ                      ϵ                            ű                                                    ݵ              @      A    ѳ          B  C  D    E  F  G  H  I  J        K  L  M  N  O      P    Q  R    Ʊ  S    T  U  ݶ    V    W  X    Y  Z  [  \  ]    ^            _  `  a      b  c    d  e  f  g  h  i      j    k  l    m  n  o  p      q  r  s  t  u      v  w  x  y  z  {  |    }  ܱ    ~                                    ˵                                                                                              @  A      B    C  D    E  F  G          H    I  J  K    L  M  N      º  O  P  Q      R  S  T        U  V    W    X    Y  Z  [  \    ]  ^  _    `  a  b  c      d  e  f    g    h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  ɱ  |  }  ~                                                                                  @    A  B                  C  ƾ  D  E  F  G    H  I  ӷ  J  K      L  M            N  O  P      Q    R            S    ͽ          T  U  V        W  X  Y  Z  [    \    ]    ^  ״      _  `        a  b  c  d  e  f  g      h  i  j  k  l  m      n  o  p  q  r  s    t  u        v  w  x  y      z  {  |  }    ~                        ɲ                                                              @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m    n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                      @  A  B  C  D  E    F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^    _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s    t  u  v  w  x  y  z  {  |  }  ~                                                                      @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b    c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                      @  A  B  C  D  E  F  G    H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N    O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z    {  |  }  ~                                                                                    Ƹ        ۶          ָ                                                        ؼ                                                                                                    ½                                                                                                              @                        A                Ͷ    B      ƶ      C          D      E                    F          G            H                            I            J  K    L  M  N  O  P  Q  R  S    T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [          \  ձ                                    ]      Һ          ^                        _          `      a      b  Ӷ  c      d  e  f  g  h  i  j    k  l  m    n  o            ׽  p  q  r  s        t      u    v    ʼ      ³    w        x  y    z  {  |      }  ~        ݱ                                                                                                  @    A      B  C  D    E  F        G  H    I  J  K  L  M  N  O  P  Q  R    S  T  U  V  W  X  Y  Z    [  \    ]  ^    _  `    a  b        c      d  e        ͹  f    g  h  ƴ        i  j    k  l    m  n  o  p  q  r  s  t  u  v    w  x  y  z  {  |  }        ~                                                                                                            @  A  B  C  D  E  F  G  H    I  J    K  L    M    N  O  P  Q  R  ԰    S  T  U  V    W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i      j  k    l  m    n    o  p  Ƿ  q        r  s    t  u  v    w  x  y  z  {  |  }  ~          а                                                                                @  A  Ͼ  B  C    D  E  F  G  H  I  J    K  ޱ  L    M  N    O    P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                    ¾                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E                    ˹  ٶ                      ռ  F      G        H      I    ſ    J              ߵ      K          L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q    r  s        t    u  v        w  x  y  ɷ    z  {  |  }  ~                                                                        @  A  B  C  D    E  F  Ͳ  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c    d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                  Ƚ                        ݹ            @    A                        B  C  D  E  F  G  H  I  J  K  L    M  N    O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q          ۳    R              Ծ          ݼ          S            T    ҳ    U  V            W  X        Y                          Z    ǹ  [  \  ]  ^  _  `  a      b  c  d  e        f    g    h  i  j        k  l    m  n  o  p  q      r  s  t  u    v    w  x  y  z  ߸  {  |  }  ~                                                                                      @    A  B  C  D  E  F    G  H  I    J  K  L  M  N  O  P  Q  R  S  T    U  V  W    X  Y  Z  [  \  ]  ^  _  `  a  b    c  d    e  f  g  h  i  j  k  l      m  n  o  p            q        r  s  t    u    v    w  x    y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                                                                                                                  @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [            \      ]              ^    _        `              a  b        c                          d      e    f  g  h    i      j        k    l  m  n  o    ׺  p                  q  r      s    t  u  v  w  x  y  z  {  |  }      ~                                                                                      @  A  B  C  D  E  F  G  H    I  J  K    L  M    N      O  P  Q  R  S  ƻ  T  U  V  W    X  Y  Z        [  ں  \  ]    ^  _  `    a  b        c      d    e  f    g    h      i  j  k  l    m  n  o  p  q  r  s  t  u    v      w    x  y  z  {  |  }  ~                            Ĺ                                                              @  A  B  C  D    E    F  Ǳ  G      H  I  J  K  L    M  N  O  P  Q  R  S  T  U  V  W      X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~              ݳ                                                                                                                                                                                                                                                        ª  ê  Ī  Ū  ƪ  Ǫ  Ȫ  ɪ  ʪ  ˪  ̪  ͪ  Ϊ  Ϫ  Ъ  Ѫ  Ҫ  Ӫ  Ԫ  ժ  ֪  ת  ت  ٪  ڪ  ۪  ܪ  ݪ  ު  ߪ                                                                                                                                  «  ë  ī  ū  ƫ  ǫ  ȫ  ɫ  ʫ  ˫  ̫  ͫ  Ϋ  ϫ  Ы  ѫ  ҫ  ӫ  ԫ  ի  ֫  ׫  ث  ٫  ګ  ۫  ܫ  ݫ  ޫ  ߫                                                                                                                                  ¬  ì  Ĭ  Ŭ  Ƭ  Ǭ  Ȭ  ɬ  ʬ  ˬ  ̬  ͬ  ά  Ϭ  Ь  Ѭ  Ҭ  Ӭ  Ԭ  լ  ֬  ׬  ج  ٬  ڬ  ۬  ܬ  ݬ  ެ  ߬                                                                                                                                  ­  í  ĭ  ŭ  ƭ  ǭ  ȭ  ɭ  ʭ  ˭  ̭  ͭ  έ  ϭ  Э  ѭ  ҭ  ӭ  ԭ  խ  ֭  ׭  ح  ٭  ڭ  ۭ  ܭ  ݭ  ޭ  ߭                                                                                                                                  ®  î  Į  Ů  Ʈ  Ǯ  Ȯ  ɮ  ʮ  ˮ  ̮  ͮ  ή  Ϯ  Ю  Ѯ  Ү  Ӯ  Ԯ  ծ  ֮  ׮  خ  ٮ  ڮ  ۮ  ܮ  ݮ  ޮ  ߮                                                                                                                                  ¯  ï  į  ů  Ư  ǯ  ȯ  ɯ  ʯ  ˯  ̯  ͯ  ί  ϯ  Я  ѯ  ү  ӯ  ԯ  կ  ֯  ׯ  د  ٯ  گ  ۯ  ܯ  ݯ  ޯ  ߯                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                    @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                96                                                                ٦  ڦ  ۦ  ܦ  ݦ  ަ  ߦ                          §  ç  ħ  ŧ  Ƨ  ǧ  ȧ  ɧ  ʧ  ˧  ̧  ͧ  Χ  ϧ  Ч                                                    06  ¨  è  Ĩ                                            X  [  ]  ^  _  16263646566676869606162636                                                                  46Q  R  S  5666768696Y  06162636465666a  76869606f  g  16263646l  m  5666768696061626v  36465666768696~  06162636465666768696061626364656    6676869606162636465666768696                                                                                                                                                                                    50607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000  102030405060708090001020304050607080900010203040506070  809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080900010203040506070809000102030405060708090001020304050607080  900010203040506070  8090001020304050607080900010203040506070809000102030@  A  B  C  40D  50E  F  607080G  900010203040H  I  J  50K  L  6070M  N  O                                                                                                                                                                                                  U    81                                    91011121h  i  j  k  l  m  n  o  p  q  31r  s  t  u  41v  w  x  y  z  {  |  }  ~            51        6171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141                                                                  £  ã  ģ  ţ  ƣ  ǣ  ȣ  ɣ  ʣ  ˣ  ̣  ͣ  Σ  ϣ  У  ѣ  ң  ӣ  ԣ  գ  ֣  ף  أ  ٣  ڣ  ۣ  ܣ  ݣ  ޣ  ߣ                                                                516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131415161718191011121314151617181910111213141516171819101112131    V    W                                                                                                                @              @            ?_  0909              @   рP                 asm    dylink.0  "` `	`  `` kenvcheck_encoding_conversion_args env
LocalToUtf env
UtfToLocal env__memory_base envmemory    __wasm_call_ctors Pg_magic_func pg_finfo_gbk_to_utf8 pg_finfo_utf8_to_gbk gbk_to_utf8 utf8_to_gbk 	__wasm_apply_data_relocs 
 " # Aj# A@k6 # Aj# Aj6  #  # A8j # A<jL  (,!  ($!  (<!  (  (  (4" A%A     # AjA A A A% A GL  (,!  ($!  (<!  (  (  (4" AA%     # AjA A A A% A G # 8     d       @       PostgreSQL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         >      {  :      w  6      s	  2
  
    o  .      k  *      g  &      c  "      _        Y      z  9      v   5!  !  "  r#  1$  $  %  n&  -'  '  (  j)  )*  *  +  f,  %-  -  .  b/  !0  0  1  ^2  3  3  4  Z5  6  6  7  V8  9  9  :  R;  <  <  =  N>  ?  ?  @  JA  	B  B  C  FD  E  E  F  BG  H  H  I  >J  J  K  {L  :M  M  N  wO  6P  P  Q  sR  2S  S  T  oU  .V  V  W  kX  *Y  Y  Z  g[  &\  \  ]  c^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          P     5  d      K                                                                            졧                                                                                                                  ¡                                                                                                                                                                                                                                                                                                                                                                                                                                @A                          B                                                                                            ¦æĦŦƦǦȦɦʦ˦̦ͦΦϦЦѦ  ҦӦԦզ֦צئ                                                                                                                                        ѧҧӧԧէ֧ا٧ڧۧܧݧާߧ  ק                                                                                            )i)i            $  a  3c            C ;{                                                                            :	z		      	  
      G

                                                                                                                
CCCCCCCCCCCCCCCCCCCCC C   !C!!!"C"""#C###$C$$$%C%%%&C&&&'C'''(C((()C)))*C***+C+++,C,,,-C---.C.../C///0C0001C1112C2223C3334C4445C5556C6667C7778C8889C999:C:::;C;;;<C<<<=C===>C>>>?C???@C@@@ACAAABCBBBCCCCCDCDDDECEEEFCFFFGCGGGHCHHHICIIIJCJJJKCKKKLCLLLMCMMMNCNNNOCOOOPCPPPQCQQQRCRRRSCSSSTCTTTUCUUUVCVVVWCWWWXCXXXYCYYYZCZZZ[C[[[\C\                                                                        i\\\\]                              G]]    ]^  F^                                \    CD                    E                      F                                                                                                                                           G      H                                            Y                                                                                                            IJKL                                                                            ʡ            ǡ  ơ      M        ̡    ءޡNϡ    O  Ρ  ġšɡȡҡ    ӡ          ߡáˡ          ס                ֡      ա          P                          ١ԡ    ܡݡQR            ڡۡ                                                ѡ                      ͡                                                  S                                    С                                                                                          ٢ڢۢܢݢޢߢ                    ŢƢǢȢɢʢˢ̢͢΢ϢТѢҢӢԢբ֢עآ¢âĢ                                                                        ©éĩũƩǩȩɩʩ˩̩ͩΩϩЩѩҩөԩթ֩שة٩ک۩ܩݩީߩ        TUVWXYZ[\]^_`abcdefghijklmnopqrstuvw                        xyz{|}~                                                                                                                                                                                                                                                                                                                                                                                                                                      e              @ABCDEFGH                                            ¤äĤŤƤǤȤɤʤˤ̤ͤΤϤФѤҤӤԤդ֤פؤ٤ڤۤܤݤޤߤ              abfg    ¥åĥťƥǥȥɥʥ˥̥ͥΥϥХѥҥӥԥե֥ץإ٥ڥۥܥݥޥߥ          `cd          ŨƨǨȨɨʨ˨̨ͨΨϨШѨҨӨԨը֨רب٨ڨۨܨݨިߨ                                                                              Z                                                                      I                                                        JK                        LMN    O                                                            P                  Q    RS    T                                                                                    ҡ@ABCϢػDEǧFԴ˩GHIJKɭLMNOPQRͤSپTUVWþXشYΧZ[Թ\˳]^žƲҰ_`abcdefghijklmnopqrstuvwxyz{|}~ԥή؃ѩЄͺຶĈϩٌٍؑҲ𳔁齕Ӵֲնϙتǜ؝ҞؠáѤإۼȩݷ·ƬҳοеغɰΫؽؾÁāŁƁǁȁˤɁʁˁ́́΁ρЁсҁӁԁՁ͵ցׁκ؁ءفځہ܁݁ށ߁۰Ѽづ灬ٮ聫ٹ끩ٶ޳@Ľ뿭ABCDEFGHIJKLMNOPQRSٴTUVWXYZ[\]^_`a٣ӹbcdef٩ghЩijklmnopqrstuvwxyz{|}~ٶق󾅂҈ى轋뾏ٻĐّ՜֝Ǟ٢ټ٥٨٫ƩٮײͳÂĂłƂǂȂɂŵʂ˂̂͂΂٥ςЂт҂ӂԂՂւׂ؂قڂۂ܂݂ނ߂٢ߴٵ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdeٮfghijklmnopqrstuvwxyz{|}~قȈԳմ⹵˿÷ҶټÃăŃƃǃȃɃʃ˰˃̃ع߾̓΃σЃу҃ӃԸԃՃփ׃؃كڃۃâ܃݃ރ߃ڹუ⃩Ԥ٬탳סմ@ABCDEFGHIJKLMNO˻PQʵRSͼۯTԶUVַWXYZ[Ю\]^ո_`abcdefghiιjklmn֢˯Ȳ̴̿opqrstuvwذxyйz{|}~؃؄؆羊؛˽؝Ţةث찦Ӽν֬ٽۿ۷ÄĄńƄǄȄɄʄ˄̄̈́΄τЄф҄ӄԄՄքׄ؄لڄۄ܄݄ބ߄􄴹Ҵ@ABCدD׳EFGHIJKLMN˷OPQRSTUVWXYZ[ǽ\]^_`aܻbcde׿fghij屲߼ըرklmnoخáӣpqrstuvwxyz{|}~޲񺈅؊ԋ؍ώǾؓۚȞϡβ沰ӫ˴ʬЭŮڿŹߵ߻нȰɿ̳߷Ӵضź˾̵߶ӹԳ߻ϺϸϽ¹¾ͷÅąɰֶԷŅԿƅǅγȅɅεʅ˅̅ͅ΅υЅхʳ҅渻ӅԅՅօׅ߽߾߻ſ߱؅مڅۅ܅݅ޅ߅߶Ǻ׾ͺ̾߾@ABCDȿEFGHIJKߧLM߶NOϥPQRߴSTUVW縶ɨXY޿Z[\]^_`abcߺdefghi˽jklmnopqrstuvwxyz{|߽}~߀߂ʨΧળߌߍߎп׏ɐߡߗߢࠆȷƶɲߦŨĩЯ̱ಆΫɳെ߸ๆໆ྆ȺÆĆņƆǆȆɆʆˆ̆͆ΆφІц҆ӆԆՆֆ׆؆نچۆ܆݆ކ߆ㆾ䆲ꆵ@AμBCD¸EFGHIJKLMNOPQRSTUVWXYZ[\ְ]^_`abcdٺefghijklmnopqrstuvwxyz{|}~Ƭʄ̟ࢇϱ༇ÇćŇƇǇȇɇʇˇ͇̇·χЇч҇ӇԇՇևׇ؇هڇۇ܇݇އ߇ػڶ釰뇧Ѵ퇧̹@ABCDEFGHIJKLMNOPQRSصTUVWXYZۡ[\]^_`abcdeۮ̲ӿfghijklἳӰطmnopۺqrstuvwxyz{|}~ہۅۊⶑ۸ەѿۖۗ浘忙ۜ۝۠°ǳ۲۴۵۷۹Ӻ۽ÈĈňƈǈȈɈʈˈ͈̈ΈψЈш҈ӈԈѶՈֈ׈؈وڈۈ܈݈ވ߈ሧ刦戩ܤ̵툰¶@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcd̫efghijklmnopqrstuvܬwxyz{|}~ɹąǮ܊Ѝնۧڱۮ۹ÉĉŉƉǉȉɉʉˉ͉̉ΉωЉщ҉ӉǿԉՉ։׉؉ىډۉ܉݉މ߉≸牴٦񉻹̫ѻм@ABC޼DEFGܷHIJKLޱMNOPQRSTU°VWXYZ[\]^_`abūcdefgúhijk׾lmnopqrʶ˼stѡuvwxyz{|}~恊Ĩ惊慊Ëƌ掊ĕʘùЯΜ枊ҟ栊楊Ҩ淊Ҹ׻ͼͦ«濽潊濊ÊĊŊƊǊȊɊʊˊ̊͊ΊϊЊъҊӊԊՊ֊׊؊يӴڊۊ܊݊ފߊ㊹ͻ@ABCDEFGHIJKLMNOӿPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~υ놋戋捋޼ɏϗ朋杋枋柋梋յ榋樋Ī櫋氋ËċŋƋǋȋɋʋˋ̋͋΋ϋЋыҋӋԋՋ֋׋؋ًڋۋ܋݋ދߋ@ABCDEFGH׿IעJKL澼¹MNOPQRSTUVWXYZ[\]˳^ʲ_`abcdefٹ֨ҦgͿʶ»hijϬklmnopҼqrstuvżwļܿxyz{|}~Àԁǯ첊ѹՏ唌啌Զ˰Ѽʞ⷟ɡפШɩ⼫ɭ梳޲޳Ҵ޸;޾߳ġ־ӾÌČŌƌǌȌɌʌˌ̌͌ΌόЌьҌӌԌՌ֌׌،ٌڌی܌݌ތߌҨ쌬ڸẵ@ABCDEFᶰGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~၍糃Ɖ޴яᓍᕍᚍᛍ៍ᤍᬍﴍǶÍčōƍǍȍɍʍˍ͍̍΍ύЍэҍӍԍՍ֍׍؍ٍڍۍ܍ݍލߍ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyѲz{޾|}~ۀͰσұʼ˫ʌϏ̓֯۵֜ﰡ࣎ᣳêîϻļÎĎᱴŎƎǎȎɎʎˎ͎̎ΎώЎюҎӎɸԎՎ֎û׎؎َڎێӱ܎ݎގߎЮ⿦׵㎮Ϸȶ펥ʵ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdeѢfghijޥتƪklmnױopqrstuvwڳxyzܵ{|}~ϡ偏像̈́ȅǌ协쐏埏鹱塏ҥШͩѪʲ뱬ŭհӯᰏ᳏Ҵ˱ḏܺ᲻ẏн;õÏďŏƏǏȏɏʏˏ̏͏ΏϏЏяҏӏԏՏ֏µ׏؏ُڏջۏ܏ݏޏߏرɼͦ޷@ABCDEFGHIJKLMNйֹOPQRSTUVWXYZ[ס\]^_`abcdefлghֿijklmnopqrstֻuv޺㲶̧wϡxyҿz{|Ģ}~ǂφ㷺㌐ڻ㎐㑐㒐ӓԗĘХ㚐Û㯱㝐¼㿵ǰ㪐ͭ󻲐̵㷐㸐Ϯ㹐ݻҲͳѲ߹Ϸ̻ÐĐŐƐǐȐɐʐː̐͐ΐϐАѐҐӐԐՐ֐אِؐڐېܐݐސиߐ߷ᐴ䐺@ȴABŻCDEFGHIJKLMNOPQRSTUVWۻXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~퇑㩺퐑㒑㜑Ъð㱑ÑđőƑǑȑɑʑˑ̑͑ΑϑБёґӑԑՑ֑בّؑڑۑܑݑޑߑΧȷɳƩ摪瑬葮ؽ푯쿷Ų@AǰBCDEFGHIJKLMۿNOǴPިѤ簶QRSTUVWXYгZ[\]^_`ѰabcdefʥgͶhijkٿlmnopŧqrstuvwֵxyz{޺|}~֣ĭށչܾΰоݰć𼉒ӹŦԊՌȩˎ޽Ƨװēֳҹ괰濜̞͢¥΢̮Ĳշӻ촩լꮒަʹͶ޺ͦ׽ư达ÒĒŒƒǒȒɒʒ񼻻˒̒͒ΒϒВђݾҒӒԒՒ֒גݽْؒڒےܒݒޒߒ޶蒴̸ӽؿ֧@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\ҽ]^_`abcdefgh鸧ijklmnopqrs괦tuvwxyz{|}~ށ̄勓А벒듓ޔڰ̗ޞ˟բާݴİ޳áġ߽ÓēœƓǓȓɓʓ˓͓̓ΓųϓГѓғӓԓՓ֓דؓٓړۓܓݓޓߓǥ⓫瓢ߣ蓥铳쓦ٲߢ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~߃𾈔ߧ֊ʎĸŷՒʹеÝȾ뽰ֱ̽Ҹɨض봾ʱǲճ󷵔ÔĔŔƔǔȔɔ߰ʔ˔͔̔ΔϔДєҔӔԔՔ֔הؔ϶ٔڔ۔ܔݔޔߔᔽ㔶甹·к씻ȼȩɾи굺@ABCDEFGHIJKLMNOPQRSTUοVWXYZ[\г]^_`abcdefghijklmnopqrλstuvwxyz{|}~́ꅕꆕΈ޻ưΏǒꓕ֕ԛ꜕ϞꢕʦŵꯕĽÕĕŕƕǕȕɕʕ˕͕̕ΕϕЕѕҕӕԕՕ֕וٕؕڕەܕݕޕߕǷܲ@ABCDEFGHIJKLMNOPQRSTUVWΩľXYZ[\]^_`abcdԨef˸ghijĲklmnopqrŶsܸtuvwxѿyz{ܽ|}~耖脖尅芖͋茖ΐՔ蕖Ö藖Ԛ蛖蜖㷝螖ݿ蟖衖ܼϼ袖誖ذ̸ƾȵ踖׹ĺ軖鲽Ö¿ĖŖƖǖȖɖʖ˖̖͖ΖϖЖіҖ걻谶ӖԖՖ֖זٖؖږۖܖݖޖߖ˺ͣ۽@ABC赵谽DEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwx̵yz{|}~켇舗ÎƏזř̞頗ɪÿ׹貗鶗ҹ龗ֵ׿×ėŗƗǗȗɗʗ˗̗͗ΗϗЗїҗӗԗ՗֗חؗٗڗۗܗݗޗߗ㗪䗻旫@ABCDEFGHIJKLMNOPQRSTUVŸWXӴYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~郘鋘錘鍘鑘隘馘骘۲鵘ØĘŘƘǘȘɘʘ˘̘͘ΘϘИјҘӘԘ՘֘טؘ٘ژۘܘݘޘߘȳ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~邙ÃÙęřƙǙșəʙ˙̙͙ΙϙЙљҙәԙՙ֙יؙٙڙۙܙݙޙߙδУ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefg˴hijklmnopqrstuvwx߼yz{|}~в遚酚և銚鏚闚ζҠٻ쨚ҪίİñȱϱѱųбõպÚĚŚƚǚȚɚʚ˚͚̚ΚϚКњҚӚԚ՚֚ךؚٚښۚʵܚƭݚշޚߚᚱ⚳㚤ѱ暪皵蚮ͭ@AȯسBCDEFGHIJKLMNOPQRSڷTUVWXYZ[\]^_`abcdefgŤײh㦻iھjkӺlmnoзpqrstuvwȴxyz{|}㨷~ńŨƅĆ׈㉛㋛ӌñ㍛㎛ཐ䒛䔛ѣ䗛䘛țϟ 򽨛䩛麪䫛䭛ֲ䯛䰛䳛͢Ŵ䷛Ǭ丛ⲹü些뻰ű仛գÛěśƛǛƺțɛʛ˛̛͛ΛϛЛћқӛԛ՛֛כ؛ٛڛۛܛݛޛߛᛳ⛸ӵȧլɢ𛭺ԺϿ@ABCDEFGHIJKL䭵MNOPQRSTUVWXYZ[\̵]^_`abcdefghijklmnopqrsɶtԳuvwxyz۸{|}ʿ~ӂÃ䋜䓜䗜ϙ՛䞜䩜䫜ͪʺ侜ȸÜĜŜƜǜȜɜʜ˜̜͜ΜϜМќҜӜԜ՜֜ל؜ٜڜۜܜݜޜߜ@ABCεDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~䃝䆝·őǔ䘝̱䤝䥝䨝䩝䪝γ䴝ŶÝĝŝƝǝȝɝʝ˝̝͝ΝϝНѝҝӝԝ՝֝İם؝ٝڝ۝ܝݝޝߝᝥ睡@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~办卞๟塞寞ûƵһľÞĞӲŞƞǞȞɞʞ˞¶̞͞ΞϞОўҞȻӞԞ՞֞מ؞ٞڞ۞ܞݞޞߞ澿ż@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_Ѹ`abcdefgh캱ٷijklmnopqrstuvwxyz{|}~ȁ쏟쓟ͻ引좟ɣè쩟֮챟쵟춟ɸϾßğşƟǟȟɟʟ˟̟͟ΟϟПџҟӟԟ՟֟ן؟ٟڟ۟ܟݟޟߟ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~삠쌠׍Ŏ뮰ְؕ˖㗠氞Ź론률먠Ѫūꬠĭıβ궠ɸǺν àĠŠƠǠȠɠʠˠ̠͠ΠϠРѠҠӠԠՠ֠נؠ٠ڠ۠ܠݠޠߠ⠮㠸破ҵ񠷱Ѿ@ABݺƽCDEFGHIJϨKLMNOPQRSTUVWXYZ[\]^_`abc²defghij֨ìklmnopqrstuvwxyz{|}~K↪釪⋪⓪̞⟪@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmn緻opqrst磲uvwxyz{|}~ɀՂ穷烫犫玫֏瓫甫畫ఘ眫@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~臬般艬ȪɊ藬幙Ѩ螬@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~芭Ϲ𔭭𕭰갿Ȗ͗αꞭ@AɴBCDEFGHIJKLMNOPQRSTUVWXYZ[ʸ\]^_`abcdeӦf±g׼hijklmnopqrstuvwxyz{|}~۳Ѐƈ볓目@ABCDEFGHIξJKLM̰NOPQRSôTUVWҾXYZ[ָӷ\]^_`abۺcdefghijklmnopqrճstuvԱwxyz{|}~񌯍Τ񏯣ʑ̓񔯕񖯗թ񘯙Ț񝯫񞯟@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijkǵlװٰmnopĵqԽʻrs޸tuvwxyz{|}~Ƒ񔰕ÞӠ@ABCDкEFǸGHIJKLMNOPQRSTUVWXĢYZ[\]^_`ܶabcdefghijklmnopqrstuvwxyz{|գ}~큱Â퇱̈щՌ퍱퐱혱@ABCˡDEFG޽ǲHIJKLMNOPQRSöTUVأWXYZ[\]^_`abcdefghijklmnopqrɵstuvwxyz{|}~Հۏ񛲜Ҡ@AؾBý̶CDEFGHIJKLMί°NOPQRSTUƳVWXYZ׺[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ςȎ６Ś@ABCDE­FGHIJKLMNOPQṞSTUVWXYZ[\]^_`abcdŴefghijklmnopqĿrstuvwxyz{|}~Ą퇴팴퍴ǻ횴@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ρƂ쇵쏵억욵@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abӮc̺dнefgѸhijklmnƿopqrstuvwxyz{ӳ|}~Ƴսҋ໌ώ̳ɰ˖ް֟@ABCDEFGHIJKLMNOPQRSTUVWڼXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ъǶտ͏ǭՐ񑷺񒷓ǖ֙ѽܴΞ߿񟷠@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrs͵tuvwxy߽z˶{|}~󅸆͸ʰˎ󑸦Вʱ󔸕ѵ󛸜ڵ@ABCDEFGHIJKLMNOPQȵRSTֲUV߲WXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~󀹁˄󈹉ܹ󋹌ϑ󓹔󖹗󞹟@תABCDEFGHIJKLMNݸOPQRS۴TUVWXYZ[\]^_`abcdefghijklmnopشqrstuvwxyz{|}~􅺆ɻ􍺎@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~۷ƊִՋˎ֑෕ⴟ@ABCDEFGHIJKLMNOڲPQRSԷTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ˏːח@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~􀽁@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~􋿌@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ԶͼȳΡٸā׷ķţϤɸϯ֧ҭὫȄѭʽͮЅ̼稼бв´ɬ÷պº׻穼ж纻޵翸췊ɽ׸ȍ޹͟ر@·ABCDEFհGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ӇΉ᳌ґǙԵ@ABCDEFG²HIJKLMNO­PQR«S¼TUVWXYZ[ĺҰ\]^_`abcdefghijklmܳn¢o¢pqrstuvwxyz{ª|}~¸ƀ۾ϴ @òABCDEFGHIJKLMäNOǶظθPÿ릳ɹQʷRST缾U빰ϿVWXYZ[η\ղ]è^_`abócdefghijklmn÷opqúrs÷tuvwxìyz{|}¹~ÀفñŽÅÆÈÉÊËÌÍÎÏÐÑÒÓÕìØÙóÜÝÞßâƠ@ABCDEFGİHIJįKLMNOPQRSTUVWXYZ[\]^_`abcĹdefghijĲklmnopqrstuvw̤ĥxyz{|}~ĢŁăĄąĆćĈĉɊċČčĎďđĒē͡۱ӔĕҖėĘěĜĝĞğĠ@ABCDEFGHIJKLMNżOPQŰRSTūUVWXYZ[\]^_ʾ`ŧaŨҨbŪ˾cdefghijklmnopqŶrsŭtuvwŲxŽ㰰yűղzŶ涰ϴ{ŵ|}Ÿ~ŀŁłŃŹŅŧ͆źŻŉŊżŌōŎŏŐőŒ˓ŽŕŖŗžřŚśŜŝŞşſ@ABCDƫEFGHƳIJƴܬKLڽMƹNOPQƷRɺܶSƻܢTUVWƼܽXYΥZ[\]潫^ƸܾҷŰܾܨ_Ƽ`aܿbcdƿefghijƭkԲlƷܦmnopqrstuƻvwxƽyƢz{|}~ƻƀ܁ƂƃƄƅׯöǩ܆Ƈ܈ƥ܉܊Ƌ܌܍Ǝܢ܏ƐƑƒƓƔƕƖƗƘĴƚƣܛܜܝ貞ܟܠ@ABCDEǣFݲGHIJKĻLMNOPQԼRܴSܫӡݣݥҤݦݧݩTUVWXYZɺ[\Ƕݱݴ]^_`abcǰdefghiǯjklܮmnopǷqrܯsǸtǬuvwxyz{ǹݳݭݪ|}~ǀǨݳݫ݁ǲݨӺ݂ǻݧÃǄݼ݅ǆǇ݈ǽǊվǍʺǏǐǑݒݓǿݔǕǖ˲ݗݤݘǙǚǾݛǜǝݞǟǠ@AƷBCDEFGHIJKLȽMNOPQRüƮSTUVWXYZ[\]^_`abȩӪcdefghijklmnopqrstuvwxyz{|}~ȀȁȂȃȄȅȆ݇ȈȉȊȋ֌ݍȎȏȐƑȭȓȔȕȖݗݘșȚдݜݝݞݟȠ@ABCDٵEFGHIɯJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}ͱ~ɀɁɂɃɄɶɻ݆ɇ݈݉ɊɋɌɍŎɏɐݑɒɓɔɕɖɗɘəɚɛɤޜɝɣޞɟɠ@ABCDEFGHIJKLMNOPQRʵSTUVW̲XYZ[\]^_`abcdefghijʾݢުαklmnoʬpqrsʦ޶tuvwxyz{|}~ʡހʁʥނʃʄʅʩކʇʈʉʊʨދʌʍʧގʏʐʑʒʓʔʕʖʭޗԘʙʚʛʳުޮޜʝʟʠ@AˡB˱CDEFGHI˲JKLMNOPQRST˦ѵUVWXYZ[˯\]^˰_˽`ab˴ʹcdefgh˸i˷jklmnop˻qrstuvwxyz{|ز}~˺ހ˺Ł˂˃˄˅ˆ˼އˈˉˊˋˌˍ̎ˏːˑ˪˓˔˕˖˗˘˙˚˛˜˝˞˟ˠ@ABCD̽EFGHI̿JKLMNOPQRST̢UVWXYZ[\]^_`abcdefgh̾ijklmnopqrstuvw̺xyz{|}~̮̀́̂̃̄̅̆̇̈̉̊̋򢻲°̯̍̏̐̑̒Г̔̕Ӗ̛̗̘̜̝̞̟̠̽̚泰@ͱABͭCDEFGHI纳˺ϲJKLMNOPθQRSTU;VϲWXYZ[\Ѻ]^_`aͼbcͻd͹efghijklmnopqrstuƹvwxy׻z{|}~͇͈̀͂̓̈́͆͊͋͎͏Ӑ͓͑͒궔ʕ͚͗͘͜͝͞͠Ω@ABCDίEFGHIJKLMNOPQRSTUVWXYZ[\]^ά_`aΫbcdefghȻijklmnopqrstuvwxyz{|}~΁΂΃΅ΆΣΉ΢΋ȍΎΏΐΑΓΔΥΖΗΘΙΚΛÜΝΞΟΠ@ABCDϧEFGHϫIϪJKLMNOϮPQϰRSTUVϡWXYϱZ[\]^ϯ_`abcdeϲfghiϴjklmϨnopqϳrstϵuvwxyz{|}~ϷЀρςσϸυφχوωϊϋόύϹϏϐϑϒϓϔϕϷȶϘϙϚϺϜϝϞϟϻ@ABCDEFGHIJKLMNOPQRSмTUнVWXЪYZ[Ь\]^_`abcdefghiֽjklmnopqrstĳuvХwxyz{|}~ЀЁЬЅЇŉЊЋЌл̍ЎЏАБВГД͕ЖЗИЙٛМНОПРл@ѮABCѤDEFGHIJKLMNOPòQRѰSTUVWXYZ[\ң]^_`abcdefghijklmnopqrstuvwxӹyz{|}~ртуфхֺшщъыэюяѐђѓȔѕіїљњћѽѝў@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~Ҁҁ΂Ҫ҃҅Ҳ҇҈҉ҊҋҌҍҎҏҐґҒғҔҕҖҗҘҙҚқҜҝҞҟҠ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^۹_`ǽabcdefghijklmӡnopqӢrstӣuvwӲxyz{|}~ӀӁӂӃӄхӆӇӈӉӊًӌӍӎӏӐӑӒӓӔӕӖӗӘәӚӛӜӝӞӟӠ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_Ԥ`abcdefghԺijklmnopqrstuvwxyz{|}~ԀԁԂԃԄԅԆԇԈԉԊԋԌԍԎԏԐԑԒԓԔԕԖԗԘԙԲ՚ԛԜԝԞԟԠ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ՀՁՂՃՄՅՆՇՈՉՊՋՌՍՎՏՐՑՒՓՔՕՖ՗՘ՙ՚՛՜՝՞՟ՠ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~րց֥փքօֆևֈ։֊֋֌֍֎֏֐֑֖֛֚֒֓֔֕֗֘֙֜֝֞֟֠@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ׯ`abcdשefghijklmnopqrstuvwxyz{|}~׀ׁׂ׃ׅׄ׆ׇ׈׉׊׋׌׍׎׏אבגדהוזחטץƼȥڧȨƙ׵ҶǼײ仩ڪѫ÷֬ڭ׶ʜשծʴگڝұڲڳʴګʵڶϳַڰڹҺøﲻڼڞӽξ廿ڵڵ̷οڭڸ̟ұѻڳڽڠڻХګ÷ھڴȹ@ABCDEFGHIJKLعMNOPQRSTUVWعXYZ[\]^_`aϿbcdefghijklmnopqrstuvwxyz{|}~؀ѺزÂ؃؄؅؆؇؈؊؋؍؎؏ؘؙؚؐؑؒؓؔؕؖؗ؛؜؝؞؟ؠ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ـفقكلمنهوىيًٌٍَُِّْٕٖٜٟٓٔٗ٘ٙٚٛٝٞ٠@ABCDEFGHIJKLMNڴպOڱƲ̶ַܰᱺṡѷغּ߻ɳĶʹPQRڸSɮӸTUVWպXYZ[\ϸ]^_`abcdeófghijkڽlmnopqrstuvwxyz{|}~ڀڤȁڂڃڄڅچڇڈډڊڋڌڍ׿ڐڻںڕږھڙښڛϰŞڟڠ@ABCDEFGHIJKL۷MNOPQRSTUVWXY۽Z[\]^_ۤ`abcdefghijklmnopqrȲstuvwxyz{|}~ۀ̂ۃۿ帵̄ۅۆۇۈۊۋیۍێ۾ېۑےۓ۔ەۖۗۘۙۚıۜۿ۞ŵ䲟׶@ABCDEFGHڴIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijkɪlmnopqrstuvwxyz{|}~܀܁܂܃܄܅܆܇܈܉܊ܦ܌܍܎܏ܐܑܒܓܔܕܖܗܘܙܚܛܜܝܞܟܠ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~݂݄݆݈݀݁݃݅݇݉݊݋݌ݍݎݏݐݑݒݓݔݕݖݗݘݙݚݛݜݝݞݟݠ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`޵aνbϽ騸鲱ԻcޡdԽϷդեмeǴٱfghޱijklmnopq޽rstuvw߱xyz{|ި}Ƹ~ށނރބޭӅ嵷ވ޹Չԥάٳދ̌ϵƎʐޑޓޔűޖޗ޷טޙĚޛޡѷ޸ݵ޾͟庶@ߨAѳBCDEFGHIJKLMNOPQRƱSTUݶVWXYZ[\]^_`abcdefghijߣklmnopqrstuvwxyz{|}ܱ~߁߂߃߅߇߈߉ߊҋ˵ڎڏڐڑߒߓĔߕߗߘ߰ЙښӪǛڜߡߞߥ۟ߠ@AۤBCD༽EFGۦۣHIJKLMN۬ºOPQिRSTԿUVWXYZ[\໳]^_঵`abc༶defghijklmnopqrstuvwxyz{ɱ|}~ہ۵ۄۏېۗ۠@ABCƾDEFGHIӷJKԪLMNOPQRͥSͽ˪TUVWXYZ[\ἴ]^״_`abcdefgéhijklmnopqrstuvwxyz{|}~ɲʌְҿ᪸@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~դ谷Ƹ۶ĵָγؼ̬ǭØã½Ҩ֩ƞˮб淿г̶ջü¸@臨AͶBƶCDEFGﵾHIJKLMNOPQRS餳TUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\ձγâ]꧷Һ^_`a그bӶcdefghijklmno׽pqrstꢰuv꽸ʼ¤³w°ĵxyz{|}~ݱچ긶ԇŊڋڐϑӡڟ@ABCDEFگGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdeѯ͹fghƴijklmnopqrstuvwxyz{|}ӧ~뢱΍ЫϐլÑė˞ϟ@ABCDEFGHIJKLMNOPQR԰STUVWXYZ[\]^_`abcdefghiǦjk츾lm첾nopǷq쿿rstuvwxyz{|}~саД찰ǜ@AϾBCDEFGHIJKޱLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~Ȃ¾҈ɉ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEҥϳ˹ٶԭƱռFGҵHͥIſJߵKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvƭwxyɷz{|}~@ABCDEFͲGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~𢼘⹷Ҥʥ˙ȽĞݹ@AʸBCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQ¦ͱ۳R󵲿ԾݼS§TҳUVWXYZǹ[\]^_`abcdefghijklmnopqrstuvwxyz߸{|}~מ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ӁϏ@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[į𦼰\Ż]^_`͸ab븽cdefghijklmno׺pqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSƻTUVWXYZ[ں\]^_`abcdefghijklmnopqrstuvwxyz{|}~؇Ĺ،܍ʓ@ABCDEFǱGHIJKLMNOPQRSTUVWƴXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ݳȻٗ                                                                                                                                                                                                                                                                                                                                                                                      @ABC  D  EF      G            HIJ  KL    MNO                                                                                                U          hijklmnopq  rstu  vwxyz{|}~                                          硥£ãģţƣǣȣɣʣˣ̣ͣΣϣУѣңӣԣգ֣ףأ٣ڣۣܣݣޣߣ                                                                                                                                  VW                                                        @           @                        |             @   р                 asm    dylink.0̧  .`` `	``  ` ` 
envcheck_encoding_conversion_args env
LocalToUtf enverrstart_cold enverrcode  enverrmsg env	errfinish env
UtfToLocal env__stack_pointerenv__memory_base envmemory   __wasm_call_ctors Pg_magic_func 	pg_finfo_iso8859_to_utf8 
pg_finfo_utf8_to_iso8859 iso8859_to_utf8 utf8_to_iso8859 __wasm_apply_data_relocs 
 	 #Aj#Aj6 #Aj#A̝j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aܞj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A̠j6 #Aj#Aj6 #AĜj#Aj6 #A̜j#Aܡj6 #AМj#Aj6 #A؜j#Aj6 #Aܜj#Aj6 #Aj#Aj6 #Aj#Ạj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aܤj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A̦j6 #Aj#Aj6 #A̝j#Aj6 #Aj#Aj6 #Aj#Aj6 #Aܞj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A#j6 #Aj#A(j6 #A̠j#A0j6 #Aj#A5j6 #Aj#A=j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Aj#A j6 #Ạj#A j6 #Aj#A j6 #Aj#A j6 #Aܤj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#Aj6 #Aj#AЏj6 #A̦j#AЗj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AȜj6 #Aj#AԜj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aħj#Aj6 #Aȧj#Aj6  # #A8j #A<j# Ak"$   (<!  (,!  ($!  ("  (  (4"AA @ A	k" AO A<  vAqE    #Aj  Atj( (A A A   A G!  Aj$   AA A  6 #" A@k   A jA  Aj # Ak"$   (<!  (,!  ($!  (  ("  (4"AA @ A	k" AO A<  vAqE    #Aj  Atj( (A A A   A G!  Aj$   AA A  6 #" A@k   A jA  Aj ԧ #̧8     d       @       PostgreSQL                            unexpected encoding ID %d for ISO 8859 character sets utf8_and_iso8859.c utf8_to_iso8859 iso8859_to_utf8                                                                                                                                                                                                                                                                         ĘˁŤ½Ěŧ¨ ŞŤŹŭ½ŻŰě˂Ŵ¾ěŇ˸¡şťźŝ˾żŔŁÂÂĄùĆćÌĉØċÚčÎÎĐăŇœÔÐŖ×ØŮŚðŜÝâşÕšâÃĤúćħÍĩÙīÛĭîÏđĄňųôÑŶ÷Ùůźñżýãř                                                                                                                              I             C                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ¦Ęˣ¤  ħ¨°ĞŞĴĭ  Ű§Ĳ³´µ¥ķ¸±ğşĵĽ  ŀÁÂ  ÊĈćÈÉÊËÌÍÎÏ  ÒÓÔàĖ×ÜęÚÛÜìŜşàáâ  Ëĉħèéêëìíîï  òóôáĶ÷ÝĹúûüíŝř                                                                                                                            H              7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ĸĖŤ¨Ļħ¨ ŒĢĦŭ½ů°ě˗Ŵ©ļć˸¡œģħŊžŋŀāÂÃÄÅÆîČĉØċÖčÎêĐąŌŶĔÕÖ×ØòŚÛÜèŪşÁġâãäåæïčĩÙī×ĭîëđĆōŷĴõö÷øóźûüéūř                                                                                                                              I             B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÞđÒÓÔÕÖ×ØÙÚÛÜðĞşàáâãäåæçèéêëìíîïßıòóôõö÷øùúûüñğſ                                                                                                                                D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        C                                                                                                                                                                                                                                                                                                                                                                                       =>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             C                                                                                                                                                                                                                                                                                                                                                                                              ?@                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      D                                                                                                                                                                                                                                                                                                                                                              '+_                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      G       E                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ح                                  آأؤإئابةتثجحخدذرزسشصضطظعغ          فقكلمنهوىيًٌٍَُِّْ                                                                                                                          S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     N                                                                                                                                                                                                                                                                                                                                                                                                                   IL  g                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      U                                                                                                                                                                                                                                                                                                                                               	   N  N  
   N  ,O     \O  O     O  O     P  LP     |P  P     P  Q     <Q  lQ     Q  Q     Q  ,R     \R  R     R  R     S  LS                                                            ?   ˀ                                                                                 >   ˀ                        
                                                         ?   ˀ                                                                                 @   ŀ                            P                                       P              ?   ŀ<                                                                          ?   ŀ>                     `!                                       `%              @   ŀ&  ḻ                  `)                                       `-              @   ŀ  ₂                  p/                                       p3              @   Ȁ                     6                                       :              @   р  ℄               =      s                                     >              ;   ـ                            @                                       D              @   πH                     G                                       K              ?   ׀                  N  N  N  $N  0N  <N  HN  TN  `N   N   N   N   N   N   N   N  lN  xN  N  N   asm    dylink.0@  (`` ` ` `` `  envcheck_encoding_conversion_args envreport_invalid_encoding envpg_utf_mblen_private  envpg_utf8_islegal envreport_untranslatable_char env__memory_base envmemory   __wasm_call_ctors Pg_magic_func pg_finfo_iso8859_1_to_utf8 pg_finfo_utf8_to_iso8859_1 iso8859_1_to_utf8 	utf8_to_iso8859_1 

  #  # A8j # A<j  (<!  (,!  ($!  (  (  (4"AA @ A L@ ! ! !@ ,  " E@ @ !A     A N Aj   Aq:   AqAvA@r!  Aj!   :   Aj! AJ!  ! Ak!    A :    k  (<!  (,!  ($!  (  (  (4"AA @ A L@ !  ! @  ,  "E@ A    A!A!  A H@   "N@    A     AG@ AA     AqAG@ AA    A~!A!  - A?q Atr :   Aj!   j!   j"A J  A :     kF # @8     d       @       PostgreSQL                             asm    dylink.0	  "` `	`  `` kenvcheck_encoding_conversion_args env
LocalToUtf env
UtfToLocal env__memory_base envmemory    __wasm_call_ctors Pg_magic_func pg_finfo_johab_to_utf8 pg_finfo_utf8_to_johab johab_to_utf8 utf8_to_johab 	__wasm_apply_data_relocs 
 " # A	j# A@k6 # A	j# Aj6  #  # A8j # A<jL  (,!  ($!  (<!  (  (  (4" A(A     # A	jA A A A( A GL  (,!  ($!  (<!  (  (  (4" AA(     # A	jA A A A( A G	 # 	8     d       @       PostgreSQL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    D      ~  <  	      a  .    	  
  S         x  E        j  7        \          ?        d  1         V!  #"  "  #  {$  H%  &  &  '  m(  :)  )  *  +  _,  -  -  .  /  B0  1  1  2  g3  44  5  5  6  Y7  &8  8  9  ~:  K;  <  <  =  p>  =?                      @  @  A  uB  CC  D      D  E  {F  IG  H  H  I  J  OK  L  L  M  N  UO  #P  P  Q  R  [S  )T  T  U  V  aW  /X  X                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  P             H    w6                                                                          g7      9  VNٙݚݥ  4٬٘ݬ  ܯ                                          O٪          <            1                  3            P:          =                                  2                                        4                  5ݦ6        7            8ݩ9            @ݯ?            ;                                    >                                                                              ٫٪٭                                                                      QRSTUVWXYZ[\]^_`a  bcdefgh              qrstuvwxyz{|}~ۑےۓ  ەۖۗۘۙۚ                                                                                                                                        ޢޣޤޥަިީުޫެޭޮޯްޱ޲޳޴޵޶޷޸޹޺޻޼޽޾޿                                                                                              TS  2r  +X >|          
@.	i		                                                                            	(
h


_          ?                                                                                                                <{9w3s1q-m*g&b[	FA|8w4s[WD}:y4t1l)h' g   $!d!!!"V"""#T###$N$$$%K%%%	&I&&&'?'~'''<(z(((5)u))),*l*** +`+++,T,,,-S---.I....=/}///=0{00071v11152t222.3n333+4j444*5h555!6`666 7`7778\8889M999	:I:::;C;;;  ;<S<<<=R===>L>>>?J???	@E@@@ A;A{AAA4BsBBB-CfCCCDRDDDEPEEEFMFFFGDGGGH  H^HHHI6IqIII$JcJJJ"KGKKKLDLLLL1MqMMM'NaNNNOROOO      
PJPPPP)QiQQQ"R\RRRSDSSSS'TgTTTU:UyUUUVQV  lVVVWNWWWW'X`XXX                                                                                                YTYYYZTZZZ[T[[[\T\\\]T]]]^T^^^_T___`T```aTaaabTbbbcTcccdTdddeTeeefTfffgTggghThhhiTiiijTjjjkTkkklTlllmTmmmnTnnnoTooopTpppqTqqqrTrrrsTssstTtttuTuuuvTvvvwTwwwxTxxxyTyyyzTzzz{T{{{|T|||}T}}}~T~~~TTԀTԁTԂTԃT                                                                        ԄTԅ                                      S                                            :    >?    @A          56                    WX              h                                                                                                                              ݞݟݠ                                                                                                                    Y                            4                              i        Z                                                      @ABCDEFGHI            123456789:                                wxvyz                                                                                                                                                                      c٤      dٖ                            ~    T  `        ;  ٟٜٕٝٔ            Uٓ            =ّ                                    f                          Qe    RS        |}                                        ٛ    ٙ                                                        a                                                    b                                                                                                    wxyz{|}~ݑݒݓݔݕݖݗ                                                  ]^_`abcdefghijklmnopqrstuv                                                                            ۭ۬ۢ                ۮۤۯۦ۱ۥ۰ۧۼ۷۲۩۾۹۴ۨ۸۽۳۪ۺۿ۵۫ۻ۶                                                                                                                                  qp                  sr    ٹ        ut    ٷ        on    k    ml                                                                                            ji                                                                                                          _  ^                                                          ٽ  ٻپ                                        1238        DEFGHIJKLM  {BC                                                                                    ݢݣݤݥݦݧݨݩݪݫݬݭݮݯݰݱݲݳݴݵݶݷݸݹݺݻݼݽݾݿ                          123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ޑޒޓޔޕޖޗޘ                                                                                                  AADAFGAAAJKLMNOPAAATAAAAAAAAAAaAaAaAa                                                                                                  ABCDEFGHIJKLMNOPQRSTUVWXYZ[\                                                                      ܴܷܸܹܻܼܾܲܳܵܶܺܽܿ    YZ[\]      JKlmnFGHdefgh1235;<=>?@ABCD789:MNuvwxqrsOPQRSTUVWX^_`abcjk|6pܑL}E        Iz    {    o      t~y                                                                    y  b      B              @                                                      ?          <              O            b                              q  \          q    s                            P3    7      v    Q    <    \  o4B      MX                    a          7b    A        a              RrI      ^  E      E4                    v                      z              5o  {a                                                                  q  F    S  T1      |    G_        XH            z                        5              2          }      {U    Yy    F  RW      r                                                          e                E    =              K      Ye            Q  V                                  t            A                          H      6  Z    G    n                                        37Y          F          5                                                      @                c                                                                                    ~                [          Q      bJ          p      b            Z            y                                  4        W      \                    s                          }                              I                    D  :LKS  J      >                  o          w      >t2          B|      R      }                    2                              >                  _                            9        2        M`                                                            U          Xz            c      Z                    :                      <            N            4N              ^    K            8            ^      v                                                          L            5                      5    ;R        NM4                                    F  ]    _          ^            a  {    \    cS                                    B    8          `            a  bc                      T                      m                            8  F    r    C              _  d  6            _  i            d[    O              _                                    }                  ;B                                                              p  s            b  2      t                33  6zX        Y              P      d  bN                      U                                      3                                                                                            ;  7              J          c                                                    s          1q            6                f    ~          3                                              <      8                  Y              d          6  ZV                                    U                                    v        j                t                                                  ?                                                        6            L  Z                            G@  r                    wr                                                              W            ~          [H                                                                9                                                                          O  4                                        V                                                                                                                                              O            =  O                                            5                          \    n  g                                              G          e            \        >=                                  4        4    2                            3          C        |                                            P        `                                                      7                          ?                                                                  h                                    D                                                        A  N                                      l    R    7    P    }        {S                                d                                                              X            c      a                                            W                R        u                        [        E                    r      U        ev                    ]                      |                                        :r    d                      H  |w              8                        ?u        5A    a      8            ^            ;        CO      \            ]                              }b                        v                                  i  3    m                        K  ]        ~                  ]  9  {                      Q    h        ^  o                          _            6        R        @      D                        5                            V                                                                                                      j              <@                                                                      :  A        |    ~                                        e            |                                                    Ms                  V                                      >                                                                      z      }      {              9          e            x              \  W    k      e  ?X          NyB              5    :S;            f  fBi[              k      L            <  f  K  `@            T    a          v    b    _~            c                                              6            9  =s              9      j                C            E                z                                                                                            k            O    N]  I                                                        I                          A            wx      f                                                                                                                        >~                                                          s                                                                                t                                            J  P                          t        E      l            I    n    u            ;c                  f                              n    }    8                        d  <                                Q{          V                =                  J  W                            ^QD    DI_  Cz{                                  L      b                                        m          |              ?              9                  XV                            v    U    o        7    w          Y            Pj      <      9            g  P                                                  ?  F                  =                    Q?@                E        i        o    p      c        e                      Wfp      @                [                          k                4^_                                q                  G                                              x    Q      g          Kf    >      q  C  f        5                                q                  X                      O        qK    Q  H                                }          :            r  7            }    D                        O        4            S                                    =    ~R                            wm      Y    C                        PD          S                            g                Z                    D            S[                              GAR              `          d          :                        K                                c  8  Qe        Z                        T      `;                                                                                sh                        1  B            ;        M                                              G          O  2  6          x                                                      r                                  L                      h                                        i      M      V    s            I    u`  h  <  y                                P                        5          6  ^                                                                      Y                    Y  H                      4    X        j                                  yg                        o    J                    3                          `              R                                          a        6                ;                E          T                      9          E                              a                  4          Z                  v                                                                              g                              4          7                                ^                            E                \                b                        F    _J      :    Sf      c                                            =  :                  w                                                    ~                      v;    8            5                            wR          8                      T          g          h  6          P    @Z            @      x          p    h      f    U>            i                                      Q    y                                  }  9T    r                    jSTU                    d  F>                E          l                      Fy        U\]        [  \      _                    i          GtI      Uh      ?w    :              <          a        n                                        |        w  i    V                                            }    W                            h  j    sWV  J      u        U    g                    `  X            x  AWr        c  z                      b            J7                q                              d    N        ~                    k        @    r  g      m  ;                                  R    <    =>                  G                    c                                        c    ?@  j        k                                        s                      x                                      GV    ;8            `          ~  e  H                                                ]                                d        n                        9L    k          Y    Y                l  <    B                  H                  z      ZN          f                                        1B          Z                                                                                                            [                                      k{            C              Ot          O  <                                                    ^                ^                                              y                  i                                              :                                  7  [  W    U                                  P                                                    d7                      y            u        I                                                                            <              e                        v                                        A                      2                              `                                                                [                                                                                                              C            ^        @                                2  F=V      p                          m            z_      v8                                                                AB    x            S                        o    H                                                                                      ;  U  |                                                              9    L                                    A                  3>                l          s      1      M      :  F\h      W        9    n?9                              X    Q                  Md]  _  l        Ke                  o                l          j    zV                            <        W            :      g            `    m                  w  XG  P                                                    C            [    m                      =i          :          ~  l    ^      _                                                                                    NB              g            3                            w    2  x  `  xLe                                                IR      4  pVN        nDb      R  t        D:      E                                      `                        l    H            X                                I                          ~            >        a                                a  ?      Q  ;5                                                            i                K        d                      a\                    >                L@        ;                                                          N    {  h    aC    b                  ]                      hY            ]        A            e                          X            x                        =Bh                                                =    6                D                                I    q  3        ~      E    b        >      y~                          [                                    D                                    M                      y                    <          m        7                      Y                            k        I                      =          1                        c                                  n              B      {                                                  X                                        d                    1  c                  e                pJ^                                    S                8                                i    |                  2                            O    g        Y              h                            _<                                    7b                            c                                                `  C    J  c            C            H      ;          p          JC    F              :                                  B                                                                    K                C                                      Z  j                  t                S              z              =                                <                                                  }              u      T                                RK        ;r                      3                                        L  z                D    >  \        l    <  m              M              W                \      G        L          m            f  A            X  b  T            [                yZDP    8    |                          n  T    ?                    ]              j        j        }^  E    f              U            d                    L  U      ?    c5                                    X          V  2                                d  go  d    p    a          K  @    5      k        W                  q        z              F                O              G                                J    D                              H      4f                    [                            D            v    }          e                          F                                    q                                                    I          n      f    iU    B    K            G          P    sr                                          6  Q                                                                          @@~    A                                                                  o  f                                R                X      I                        l  e            {                                                                                                    \                            8    g      d                  ~  Q              z            F  g                                    h                  o                            b  a                              p                                    B  M            r                          9                              i                                  N            =            {        j              g1                                                        x            A            q|      D                        s                                                                  Bk                  o                        9                  j                                                    s    k                                                n              _                      u      1  E                                <=7                                                                        8      t              h                                                        6                                                                      t  u          C                      cD    d  v                    >                                o  g                      1h                                              Y      Y    :                  h2NCw              LF          1                    e        o  j{                                    I                    i                      =  RS      f                              p        S      ;C                T      m                D                              A  >              {            N  ]                              g                                  PQ                          :          ;  t    1                              M  u      k        E    v              v            j                                                n      2                    ?M                                        Y|  \                      E                                    m              4                          D        h          T      G                                      V              f      I                                                  O        x                                            z                                              k          g                                      hC                      o                                    {      i                          G                                                  3    i  h                                                  F                                                                i                                                      <      L  23  1          }    ylEt                                W                qjw                  O                          }    r      u    o          z        E                                      G      x                      p                    H      a  ^                      U                            Z      Y  n        J`        e        3            V                  k                    B          j  l  =  s              ~    p                      p                              T[                    I              {  F    k                J                                          y      P                                                                                                                P                              H      b                                        a    W        q                          H                    N      J                \                                    J              ]  ^  O                          q8              K  a                        ~    _      e            K      A        y                                                    L                  z          P                              M  9      4                                4        U          y|        Ml{l                                l      F          G        y  m            [          f                                          p        1                      ]    l                  G    :v  A                          b  U{              ~          K        q                          1                                c                              p                            i]                      >  k                              ?                C                    ^              |k{  2                  @                                        R        ;          HX          m              8    o|        2                O                                    |lt  _                    9                                                                        m  n                                                c            |    I                i    5  3        JZ  D                                    M          D    r  N      X                                          E      Y                                                              d      j  L    }p  :                        K            Oh                                                                u            r                        }              |            d                  E@                                  e    z      I      q  F            2                                      \  [      43  p        Y      m      <            Sg                                                        O                                                                        Z      w          s  m    h                      =                                        M                                                          t                        F              ~                N                                    5                                                            Pk      5                            n                          \  i                                                                                                          m    I                                p                    P          3                  A                                                                      O                        [    m      ;          f    C                      2    `                                                                                                          5          Xg                                                                      5              r                              n        Y                                                                  ~        S                                                                F            5                              K  4  \                                                                      y              i              j                                        T                                                                                                                              n                                                                            a                    ?      z                                                                                                          Q        |                    Lr        u      F  G  k                              4                    jk  N          G      u              Po                                                                          >>                                          ]                5                                B              l                x  v^        l                                                          q                                                                l                  Z                                      4        m>      H      >                              ?              =a              \              V        J                                  W                                @                                                                                    U  H        Q  }            r      Y      H      p                                      oT          \                        5A  b      j              3        Ls          5                    6    s          Q  4            6      p    k            {  E            u        s                B    o              6C          gm                    J  ]          U`                        s                      ]            6                                          _                  }          7    K1      I                  Q                  8          R                                                                                                                                          S        w      e                        Z                                                                              w                                  ?  ?        H7K1    ]    S  Or    8tR      I  t            q  I                    wsQ            >                                N1        {                                                                                                u          c            ?                            V                            q                  <                            {                  O                        J                              v  c        5            h      ?                                R                                                                                        D    @                                      wB                                                          r          ^                                                                                                                        h        ]                        s                      r                            K            i      @                uR`~          Zf_            6N                        Sn  o    ;        O            `                            <  n                                                                                9          :sl                                                  ^                                      L      xn        6        K  y          QA  M      w        B  x  _    6Qs7                        t    @              }T            1  L6  j  Cn            P  J          z      t~    P      Sd      tCUM    TA  ;                K      g                                          `                                                                                            <                            D    W                                  Q      9                                                                                                                        V                                  =    E                                                      2        Z                                    G                l          u      T                                                      2                    G                                          R          =                      x                          V      w    W                                                                n                      e      W                                                          X                                                                  7          x                                        r                                      F          n      H                                      87  E            X                                                                        m                          W                                                    u                                  |                          {                                                                                                                                                  f                            a                                                          ^                                                                                                                                                                                                  6    |          ]          pZ                          X    A                                i              q    T                            L        U3                                                                  V                1      f                      v      I}                x                        ^}C    RvF                        w  F                        Y  k          @2    P  G1                  Z[  _                      [      D        b    9J  [  La            w\    :                    t        7  3      S  o          ]          x                                                                    j            4      H            T                |                  1  :    L            d      u            8    v    [                        c                                                z      M                                    W        o                              G                                                        4      R}2  3  ^          g[      U                                        y                    J            8          IY          d      S                                  y                                                                                                                                                                    ;                          `        W              y                S  X          K        >            O              M                                              S      _  g        M    T                                                                                _    U                    p          9    ~  \                    p                            \    M                                        D                                  N            P                            N                                                                    y                                    `    N      >              N                                                                                                              E                                      `                                                                                                  a                                        6                    1      ju                  p        :                                                  k                                    z                          e                          h                                                          }                                                                                  Z  q                                  O                        7                T                >                                                                                                          x                        y                  L                                  T                    |  u                                                                      K                      M                                                                                                                                                                                                                                                    ?          l                                                                                                                                                                    m              s                                    t                            z                                      ;          l                  8        3                                                    M                      8?          3                                9                                                    <                    JA    B      ]                        b  V          u                          [                                                                                                                        abcdefghijklmnopqstuvwxyz{|}ÈĈňƈǈȈɈʈˈ͈̈ΈψЈшӈԈՈֈ׈؈وڈۈ܈݈ABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ÉĉŉƉǉȉɉʉˉ͉̉ΉωЉщӉԉՉ։׉؉ىډۉ܉݉ABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ÊĊŊƊǊȊɊʊˊ̊͊ΊϊЊъӊԊՊ֊׊؊يڊۊ܊݊ABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|}ÌČŌƌǌȌɌʌˌ̌͌ΌόЌьӌԌՌ֌׌،ٌڌی܌݌ABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ÍčōƍǍȍɍʍˍ͍̍΍ύЍэӍԍՍ֍׍؍ٍڍۍ܍ݍABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ÎĎŎƎǎȎɎʎˎ͎̎ΎώЎюӎԎՎ֎׎؎َڎێ܎ݎABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|}ÐĐŐƐǐȐɐʐː̐͐ΐϐАѐӐԐՐ֐אِؐڐېܐݐABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ÑđőƑǑȑɑʑˑ̑͑ΑϑБёӑԑՑ֑בّؑڑۑܑݑABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ÒĒŒƒǒȒɒʒ˒̒͒ΒϒВђӒԒՒ֒גْؒڒےܒݒABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|}ÔĔŔƔǔȔɔʔ˔͔̔ΔϔДєӔԔՔ֔הؔٔڔ۔ܔݔABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ÕĕŕƕǕȕɕʕ˕͕̕ΕϕЕѕӕԕՕ֕וٕؕڕەܕݕABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ÖĖŖƖǖȖɖʖ˖̖͖ΖϖЖіӖԖՖ֖זٖؖږۖܖݖABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|}ØĘŘƘǘȘɘʘ˘̘͘ΘϘИјӘԘ՘֘טؘ٘ژۘܘݘABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ÙęřƙǙșəʙ˙̙͙ΙϙЙљәԙՙ֙יؙٙڙۙܙݙABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ÚĚŚƚǚȚɚʚ˚͚̚ΚϚКњӚԚ՚֚ךؚٚښۚܚݚABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|}ÜĜŜƜǜȜɜʜ˜̜͜ΜϜМќӜԜ՜֜ל؜ٜڜۜܜݜABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ÝĝŝƝǝȝɝʝ˝̝͝ΝϝНѝӝԝ՝֝ם؝ٝڝ۝ܝݝABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ÞĞŞƞǞȞɞʞ˞̞͞ΞϞОўӞԞ՞֞מ؞ٞڞ۞ܞݞABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|} àĠŠƠǠȠɠʠˠ̠͠ΠϠРѠӠԠՠ֠נؠ٠ڠ۠ܠݠABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}¡áġšơǡȡɡʡˡ̡͡ΡϡСѡӡԡա֡סء١ڡۡܡݡABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}¢âĢŢƢǢȢɢʢˢ̢͢΢ϢТѢӢԢբ֢עآ٢ڢۢܢݢABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|}¤äĤŤƤǤȤɤʤˤ̤ͤΤϤФѤӤԤդ֤פؤ٤ڤۤܤݤABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}¥åĥťƥǥȥɥʥ˥̥ͥΥϥХѥӥԥե֥ץإ٥ڥۥܥݥABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}¦æĦŦƦǦȦɦʦ˦̦ͦΦϦЦѦӦԦզ֦צئ٦ڦۦܦݦABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|}¨èĨŨƨǨȨɨʨ˨̨ͨΨϨШѨӨԨը֨רب٨ڨۨܨݨABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}©éĩũƩǩȩɩʩ˩̩ͩΩϩЩѩөԩթ֩שة٩ک۩ܩݩABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ªêĪŪƪǪȪɪʪ˪̪ͪΪϪЪѪӪԪժ֪תت٪ڪ۪ܪݪABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|}¬ìĬŬƬǬȬɬʬˬ̬ͬάϬЬѬӬԬլ֬׬ج٬ڬ۬ܬݬABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}­íĭŭƭǭȭɭʭ˭̭ͭέϭЭѭӭԭխ֭׭ح٭ڭۭܭݭABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}®îĮŮƮǮȮɮʮˮ̮ͮήϮЮѮӮԮծ֮׮خٮڮۮܮݮABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|}°ðİŰưǰȰɰʰ˰̰ͰΰϰаѰӰ԰հְװذٰڰ۰ܰݰABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}±ñıűƱǱȱɱʱ˱̱ͱαϱбѱӱԱձֱױرٱڱ۱ܱݱABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}²òĲŲƲǲȲɲʲ˲̲ͲβϲвѲӲԲղֲײزٲڲ۲ܲݲABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|}´ôĴŴƴǴȴɴʴ˴̴ʹδϴдѴӴԴմִ״شٴڴ۴ܴݴABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}µõĵŵƵǵȵɵʵ˵̵͵εϵеѵӵԵյֵ׵صٵڵ۵ܵݵABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}¶öĶŶƶǶȶɶʶ˶̶Ͷζ϶жѶӶԶնֶ׶ضٶڶ۶ܶݶABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|}¸øĸŸƸǸȸɸʸ˸̸͸θϸиѸӸԸոָ׸ظٸڸ۸ܸݸABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}¹ùĹŹƹǹȹɹʹ˹̹͹ιϹйѹӹԹչֹ׹عٹڹ۹ܹݹABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ºúĺźƺǺȺɺʺ˺̺ͺκϺкѺӺԺպֺ׺غٺںۺܺݺABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|}¼üļżƼǼȼɼʼ˼̼ͼμϼмѼӼԼռּ׼ؼټڼۼܼݼABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}½ýĽŽƽǽȽɽʽ˽̽ͽνϽнѽӽԽսֽ׽ؽٽڽ۽ܽݽABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}¾þľžƾǾȾɾʾ˾̾;ξϾоѾӾԾվ־׾ؾپھ۾ܾݾABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}abcdefghijklmnopqstuvwxyz{|}ABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}¡¢£¤¥¦§¨©ª«¬­®¯°±³´µ¶·¸¹º»¼½ABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÓÔÕÖ×ØÙÚÛÜÝáâãäåæçèéêëìíîïðñóôõö÷øùúûüýabcdefghijklmnopqstuvwxyz{|}āĂăĄąĆćĈĉĊċČčĎďĐđēĔĕĖėĘęĚěĜĝġĢģĤĥĦħĨĩĪīĬĭĮįİıĳĴĵĶķĸĹĺĻļĽABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ŁłŃńŅņŇňŉŊŋŌōŎŏŐőœŔŕŖŗŘřŚśŜŝšŢţŤťŦŧŨũŪūŬŭŮůŰűųŴŵŶŷŸŹźŻżŽABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ƁƂƃƄƅƆƇƈƉƊƋƌƍƎƏƐƑƓƔƕƖƗƘƙƚƛƜƝơƢƣƤƥƦƧƨƩƪƫƬƭƮƯưƱƳƴƵƶƷƸƹƺƻƼƽABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ǁǂǃǄǅǆǇǈǉǊǋǌǍǎǏǐǑǓǔǕǖǗǘǙǚǛǜǝǡǢǣǤǥǦǧǨǩǪǫǬǭǮǯǰǱǳǴǵǶǷǸǹǺǻǼǽabcdefghijklmnopqstuvwxyz{|}ȁȂȃȄȅȆȇȈȉȊȋȌȍȎȏȐȑȓȔȕȖȗȘșȚțȜȝȡȢȣȤȥȦȧȨȩȪȫȬȭȮȯȰȱȳȴȵȶȷȸȹȺȻȼȽABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ɁɂɃɄɅɆɇɈɉɊɋɌɍɎɏɐɑɓɔɕɖɗɘəɚɛɜɝɡɢɣɤɥɦɧɨɩɪɫɬɭɮɯɰɱɳɴɵɶɷɸɹɺɻɼɽABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ʁʂʃʄʅʆʇʈʉʊʋʌʍʎʏʐʑʓʔʕʖʗʘʙʚʛʜʝʡʢʣʤʥʦʧʨʩʪʫʬʭʮʯʰʱʳʴʵʶʷʸʹʺʻʼʽABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ˁ˂˃˄˅ˆˇˈˉˊˋˌˍˎˏːˑ˓˔˕˖˗˘˙˚˛˜˝ˡˢˣˤ˥˦˧˨˩˪˫ˬ˭ˮ˯˰˱˳˴˵˶˷˸˹˺˻˼˽abcdefghijklmnopqstuvwxyz{|}̴̵̶̷̸̡̢̧̨̛̖̗̘̙̜̝̣̤̥̦̩̪̫̬̭̮̯̰̱̳̹̺̻̼́̂̃̄̅̆̇̈̉̊̋̌̍̎̏̐̑̓̔̽̕̚ABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}͇͈͉͍͎́͂̓̈́͆͊͋͌ͅ͏͓͔͕͖͙͚͐͑͗͛ͣͤͥͦͧͨͩͪͫͬͭͮͯ͘͜͢͝͡Ͱͱͳʹ͵Ͷͷ͸͹ͺͻͼͽABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}΁΂΃΄΅Ά·ΈΉΊ΋Ό΍ΎΏΐΑΓΔΕΖΗΘΙΚΛΜΝΡ΢ΣΤΥΦΧΨΩΪΫάέήίΰαγδεζηθικλμνABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ρςστυφχψωϊϋόύώϏϐϑϓϔϕϖϗϘϙϚϛϜϝϡϢϣϤϥϦϧϨϩϪϫϬϭϮϯϰϱϳϴϵ϶ϷϸϹϺϻϼϽabcdefghijklmnopqstuvwxyz{|}ЁЂЃЄЅІЇЈЉЊЋЌЍЎЏАБГДЕЖЗИЙКЛМНСТУФХЦЧШЩЪЫЬЭЮЯабгдежзийклмнABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}стуфхцчшщъыьэюяѐёѓєѕіїјљњћќѝѡѢѣѤѥѦѧѨѩѪѫѬѭѮѯѰѱѳѴѵѶѷѸѹѺѻѼѽABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ҁ҂҃҄҅҆҇҈҉ҊҋҌҍҎҏҐґғҔҕҖҗҘҙҚқҜҝҡҢңҤҥҦҧҨҩҪҫҬҭҮүҰұҳҴҵҶҷҸҹҺһҼҽABCDEFGHIJKLMNOPQSTUVWXYZ[\]abcdefghijklmnopqstuvwxyz{|}ӁӂӃӄӅӆӇӈӉӊӋӌӍӎӏӐӑӓӔӕӖӗӘәӚӛӜӝӡӢӣӤӥӦӧӨөӪӫӬӭӮӯӰӱӳӴӵӶӷӸӹӺӻӼӽ                                                        =2H`m23789:;=BNRSTVWXYZ[]^_`abcdefgijnoqrtuvwxyz{vH]519147=?@ACGHLTVWZbfiloqtuvxz{|wxQu67:?@ABEHJPQUVYZemnqtwxkM7~k12v9                                                                                                        123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijk<mnopqrstuvwxyz{|}~ڑڒړڔڕږڗژڙښڛڜڝڞڟڦ                                                                                                                                  [\٠٠  ]l                                                        @              1                        pg             @   рv                 asm    dylink.0  "` `	`  `` kenvcheck_encoding_conversion_args env
LocalToUtf env
UtfToLocal env__memory_base envmemory    __wasm_call_ctors Pg_magic_func pg_finfo_sjis_to_utf8 pg_finfo_utf8_to_sjis sjis_to_utf8 utf8_to_sjis 	__wasm_apply_data_relocs 
 " # Aj# A@k6 # Aj# Aj6  #  # A8j # A<jL  (,!  ($!  (<!  (  (  (4" A#A     # AjA A A A# A GL  (,!  ($!  (<!  (  (  (4" AA#     # AjA A A A# A G # 8     d       @       PostgreSQL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               x  5              l      D      {  8	  	  
  o  ,      c         W        K                                                                                                                                                                                                                                                                        ?      v  3      j  '              ^                                                    !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        P                        >~                                                                      \   N      ʁ      }    L                                                ~                                                                                                                ÃăŃƃǃȃɃʃ˃̃̓΃σ  Ѓу҃ӃԃՃփ                                                                                                            F                            @ABCDEGHIJKLMNOPQRSTUVWXYZ[\]^_`pqrstuwxyz{|}~  v                                                                                            \\                F,j              
Jj#                                                                            c"        a    	S		                                                                                                                	
O


MMLHHEE>~>~=|8w7v2r,k%c"a ^ZXVV L   
!I!!!"H"""#H###$E$$$%D%%%&A&}&&&<'t'''3(o((())f)))%*e***%+d+++,[,,,-U---.R.../M///
0I0001E1112B2223@3333=4}444=5}555=6x66637s77728r888/9n99  9:D:::;C;;;;=<}<<<;=y===8>w>>>1?q???1@p@@@+AgAAA'BgBBB&CfCCC$DdDDD!EaEEE F  ;F{FFF7GSGGGHOHHHILIqIII0JpJJJ$KbKKK"LbLLLMWMMMNPN    YNNNN>O|OOO;PzPPP5QjQQQ%RORRRS:SzSSS2TrTTT  *UgUUU!V_V~VVV<W{WW                                                                        W    W0X                                      oXXX/Y                                ]        \a  ef    gh          dc                                      ~                                           Y                    Z                                                                                  JKLMNOPQRS            @ABCDEFGHI                                                                                                                        ˁ  ́                                                                                      ́  ݁΁      ށ              |                  假ځ        a  ȁɁ                                                                                        ߁                                                                                                                  ہ                                                                                      ܁                                                                                          @ABCDEFGHIJKLMNOPQRS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    @ABV  XYZqrstuvwxyzkl            `                                                                  ÂĂłƂǂȂɂʂ˂̂͂΂ςЂт҂ӂԂՂւׂ؂قڂۂ܂݂ނ߂              JKTU    @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~        E[RS                                                                                                  X                                                                                                                                  e                  i            `      c                  ak    jd      l                    f        n                  _m    b      g          h                                                                      ~                            rs                        opq    u                                                            t                                                                                                                    ꈚ        O㏺  s^  N    u                      h                    ۊO  厥        T  v          V  R          h娘揩                                                              T        \      ]݌  ܌    ji    S  划                      l          Ym    w              edt      W  i  ߗȈ                              Cj      k  l          Ɉ    ތꊚx                  `                                  Ę          Lmf        ϒ    AȘ          ʈZC  ̑  nǘ  ]ØŘƘC                    Θ          јϘ      ɘ        ͘    g          Ҙ  ʘ  p    ˘  Иo  r  Ә  ̘  q  ˈ                      D            N                ֕    W        ar    sט  ܘژ    ՘    ؘ  ۘ٘  ە  ֘  M  ݘޘ                C      o  U          v              q    {    |        ߘ      w؎  ul㘑  ϗ`                                t  z    ẍ          Ε                                                  y  Î            U                          T          {      P                                  Íb        B              X    C    ͋      @A              lD  }        E        H  F  m          GI          |K      J  ƕ        VMN          L                  QPO  Ԙ  R          S                D              ז        U    TWV    XY  Z[~[Ɩe    Z  \          }            ]      S_`Za          T            b  c    ~    f  eč  gh`i  jk  ʎ            n  lm  yopq~      ustrv          w        xy    y                  Ù        zË    {}          }  ~    M        ʓo          n  ؐ          Y                            ʕ                    h        䒍        퍎O            U                    ܍              菛n                      c                                ͗                w  w      J            N    u    E  ו                        啫  ΋                      M      َ      ܖ                      k      x                ٔ                    C      \    ߌ          ڔ쑦    P    m  ę            T    ř        ƙK늌p  ə    ș          ʙ                                  ˙  З          ̙        Ι͙  ~X      }ϙ  Й      љ                Qҙ        yFo          f          ՙ  bpÌ    ٙ@ڙؙ䑶jE    i  ۙ          ܙ  he      gݒD@f                  N    i          ۔      ܊ߙ                z  ݙ  ޙ  C                  ۓ                                                                Č                  a                                  B      @    ]    P              DC  iA      ƍ                            E                N    FG        LK      N              M    J          S  O              H      I                                                SB    Y        XO          P      U          R          [    VW        TZ          Q                                              `e  a  \    fP  h  A^                        b[  슅c_              igri  d            c                  mk                          p          j  n    l      ko                                    r  w      ut            Q    É                    q  sR    v                          ܉            }  {  |  ~              \                  X  x  y                                                                ӓ                      d                                            X                                                                              d  l          c                        ͈}          Ō          ޕ                                y            ݍ        \    n                                  ϋ    V      B                                R    ؒ                                                        ^                                        C_                                                                                W    u                                          |        x      ͑                              Ú      Ě      ƚ                      ꁉ    g            ̚    ۗ                Ț          Y˚      h˒      Ǎ      ǚ              U        ɚ  Ś    o      ͚        m        Κ                                        Ē  К                n    њ    ֚              ՚ϚҚԚ      Ǖ      ך  d              ٚ  ؚ    ښܚۚ    ޚ  Ӛ        ߚݚ          mp  sᚺ누        ْ                  ϕ蚟      ĉ        [O  Ǚg                  Vv            Έ                      ޓ        t_  z                D            z      @        D    A@ܔϖ          D    J          W    d        B          EÑ    W      i          F            ȍ                G    o  n        ƌ  ψ        KL  I                W  H  ÖP                                  p  Ј            Q              O              R  P    NP        M      ؕ                    VW                SK        k    U                                              X      w      Y  T                                                                        }              ZQ                                                                [_\  ŉ^              ]      k          da                    `    b    c                                ef                    hg                  i                                    l  ڒ      d  j      m              n  q    o  p                    qr    Es  tuyF  Ж      Gǌvw    w          x  y  z    {  }          ~        F  v  G            @蒶X      q鐺G              {  ɍ    QƉ  e          h  ⎃Г      x                    Q@  ǉ  J˞R                      Α    ˎшq                            ޖ              ċ      A            ڎKsAǋ          ͓  r    W                  jƎ    w              ԓ  R                                          򊨛                                      Z          Б  x    ݊                                                                          ㉴                    s                                  RśěÛ                                                                                ɛƛ  ț    Ǜ                                            ʛ        ˛    ̛                  ϛ  Λ    ͛            ՛                        ћ        Л                  қ  ӛ                ֛  כԛ                  ؛    ފٛ      ۛڛ    ܛ        ݛ  B        HI    ޛ        Ȍߛb  J        FЋ    sz                                                          t  Ȑ  ёA                X        蛝          y            훋                                            N  KcH    L    ݔ                      X    M  {                x      Ɍ                Nf              p        L            f    @      CD  B  _FEA        GH    I      LJ  KM  N  U  O  ٕ  PM        QT  U  |VO    o              햷ʌ  W      X  ^        Y      J  e  Z      g    [    \  ]    _      `a  b    SR      c`      F  ʍVjd    e  e      f      ޔ    ihgaґ  mk  j      lk]      po        n  q            rz    s              O    tJ      S  K            E                uuYZ    z        w                    y      O    x    v    |                              {    |      v    ӑ}      }                                                    P                ~  p              b                                                I        x  Y              ߔ{                  Փ                  f            ɐ  ҈  y      S              đz    䎷        D              ӈ                                      Ŝ            Ɯ            ĜǜÜ    Ȝ  ɜ      ԑQT        ֜      ̜͜Μ    ՜  Ԝ      Ҝ  dS    Ϝ    ќԈӜ  ʜМלc˜            |    J        ڜ    ޜ        ߜ    ܜ  ٜ  ؜ݜ                        e  ۜ                                    蜧                                                                      圜                    ^          ʐ  @  A              B      CYD  EFՑ      ˌ    ߖ      [G              ˍH        ő          K    I  L    J        M                      }        N  QZ  OV        Pc            }RSWTRܐ    e                        ┫                      Z    c    S]d_fb  a  [YU    XSِ  `q    g                    @hm  i    nA            E\  k        wl    g                                              j          U                        Ҕp}                      Jq  so        ߕ          {                    ̎  ~                x    P        v    |        {      uz    r      t  @    |      |̍Ty  ڐ  T[wd          f  ͒}          ~                          `        K      g                                              h                                            r                                              g          ې                                        E                                                    ̖                                      T          Q              P          dB    o            h        i                        ^                  F    C        [                                                                                                x          U              ̌            ĝq  ~      Ýsŝ      ǝƝ      U    ֓          h        ȝ  G  ~ɝ              ʝ˝      |Đ    k  ֍            l    ͝Ύ    Ν      ҋː        ϝaf  zV            Н      {    ӝ  ѝԝҝ        ՝        ֝          ؝  ם        ٝڝ    U|    {      ۝                ߝ          Vޝ      ݝ          Ո̐              f      t            c                E  蝞W          W          N                      AӔ        i            q          ŋ      ɉ                    gÈ                          b            \      A            @    ܓ                          B    C  j    D          F    G            H  ȋgXI  Jf֙]\֑ō            L    K        񍽒LN      ]  M            NOؖ  {DQ        p  SVU        R  T        W            ǈލ  ێ        Z    m  XYۖ[\      a    Y  t^ܝ  n  f        `            f    ]  cb      ͐          ї      ʉ}    ge      d    _          ͌      ki  ˉgms          Ƒ      u      A      t^  _      ђ  M    po      q  n    v  l    j  rh    Ď              `  ̒ȓh                                I            x    Z            z            }        j    i͍    {j  y  Ĉ        |~  ˋKj              V            O                                            ~                          [                  挜          B                      dǖ        _      I                            X                          o    ֈ        AŒ                                              ̓              ֒                    k                ȑ      ^    퓾              Ƌ|      ɋ      Oy  T                    |    Ҟ    P՞        YԞ      Ӟ            О            Ğ    Þ  ֞            Ξ    ɞƞ  Ǟ  Ϟ          ̞\ƒʞ  Ş    Ȟ        l      ͞מ              ߞ؞              ޞ            ݞ  Β    ۞    ٞ                            W  ڞ    ➾  ͖          ~    ў                M                                      k          @  ɓ                                            h                                    @        w                    K  G          F        E    B        DC                          I  E            L    HJ              M                              QN        O        ܞ              R      S            T  U  Ӌ                          ~        WVY\    ԋ      \      [  ]    ̉  V  ^    `        _  a      b  c~      c              ΍      de        fg    ih  w    }c  j              lB  k          m          n          op      q  srti  u    Ekv    aʚ        Bw        x  ꕈ      œy        і      z                      |{    ~      }                                            C                                                      Xi          Ô`                      Ĕ                  𓇟]r                                        D              ד      B                  v                          ͉                    򐑔                @            Ag  D              ב  j                                    m                                    Ò      k^            F          h                                              l              Y    _Q  \              CZ                    O            @    ܗ                                A    U    t                            Ɵ      җß    B  iş    ʟ    ȟ            W    ɟ    ğ  ˟  ̟    [D~    CǟYE            ύa              k        П  ߟ  ٟn  ԟݟQH    ֟͟ϟ`                F۟  I  ӟ      ڟ                ؟ܟ              Ό  Ï    XG    ҟ              N      ՟    Ο    џ      ן              p                        ퟹ                  a                                    n    M      J      Ŗ                                ؑ                                    H    B          ޟ  Y                    R    A                                    В                  Q          @                                          N    I              R            K઒Hג      k      E  D  M      GFL    C  K          O    P                            U  TV          Y            b  S  L      W            QZ    X                          ][    ^    a      ZG                \  `  _  J  M      d      h  f      N  O  b  c      g  e      m    m  ji  lғn            P            o  q                      p                                r                                s              Ή      D                    ܎Ѝ          Q      F            u            t                                  RxY{v      z        y_׈b                    }      G                        ~  |                                  w              B              T                  S                క                  ŏ                              R          ď            VW                            U            Ə  ϔ      ώ                                            F                o                n                              M                        Y  R                  ӗ                    z        W        Cי                      Z                                                                          ܒ            ݎ      ꖩu          ЕŔ    v                        Ė    S        q                                    ҍ                                                    ]                      Ɣ  [                  \                      ό            _                          Ɠ                  K    T                                                Җ          ]      L              PQ                                                                        b                      l      _                ʋ                                                          ߊ                                `      ω          aX          d      b                    c          ]    ǔ          f                      e                                                      g    ih      j      ԗՋi                                                            l  ڗ  k                                                      l                                      m                                                                                                      Z      @  ZA    B  C        D  FGE      rIH              n  KJL            MON      Q  P    Ê  r  [  Rᶐ      Y  S  p    T    cRb\      j  U        V  [    YXEW  ؈      Ȕ        \Z{      L  ^᪗l_  ]Ԕ`  a  oو    f  cb            E    i      de  hgD    a`  ^    j          k    l          n  m          u          vp  r    t]    usᾎ    oq  a  Ǐ    x    w        y      z  ɒ    |      {                        s              }~                                                                                                      ×                            ȕ                                            oᒔS    pI  Fc          H            sq  r              t                                  M    u    ~  m  v                  ᐓ      X  ῖ    ĊՔ            ږ      Ӗ                  ȏ          Ŋ                                ^                                                        v                                                  r                                                                                                        ˕            uė                                                                  ᵖ            m          Zḋ      ΐ                                                    Ӎ                    x      uԍm                    C  j          v        {                          y                            ɏ            z            d                    {                        V      O    q                          ɕ  א                          m                          ֔              A                        @⁖                  C                B    ʏ          D            b    FE            G                              IH      |                      Ў  JV          _F            S    P  OcL    N    j_MK  I    ˏ    [        Ս                      Q        Rh֋    \T        S    Љ                      T                U    W      X  H    Y          Z[    ׋щÓG              \  H          ȉb    ]                d  `  a≔  `^      _      ̏                    ڈ        H              b      cŐ              Bdet  ŗ    gf                              i        l      j҉mke  m    s    o      ϐn            n                  pq          r  n        t            u    v    ˓  ސ      w                    y{xz            A                  |E      q~                M                }  ⧗                  ͏v      G    [            ^|        Ɗ                    Ώ              J      }        y                                      M    ؋  }                                                                    ͕Ӊ                  Z    Ǌ                \                                  ߐ    ͔  ѕ  z                                          ē          U                                                          ә                    Ȋ                                                              А                                                      ĕ                    ̋H                          eS    l          ⟊  Ϗ                          ⸐                Ќ      W                      f          Ɨ                          n      I  @  g      C  [    R      B  юhA      fa                ے  Fݗ׍  Ga  I      Џ        H    IgDJ      Eo  MQ㋌          L        U  i    R      O          P    NK  G          W                  T          V      S          pX㎑    e  a[              _ۈZbfjԖ  Ԓ\  d  Y]  ^㻈Ȗ              ]    ً        Η      g    chj  m    i      ҕɊ    ɖ    ܈    l              k            n      uov            r                    Ȏt  qwp    c        D    k    s    {  ~  |z  `ѐ  ɔ  }    x      @q  J          DU                      y          J                        [        \    Z                                                                                                                        ʊ                                                          ߍr    u        l  딭                r                                  Q      A`                          H                            K                                            ˊ                |      sV  lҎ        㧎      ϑ      k  Ֆ                                                          ^                                                                            㮒  E        W        㣔    ]                я  I    ̊      Ҍ          b    m  n            x          ݈  _          w  ّ                    E    ӌ                                        E\        ƐeҐ                              r                                    E  ]                  B            A            t  D  Cor                  T          HI            G  F    J      B        ڑN  OK        L  M        p      U  Q          G    P    SR      cV            W    V  X    Z  ^    [Y^\  ]        d_      `      a          cbe        fg    b    h՗      L          v          ijP  k  lm    n  o介p  qɎ  r        sܕڊ    Cw  M                  tquʔ          w  ǑvD            x                                            zy|    {  }      ~  ͊        Ǘ  F                                                                  Ŏ            H        m  c  ԉ  F        |ڋ                                    ۑ    c    Չ        ꋗ      ϓ          p                  Ζ։            s                                                      䃒                            t        `  r                                                                ׉                                                      Ί              䜔                                              e  ۋ          ى    ҏ        ؍    p                        ؉ԌH                  专          Gވ                                                                        䎗              t                                        䟓          䒑  K          䘕                        ӏ        N              ֖    f                                              䓑          ~      uW      䪖              `                              H  @                                                          ̕      U                  Ӓ                                          @  ה        ԏǎB              C                          n  J                  P            Q  D          NF  H          RG    K        LO              E  E  IFdO                  VT          m              S        UW        X            [Y            Z      ˔M                          \a唑    `    A      bh    ]_              ^    PA    d              c                      e                            f                          gՌ  s      i|            j              k                l                                    qr            m  \                          na        opz      tw          s                  u  v֎  x  `  ua          {        ^      |                }    ~gؔ                          I                          w                                                                                  X            I                      ډ                                                            Z                                                                                                                                                                              I  a                                                      y                                                    O          s        p      X    q  Տ    t߈        \                              ܋            U    ܑ                                                        ь                  ٍ啑                          T                                          ֏        廐                        J                ]                                                                                                    ݋      A  @      C    B  D    P  E    F            G漐  v  H    eI  J橌      K      K    `L  o            M        O旗  Ne  P    Q    Rϊ            S    T  UV                                  p              W  XY              GZ                        [      \                ]        v  u  `    _  P    ^L    a  b  ׏        c        K    ݐ        i  d    f؏      e        h  i              g  ُ]          f      r  mw          llkF  lbYڏ              j      o  pn  ֌  _    F      s    a    U  v        r  wtuq      Ǔ    N  ۉ                b      z  x    k      Њy  z    ȗ      _      {泒      ~      |  @      }    攏          dy                            u  ӎ    w              T                      ދ                                            戕                x            c                      ]            ̝      Q                                                                                                                        J                          L                      ؓ            ۏ                                    ^                    e                        L  v        n݉̔ъӐ晒  M  惔ݑ    \  fGd          G      o            ^  ܏                q                    w          桑                                                                                            Ԑ  ͎      q        拕  N                              z                                                                                                                                            Ր          ׌        H        H                                x                                                    H                                          @DA  B      C        J      E          ֐G    IF                          L  R  K          M      N    QP  O    SR        U  TV        W              Y                XgZ    []                        ^          _\  `  ԎaOR                      b          ]c              f                            edyg      r  i      ڍh  q          kmj      l  pnP  o            r    y֗        S      s        Au  t    x`    w  v{    z    yQ|                }        ~      D                                                      h                      CJ_            ӕҒ    H    I  v                }    ߋ    ԕ                            މ    痔  R  q              ǒ    ޑ    t          秓  r瀐  ʒ    笑秈A                  ߑ    Ti      툝    N    ٓ    x    V^  Օ߉繓Bሦ          k    y  K      Վ        JI    ɗ  Ҋ                W                                  ߓ    M    ׎                    @                              x      Y                                S                s              X            s                                                                                A                                ѓUގz                              |        珗  V            y  _                                                  X            ݏ                                                Δэߎ  碗dʗ        B  瘊j    ޒt                                                          ݓb                                          n                      ،              S                        甉              ޏ                  z                    g      e      _                L                                      K                                                    N                              ݕ    s        e        e|              K                獐              @B      AC  ы  d    B      ^    E        DF              ^      t            Ւ  K      bG      H                      L  J                      I  ߏ                                      O      Ȓ                      Z        MN  L                P            V      Y              XL        QRU        W        ZT    S                                            ^      _                `    ]\      [            d                  b                ca    e          f    h                    ӊg            si    l  j  k              m          o        p  q        truw  v                                                                                                                                              xM      y  zJ      [  ՊԊ{  |  }~              ֊t}                  {                            ň                                                                                                                              h                j      ɑ                ~                      Õ    @w׊              A    ˗褗      z            G  @  K        u  脌  ۍ    B    ח                    ꗯ  ǐ          YWٌ    蓎    G          ԙ                    J  ᐴ          _      뗋    d                k                                                      I        P                              Ð        rʖ      v    x          C                              ƈ                            f                ڕ                                                        ؊                                                B      蹉          C        ŕ    {          aДړ      ̗  z                              j            o        p                    z{        犰      ^    ޗ              ڌ            @  BA                                                                                  C        D  E        F                  HG  I                                            H    Q            J  K  Zє                    O      L  ݖ      M{  a      `  NO      P        RS  UQ    T    ي      V  W                            XY    Z    \      [  ^a      ]_`    b                                                                                  cd遍                    e    ]      nfg        y              h          ʑw                m        l    j  k  i    w                    no    pq          s    r      x  t      v                Ru              x                            ˑ    y                    z              }  |~  {                                                                                                                                                            [                                                    @                  E                                                                                        T                S      @飖                                                                    D    B  A                                        C  驕                                  L  N    D              E                                    I                        ~                                      F            邊    k                                        h              V                L                          ؗ                                                                                                                                                  P  Γ                      鼓                                                鰎                                                        DC              E    L@A      B            HQ    JG  F              K              H  G          {                    L                  M        N  I          O  ߒ      S  TR        QW  P  U                V      Y          X                        [            \  ]    h          Z    ^                                                  J_`    a                                                                                                          b    c      d    e            f    gh        ki[  j            l  ٗ          mꞔ    np    q                    oꍍ˖                        sotuvK  w      ٖ  xzy  {        |    }            ~                                      C        ی                      l                                                @                        V                                                                                                            s                                                                                                                                                                                                                    X^u}~I                                    IWVij{C|D^OPQRSTUVWXFGH`abcdefghijklmnopqrstuvwxym_nOQMobp`                                                                                                                                                                                                   ʁPU                                                          @           @                                      @   р                 asm    dylink.0  "` `	`  `` kenvcheck_encoding_conversion_args env
LocalToUtf env
UtfToLocal env__memory_base envmemory    __wasm_call_ctors Pg_magic_func pg_finfo_shift_jis_2004_to_utf8 pg_finfo_utf8_to_shift_jis_2004 shift_jis_2004_to_utf8 utf8_to_shift_jis_2004 	__wasm_apply_data_relocs 
 # # Aj# Aj6 # Aj# Aj6  #  # A8j # A<jQ  (,!  ($!  (<!  (  (  (4" A)A     # " Aj  A@kAA A) A GR  (,!  ($!  (<!  (  (  (4" AA)     # " Aj  AjAA A) A G # 8     d       @       PostgreSQL                                                                                    c      g      h      i      j      k      l      m      n                          c      g      h      k      l      m      n      i      j                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             x  5      l  )      `      	  T
        H        <      s  0      g  $                                                                                                                                                                                                                                                                      [        O        C       z   7!  !  "  n#  +$  $  %  b&  '  '  (  V)  *  *  +  J,  -                                   \                                                                                             ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               𢵡   𜶡       𳸡                                                             𨘠                           𝦠                                                           𭹠                                                 𗋡                                                                                                                                                                                                        𐭢        𦮢                                                                            𶆣                      𒏣    𤏣𕏣              𑑣                              𚕣                                    𺘣                                      𧟣                                                                           𹷣𓷣                                                                                                                                                                                                                                                                                                                                                                                       𴞥                                   𣫥                            𤱥                        𖹥𥹥                𔿥    𻿥                                                                                                                                                                                                                                                𶿦𷿦                                                                   𚏧                              𔘧                                                                                                                                                                                                                                        𻦨           𩨨                       𝫨               𯯨          🸨                                 𱊩                                                                                                                             𽸩                                                                                                                                                                                                                                                                                          P   N  	B/n                                                                ABC\ DNEFGʁHIJ}KLL  MNOPQRSTUVWXYZ[\]^_`abcdefghijkl~mnopqrstuvwxyz{|}~ǅɅׅ݅    ʅͅ  ΅        ˅̅؅ޅ            م߅                      څ      ȅ      υ    Ѕ        хJIƅ    ҅ۅᅥŅՅ        ܅ÅӅąԅ                                                    H                                                                                        C                                                                                            d                                RXYDW^EMOb  P  QG    U[AaK      S  N      `    F      LTVZ  _  @    B              ]\                                                          r      s      tu            օ                                                            {y~z  v      x}    |                                                                                                                    q                                                                            ÃăŃƃǃȃɃʃ˃̃̓΃σ׃Ѓу҃ӃԃՃփ                                                                                                            F                            @ABCDEGHIJKLMNOPQRSTUVWXYZ[\]^_`pqrstuwxyz{|}~  v                                                                                            =}=}          <                                                                                                                |            0D  /o+	f	  			 
  4
t


T                .  d                                                #c      #]}6uL9t
  )_  @{        ,O    3b"b     7O  )M  Z  I Y  #?  d      #T        5^        \ [   ![!!!"Z"""#U###$T$$$%S%%%&S&&&'R'''(R((()R)))*M***+K+++,K,,,-K---.C... /@/// 0@0000=1}111<2{222:3z33384x44425p55506o666/7o777/8o888/9o999,:l:::,;l;;;(<h<<<(=g==='>g>>>#?c???#@c@@@"AaAAABXBBBCWCCCDTDDDEREEEFRFFFGQGGGHPHHHIMIIIJLJJJKLKKKLKLLLMJMMM
NJNNNOHO  eOOO#PcPPP Q^QQQR]RRRS]SSST\TTTUYUUUVXVVVWSWWWXRXXXYQYYYZQZZZ[N[[[  [,\j\\\]D]]]^@^^^ _%_e___$`c```a_aaab_bbbcYcccd    d_dddeBeeef@ffff2grgggh[hhhiGiiijAjjj  j9kykkk6lUlllmTmm                                                                        mm  nHnn                              n    oBooo                                                                                                                                                                                                                            efop                                ]    \  a  ef    gh    _    dc                                    ~ w                                                                                                                      @                                                            |      ~                                                          {                                                          TUVWXYZ[\]^v                                          FDEG                                                                            H                          ˁ  ́                                  JKIL                                            ́  ݁΁  Ł  ށā              |z                假ځ        ҁӁȁɁ                                                                                  ߁                                                  Á                  ρЁс                          ہ                                                                                                                                                                              Ɓǁ                      ܁                                                                                                                                      abcdefghijklmno                                                                                                                                                                    @ABCDEFGHIJKLMNOPQRS                                ÆĆņƆǆȆɆʆˆ̆͆ΆφІц҆ӆԆՆֆ׆؆  ؃كڃۃ܃݃ރ߃                                                                                                                                                                                                                                냣    A@            CB          Z                                          ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            MN                                                                                                                              Y                                                                                                                            @ABV  XYZqrstuvwxyzkl؁فցׁ    `                                                [    ÂĂłƂǂȂɂʂ˂̂͂΂ςЂт҂ӂԂՂւׂ؂قڂۂ܂݂ނ߂        JKTU@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~E[RS                                                                                                                                                                                                                                                ÄĄńƄǄȄɄʄ˄̄̈́                                                                                        ΄τЄф҄ӄԄՄքׄ؄لڄۄ܄                                نچۆ܆݆ކ߆                                              e                  i            `      c                  ak    jd      l                    f        n                  _m    b      g          h                                                                      ~                            rs                        opq    u                                                            t            }                                                                                                            L                                                                          Q  R                                                                                }  u                                                                                                              ч            J                N                                      ه                                                                        g                                                                |}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ^        b    `                                                                            v                                                                                                                                                          ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                z        ~                                                                                                                                                            h                                                                                                                            GH        K                                            S                                                                      g                                                                    |                                                                                                                                                                                                                                                                                                                                                  _                                                      s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        S                                                        e  g                                                                                            {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  R                    V                                                                            f              j        g                        r            v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ]  a                              g                            i        k          n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          p                                                    n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    H                                                                                                                          ^                                            h                                                                                                    {                                                                                                                                                                                                          w                                                                                                                                                                                                                                                                                                                                                                                                                                                          E              G              I                                          P                                                              ^                                                                                                                                                                                                                                                                                                                  ꈚA      O㏺  s^BNC  u                      DEF𣇤        ۊO  厥    G  T  v  HI    V  R  K      h娘揩N                    O                                      T        \񓥇    ]݌  ܌    ji  P𱘲S  划                    SlTV      YmW  wX    Y      edt[    W    ߗȈ          Z    \    ]      C    ^            Ɉ  ތꊚx        _        `                                  Ę        aL  f  b      ϒ    AȘ      ʈZC  ̑c𽉮ǘd]ØŘƘC      `        Θ      јϘ      ɘfg  h͘ig    j  kҘ  ʘ      ˘  Иl    Ә̘  m  ˈ                      D      o    N              p֕    Wq      rr    טsܘژt  ՘    ؘ  ۘ٘  ە  ֘M  ݘޘn              C  vo  U            w𹇺        q    {x|y    ߘ  z  {؎  |l㘑ϗ`                            ~    ̈        Ε                                          Î            U                        T        P                            Íb      B          X    C  ͋    @A  ÇŇ    lD          E      H  FƇm        GI      ć  K      J  ƕ        VMNɇ  ȇ  @L  ʇ              QPOBԘ  RC    ˇ  S                D              ז    ̇  U    TWV    XY  Z[͇[Ɩe    Z  \χ  Ї    }        E  ]        S_`Za      G  T          b  cH  ~    fIeč  gh`i  jkKʎ      ҇      nLlm  yopq~M    ustrv        Ow      Ӈxy    yԇ                Ù        zËՇ  {}և        }    ~ׇ  M  RS񁙥  ʓo      ؇Tn  ؐ          YUڇۇV                      ʕ                    h        䒍      ܇퍎O          XU݇      Y񞈐    އ  ܍        Z    菛n  [                ]c\                ߇      _    ͗          a  b    w  c      J      de  N    u    Eוf  ⇥    h    䇦    啫  ΋                    M    j񮙯َ    ܖ    ꇱ  kl            k    x      m          ٔ              n    C    o񽓽\p  ߌ          ڔ쑦    P    m  ę        Ts  ř    t  ƙK  p  ə  uș        ʙ                                  ˙  З        ̙      vΙ͙  ~X      }ϙ  Й  򇵌w  љy              z  Qҙ        yFo          f~        ՙ  bpÌ    ٙ@ڙؙ䑶jE񐊆i  ۙ          ܙ  he      gݒD@f                N  噞i        ۔  ܊ߙ                z  ݙ  ޙ  C              ۓ                                                    Č              a                        B  @  @]    P          DCiA  Aƍ                            E                N    FG      LK  N            M    J  B    S  O          CH      I                                          D    SB    Y  E    XO        P    U      R    F    [    VW        TZG    Q                                            `ea  \HfP  IhA^    J                b[  슅c_              igriLd            c                        mk          M      p          j  n  l    ko                                  r  w      ut            QOÉ        P        q  sR    v                        ܉          }  {  |~    Q      \          R    X  x  y                                T      V  WX    S  ӓ                      d                      Y    Z    X        [    \      ]                        ^_                d  l        c                      ͈}      Ō          ޕ      `                      y  b      ݍ      \  cn    de                      ϋ    V  񪚭B                                    R  ؒ        f      g      h                    ^                            i    C_                            l                      mn      o              W  u    p              q          rs|  tx    ͑    u                        Ú      Ě  @ƚ        A            ꁉB  g      C    ̚    ۗ              EȚF        Y˚      h˒      Ǎ    wǚ  x    G    U        ɚ  Ś    o      ͚    z  m        Κ      {HI  J  KL    M            ĒN|К                n~Oњ    ֚    P          ՚ϚҚԚ      Ǖ  R  ך  d      S    ؚٚ  ښܚۚ  ޚ  Ӛ  T  ߚݚ        mp  sᚺ누UV    ْ          WX    ϕYZ  ĉ      [[O  Ǚg            \    Vv            Έ        _          aޓ        t_    z    d    e        D          zgh  @      iD    A@ܔϖ          D  J        W    d        B  j      EÑ    W      i  k      F              ȍl            G  mo  n  n    ƌψ        KL  Io        pqWrH  ÖP    s                          p  Ј            Q    wx      O        y  R  P    NP      M  z  ؕ      {            VW                SK        k    U                      |                      X    }w    Y  T                      ~                                      }              ZQ                                            [_\  ŉ^            ]      k          da              `  b    c                          ef                        hg                  i                              l  ڒ    d  j    m              n  qt  o  p                  qr  Esu  tuyF  Ж      Gǌvw  w        x  y  z    {  }  v  ~    F  v  G      w  @蒶X      q鐺G            {  ɍ    QƉ  e          h  ⎃Г      x          x      Q@  ǉ  J˞R  y                Α  ꐫˎшq    z                {    |ޖ        }  ċ    A            ڎKsAǋ          ͓  r    W              jƎw        ԓR                                      򊨛                            Z⊈      Б  x  𭛯݊                                                                  ㉴                    s                            RśěÛ                                                            ɛƛ  ț    Ǜ                                        ʛ      ˛    ̛                  ϛ  Λ    ͛          ՛                ћ      Л              қ  ӛ          ֛  כԛ                  ؛  ފٛ      ۛڛ    ܛ    ݛ  B  ꃑHI  ޛ        Ȍߛb  J        FЋ    sz                                                t  ȐёA                X      蛝        y            훋웩                              NKcH    L    ݔ                      X    M  {              x    Ɍ              Nf          p      L        f    @    CD  B  _FEA        GH    I      LJ  KM  NꚌUOٕPM    QTU  |VO    o        햷ʌ  W      X  ^      ꣒ꭋY      Je  Z        [    \  ]    _    `ab    SR      c`  F  ʍVjd    ee      f      ޔihgaґ  mkj    lk]      po      n  q䌵      rz    s        O    tJ      SK      E          uuYZ    z    w              y    O    x    v  |                          ꃜ  {  ꆜ|ꀜ  v    ӑ}  }                                            P                  ~  p              b                                      򡜢      I        xY          ߔ{                  Փ              f      ɐ  ҈  y      S            đz򳜴䎷        D              ӈ                            Ŝ            Ɯ          ĜǜÜ  Ȝ  ɜ  򾜜  ԑQT        ֜      ̜͜Μ    ՜  Ԝ    Ҝ  dS    Ϝ    ќԈӜ  ʜМלc˜          |    J        ڜ    ޜ    ꞑ  ߜܜ  ٜ؜ݜ                    e  ۜ                              蜧                                                              圜                    ^          ʐ  @  A        B      CYD  EFՑ      ˌ    ߖ    [G        ˍH    ő      K    I  L  J      M                }      N  QZ  OV      Pc            }RSWTRܐ@  e                A        ┫                      Z    c  S]d_fb  a  [YUBXSِ  `q    g                    @hm  i    nA        DE\  kE      wl  gF    G            ꓋                        j          U    J    K      LMҔp}  N  O            JqPso        ߕ    R    {                  ̎  ~U              x    P      v    |V      {      uz    r  Y  t  @W  |      |̍Ty  ڐ  T[wd          f  ͒}          ~  Z                      `    \]K      g^      _            `a      b  ꈝ[    h                c                      r  d          e  f      g                g          ې                                      E  hi  j                                k      ̖ꠐ    l            m                nT          Q    op        P          dB    o            h      i  @록      Aqr  B    ^s  t            FvwC        [          C    D  x      y                  {        |  }              E빝        F똝    x        U            ̌            ĝ  q  ~    Ýsŝ      ǝƝ      U    ֓H      h        ȝ  G  ~ɝ            ʝ˝  |Đ  k  ֍            l    ͝ΎI  Ν      ҋː        ϝaf  zV        Н    {    ӝѝԝҝ      ՝        ֝        ؝  ם        ٝڝ    U|    {      ۝            ߝ      K  Vޝ  Lݝ          Ո̐M              N믐fP  Qt    R    ST  U      O      E  蝞W杙    W  WX    N          Z[    \]AӔi    ^밐  _`  q        ŋ      ɉ      a  󋏪      gÈ          c                b      d  \    A  e        @  fܓg                        B    Cij    D          F  jG          H  ȋgXI  JkV֙]\֑ō        L      K    l񍽒LN    ]  M            NOؖ  {DQ      np  SVU        R  T        Wpq뙐    ǈލ  ێ      Z    mXYۖ[\o      a    Y  t^ܝnf      r`    s      f    ]  cb      ͐  t    їu  vʉ}    ge      d    _          ͌  ki  ˉgms  w        yƑ    u    A      t^_    zђM  po      q  n    v  l    j  rh  Ď    x  {  `  |̒ȓh                              I        ~x  Z            z      }      j  i͍  {jy  Ĉ    |~  ˋK}뺊j        V            O                  뱉            ~                      [      挜      B뀞󐞁            ǖ    _  󥞙@I          AB        CX뱐        D        o  Eֈ  F  븖AŒ                                              ̓뢞      J    ֒          L    k                ȑ    ^    퓾蓖      MNƋ|    O􀔺ɋ  P  OyQT                    |    ҞR  P՞T  U    YԞ      Ӟ        VО          Ğ  WÞ  ֞    X    YΞZ  ɞƞ[Ǟ  Ϟ          ̞\ƒʞŞ\  Ȟ    ]  l      ͞מ      c      ߞ؞  de    ޞfh    ݞ  Β  i۞    ٞ                  j䞦    Wkڞ  l➾  ͖          ~    ў  `  nop    Mq        랪rs      u    v        k        @  ɓ  w                      힯          t      yh    z          {    }        @        w~          KG          F        E    B      DC                      I  E          LHJ            륔  M                      QN          O        ܞ      R      S        TU  Ӌ                      ~      WVY\    ԋ      \    [  ]  ̉  V  ^    `    _  a      bc~됕  c            ΍  de      fgih  w    }c  j              lB  k        m          n        op  q  srti  u    Ekvaʚ        Bw  x  ꕈ    œy    і      z                  |{  ~    }                                          믖      C                                                념Xi        Ô`                    Ĕ              똉𓇟]r                                  D        ד      B빍        v              뗖        ͉                򐑔            @      Ag  D    롟ב  j                                      m                                Ò  k^      F    h                                          봟l        Y    _Q  \              CZ                    O      붟    ܗ                              U    t                넗    Ɵ    җß  iş    ʟ  ȟ    W    ɟ    ğ˟  ̟    [  ~    ǟY            ύa              k      П  ߟٟnԟݟQ    ֟͟ϟ`            ۟    ӟ      ڟ      ؟ܟ      ΌÏ    X  ҟ            N      ՟    Ο    џ      ן              p                        ퟹ    @            a            A              B  n    M      C  DŖ  @  E  A            F      ؑ                        H          H    BI  J    ޟ  Y          K  L    RB  A    M  C              N        E쟖В    F  G  GO  Q      P  @                              HR      SNITI  J샊UKL    R  V        K઒Hג      k      E  D  MXM  GFL    C  N      OPO  YP    Q  ZW            \RU  TV]  S    Y        ^  b  S  `T    W    U  [  QZ    XVabW                  ][    ^  ca    dZG            e  \  `Y_  J  Z    Xd  g  h  hf      [\i  bjc      g  e      m    m  ji  lғn      k    ]            o  q            mn  o  p      p      q    ^r  a    r    t              _`        sbu      v  Ήw  xD        cy        ܎Ѝz  {      d|    F            u    }  ~  t                  e            fxY{v    z      gy_׈                  }      G    h      i    ~  |        j                      w              B                      k                క    m  n쳖        ŏ        l    op        R          ď            qr        su          v    w    Əxϔ      ώ                                      z  {  F            |  o            n                      M            ~        }  R              ӗ              z        W        Cי                                                                                          ܒ        ݎ  ꖩu        ЕŔ    v                Ė    S      q                            ҍ                                              ]                  Ɣ                                    ό            _                          Ɠ                KT                                        Җ              L        PQ                                                                b          l                      ʋ                                  ߊ                            ω        X                                    ]    ǔ                                                                              ԗՋi                                      lڗ                                                                  @A  BCD                      EGF                                      H  I    Z  J  @  ZA    B  C  L    DKFGE      rIH  N            KJL            MON      Q  P  Ê  r  [  RᶐP    YQS  p  RT    cRb\      j  UUV  W      V  [  XYXEWY؈Z[  Ȕ        \Z{      L  ^᪗l_  ]Ԕ`\a  و^]f  cb_    `aE  bi      de  hgDd  a`  ^  j          k    l        fn  m          u        hvp  r  it]    usᾎjk  oq  alǏ    x    wm    yn    z  ɒ  o|pq  {    r      s  t  us        v    }~w      y      z      }    x  ~                                    ×                    ȕ                                oᒔS    I  Fc          H                            甔                M    u  ~  mv            ᐓ      X  ῖ    ĊՔ      ږ    Ӗ                ȏ        Ŋ                          ^                                                                                    r                                                                                  ˕        uė                                                                  ᵖ    m  鋵  Zḋ    ΐ                                        Ӎ                        uԍm                C  j          v        {      @                AB  C                      ɏ                  D  d  E                                        V      O  q                  ɕ  א    I  G                m                  ֔            A              J  @⁖              K  C    M    B  Lʏ          D            b  FE            G  N                      IH  O  P    Q            Ў  JV      TU_F          S    P  OcL  NYj_MK  I    ˏ  [        Ս                  ]Q        Rh֋    \T        S    Љ          a      T              U  W      X  Hb  Y      cZ[  ׋щÓG        d\eH      ȉb  g]            hd  `  a≔  `^    i_j    ̏                    ڈ        H    k        b    cŐ          Bdetŗ  gf                            i        l@m  j҉mke  m    sA  o    Bϐn          Cn  D    En  FGpq      H  rIn  o    t      J  Ku    v    ˓Lސq    w  M          N    y{xz            Ar    O          |E  P  q~    t        SMuT  U        }  ⧗Wv  X            ͏v  YZ  Gw    [      [    ^|    x  Ɗ        ^          Ώy            J      }        ya  b  zcd  e          {  `    i      M|  ؋}}  k                ~      mn  o    p      l        h            ͕Ӊ          st    Zu  Ǌ                \      w      x          y      ߐ    ͔zѕ  z{            ~                  ē        U                                              ә                Ȋ                                                  А                                  ĕ                  ̋H                    픔  eS    l        ⟊Ϗ                    ⸐          Ќ    W          휓    f        Ɨ                      n      I  @gC  [    R  탏B  юhA  fa              ے  Fݗ׍Ga  I      Џ    HIgDJ    Eo  MQ㋌        L    U  i    R      O        P  NK  G        W              T      V      S        pX㎑  e  a[        _ۈZbfjԖ  Ԓ\d  Y]  ^㻈Ȗ          ]    ًꔩ      Η    g  chj  m  i    ҕɊ    ɖ    ܈  l            k            n    uov        r              Ȏtqwp    c    D  k    s    {  ~  |z  `ѐ  ɔ  }  x    @q  J          DU                    y        J                  [      Z                                                                                                                  ʊ                                              ߍr  u        l  딭              r                          Q      A`                        H                      K                  퉐          ㊿  ˊ  @          |      sVAlҎ  C  B㧎  D  ϑE  kFՖ                G          H      I            ^        J                                                K              L㮒ME    N  W        㣔    ]                я  IOP̊      Ҍ  Q  R  b    m  n        S  x          ݈U_        w  ّ            VW  E  ӌ    X                    [        \E\        ƐeҐ    Z                _    r    `        b    c      d      E  ]  ^            fB            A          t  D  Cor                  T        HIh    G  F    J      B        ڑNjOKlm    L  M        p      U  Q    o    G    P    SR      cV            W  pV  X    Z  ^  [Y^\q]r      d_    `    a      scbet      fg    bv  h՗    xL          v          ijPzk{  lm  }n  o介p  qɎ  r        sܕڊ  Cw  M              tquʔ        wǑvD          x                                zy|  {  }  ~  ͊        Ǘ  F                                                    Ŏ      H  mc  ԉF    |ڋ                              ۑ  c    Չ      ꋗ    ϓ          p            Ζ։      s                                            䃒                  t        `r                                                        ׉                                    Ί          䜔                                          e  ۋ  @  ى  ҏ        ؍  pA            B      ؉ԌH                C  专  D    EGވ                                                              䎗              Gt                      H  䟓        䒑IK  J  䘕          K          ӏ        N            ֖    f  L                        M      N      O䓑  PQ  ~      uW  䪖                                      H  @                                              ̕      U    T    UӒ          V    S                  @  ה        ԏǎB          C  W          X      n    J                P    [  QD      NF  H  \    ]RG  K        LO      ^  E  E  IFdOZ_            B  VT  C      m          D  SE`  aUW        X    FG    [Y  H  I    ZJ    ˔M    b                K  \a唑    `dL  A  efbh    ]_        gMc^    PAi  d      N    Oc  P    Q  j        e              kS    T    fV                      gՌ  s    Xi|Yl    m  j    o        k      q    Z  l      r  [  \              ]  ^qr_      `  m  \    s      ab          na      copz      twe  f    s  t              g  hu  v֎  x  `  ua    i    {j  k  ^      |      l  m    }    ~gؔ                uvw    I  opx  q  rs        wt      u  v  w                      x            y    z{    |            X      }    I  ~              ډ              y                            z{    Z                                                |}          ~                                                                              I  a                                      y                                            O        s        p      X  q  Տ  t߈      \                          ܋            U    ܑ                                                  ь          ٍ啑                T                                    ֏        廐                      J                                                                                              ݋    A  @      C    B  D    P  E    F            G漐v  H    eIJ橌      K    K  `L  o          M        O旗  Ne  P    Q  Rϊ          S    T  UV                                  p        W  XY            GZ                  [    \            ]        v  u  `    _P^L    a  b  ׏    c        K    ݐ        id    f؏    e      hi          g  ُ]        f    rmw          llkF  lbYڏ            j      o  pn  ֌  _    F    s    a    U  v        r  wtuq      Ǔ  N  ۉ              b      z  x    k      Њy  z  ȗ      _    {泒      ~      |  @      }  攏        dy                      uӎ  w              T                    ދ                                    戕              x          c                  ]            ̝    Q                                                                                                                      J                L            @    ؓ            ۏ          AB          C        ^                    e      FE      G  I  L  v  J    n݉̔ъӐ晒  M  惔ݑ    \  fGd          G      o  LK    M^  ܏              q    OP            w          桑R  S                                                                                    Ԑ  ͎      qT      拕    N                    U        z                    V                            W                                                Y  Z                  [      Ր          ׌  \    H        H            _              `  x  ]          b  c            de      f    H                i    j                @DAkB      C      lJ      E          ֐G  mIF              no  p  L  R  K        M      N    QP  O    SR        U  TV      qW        r    Y                XgZ  s[]  t  uv        w    ^          _\  `  ԎaOR      y  z            b          ]c              f                        |edyg  ~    r  i    ڍh  q          kmj    l  pnPo            r    y֗    S      s      Au  t    x`  w  v{    z  yQ|              }      ~      D                                                      h                  CJ_      ӕҒ    H  I  v          }    ߋ  ԕ                      މ  痔  Rq        ǒ    ޑ  t      秓  r瀐  ʒ    笑秈A                ߑ    Ti    툝    N    ٓx    V^  Օ߉繓Bሦ        k    y    K      Վ        JI    ɗ  Ҋ        W                      ߓ    M    ׎              @                  x      Y                        S              s        X          s                                                            A                          ѓUގz                      |      珗  V          y  _                                          X          ݏ                              Δэߎ  碗dʗ        B  瘊j      ޒ@t        A    B                              C        ݓb  D                                    n                    ،EFG  H    I  JS      K          甉        ޏ                z            L      g    e      M            L                              K                              N              OP    NQ                    R          ݕ    s        e      ABC|    S    D  T  K            E  獐      F    @B    GHUVAC  WыIdJ  B      ^    E        DF            MXYZ  t      N    Ւ  KO    PbG      H      [\        ]QL  J  ^R  S              I  ߏ                W    X    Y        O      Ȓ_    Z    T  `      Z        MN  L                Pa          _  V    b`Y              XL        QRU      aWcd  b  ZT  cS                ^      [          h  f      ^e    _  d          e`    ]\  fg[            d                  b            igjca    ek        f    hl        h            ӊg            si    l  j  ki            mj  o  pokl    p  q        truw  v                                                                                                                            qr              xM    sy  zJtum[  Պ  Ԋ{  |  }~          n  ֊t}op  wq        {  x  r      s            ňz  t    u    v    x    y                                                                                      }      h~            j    ɑ              ~                z    Õ  @w׊              A    ˗褗      z      {  G  @  K        u  脌ۍ}    B    ח~            ꗯǐ        YWٌ    蓎    G      ԙ              Jᐴ      ﵕ  _      뗋    d                k                                                  I      P                          Ð    rʖ      v  x      C                              ƈ                    f              ڕ                                          ؊                                    B    蹉        C        ŕ  {    aДړ  ̗  z                      j      o        p                  z{    犰芠^    ޗ            ڌ          @  BA                                                                                  C    DE        F          HG  I                                      HQ      JK  Zє              O      L  ݖ    M{  a      `  NO  P  RS  UQ    T      ي      V  W                XY  Z    \    [  ^a  ]_`    b                                                                          cd遍                  e  ]      nfg        y            h      ʑw              m      l  j  ki    w                    no  pq          s  r    x  t  v              Ru          x                      ˑ    y    @        Az            }  |~B{          C            D                                                                                                              F          H[J              L              MNO        Q  R    S    T  E                      U            V      W  X      Y      Z          [    T\              S]    @飖          _                              `  a        bc    D    def                                驕                          g  LhN    il        m        n          o              I  q      r        s~  tu    wvp    {  y                    邊    k  }  ~                h        V            L              ؗ                                                                                                                P  Γ                      鼓                                    鰎                                              DC            E    L@AB          Q    J  F        K                H  G      {                L                M        N  I        O  ߒ    STR  QWP  U            V      Y      X                [          \  ]    h        Z    ^                                        _`a                                                                                                          b    c  d  e          f    gh        ki[  j          lٗ        mꞔ  np  q              oꍍ˖      爫              sotuv  w      ٖ  xzy{        |  }          ~                                    C      ی                  l                                        @                V                                                                                    s                                                                                    m                        n                                                                                                                                                      |                                                                      jv  y    [\`      YWd                      Ǉ·KNUy}GJbDtFRSVWXZ^_lpF                                          ]\                                                                                                                  Iij{CD^OPQRSTUVWXFGH`abcdefghijklmnopqrstuvwxym  nOQMobp  ԁՁ                                                                                                                                     P                                                      oo,plppp#qcqqq"rbrr  r      r   s      5sasss  s    t    BtZt        t    t  t    9uvu        uu  u            "v  Av  cvv    v                v/w  kwww  !x  4x          cx  xx  x y        #y        ay                  y    yyzNzoz      zz  z          5{    q{      {  {                        {          |0|      a|      q|    ||  |            }                3}p}          }  }  ~  5~  [~~~~    :z                                6  v  #          ^      ځ                S                                            E      o          ˃      5j                :n              م  $            L~                      ׆    	    >        c    ?  kǈ            P                        ŉ  5            X    ي5m        ׋            K        w      Ō                    4s            ֍    Dr                            5    =      v                            +iv      ސ	        W                          0mҒ              AR    8    k                                  ֔            W                                               3^Җ      @f                      &            ^  ܘ                                                                                                                                                                                  @                                                J  M                                                                    U                                                          e                                                                                                                                                                                                                                                                                                                                                  A                    D                                                                                                          F                                                                                                            P                                                                                  Q                                              W                                                                                                ^                                                                                                    `                                                                                                                  i                                                                                                                        q                                                          r                                                                    x                                                                                        {                                                                    s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                a                                                                                                                                                                                                                                                                                              k                                                                                                                                                                                            D                                                                                                                      Q                                              ]                                                                                f                                                                                                                                      t                                                                                                                  u                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          C              Q                HI                                                                                              T                                                          S            X                                                                  u                                                                                                                              Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I                                                                                                                                                                                                            a^b              _                                                                                                                x                              m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Q                                            f                                                                                  l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              M                                                O                                            T                                                                                  c                                                                                      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              H                                                                                                                                                                                                    f                                                                                                                            s                              Q                                                                                      ]\                        _                                                                                                    q                          |                                                }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      T                                                                                                Y                                                          e                                                                    u                        w                                          y                                                          |                                                          ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        c                                                                                                                                                                                                                                    R                                                                                                                                                                                                                                        @A                                                                                                        h                          R                                                                                      U                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              D                                                                N                                                              Q                                                                                                              X                    a                                                                                                g                                                                                                                              x                                                                                                                          }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              @                                            L                                                                                          K                                                  U                                                                            V                              ]            \                                                      m                                                                                          n                                v                                                                                                  y                                                                                                                      {                                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        K                                                      j                                                                        x                                                                              k                  |                                                                                                            z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              @                                      @   р    o  𠪀 asm    dylink.0
  "` `	`  `` kenvcheck_encoding_conversion_args env
LocalToUtf env
UtfToLocal env__memory_base envmemory    __wasm_call_ctors Pg_magic_func pg_finfo_uhc_to_utf8 pg_finfo_utf8_to_uhc uhc_to_utf8 utf8_to_uhc 	__wasm_apply_data_relocs 
 " # A
j# A@k6 # A
j# Aj6  #  # A8j # A<jL  (,!  ($!  (<!  (  (  (4" A&A     # A
jA A A A& A GL  (,!  ($!  (<!  (  (  (4" AA&     # A
jA A A A& A GȖ
 # 
8     d       @       PostgreSQL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <      v  4      n  ,      f	  $
  
    ^        V        N        F        >      x  6      p  .      h   &!  !  "  `#  $  $  %  X&  '  '  (  P)  *  *  +  H,  -  -  .  @/  /  0  z1  82  2  3  r4  05  5  6  j7  (8  8  9  b:   ;  ;  <  Z=  >  >  ?  R@  A  A  B  JC  D  D  E  BF   G  G  |H  :I  I  J  tK  2L  L  M  lN  *O  O  P  dQ  "R  R  S  \T  U  U  V  TW  X  X  Y  LZ  
[  [  \  D]  ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              P             H    w6                                                                          ס        ơ  Ң                                                                                                                                                                                                                                                                                                                                                                                                                                          ¥åĥťƥǥȥɥʥ˥̥ͥΥϥХѥ  ҥӥԥե֥ץإ                                                                                                                                                        ѬҬӬԬլ֬ج٬ڬ۬ܬݬެ߬  ׬                                                                                            TSSo+  h={          G}+	k			                                                                            &
e


\          <|                                                                                                                9y6v1p0n+j*g#cY	F>~7u1qXTL7w4q/n&f$ d   "!a!!!"X"""#R###$O$$$
%H%%%&F&&&'B'|'''9(y(((2)r)))**i***+]+++,S,,,-P---.L....;/z///:0z00041t11122r222,3k333(4h444'5g5556^6667]7778Y8889Q999:F:::;D;;;;  <U<<<=O===
>I>>>?H???@F@@@@=AxAAA5BqBBB0CjCCCDSDDDENEEE
FJFFFGAGGG H@H  [HHHIWIsIII#JaJJJK_KKKLALLLL5MnMMM$NdNNNOROOOP      GPPPP(QfQQQ$R_RRRSESSSS%TdTTTUHUwUUUVRVV  VVWOWWWW%XdXXXY                                                                                                QYYYZQZZZ[Q[[[\Q\\\]Q]]]^Q^^^_Q___`Q```aQaaabQbbbcQcccdQdddeQeeefQfffgQggghQhhhiQiiijQjjjkQkkklQlllmQmmmnQnnnoQooopQpppqQqqqrQrrrsQssstQtttuQuuuvQvvvwQwwwxQxxxyQyyyzQzzz{Q{{{|Q|||}Q}}}~Q~~~QQрQсQтQуQф                                                                  Q                                                                                                                          хQц                                      P                                                        ӢԢ                          ǡȡ              ء                                                                                                                                                                                                                                                  ɡ                                                          ٧        ʡ                                                                                                  բآ֢٢ע                                                                                                                                                                      ӡ      ԡ                                ġ  С                      š                                                ֡                          ա    ¡á                                                                                                            ѡ                                                    ҡ                                                                                                                                                      ͩΩϩЩѩҩөԩթ֩שة٩ک۩ܩݩީߩ                                ͨΨϨШѨҨӨԨը֨רب٨ڨۨܨݨިߨ                                                            ȦǦ¦ƦŦĦæɦʦ˦̦ͦΦϦЦѦҦӦԦզ֦צئ٦ڦۦܦݦަߦ䦶                                                                                                        Ƣ                            âǢȢˢʢɢ̢                                        ߡޡ¢    ۡ    ݡܡĢŢ                                                                                            ڡ١              Ϣ΢                        Т  Ѣ                                                                  ϡ  Ρ                                                              ۢ͢ܢ  ݢڢ                                              롲                                                                                    ªêĪŪƪǪȪɪʪ˪̪ͪΪϪЪѪҪӪԪժ֪תت٪ڪ۪ܪݪުߪ                          «ëīūƫǫȫɫʫ˫̫ͫΫϫЫѫҫӫԫի֫׫ث٫ګ۫ܫݫޫ߫                                                                                                  ¤äĤŤƤǤȤɤʤˤ̤ͤΤϤФѤҤӤԤդ֤פؤ٤ڤۤܤݤޤߤ                                                                                                  ©éĩũƩǩȩɩʩ˩̩ߢ                                                                      ¨èĨŨƨǨȨɨʨ˨̨    ޢɧʧ˧̧ͧ      ܧݧާԧէ֧קا㧿§çħŧƧǧȧΧϧЧѧҧӧڧۧ짦ᢼ                ߧ                                                                                  ߾߻            ݦ  ΰ                                                                              ޺                    ˥                                      ܭ                            ޣ                        Τ                                                п              ܹ              ӵ֤                                                                                                                                    ޡ          ӷ                                                                                                                                          ٥                              ̵                                                                                                                  ̨    ۷                                            ʧ                                                                                                                                                                                                                                                                                                                                                                                                          к                                        Ϳױ                                                                                                                                                                                                                            ݷ                                                  ע                                    ޻з                                                                                        ۱                                  ͥ            Ҥ                                                                      ִ                                            Ψ                                                                                                ҡϨ                                                          ʰ                                                                            Ͻ                                                                                      ϯͣ      Я  ʻ                              ԣ٨                                                              ٩                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ޸                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ֳ                                                                                                                                                                                                                                                              ϯ                                                                                                                                                                ˼                                                                                              Ϋ                                                                                                                                                                                                                                                                                                        Ъ                                                                  Я        д                                          ҿ                                                                                                                                                    ˯                                                                                                                                                                                                                                                                                            ڰ                                                                                                                                                                                                                                                                                                                              ͦ              ̵                                                          ε          ˾                                ڨ                                      ް                                    ӳ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ͧ            Ы                                                                                                                                                                                                ܹ                                                            Ө                      ߬˼                                                                                                                                                                                                                          Ӳ                        ް                                    ׭                                                                                                                                                                                                                                                                                                                                                                                                                                            Ӥ                                                                                                                  ڴ                                                                          ˴            ̾                              ر                        ̯                                  ջ                                                                          ʫ                                                                                                                                                                            ծ۶                                                                                                                                                                                                          ٹ        ˬ                                                                                                                                                                                                                                                                  Ѻ                                                                                                                              ٫                                                                                                                                      ڳ                                                                                                                                      ٹ                                                                                                        ֺ                                                                                                                                                          Ϋ                                                                        ʤ                          ݦ                                                        Ю                                                                                                                                Ͱ                                                                                                                                            ʻ                                                                                  վ                                                                                                                  Ѣ                                                          ׺                                                                                      Ѱ              ͫ                                          ʮʮ                                      ۻ                                            ʰҺ                                                                                                                  ̨                                                                                                                                                                                  ۲                  Ѹ                                                                          Բ                                                                                                                                                                ٢                                                                                                                                                                                                                                                                                                                                                    ڧ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ֲ                                            Ծ                                                                                                                                                            ޵                                                      ˮ                                            Ѫ                ة    ޯ                                                                                                                                                                                                          η                                                                                                                  ̼                                                                                              Ͼ                                                                                                                      ˤ                          ڪ      ۵                                                                                                                                  ׵                  ͮ                                                                                                                              ͻ                                                                  ذ                                                                            ֳ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ˩                                                                                                                                                                                                                                    ֿ                                    غ                                                                                                                                                                                                                                                                                                                                ߳                                      Գ                                                                                                                                                                                                                                                                              լ                                                                                                                                                                                                                                                                                                                ڦ                                ܴ                                        ׯ                                                                                                          ߢ                                                                                                  ۿ                                                                                                                                                                                                              Ѥ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ԡ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ֯                                                                                                                                                                                                        ޵          ѷѳ                                                                                                                                                                                  ТԳ              ܶ          Ω                                                                                                                                                                Գʦ                                                                                                                                                                        Ϣ                                                                                                                                                                                                                                  Ч                                                                                                            ڹ                                                                                                                                                                                                                                                                              ֭                                                                                                                                                                                                                                                                                                                                  ڣ                ε                          ׬                                                                                          ޴                                                                                                            Ѫ                                                                                                                                                                                              ٣                                                                                                                              Կ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ׿                                  Ͷ          ̸                                                                      ۤ                                                                                                                                                                                ݰ                                                                                                                    أ                                                                                                                                                                                                                                                                                                                                                                                                                        ٴ                                                                                                  ͷ  ۵                                                                                                                                                                                                                                                                      ݵ                                                                                                              ף                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Ϲ                                                                                                                                                                                            Է      ۿ                                                                                                                                                                                    ˥                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ܮ                                                                                                                                                                                                                                                                                                                                                                  Ϭ                                                              ٦                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ݯ        ާΡ                                                                                                                                                                                                                                  й                                                                                                                                                                                                                                                                                                                                      ˰Բ                                                                                                                                                                                                                                                                                                                                                                            ־                                                                                                                                                                                                                                                                                                    α                        ܧ                                                            Թ                                              س                                                                                                                                                                                                                                                                                                                                                                ٬                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ѱ              ͹                                  ֧                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ؽ                                                      ׶                                    ̢                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Ѯ                                                                                                                                                                                                                                                                                                                                                                                                                ̾                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ܰ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxy°zðİŰưǰȰɰʰ˰̰ͰΰϰаѰҰӰ԰հְװذٰڰ۰ܰݰް߰᰽ÁāŁƁǁȁɁʁˁ́́΁ρЁсҁӁԁՁցׁ؁فځہ܁݁ށ߁ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz±ñıűƱǱȱɱʱ˱ÂĂłƂǂȂ̱ɂʂ˂̂͂΂ςЂͱαт҂ϱӂԂՂбւׂ؂قڂۂ܂ѱұ݂ӱނ߂ԱձֱױرABٱCDڱ۱ܱEFGHIJݱޱK߱LMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz鱄걅챆𱊃񱋃򱎃󱏃ÃăŃƃǃȃɃʃ˃̃̓΃σЃу҃ӃԃՃփ׃؃كڃۃ܃݃ރ߃შ⃫僬샭탯󃲲ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz²òĲŲƲǲȲɲʲ˲̲ͲβϲвÄѲĄńƄǄȄɄҲʄ˄̄Ӳ̈́΄τԲЄф҄ӄԄՄքղֲׄ؄لײڄۄ܄݄ބ߄زٲڲ۲AܲBCDEFGݲ޲߲HIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzﲋ𲎅򲕅󲟅ÅąŅƅǅȅɅʅ˅̅ͅ΅υЅх҅ӅԅՅօׅ؅مڅۅ܅݅ޅ߅兢煤ꅥ񅦳򅨳󅩳ABCDEFGHIJKLMNOPQRS³óTUVWXYĳųZaƳbcdǳefghijkȳlmnoɳpqrstuvwxyzʳ˳̳ͳγϳгѳҳӳԳճֳ׳سٳڳ۳ܳݳ޳߳ᳺ⳼㳿ÆĆņƆǆȆɆʆˆ̆͆ΆφІц҆ӆԆՆֆ׆؆نچۆ܆݆ކ߆ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÇćŇƇǇȇɇʇˇ͇̇·χЇч҇ӇԇՇևׇ؇هڇۇ܇݇އ߇쇵򇷴ABCDEFGHIJKLMNOPQRSTUVWXYZabc´defôĴŴghijkƴǴlȴmɴʴnop˴q̴rstʹuvwδxyzϴдѴҴӴԴմִ״شٴڴ۴ܴݴ޴ߴᴦ䴩鴪촭𴹈󴺈ÈĈňƈǈȈɈʈˈ͈̈ΈψЈш҈ӈԈՈֈ׈؈وڈۈ܈݈ވ߈ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzµõĵŵÉĉŉƉǉȉɉʉˉ͉̉ΉωЉщƵ҉ӉԉՉ։׉؉ǵىډۉȵ܉݉މɵ߉ʵ˵̵͵ABCDEFGHIJKεϵLMеNOPѵQRSTUVWҵӵXԵYյZabcdeֵfghijklmnopqrstuvwx׵yzصٵڵ۵ܵݵ޵ߵ൶ᵹ⵼ÊĊŊƊǊȊɊʊˊ̊͊ΊϊЊъҊӊԊՊ֊׊؊يڊۊ܊݊ފߊABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzËċŋƋǋȋɋʋˋ̋͋΋ϋЋыҋ¶öĶӋԋՋ֋׋؋Ŷًڋۋ܋݋ދߋƶABCDEFGHIJKLMNOPǶȶQRɶSTUʶVWXYZabcdefg˶hijklm̶nopqrstͶuvwxyzζ϶жÌČŌƌǌȌɌʌˌ̌͌ΌόЌьҌӌԌՌ֌׌،ٌڌی܌݌ތѶҶߌӶԶնֶ׶ABCDEFGHIJKLMNOPQضRSTUVWXYZabcdefghijklmnopqrٶstuڶvwx۶yzܶݶ޶߶ණᶭ㶯嶶涷綿ÍčōƍǍȍɍʍˍ͍̍΍ύЍэҍӍԍՍ֍׍؍ٍڍۍ܍ݍލߍABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz·÷ķŷƷǷȷɷÎĎŎƎǎʷȎɎʎ˷ˎ͎̎ΎώЎюҎӎԎՎ֎̷׎ͷ؎َڎێ܎ݎގߎηϷзѷҷӷԷշַ׷ABCDEFGHطIJKLMNOPQRSTUVWXYZabcdefghٷijklmnoڷpqr۷stuܷvwxyzݷ޷߷ළ᷋ⷎ㷑䷙巚淛跡鷣귦췭ﷵÏďŏƏǏȏɏʏˏ̏͏ΏϏЏяҏӏԏՏ֏׏؏ُڏۏ܏ݏޏߏABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz¸øĸŸƸǸȸɸʸ˸̸͸θϸиÐĐŐƐѸǐȐɐʐː̐͐ΐϐАѐҐҸӐԐՐ֐אِؐڐېܐݐސߐӸԸոָ׸AظٸBڸC۸ܸDEFGݸ޸߸HIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz񸖑󸗑ÑđőƑǑȑɑʑˑ̑͑ΑϑБёґӑԑՑ֑בّؑڑۑܑݑޑߑᑢ鑣ꑤ둥񑦹ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz¹ùĹŹƹÒĒŒƒǹǒȒɒȹʒ˒̒ɹ͒ΒϒВђҒӒʹԒՒ˹֒גْؒڒےܒݒޒߒ̹͹ιϹйѹABCDEҹӹFԹչֹG׹HعIJٹڹ۹ܹݹKL޹߹MNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÓēœƓǓȓɓʓ˓͓̓ΓϓГѓғӓԓՓ֓דؓٓړۓܓݓޓߓ⓷ABCDEFGHIJKLMNOPQºRSTUVWXYZabcdefúghijklmĺnopqrstuvwxyzźƺǺȺɺʺ˺̺ͺκϺкѺҺӺԺÔĔŔƔպֺǔ׺Ȕغɔʔ˔ٺں̔ۺ͔ΔϔДєҔӔܺԔՔ֔הؔٔڔ۔ܔݔޔݺߔ޺ABߺCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzﺈ𺉕򺭕󺯕ÕĕŕƕǕȕɕʕ˕͕̕ΕϕЕѕҕӕԕՕ֕וٕؕڕەܕݕޕߕᕲABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz»ûĻŻƻǻȻÖĖɻŖƖǖʻȖɖʖ˖̖͖Ζ˻̻ϖЖіͻҖӖԖՖ֖זٖؖږۖܖݖޖߖABCDEFGHIJKLMNOPQλRSTUVWXYZabcdefghijklmnopqrϻstuvwxyzлѻһӻԻջֻ׻×ėŗƗǗȗɗʗ˗̗͗ΗϗЗїҗӗԗ՗֗חؗٗڗۗܗݗޗߗػABCDEFGHIJKLMNOPQٻRSTUVWڻXYZۻabcܻdefghijݻ޻klmnopqrstuvwxyz߻໗ộ⻜代廤滥軫껬𻳘󻴘ØĘŘƘǘȘɘʘ˘̘͘ΘϘИјҘӘԘ՘֘טؘ٘ژۘܘݘޘߘ☩嘪옫𘬼ABCDEFGHIJKLMNOPQR¼üļSTUVWXżƼYZǼabcȼdefghijɼʼk˼̼ͼlmnopqμrstϼuvwмxyzѼҼӼԼռּ׼ؼټڼۼܼݼ޼߼༦ἲ⼸㼻伾ÙęřƙǙșəʙ˙̙͙ΙϙЙљҙәԙՙ֙יؙٙڙۙܙݙޙߙABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz½ÚĚŚƚǚȚɚʚ˚͚̚ΚϚКњҚӚԚ՚֚ךؚٚښۚܚݚޚýĽߚŽƽǽȽɽʽ˽̽ͽνϽнѽҽӽԽսֽABC׽ؽٽDEڽFGH۽IJKLMNOܽݽPQ޽߽RSTUVWXYZabcdefghijklmnopqrstuvwxyz⽛㽝你彡罦齨꽮뽱콴ÛěśƛǛțɛʛ˛̛͛ΛϛЛћқӛԛ՛֛כ؛ٛڛۛܛݛޛߛABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÜĜŜƜǜȜɜʜ˜̜͜ΜϜМќҜӜԜ՜֜ל؜ٜڜۜܜݜޜߜꜭ񜮾ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÝĝŝƝǝ¾þȝľɝžʝ˝̝͝ΝϝƾǾНѝȾɾʾҝ˾̾;ӝԝ՝֝ξϾоםѾҾӾ؝ٝڝԾվ۝־׾ܝݝؾޝߝپھ۾ܾݾ޾߾ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz¿ÿĿſƿǿȿɿʿ˿̿ͿοϿпѿҿӿԿտÞĞŞƞǞֿ׿Ȟɞؿʞ˞̞͞ΞϞОўҞӞԞٿ՞֞ڿמۿ؞ٞڞ۞ܞݞܿݿޞߞ޿߿ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzßğşƟǟȟɟʟ˟̟͟ΟϟПџҟӟԟ՟֟ן؟ٟڟ۟ܟݟޟߟABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz àĠŠƠǠȠɠʠˠ̠͠ΠϠРѠҠӠԠՠ֠נؠ٠ڠ۠ܠݠޠߠ࠹ᠺ栻砽蠾ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz¢¤ ¦ABCDEFGHIJ¬K®¯LMNOPQ±RSTUVWXYZabcµd·¸efghijklmnopqrstuvwxyzABCDE½FGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN¡âãOPQRSåTUVWXYZabcdeéfëìghijklmnopqrstuvwxyzÃABCDôEFGHIJKLMNOPøQúûRSTUVWýXYZabcdefghijklmnopqrstuvwxyzÊÑÔABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÞABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÅÆÇÍàABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÂÅÈÏÓÙÛÞABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnĢopqrĥĦstuvwxĨyzāĬćĉČİēĔĕĴěĝĠABCDEFĸGĺĻHIJKLMĽNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzďđēĚěABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzĐĒĕĜĝĞABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzćĚABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzćčABCDEFGHIJKLMNOPQRŢSTUVWXYZabcdefghijklmnopqrstuvwxŪyzŁńŮŋŎABCDEFGHIJKLMNOűPQRSTUVWXYZaŵbcdefghiŹjklmnżopqrstžuvwxyzłńŇŎŏŕABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzłŃŉŋŎŕŖŗŝŠABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzŁňŉŊŎŏŒABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzŁłňABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzƣƘƚƝABCƧDEFGHIJKLMNOPQRSTUVWXYZabcdefghiƯjklmƲnopqrsƵtuvwxyzƃƆƉƻƐƽƚƜƟABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzƆƉƌƓƕƛABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzǇABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzǫǆǈǮǊǋǱǐǑǒǘABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzǇǉǑǔǗǞǠABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzǅǇǊǑǒǓǙǛǞABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzǁǇǊ¡ȍ¢ȕ£Ȥȟ ¥ABCæDEFGçHIèȩJêKëLMNìOPíȮQRïSTUðVWXYZabcdeñfòghijklóȴmnõopqrstuvwxyzÁÂöȃ÷ȄÅÆÇÈÉøȹȊËúȌÍÎûȏÐÑÒÓÔÕÖüȗýȘþșÚÛÜÝÞÿȟàABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzāĂȃĄąĆȇĈĉĊċČȍĎȏĐđȒēĔĕĖėĘęĚěĜĝȞğĠABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzŁȂȃȄŅņȇňȉŊŋȌōŎȏŐőŒœŔŕȖŗŘșŚśŜŝŞȟŠABCDEFGHIJKLMNOPQR                                                        ɢɣɤɥɦɧɨɩɪɫɬɭɮɯɰɱɲɳɴɵɶɷɸɹɺɻɼɽɾɿɡ        ͭϢиѢңҧҨҩҪҫҭҲҾԥիծոۥܥ޳                                                                                                        £ãģţƣǣȣɣʣˣ̣ͣΣϣУѣңӣԣգ֣ףأ٣ڣۣݣޣߣ                                                                                                                                  ˡ̡  ͡ܣ                                                      @              A                        @{             @   рv                 asm    dylink.0  .`` `	``  ` ` 
envcheck_encoding_conversion_args env
LocalToUtf enverrstart_cold enverrcode  enverrmsg env	errfinish env
UtfToLocal env__stack_pointerenv__memory_base envmemory   __wasm_call_ctors Pg_magic_func 	pg_finfo_win_to_utf8 
pg_finfo_utf8_to_win win_to_utf8 utf8_to_win __wasm_apply_data_relocs 
  #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #AĶj#Aĸj6 #A̶j#Aj6 #Aжj#Aj6 #Aضj#AԹj6 #Aܶj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AĻj6 #Aj#Aj6 #Aj#Aj6 #Aj#AԼj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aľj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#A	j6 #Aj#Aj6 #Aĸj#Aj6 #Aj#A j6 #Aj#A(j6 #Aعj#A0j6 #Aj#A8j6 #Aj#A?j6 #Aj#A j6 #Aj#A j6 #AĻj#A j6 #Aj#A j6 #Aj#A j6 #Aؼj#A j6 #Aj#A j6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aľj#Aj6 #Aj#AФj6 #Aj#AЬj6 #AԿj#Aj6 #Aؿj#Aj6 #Aܿj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#AԶj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aȶj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6 #Aj#Aj6  # #A8j #A<j# Ak"$   (<!  (,!  ($!  ("  (  (4"AA @ Ak" AO A  vAqE    #AԿj  Atj( (A A A   A G!  Aj$   AA A  6 #" A@k   A jA   Aj # Ak"$   (<!  (,!  ($!  (  ("  (4"AA @ Ak" AO A  vAqE    #AԿj  Atj( (A A A   A G!  Aj$   AA A  6 #" A@k   A jA  A j  #8     d       @       PostgreSQL                            unexpected encoding ID %d for WIN character sets utf8_to_win utf8_and_win.c win_to_utf8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     P                                                                                                                                                                                                                                                                                                                                               #      G                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A  E                                                                                                                      %  e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 H             ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Q                                                                                                                                                                                                                                                                                                                                                                                                               AF  n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             J     	        C                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         N                                                                                                                                                                                                                                                                                                                                                                                                                                              IN  v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 J    5        o                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     V                                   %e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Y             ;                        n+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       kp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I             D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  K    2        l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 B                                                                                                                                                                                                                                             [  [     \  D\     t\  \     \  ]     4]  d]     ]  ]     ]  $^      T^  ^     ^  ^  !   _  D_     t_  _                                                            @   р  №                   	  |                                                    @    B   ‹                  P                                       P              >   ˁ}                     P                                       P              @   Ҁ@                                                            #              @   ˀ                     '                                       +              @   πH                     p/                                       p3              @   ˀ                     7                                       ;              @   ׀                     @@                                       @D              ?   ۀj                     @J                                       @N              ?   ˀ                     PR                                       PV              @   ̀                 [  [  0[  <[  0[  T[  `[  0[  0[  0[  0[  H[  l[  x[  [  [  C
C.utf8
en_US.utf8
POSIXpasswordPGlite is the best!PGlite is the best!#
# errcodes.txt
#      PostgreSQL error codes
#
# Copyright (c) 2003-2024, PostgreSQL Global Development Group
#
# This list serves as the basis for generating source files containing error
# codes. It is kept in a common format to make sure all these source files have
# the same contents.
# The files generated from this one are:
#
#   src/include/utils/errcodes.h
#      macros defining errcode constants to be used in the rest of the source
#
#   src/pl/plpgsql/src/plerrcodes.h
#      a list of PL/pgSQL condition names and their SQLSTATE codes
#
#   src/pl/tcl/pltclerrcodes.h
#      the same, for PL/Tcl
#
#   doc/src/sgml/errcodes-table.sgml
#      a SGML table of error codes for inclusion in the documentation
#
# The format of this file is one error code per line, with the following
# whitespace-separated fields:
#
#      sqlstate    E/W/S    errcode_macro_name    spec_name
#
# where sqlstate is a five-character string following the SQLSTATE conventions,
# the second field indicates if the code means an error, a warning or success,
# errcode_macro_name is the C macro name starting with ERRCODE that will be put
# in errcodes.h, and spec_name is a lowercase, underscore-separated name that
# will be used as the PL/pgSQL condition name and will also be included in the
# SGML list. The last field is optional, if not present the PL/pgSQL condition
# and the SGML entry will not be generated.
#
# Empty lines and lines starting with a hash are comments.
#
# There are also special lines in the format of:
#
#      Section: section description
#
# that is, lines starting with the string "Section:". They are used to delimit
# error classes as defined in the SQL spec, and are necessary for SGML output.
#
#
#      SQLSTATE codes for errors.
#
# The SQL99 code set is rather impoverished, especially in the area of
# syntactical and semantic errors.  We have borrowed codes from IBM's DB2
# and invented our own codes to develop a useful code set.
#
# When adding a new code, make sure it is placed in the most appropriate
# class (the first two characters of the code value identify the class).
# The listing is organized by class to make this prominent.
#
# Each class should have a generic '000' subclass.  However,
# the generic '000' subclass code should be used for an error only
# when there is not a more-specific subclass code defined.
#
# The SQL spec requires that all the elements of a SQLSTATE code be
# either digits or upper-case ASCII characters.
#
# Classes that begin with 0-4 or A-H are defined by the
# standard. Within such a class, subclass values defined by the
# standard must begin with 0-4 or A-H. To define a new error code,
# ensure that it is either in an "implementation-defined class" (it
# begins with 5-9 or I-Z), or its subclass falls outside the range of
# error codes that could be present in future versions of the
# standard (i.e. the subclass value begins with 5-9 or I-Z).
#
# The convention is that new error codes defined by PostgreSQL in a
# class defined by the standard have a subclass value that begins
# with 'P'. In addition, error codes defined by PostgreSQL clients
# (such as ecpg) have a class value that begins with 'Y'.

Section: Class 00 - Successful Completion

00000    S    ERRCODE_SUCCESSFUL_COMPLETION                                  successful_completion

Section: Class 01 - Warning

# do not use this class for failure conditions
01000    W    ERRCODE_WARNING                                                warning
0100C    W    ERRCODE_WARNING_DYNAMIC_RESULT_SETS_RETURNED                   dynamic_result_sets_returned
01008    W    ERRCODE_WARNING_IMPLICIT_ZERO_BIT_PADDING                      implicit_zero_bit_padding
01003    W    ERRCODE_WARNING_NULL_VALUE_ELIMINATED_IN_SET_FUNCTION          null_value_eliminated_in_set_function
01007    W    ERRCODE_WARNING_PRIVILEGE_NOT_GRANTED                          privilege_not_granted
01006    W    ERRCODE_WARNING_PRIVILEGE_NOT_REVOKED                          privilege_not_revoked
01004    W    ERRCODE_WARNING_STRING_DATA_RIGHT_TRUNCATION                   string_data_right_truncation
01P01    W    ERRCODE_WARNING_DEPRECATED_FEATURE                             deprecated_feature

Section: Class 02 - No Data (this is also a warning class per the SQL standard)

# do not use this class for failure conditions
02000    W    ERRCODE_NO_DATA                                                no_data
02001    W    ERRCODE_NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED             no_additional_dynamic_result_sets_returned

Section: Class 03 - SQL Statement Not Yet Complete

03000    E    ERRCODE_SQL_STATEMENT_NOT_YET_COMPLETE                         sql_statement_not_yet_complete

Section: Class 08 - Connection Exception

08000    E    ERRCODE_CONNECTION_EXCEPTION                                   connection_exception
08003    E    ERRCODE_CONNECTION_DOES_NOT_EXIST                              connection_does_not_exist
08006    E    ERRCODE_CONNECTION_FAILURE                                     connection_failure
08001    E    ERRCODE_SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION            sqlclient_unable_to_establish_sqlconnection
08004    E    ERRCODE_SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION      sqlserver_rejected_establishment_of_sqlconnection
08007    E    ERRCODE_TRANSACTION_RESOLUTION_UNKNOWN                         transaction_resolution_unknown
08P01    E    ERRCODE_PROTOCOL_VIOLATION                                     protocol_violation

Section: Class 09 - Triggered Action Exception

09000    E    ERRCODE_TRIGGERED_ACTION_EXCEPTION                             triggered_action_exception

Section: Class 0A - Feature Not Supported

0A000    E    ERRCODE_FEATURE_NOT_SUPPORTED                                  feature_not_supported

Section: Class 0B - Invalid Transaction Initiation

0B000    E    ERRCODE_INVALID_TRANSACTION_INITIATION                         invalid_transaction_initiation

Section: Class 0F - Locator Exception

0F000    E    ERRCODE_LOCATOR_EXCEPTION                                      locator_exception
0F001    E    ERRCODE_L_E_INVALID_SPECIFICATION                              invalid_locator_specification

Section: Class 0L - Invalid Grantor

0L000    E    ERRCODE_INVALID_GRANTOR                                        invalid_grantor
0LP01    E    ERRCODE_INVALID_GRANT_OPERATION                                invalid_grant_operation

Section: Class 0P - Invalid Role Specification

0P000    E    ERRCODE_INVALID_ROLE_SPECIFICATION                             invalid_role_specification

Section: Class 0Z - Diagnostics Exception

0Z000    E    ERRCODE_DIAGNOSTICS_EXCEPTION                                  diagnostics_exception
0Z002    E    ERRCODE_STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER    stacked_diagnostics_accessed_without_active_handler

Section: Class 20 - Case Not Found

20000    E    ERRCODE_CASE_NOT_FOUND                                         case_not_found

Section: Class 21 - Cardinality Violation

# this means something returned the wrong number of rows
21000    E    ERRCODE_CARDINALITY_VIOLATION                                  cardinality_violation

Section: Class 22 - Data Exception

22000    E    ERRCODE_DATA_EXCEPTION                                         data_exception
2202E    E    ERRCODE_ARRAY_ELEMENT_ERROR
# SQL99's actual definition of "array element error" is subscript error
2202E    E    ERRCODE_ARRAY_SUBSCRIPT_ERROR                                  array_subscript_error
22021    E    ERRCODE_CHARACTER_NOT_IN_REPERTOIRE                            character_not_in_repertoire
22008    E    ERRCODE_DATETIME_FIELD_OVERFLOW                                datetime_field_overflow
22008    E    ERRCODE_DATETIME_VALUE_OUT_OF_RANGE
22012    E    ERRCODE_DIVISION_BY_ZERO                                       division_by_zero
22005    E    ERRCODE_ERROR_IN_ASSIGNMENT                                    error_in_assignment
2200B    E    ERRCODE_ESCAPE_CHARACTER_CONFLICT                              escape_character_conflict
22022    E    ERRCODE_INDICATOR_OVERFLOW                                     indicator_overflow
22015    E    ERRCODE_INTERVAL_FIELD_OVERFLOW                                interval_field_overflow
2201E    E    ERRCODE_INVALID_ARGUMENT_FOR_LOG                               invalid_argument_for_logarithm
22014    E    ERRCODE_INVALID_ARGUMENT_FOR_NTILE                             invalid_argument_for_ntile_function
22016    E    ERRCODE_INVALID_ARGUMENT_FOR_NTH_VALUE                         invalid_argument_for_nth_value_function
2201F    E    ERRCODE_INVALID_ARGUMENT_FOR_POWER_FUNCTION                    invalid_argument_for_power_function
2201G    E    ERRCODE_INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION             invalid_argument_for_width_bucket_function
22018    E    ERRCODE_INVALID_CHARACTER_VALUE_FOR_CAST                       invalid_character_value_for_cast
22007    E    ERRCODE_INVALID_DATETIME_FORMAT                                invalid_datetime_format
22019    E    ERRCODE_INVALID_ESCAPE_CHARACTER                               invalid_escape_character
2200D    E    ERRCODE_INVALID_ESCAPE_OCTET                                   invalid_escape_octet
22025    E    ERRCODE_INVALID_ESCAPE_SEQUENCE                                invalid_escape_sequence
22P06    E    ERRCODE_NONSTANDARD_USE_OF_ESCAPE_CHARACTER                    nonstandard_use_of_escape_character
22010    E    ERRCODE_INVALID_INDICATOR_PARAMETER_VALUE                      invalid_indicator_parameter_value
22023    E    ERRCODE_INVALID_PARAMETER_VALUE                                invalid_parameter_value
22013    E    ERRCODE_INVALID_PRECEDING_OR_FOLLOWING_SIZE                    invalid_preceding_or_following_size
2201B    E    ERRCODE_INVALID_REGULAR_EXPRESSION                             invalid_regular_expression
2201W    E    ERRCODE_INVALID_ROW_COUNT_IN_LIMIT_CLAUSE                      invalid_row_count_in_limit_clause
2201X    E    ERRCODE_INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE              invalid_row_count_in_result_offset_clause
2202H    E    ERRCODE_INVALID_TABLESAMPLE_ARGUMENT                           invalid_tablesample_argument
2202G    E    ERRCODE_INVALID_TABLESAMPLE_REPEAT                             invalid_tablesample_repeat
22009    E    ERRCODE_INVALID_TIME_ZONE_DISPLACEMENT_VALUE                   invalid_time_zone_displacement_value
2200C    E    ERRCODE_INVALID_USE_OF_ESCAPE_CHARACTER                        invalid_use_of_escape_character
2200G    E    ERRCODE_MOST_SPECIFIC_TYPE_MISMATCH                            most_specific_type_mismatch
22004    E    ERRCODE_NULL_VALUE_NOT_ALLOWED                                 null_value_not_allowed
22002    E    ERRCODE_NULL_VALUE_NO_INDICATOR_PARAMETER                      null_value_no_indicator_parameter
22003    E    ERRCODE_NUMERIC_VALUE_OUT_OF_RANGE                             numeric_value_out_of_range
2200H    E    ERRCODE_SEQUENCE_GENERATOR_LIMIT_EXCEEDED                      sequence_generator_limit_exceeded
22026    E    ERRCODE_STRING_DATA_LENGTH_MISMATCH                            string_data_length_mismatch
22001    E    ERRCODE_STRING_DATA_RIGHT_TRUNCATION                           string_data_right_truncation
22011    E    ERRCODE_SUBSTRING_ERROR                                        substring_error
22027    E    ERRCODE_TRIM_ERROR                                             trim_error
22024    E    ERRCODE_UNTERMINATED_C_STRING                                  unterminated_c_string
2200F    E    ERRCODE_ZERO_LENGTH_CHARACTER_STRING                           zero_length_character_string
22P01    E    ERRCODE_FLOATING_POINT_EXCEPTION                               floating_point_exception
22P02    E    ERRCODE_INVALID_TEXT_REPRESENTATION                            invalid_text_representation
22P03    E    ERRCODE_INVALID_BINARY_REPRESENTATION                          invalid_binary_representation
22P04    E    ERRCODE_BAD_COPY_FILE_FORMAT                                   bad_copy_file_format
22P05    E    ERRCODE_UNTRANSLATABLE_CHARACTER                               untranslatable_character
2200L    E    ERRCODE_NOT_AN_XML_DOCUMENT                                    not_an_xml_document
2200M    E    ERRCODE_INVALID_XML_DOCUMENT                                   invalid_xml_document
2200N    E    ERRCODE_INVALID_XML_CONTENT                                    invalid_xml_content
2200S    E    ERRCODE_INVALID_XML_COMMENT                                    invalid_xml_comment
2200T    E    ERRCODE_INVALID_XML_PROCESSING_INSTRUCTION                     invalid_xml_processing_instruction
22030    E    ERRCODE_DUPLICATE_JSON_OBJECT_KEY_VALUE                        duplicate_json_object_key_value
22031    E    ERRCODE_INVALID_ARGUMENT_FOR_SQL_JSON_DATETIME_FUNCTION        invalid_argument_for_sql_json_datetime_function
22032    E    ERRCODE_INVALID_JSON_TEXT                                      invalid_json_text
22033    E    ERRCODE_INVALID_SQL_JSON_SUBSCRIPT                             invalid_sql_json_subscript
22034    E    ERRCODE_MORE_THAN_ONE_SQL_JSON_ITEM                            more_than_one_sql_json_item
22035    E    ERRCODE_NO_SQL_JSON_ITEM                                       no_sql_json_item
22036    E    ERRCODE_NON_NUMERIC_SQL_JSON_ITEM                              non_numeric_sql_json_item
22037    E    ERRCODE_NON_UNIQUE_KEYS_IN_A_JSON_OBJECT                       non_unique_keys_in_a_json_object
22038    E    ERRCODE_SINGLETON_SQL_JSON_ITEM_REQUIRED                       singleton_sql_json_item_required
22039    E    ERRCODE_SQL_JSON_ARRAY_NOT_FOUND                               sql_json_array_not_found
2203A    E    ERRCODE_SQL_JSON_MEMBER_NOT_FOUND                              sql_json_member_not_found
2203B    E    ERRCODE_SQL_JSON_NUMBER_NOT_FOUND                              sql_json_number_not_found
2203C    E    ERRCODE_SQL_JSON_OBJECT_NOT_FOUND                              sql_json_object_not_found
2203D    E    ERRCODE_TOO_MANY_JSON_ARRAY_ELEMENTS                           too_many_json_array_elements
2203E    E    ERRCODE_TOO_MANY_JSON_OBJECT_MEMBERS                           too_many_json_object_members
2203F    E    ERRCODE_SQL_JSON_SCALAR_REQUIRED                               sql_json_scalar_required
2203G    E    ERRCODE_SQL_JSON_ITEM_CANNOT_BE_CAST_TO_TARGET_TYPE            sql_json_item_cannot_be_cast_to_target_type

Section: Class 23 - Integrity Constraint Violation

23000    E    ERRCODE_INTEGRITY_CONSTRAINT_VIOLATION                         integrity_constraint_violation
23001    E    ERRCODE_RESTRICT_VIOLATION                                     restrict_violation
23502    E    ERRCODE_NOT_NULL_VIOLATION                                     not_null_violation
23503    E    ERRCODE_FOREIGN_KEY_VIOLATION                                  foreign_key_violation
23505    E    ERRCODE_UNIQUE_VIOLATION                                       unique_violation
23514    E    ERRCODE_CHECK_VIOLATION                                        check_violation
23P01    E    ERRCODE_EXCLUSION_VIOLATION                                    exclusion_violation

Section: Class 24 - Invalid Cursor State

24000    E    ERRCODE_INVALID_CURSOR_STATE                                   invalid_cursor_state

Section: Class 25 - Invalid Transaction State

25000    E    ERRCODE_INVALID_TRANSACTION_STATE                              invalid_transaction_state
25001    E    ERRCODE_ACTIVE_SQL_TRANSACTION                                 active_sql_transaction
25002    E    ERRCODE_BRANCH_TRANSACTION_ALREADY_ACTIVE                      branch_transaction_already_active
25008    E    ERRCODE_HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL              held_cursor_requires_same_isolation_level
25003    E    ERRCODE_INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION       inappropriate_access_mode_for_branch_transaction
25004    E    ERRCODE_INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION   inappropriate_isolation_level_for_branch_transaction
25005    E    ERRCODE_NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION       no_active_sql_transaction_for_branch_transaction
25006    E    ERRCODE_READ_ONLY_SQL_TRANSACTION                              read_only_sql_transaction
25007    E    ERRCODE_SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED         schema_and_data_statement_mixing_not_supported
25P01    E    ERRCODE_NO_ACTIVE_SQL_TRANSACTION                              no_active_sql_transaction
25P02    E    ERRCODE_IN_FAILED_SQL_TRANSACTION                              in_failed_sql_transaction
25P03    E    ERRCODE_IDLE_IN_TRANSACTION_SESSION_TIMEOUT                    idle_in_transaction_session_timeout
25P04    E    ERRCODE_TRANSACTION_TIMEOUT                                    transaction_timeout

Section: Class 26 - Invalid SQL Statement Name

# (we take this to mean prepared statements
26000    E    ERRCODE_INVALID_SQL_STATEMENT_NAME                             invalid_sql_statement_name

Section: Class 27 - Triggered Data Change Violation

27000    E    ERRCODE_TRIGGERED_DATA_CHANGE_VIOLATION                        triggered_data_change_violation

Section: Class 28 - Invalid Authorization Specification

28000    E    ERRCODE_INVALID_AUTHORIZATION_SPECIFICATION                    invalid_authorization_specification
28P01    E    ERRCODE_INVALID_PASSWORD                                       invalid_password

Section: Class 2B - Dependent Privilege Descriptors Still Exist

2B000    E    ERRCODE_DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST            dependent_privilege_descriptors_still_exist
2BP01    E    ERRCODE_DEPENDENT_OBJECTS_STILL_EXIST                          dependent_objects_still_exist

Section: Class 2D - Invalid Transaction Termination

2D000    E    ERRCODE_INVALID_TRANSACTION_TERMINATION                        invalid_transaction_termination

Section: Class 2F - SQL Routine Exception

2F000    E    ERRCODE_SQL_ROUTINE_EXCEPTION                                  sql_routine_exception
2F005    E    ERRCODE_S_R_E_FUNCTION_EXECUTED_NO_RETURN_STATEMENT            function_executed_no_return_statement
2F002    E    ERRCODE_S_R_E_MODIFYING_SQL_DATA_NOT_PERMITTED                 modifying_sql_data_not_permitted
2F003    E    ERRCODE_S_R_E_PROHIBITED_SQL_STATEMENT_ATTEMPTED               prohibited_sql_statement_attempted
2F004    E    ERRCODE_S_R_E_READING_SQL_DATA_NOT_PERMITTED                   reading_sql_data_not_permitted

Section: Class 34 - Invalid Cursor Name

34000    E    ERRCODE_INVALID_CURSOR_NAME                                    invalid_cursor_name

Section: Class 38 - External Routine Exception

38000    E    ERRCODE_EXTERNAL_ROUTINE_EXCEPTION                             external_routine_exception
38001    E    ERRCODE_E_R_E_CONTAINING_SQL_NOT_PERMITTED                     containing_sql_not_permitted
38002    E    ERRCODE_E_R_E_MODIFYING_SQL_DATA_NOT_PERMITTED                 modifying_sql_data_not_permitted
38003    E    ERRCODE_E_R_E_PROHIBITED_SQL_STATEMENT_ATTEMPTED               prohibited_sql_statement_attempted
38004    E    ERRCODE_E_R_E_READING_SQL_DATA_NOT_PERMITTED                   reading_sql_data_not_permitted

Section: Class 39 - External Routine Invocation Exception

39000    E    ERRCODE_EXTERNAL_ROUTINE_INVOCATION_EXCEPTION                  external_routine_invocation_exception
39001    E    ERRCODE_E_R_I_E_INVALID_SQLSTATE_RETURNED                      invalid_sqlstate_returned
39004    E    ERRCODE_E_R_I_E_NULL_VALUE_NOT_ALLOWED                         null_value_not_allowed
39P01    E    ERRCODE_E_R_I_E_TRIGGER_PROTOCOL_VIOLATED                      trigger_protocol_violated
39P02    E    ERRCODE_E_R_I_E_SRF_PROTOCOL_VIOLATED                          srf_protocol_violated
39P03    E    ERRCODE_E_R_I_E_EVENT_TRIGGER_PROTOCOL_VIOLATED                event_trigger_protocol_violated

Section: Class 3B - Savepoint Exception

3B000    E    ERRCODE_SAVEPOINT_EXCEPTION                                    savepoint_exception
3B001    E    ERRCODE_S_E_INVALID_SPECIFICATION                              invalid_savepoint_specification

Section: Class 3D - Invalid Catalog Name

3D000    E    ERRCODE_INVALID_CATALOG_NAME                                   invalid_catalog_name

Section: Class 3F - Invalid Schema Name

3F000    E    ERRCODE_INVALID_SCHEMA_NAME                                    invalid_schema_name

Section: Class 40 - Transaction Rollback

40000    E    ERRCODE_TRANSACTION_ROLLBACK                                   transaction_rollback
40002    E    ERRCODE_T_R_INTEGRITY_CONSTRAINT_VIOLATION                     transaction_integrity_constraint_violation
40001    E    ERRCODE_T_R_SERIALIZATION_FAILURE                              serialization_failure
40003    E    ERRCODE_T_R_STATEMENT_COMPLETION_UNKNOWN                       statement_completion_unknown
40P01    E    ERRCODE_T_R_DEADLOCK_DETECTED                                  deadlock_detected

Section: Class 42 - Syntax Error or Access Rule Violation

42000    E    ERRCODE_SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION                  syntax_error_or_access_rule_violation
# never use the above; use one of these two if no specific code exists:
42601    E    ERRCODE_SYNTAX_ERROR                                           syntax_error
42501    E    ERRCODE_INSUFFICIENT_PRIVILEGE                                 insufficient_privilege
42846    E    ERRCODE_CANNOT_COERCE                                          cannot_coerce
42803    E    ERRCODE_GROUPING_ERROR                                         grouping_error
42P20    E    ERRCODE_WINDOWING_ERROR                                        windowing_error
42P19    E    ERRCODE_INVALID_RECURSION                                      invalid_recursion
42830    E    ERRCODE_INVALID_FOREIGN_KEY                                    invalid_foreign_key
42602    E    ERRCODE_INVALID_NAME                                           invalid_name
42622    E    ERRCODE_NAME_TOO_LONG                                          name_too_long
42939    E    ERRCODE_RESERVED_NAME                                          reserved_name
42804    E    ERRCODE_DATATYPE_MISMATCH                                      datatype_mismatch
42P18    E    ERRCODE_INDETERMINATE_DATATYPE                                 indeterminate_datatype
42P21    E    ERRCODE_COLLATION_MISMATCH                                     collation_mismatch
42P22    E    ERRCODE_INDETERMINATE_COLLATION                                indeterminate_collation
42809    E    ERRCODE_WRONG_OBJECT_TYPE                                      wrong_object_type
428C9    E    ERRCODE_GENERATED_ALWAYS                                       generated_always

# Note: for ERRCODE purposes, we divide namable objects into these categories:
# databases, schemas, prepared statements, cursors, tables, columns,
# functions (including operators), and all else (lumped as "objects").
# (The first four categories are mandated by the existence of separate
# SQLSTATE classes for them in the spec; in this file, however, we group
# the ERRCODE names with all the rest under class 42.)  Parameters are
# sort-of-named objects and get their own ERRCODE.
#
# The same breakdown is used for "duplicate" and "ambiguous" complaints,
# as well as complaints associated with incorrect declarations.

42703    E    ERRCODE_UNDEFINED_COLUMN                                       undefined_column
34000    E    ERRCODE_UNDEFINED_CURSOR
3D000    E    ERRCODE_UNDEFINED_DATABASE
42883    E    ERRCODE_UNDEFINED_FUNCTION                                     undefined_function
26000    E    ERRCODE_UNDEFINED_PSTATEMENT
3F000    E    ERRCODE_UNDEFINED_SCHEMA
42P01    E    ERRCODE_UNDEFINED_TABLE                                        undefined_table
42P02    E    ERRCODE_UNDEFINED_PARAMETER                                    undefined_parameter
42704    E    ERRCODE_UNDEFINED_OBJECT                                       undefined_object
42701    E    ERRCODE_DUPLICATE_COLUMN                                       duplicate_column
42P03    E    ERRCODE_DUPLICATE_CURSOR                                       duplicate_cursor
42P04    E    ERRCODE_DUPLICATE_DATABASE                                     duplicate_database
42723    E    ERRCODE_DUPLICATE_FUNCTION                                     duplicate_function
42P05    E    ERRCODE_DUPLICATE_PSTATEMENT                                   duplicate_prepared_statement
42P06    E    ERRCODE_DUPLICATE_SCHEMA                                       duplicate_schema
42P07    E    ERRCODE_DUPLICATE_TABLE                                        duplicate_table
42712    E    ERRCODE_DUPLICATE_ALIAS                                        duplicate_alias
42710    E    ERRCODE_DUPLICATE_OBJECT                                       duplicate_object
42702    E    ERRCODE_AMBIGUOUS_COLUMN                                       ambiguous_column
42725    E    ERRCODE_AMBIGUOUS_FUNCTION                                     ambiguous_function
42P08    E    ERRCODE_AMBIGUOUS_PARAMETER                                    ambiguous_parameter
42P09    E    ERRCODE_AMBIGUOUS_ALIAS                                        ambiguous_alias
42P10    E    ERRCODE_INVALID_COLUMN_REFERENCE                               invalid_column_reference
42611    E    ERRCODE_INVALID_COLUMN_DEFINITION                              invalid_column_definition
42P11    E    ERRCODE_INVALID_CURSOR_DEFINITION                              invalid_cursor_definition
42P12    E    ERRCODE_INVALID_DATABASE_DEFINITION                            invalid_database_definition
42P13    E    ERRCODE_INVALID_FUNCTION_DEFINITION                            invalid_function_definition
42P14    E    ERRCODE_INVALID_PSTATEMENT_DEFINITION                          invalid_prepared_statement_definition
42P15    E    ERRCODE_INVALID_SCHEMA_DEFINITION                              invalid_schema_definition
42P16    E    ERRCODE_INVALID_TABLE_DEFINITION                               invalid_table_definition
42P17    E    ERRCODE_INVALID_OBJECT_DEFINITION                              invalid_object_definition

Section: Class 44 - WITH CHECK OPTION Violation

44000    E    ERRCODE_WITH_CHECK_OPTION_VIOLATION                            with_check_option_violation

Section: Class 53 - Insufficient Resources

# (PostgreSQL-specific error class)
53000    E    ERRCODE_INSUFFICIENT_RESOURCES                                 insufficient_resources
53100    E    ERRCODE_DISK_FULL                                              disk_full
53200    E    ERRCODE_OUT_OF_MEMORY                                          out_of_memory
53300    E    ERRCODE_TOO_MANY_CONNECTIONS                                   too_many_connections
53400    E    ERRCODE_CONFIGURATION_LIMIT_EXCEEDED                           configuration_limit_exceeded

Section: Class 54 - Program Limit Exceeded

# this is for wired-in limits, not resource exhaustion problems (class borrowed from DB2)
54000    E    ERRCODE_PROGRAM_LIMIT_EXCEEDED                                 program_limit_exceeded
54001    E    ERRCODE_STATEMENT_TOO_COMPLEX                                  statement_too_complex
54011    E    ERRCODE_TOO_MANY_COLUMNS                                       too_many_columns
54023    E    ERRCODE_TOO_MANY_ARGUMENTS                                     too_many_arguments

Section: Class 55 - Object Not In Prerequisite State

# (class borrowed from DB2)
55000    E    ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE                       object_not_in_prerequisite_state
55006    E    ERRCODE_OBJECT_IN_USE                                          object_in_use
55P02    E    ERRCODE_CANT_CHANGE_RUNTIME_PARAM                              cant_change_runtime_param
55P03    E    ERRCODE_LOCK_NOT_AVAILABLE                                     lock_not_available
55P04    E    ERRCODE_UNSAFE_NEW_ENUM_VALUE_USAGE                            unsafe_new_enum_value_usage

Section: Class 57 - Operator Intervention

# (class borrowed from DB2)
57000    E    ERRCODE_OPERATOR_INTERVENTION                                  operator_intervention
57014    E    ERRCODE_QUERY_CANCELED                                         query_canceled
57P01    E    ERRCODE_ADMIN_SHUTDOWN                                         admin_shutdown
57P02    E    ERRCODE_CRASH_SHUTDOWN                                         crash_shutdown
57P03    E    ERRCODE_CANNOT_CONNECT_NOW                                     cannot_connect_now
57P04    E    ERRCODE_DATABASE_DROPPED                                       database_dropped
57P05    E    ERRCODE_IDLE_SESSION_TIMEOUT                                   idle_session_timeout

Section: Class 58 - System Error (errors external to PostgreSQL itself)

# (class borrowed from DB2)
58000    E    ERRCODE_SYSTEM_ERROR                                           system_error
58030    E    ERRCODE_IO_ERROR                                               io_error
58P01    E    ERRCODE_UNDEFINED_FILE                                         undefined_file
58P02    E    ERRCODE_DUPLICATE_FILE                                         duplicate_file

Section: Class F0 - Configuration File Error

# (PostgreSQL-specific error class)
F0000    E    ERRCODE_CONFIG_FILE_ERROR                                      config_file_error
F0001    E    ERRCODE_LOCK_FILE_EXISTS                                       lock_file_exists

Section: Class HV - Foreign Data Wrapper Error (SQL/MED)

# (SQL/MED-specific error class)
HV000    E    ERRCODE_FDW_ERROR                                              fdw_error
HV005    E    ERRCODE_FDW_COLUMN_NAME_NOT_FOUND                              fdw_column_name_not_found
HV002    E    ERRCODE_FDW_DYNAMIC_PARAMETER_VALUE_NEEDED                     fdw_dynamic_parameter_value_needed
HV010    E    ERRCODE_FDW_FUNCTION_SEQUENCE_ERROR                            fdw_function_sequence_error
HV021    E    ERRCODE_FDW_INCONSISTENT_DESCRIPTOR_INFORMATION                fdw_inconsistent_descriptor_information
HV024    E    ERRCODE_FDW_INVALID_ATTRIBUTE_VALUE                            fdw_invalid_attribute_value
HV007    E    ERRCODE_FDW_INVALID_COLUMN_NAME                                fdw_invalid_column_name
HV008    E    ERRCODE_FDW_INVALID_COLUMN_NUMBER                              fdw_invalid_column_number
HV004    E    ERRCODE_FDW_INVALID_DATA_TYPE                                  fdw_invalid_data_type
HV006    E    ERRCODE_FDW_INVALID_DATA_TYPE_DESCRIPTORS                      fdw_invalid_data_type_descriptors
HV091    E    ERRCODE_FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER                fdw_invalid_descriptor_field_identifier
HV00B    E    ERRCODE_FDW_INVALID_HANDLE                                     fdw_invalid_handle
HV00C    E    ERRCODE_FDW_INVALID_OPTION_INDEX                               fdw_invalid_option_index
HV00D    E    ERRCODE_FDW_INVALID_OPTION_NAME                                fdw_invalid_option_name
HV090    E    ERRCODE_FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH             fdw_invalid_string_length_or_buffer_length
HV00A    E    ERRCODE_FDW_INVALID_STRING_FORMAT                              fdw_invalid_string_format
HV009    E    ERRCODE_FDW_INVALID_USE_OF_NULL_POINTER                        fdw_invalid_use_of_null_pointer
HV014    E    ERRCODE_FDW_TOO_MANY_HANDLES                                   fdw_too_many_handles
HV001    E    ERRCODE_FDW_OUT_OF_MEMORY                                      fdw_out_of_memory
HV00P    E    ERRCODE_FDW_NO_SCHEMAS                                         fdw_no_schemas
HV00J    E    ERRCODE_FDW_OPTION_NAME_NOT_FOUND                              fdw_option_name_not_found
HV00K    E    ERRCODE_FDW_REPLY_HANDLE                                       fdw_reply_handle
HV00Q    E    ERRCODE_FDW_SCHEMA_NOT_FOUND                                   fdw_schema_not_found
HV00R    E    ERRCODE_FDW_TABLE_NOT_FOUND                                    fdw_table_not_found
HV00L    E    ERRCODE_FDW_UNABLE_TO_CREATE_EXECUTION                         fdw_unable_to_create_execution
HV00M    E    ERRCODE_FDW_UNABLE_TO_CREATE_REPLY                             fdw_unable_to_create_reply
HV00N    E    ERRCODE_FDW_UNABLE_TO_ESTABLISH_CONNECTION                     fdw_unable_to_establish_connection

Section: Class P0 - PL/pgSQL Error

# (PostgreSQL-specific error class)
P0000    E    ERRCODE_PLPGSQL_ERROR                                          plpgsql_error
P0001    E    ERRCODE_RAISE_EXCEPTION                                        raise_exception
P0002    E    ERRCODE_NO_DATA_FOUND                                          no_data_found
P0003    E    ERRCODE_TOO_MANY_ROWS                                          too_many_rows
P0004    E    ERRCODE_ASSERT_FAILURE                                         assert_failure

Section: Class XX - Internal Error

# this is for "can't-happen" conditions and software bugs (PostgreSQL-specific error class)
XX000    E    ERRCODE_INTERNAL_ERROR                                         internal_error
XX001    E    ERRCODE_DATA_CORRUPTED                                         data_corrupted
XX002    E    ERRCODE_INDEX_CORRUPTED                                        index_corrupted
/* src/pl/plpgsql/src/plpgsql--1.0.sql */

CREATE FUNCTION plpgsql_call_handler() RETURNS language_handler
  LANGUAGE c AS 'MODULE_PATHNAME';

CREATE FUNCTION plpgsql_inline_handler(internal) RETURNS void
  STRICT LANGUAGE c AS 'MODULE_PATHNAME';

CREATE FUNCTION plpgsql_validator(oid) RETURNS void
  STRICT LANGUAGE c AS 'MODULE_PATHNAME';

CREATE TRUSTED LANGUAGE plpgsql
  HANDLER plpgsql_call_handler
  INLINE plpgsql_inline_handler
  VALIDATOR plpgsql_validator;

-- The language object, but not the functions, can be owned by a non-superuser.
ALTER LANGUAGE plpgsql OWNER TO @extowner@;

COMMENT ON LANGUAGE plpgsql IS 'PL/pgSQL procedural language';
# plpgsql extension
comment = 'PL/pgSQL procedural language'
default_version = '1.0'
module_pathname = '$libdir/plpgsql'
relocatable = false
schema = pg_catalog
superuser = true
trusted = true
/*
 * SQL Information Schema
 * as defined in ISO/IEC 9075-11:2023
 *
 * Copyright (c) 2003-2024, PostgreSQL Global Development Group
 *
 * src/backend/catalog/information_schema.sql
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

/*
 * Note: Generally, the definitions in this file should be ordered
 * according to the clause numbers in the SQL standard, which is also the
 * alphabetical order.  In some cases it is convenient or necessary to
 * define one information schema view by using another one; in that case,
 * put the referencing view at the very end and leave a note where it
 * should have been put.
 */


/*
 * 6.2
 * INFORMATION_SCHEMA schema
 */

CREATE SCHEMA information_schema;
GRANT USAGE ON SCHEMA information_schema TO PUBLIC;
SET search_path TO information_schema;


/*
 * A few supporting functions first ...
 */

/* Expand any 1-D array into a set with integers 1..N */
CREATE FUNCTION _pg_expandarray(IN anyarray, OUT x anyelement, OUT n int)
    RETURNS SETOF RECORD
    LANGUAGE sql STRICT IMMUTABLE PARALLEL SAFE
    ROWS 100 SUPPORT pg_catalog.array_unnest_support
    AS 'SELECT * FROM pg_catalog.unnest($1) WITH ORDINALITY';

/* Given an index's OID and an underlying-table column number, return the
 * column's position in the index (NULL if not there) */
CREATE FUNCTION _pg_index_position(oid, smallint) RETURNS int
    LANGUAGE sql STRICT STABLE
BEGIN ATOMIC
SELECT (ss.a).n FROM
  (SELECT information_schema._pg_expandarray(indkey) AS a
   FROM pg_catalog.pg_index WHERE indexrelid = $1) ss
  WHERE (ss.a).x = $2;
END;

CREATE FUNCTION _pg_truetypid(pg_attribute, pg_type) RETURNS oid
    LANGUAGE sql
    IMMUTABLE
    PARALLEL SAFE
    RETURNS NULL ON NULL INPUT
RETURN CASE WHEN $2.typtype = 'd' THEN $2.typbasetype ELSE $1.atttypid END;

CREATE FUNCTION _pg_truetypmod(pg_attribute, pg_type) RETURNS int4
    LANGUAGE sql
    IMMUTABLE
    PARALLEL SAFE
    RETURNS NULL ON NULL INPUT
RETURN CASE WHEN $2.typtype = 'd' THEN $2.typtypmod ELSE $1.atttypmod END;

-- these functions encapsulate knowledge about the encoding of typmod:

CREATE FUNCTION _pg_char_max_length(typid oid, typmod int4) RETURNS integer
    LANGUAGE sql
    IMMUTABLE
    PARALLEL SAFE
    RETURNS NULL ON NULL INPUT
RETURN
  CASE WHEN $2 = -1 /* default typmod */
       THEN null
       WHEN $1 IN (1042, 1043) /* char, varchar */
       THEN $2 - 4
       WHEN $1 IN (1560, 1562) /* bit, varbit */
       THEN $2
       ELSE null
  END;

CREATE FUNCTION _pg_char_octet_length(typid oid, typmod int4) RETURNS integer
    LANGUAGE sql
    IMMUTABLE
    PARALLEL SAFE
    RETURNS NULL ON NULL INPUT
RETURN
  CASE WHEN $1 IN (25, 1042, 1043) /* text, char, varchar */
       THEN CASE WHEN $2 = -1 /* default typmod */
                 THEN CAST(2^30 AS integer)
                 ELSE information_schema._pg_char_max_length($1, $2) *
                      pg_catalog.pg_encoding_max_length((SELECT encoding FROM pg_catalog.pg_database WHERE datname = pg_catalog.current_database()))
            END
       ELSE null
  END;

CREATE FUNCTION _pg_numeric_precision(typid oid, typmod int4) RETURNS integer
    LANGUAGE sql
    IMMUTABLE
    PARALLEL SAFE
    RETURNS NULL ON NULL INPUT
RETURN
  CASE $1
         WHEN 21 /*int2*/ THEN 16
         WHEN 23 /*int4*/ THEN 32
         WHEN 20 /*int8*/ THEN 64
         WHEN 1700 /*numeric*/ THEN
              CASE WHEN $2 = -1
                   THEN null
                   ELSE (($2 - 4) >> 16) & 0xFFFF
                   END
         WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/
         WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/
         ELSE null
  END;

CREATE FUNCTION _pg_numeric_precision_radix(typid oid, typmod int4) RETURNS integer
    LANGUAGE sql
    IMMUTABLE
    PARALLEL SAFE
    RETURNS NULL ON NULL INPUT
RETURN
  CASE WHEN $1 IN (21, 23, 20, 700, 701) THEN 2
       WHEN $1 IN (1700) THEN 10
       ELSE null
  END;

CREATE FUNCTION _pg_numeric_scale(typid oid, typmod int4) RETURNS integer
    LANGUAGE sql
    IMMUTABLE
    PARALLEL SAFE
    RETURNS NULL ON NULL INPUT
RETURN
  CASE WHEN $1 IN (21, 23, 20) THEN 0
       WHEN $1 IN (1700) THEN
            CASE WHEN $2 = -1
                 THEN null
                 ELSE ($2 - 4) & 0xFFFF
                 END
       ELSE null
  END;

CREATE FUNCTION _pg_datetime_precision(typid oid, typmod int4) RETURNS integer
    LANGUAGE sql
    IMMUTABLE
    PARALLEL SAFE
    RETURNS NULL ON NULL INPUT
RETURN
  CASE WHEN $1 IN (1082) /* date */
           THEN 0
       WHEN $1 IN (1083, 1114, 1184, 1266) /* time, timestamp, same + tz */
           THEN CASE WHEN $2 < 0 THEN 6 ELSE $2 END
       WHEN $1 IN (1186) /* interval */
           THEN CASE WHEN $2 < 0 OR $2 & 0xFFFF = 0xFFFF THEN 6 ELSE $2 & 0xFFFF END
       ELSE null
  END;

CREATE FUNCTION _pg_interval_type(typid oid, mod int4) RETURNS text
    LANGUAGE sql
    IMMUTABLE
    PARALLEL SAFE
    RETURNS NULL ON NULL INPUT
RETURN
  CASE WHEN $1 IN (1186) /* interval */
           THEN pg_catalog.upper(substring(pg_catalog.format_type($1, $2) similar 'interval[()0-9]* #"%#"' escape '#'))
       ELSE null
  END;


-- 6.3 INFORMATION_SCHEMA_CATALOG_NAME view appears later.


/*
 * 6.4
 * CARDINAL_NUMBER domain
 */

CREATE DOMAIN cardinal_number AS integer
    CONSTRAINT cardinal_number_domain_check CHECK (value >= 0);


/*
 * 6.5
 * CHARACTER_DATA domain
 */

CREATE DOMAIN character_data AS character varying COLLATE "C";


/*
 * 6.6
 * SQL_IDENTIFIER domain
 */

CREATE DOMAIN sql_identifier AS name;


/*
 * 6.3
 * INFORMATION_SCHEMA_CATALOG_NAME view
 */

CREATE VIEW information_schema_catalog_name AS
    SELECT CAST(current_database() AS sql_identifier) AS catalog_name;

GRANT SELECT ON information_schema_catalog_name TO PUBLIC;


/*
 * 6.7
 * TIME_STAMP domain
 */

CREATE DOMAIN time_stamp AS timestamp(2) with time zone
    DEFAULT current_timestamp(2);

/*
 * 6.8
 * YES_OR_NO domain
 */

CREATE DOMAIN yes_or_no AS character varying(3) COLLATE "C"
    CONSTRAINT yes_or_no_check CHECK (value IN ('YES', 'NO'));


-- 6.9 ADMINISTRABLE_ROLE_AUTHORIZATIONS view appears later.


/*
 * 6.10
 * APPLICABLE_ROLES view
 */

CREATE VIEW applicable_roles AS
    SELECT CAST(a.rolname AS sql_identifier) AS grantee,
           CAST(b.rolname AS sql_identifier) AS role_name,
           CAST(CASE WHEN m.admin_option THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_grantable
    FROM (SELECT member, roleid, admin_option FROM pg_auth_members
          -- This UNION could be UNION ALL, but UNION works even if we start
          -- to allow explicit pg_database_owner membership.
          UNION
          SELECT datdba, pg_authid.oid, false
          FROM pg_database, pg_authid
          WHERE datname = current_database() AND rolname = 'pg_database_owner'
         )  m
         JOIN pg_authid a ON (m.member = a.oid)
         JOIN pg_authid b ON (m.roleid = b.oid)
    WHERE pg_has_role(a.oid, 'USAGE');

GRANT SELECT ON applicable_roles TO PUBLIC;


/*
 * 6.9
 * ADMINISTRABLE_ROLE_AUTHORIZATIONS view
 */

CREATE VIEW administrable_role_authorizations AS
    SELECT *
    FROM applicable_roles
    WHERE is_grantable = 'YES';

GRANT SELECT ON administrable_role_authorizations TO PUBLIC;


/*
 * 6.11
 * ASSERTIONS view
 */

-- feature not supported


/*
 * 6.12
 * ATTRIBUTES view
 */

CREATE VIEW attributes AS
    SELECT CAST(current_database() AS sql_identifier) AS udt_catalog,
           CAST(nc.nspname AS sql_identifier) AS udt_schema,
           CAST(c.relname AS sql_identifier) AS udt_name,
           CAST(a.attname AS sql_identifier) AS attribute_name,
           CAST(a.attnum AS cardinal_number) AS ordinal_position,
           CAST(pg_get_expr(ad.adbin, ad.adrelid) AS character_data) AS attribute_default,
           CAST(CASE WHEN a.attnotnull OR (t.typtype = 'd' AND t.typnotnull) THEN 'NO' ELSE 'YES' END
             AS yes_or_no)
             AS is_nullable, -- This column was apparently removed between SQL:2003 and SQL:2008.

           CAST(
             CASE WHEN t.typelem <> 0 AND t.typlen = -1 THEN 'ARRAY'
                  WHEN nt.nspname = 'pg_catalog' THEN format_type(a.atttypid, null)
                  ELSE 'USER-DEFINED' END
             AS character_data)
             AS data_type,

           CAST(
             _pg_char_max_length(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS cardinal_number)
             AS character_maximum_length,

           CAST(
             _pg_char_octet_length(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS cardinal_number)
             AS character_octet_length,

           CAST(null AS sql_identifier) AS character_set_catalog,
           CAST(null AS sql_identifier) AS character_set_schema,
           CAST(null AS sql_identifier) AS character_set_name,

           CAST(CASE WHEN nco.nspname IS NOT NULL THEN current_database() END AS sql_identifier) AS collation_catalog,
           CAST(nco.nspname AS sql_identifier) AS collation_schema,
           CAST(co.collname AS sql_identifier) AS collation_name,

           CAST(
             _pg_numeric_precision(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS cardinal_number)
             AS numeric_precision,

           CAST(
             _pg_numeric_precision_radix(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS cardinal_number)
             AS numeric_precision_radix,

           CAST(
             _pg_numeric_scale(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS cardinal_number)
             AS numeric_scale,

           CAST(
             _pg_datetime_precision(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS cardinal_number)
             AS datetime_precision,

           CAST(
             _pg_interval_type(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS character_data)
             AS interval_type,
           CAST(null AS cardinal_number) AS interval_precision,

           CAST(current_database() AS sql_identifier) AS attribute_udt_catalog,
           CAST(nt.nspname AS sql_identifier) AS attribute_udt_schema,
           CAST(t.typname AS sql_identifier) AS attribute_udt_name,

           CAST(null AS sql_identifier) AS scope_catalog,
           CAST(null AS sql_identifier) AS scope_schema,
           CAST(null AS sql_identifier) AS scope_name,

           CAST(null AS cardinal_number) AS maximum_cardinality,
           CAST(a.attnum AS sql_identifier) AS dtd_identifier,
           CAST('NO' AS yes_or_no) AS is_derived_reference_attribute

    FROM (pg_attribute a LEFT JOIN pg_attrdef ad ON attrelid = adrelid AND attnum = adnum)
         JOIN (pg_class c JOIN pg_namespace nc ON (c.relnamespace = nc.oid)) ON a.attrelid = c.oid
         JOIN (pg_type t JOIN pg_namespace nt ON (t.typnamespace = nt.oid)) ON a.atttypid = t.oid
         LEFT JOIN (pg_collation co JOIN pg_namespace nco ON (co.collnamespace = nco.oid))
           ON a.attcollation = co.oid AND (nco.nspname, co.collname) <> ('pg_catalog', 'default')

    WHERE a.attnum > 0 AND NOT a.attisdropped
          AND c.relkind IN ('c')
          AND (pg_has_role(c.relowner, 'USAGE')
               OR has_type_privilege(c.reltype, 'USAGE'));

GRANT SELECT ON attributes TO PUBLIC;


/*
 * 6.13
 * CHARACTER_SETS view
 */

CREATE VIEW character_sets AS
    SELECT CAST(null AS sql_identifier) AS character_set_catalog,
           CAST(null AS sql_identifier) AS character_set_schema,
           CAST(getdatabaseencoding() AS sql_identifier) AS character_set_name,
           CAST(CASE WHEN getdatabaseencoding() = 'UTF8' THEN 'UCS' ELSE getdatabaseencoding() END AS sql_identifier) AS character_repertoire,
           CAST(getdatabaseencoding() AS sql_identifier) AS form_of_use,
           CAST(current_database() AS sql_identifier) AS default_collate_catalog,
           CAST(nc.nspname AS sql_identifier) AS default_collate_schema,
           CAST(c.collname AS sql_identifier) AS default_collate_name
    FROM pg_database d
         LEFT JOIN (pg_collation c JOIN pg_namespace nc ON (c.collnamespace = nc.oid))
             ON (datcollate = collcollate AND datctype = collctype)
    WHERE d.datname = current_database()
    ORDER BY char_length(c.collname) DESC, c.collname ASC -- prefer full/canonical name
    LIMIT 1;

GRANT SELECT ON character_sets TO PUBLIC;


/*
 * 6.14
 * CHECK_CONSTRAINT_ROUTINE_USAGE view
 */

CREATE VIEW check_constraint_routine_usage AS
    SELECT DISTINCT
           CAST(current_database() AS sql_identifier) AS constraint_catalog,
           CAST(nc.nspname AS sql_identifier) AS constraint_schema,
           CAST(c.conname AS sql_identifier) AS constraint_name,
           CAST(current_database() AS sql_identifier) AS specific_catalog,
           CAST(np.nspname AS sql_identifier) AS specific_schema,
           CAST(nameconcatoid(p.proname, p.oid) AS sql_identifier) AS specific_name
    FROM pg_namespace nc, pg_constraint c, pg_depend d, pg_proc p, pg_namespace np
    WHERE nc.oid = c.connamespace
      AND c.contype = 'c'
      AND c.oid = d.objid
      AND d.classid = 'pg_catalog.pg_constraint'::regclass
      AND d.refobjid = p.oid
      AND d.refclassid = 'pg_catalog.pg_proc'::regclass
      AND p.pronamespace = np.oid
      AND pg_has_role(p.proowner, 'USAGE');

GRANT SELECT ON check_constraint_routine_usage TO PUBLIC;


/*
 * 6.15
 * CHECK_CONSTRAINTS view
 */

CREATE VIEW check_constraints AS
    SELECT CAST(current_database() AS sql_identifier) AS constraint_catalog,
           CAST(rs.nspname AS sql_identifier) AS constraint_schema,
           CAST(con.conname AS sql_identifier) AS constraint_name,
           CAST(pg_get_expr(con.conbin, coalesce(c.oid, 0)) AS character_data) AS check_clause
    FROM pg_constraint con
           LEFT OUTER JOIN pg_namespace rs ON (rs.oid = con.connamespace)
           LEFT OUTER JOIN pg_class c ON (c.oid = con.conrelid)
           LEFT OUTER JOIN pg_type t ON (t.oid = con.contypid)
    WHERE pg_has_role(coalesce(c.relowner, t.typowner), 'USAGE')
      AND con.contype = 'c'

    UNION
    -- not-null constraints on domains

    SELECT current_database()::information_schema.sql_identifier AS constraint_catalog,
           rs.nspname::information_schema.sql_identifier AS constraint_schema,
           con.conname::information_schema.sql_identifier AS constraint_name,
           pg_catalog.format('%s IS NOT NULL', coalesce(at.attname, 'VALUE'))::information_schema.character_data AS check_clause
     FROM pg_constraint con
            LEFT JOIN pg_namespace rs ON rs.oid = con.connamespace
            LEFT JOIN pg_class c ON c.oid = con.conrelid
            LEFT JOIN pg_type t ON t.oid = con.contypid
            LEFT JOIN pg_attribute at ON (con.conrelid = at.attrelid AND con.conkey[1] = at.attnum)
     WHERE pg_has_role(coalesce(c.relowner, t.typowner), 'USAGE'::text)
       AND con.contype = 'n'

    UNION
    -- not-null constraints on relations

    SELECT CAST(current_database() AS sql_identifier) AS constraint_catalog,
           CAST(n.nspname AS sql_identifier) AS constraint_schema,
           CAST(CAST(n.oid AS text) || '_' || CAST(r.oid AS text) || '_' || CAST(a.attnum AS text) || '_not_null' AS sql_identifier) AS constraint_name, -- XXX
           CAST(a.attname || ' IS NOT NULL' AS character_data)
             AS check_clause
    FROM pg_namespace n, pg_class r, pg_attribute a
    WHERE n.oid = r.relnamespace
      AND r.oid = a.attrelid
      AND a.attnum > 0
      AND NOT a.attisdropped
      AND a.attnotnull
      AND r.relkind IN ('r', 'p')
      AND pg_has_role(r.relowner, 'USAGE');

GRANT SELECT ON check_constraints TO PUBLIC;


/*
 * 6.16
 * COLLATIONS view
 */

CREATE VIEW collations AS
    SELECT CAST(current_database() AS sql_identifier) AS collation_catalog,
           CAST(nc.nspname AS sql_identifier) AS collation_schema,
           CAST(c.collname AS sql_identifier) AS collation_name,
           CAST('NO PAD' AS character_data) AS pad_attribute
    FROM pg_collation c, pg_namespace nc
    WHERE c.collnamespace = nc.oid
          AND collencoding IN (-1, (SELECT encoding FROM pg_database WHERE datname = current_database()));

GRANT SELECT ON collations TO PUBLIC;


/*
 * 6.17
 * COLLATION_CHARACTER_SET_APPLICABILITY view
 */

CREATE VIEW collation_character_set_applicability AS
    SELECT CAST(current_database() AS sql_identifier) AS collation_catalog,
           CAST(nc.nspname AS sql_identifier) AS collation_schema,
           CAST(c.collname AS sql_identifier) AS collation_name,
           CAST(null AS sql_identifier) AS character_set_catalog,
           CAST(null AS sql_identifier) AS character_set_schema,
           CAST(getdatabaseencoding() AS sql_identifier) AS character_set_name
    FROM pg_collation c, pg_namespace nc
    WHERE c.collnamespace = nc.oid
          AND collencoding IN (-1, (SELECT encoding FROM pg_database WHERE datname = current_database()));

GRANT SELECT ON collation_character_set_applicability TO PUBLIC;


/*
 * 6.18
 * COLUMN_COLUMN_USAGE view
 */

CREATE VIEW column_column_usage AS
    SELECT DISTINCT
           CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(n.nspname AS sql_identifier) AS table_schema,
           CAST(c.relname AS sql_identifier) AS table_name,
           CAST(ac.attname AS sql_identifier) AS column_name,
           CAST(ad.attname AS sql_identifier) AS dependent_column

    FROM pg_namespace n, pg_class c, pg_depend d,
         pg_attribute ac, pg_attribute ad, pg_attrdef atd

    WHERE n.oid = c.relnamespace
          AND c.oid = ac.attrelid
          AND c.oid = ad.attrelid
          AND ac.attnum <> ad.attnum
          AND ad.attrelid = atd.adrelid
          AND ad.attnum = atd.adnum
          AND d.classid = 'pg_catalog.pg_attrdef'::regclass
          AND d.refclassid = 'pg_catalog.pg_class'::regclass
          AND d.objid = atd.oid
          AND d.refobjid = ac.attrelid
          AND d.refobjsubid = ac.attnum
          AND ad.attgenerated <> ''
          AND pg_has_role(c.relowner, 'USAGE');

GRANT SELECT ON column_column_usage TO PUBLIC;


/*
 * 6.19
 * COLUMN_DOMAIN_USAGE view
 */

CREATE VIEW column_domain_usage AS
    SELECT CAST(current_database() AS sql_identifier) AS domain_catalog,
           CAST(nt.nspname AS sql_identifier) AS domain_schema,
           CAST(t.typname AS sql_identifier) AS domain_name,
           CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nc.nspname AS sql_identifier) AS table_schema,
           CAST(c.relname AS sql_identifier) AS table_name,
           CAST(a.attname AS sql_identifier) AS column_name

    FROM pg_type t, pg_namespace nt, pg_class c, pg_namespace nc,
         pg_attribute a

    WHERE t.typnamespace = nt.oid
          AND c.relnamespace = nc.oid
          AND a.attrelid = c.oid
          AND a.atttypid = t.oid
          AND t.typtype = 'd'
          AND c.relkind IN ('r', 'v', 'f', 'p')
          AND a.attnum > 0
          AND NOT a.attisdropped
          AND pg_has_role(t.typowner, 'USAGE');

GRANT SELECT ON column_domain_usage TO PUBLIC;


/*
 * 6.20
 * COLUMN_PRIVILEGES
 */

CREATE VIEW column_privileges AS
    SELECT CAST(u_grantor.rolname AS sql_identifier) AS grantor,
           CAST(grantee.rolname AS sql_identifier) AS grantee,
           CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nc.nspname AS sql_identifier) AS table_schema,
           CAST(x.relname AS sql_identifier) AS table_name,
           CAST(x.attname AS sql_identifier) AS column_name,
           CAST(x.prtype AS character_data) AS privilege_type,
           CAST(
             CASE WHEN
                  -- object owner always has grant options
                  pg_has_role(x.grantee, x.relowner, 'USAGE')
                  OR x.grantable
                  THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_grantable

    FROM (
           SELECT pr_c.grantor,
                  pr_c.grantee,
                  attname,
                  relname,
                  relnamespace,
                  pr_c.prtype,
                  pr_c.grantable,
                  pr_c.relowner
           FROM (SELECT oid, relname, relnamespace, relowner, (aclexplode(coalesce(relacl, acldefault('r', relowner)))).*
                 FROM pg_class
                 WHERE relkind IN ('r', 'v', 'f', 'p')
                ) pr_c (oid, relname, relnamespace, relowner, grantor, grantee, prtype, grantable),
                pg_attribute a
           WHERE a.attrelid = pr_c.oid
                 AND a.attnum > 0
                 AND NOT a.attisdropped
           UNION
           SELECT pr_a.grantor,
                  pr_a.grantee,
                  attname,
                  relname,
                  relnamespace,
                  pr_a.prtype,
                  pr_a.grantable,
                  c.relowner
           FROM (SELECT attrelid, attname, (aclexplode(coalesce(attacl, acldefault('c', relowner)))).*
                 FROM pg_attribute a JOIN pg_class cc ON (a.attrelid = cc.oid)
                 WHERE attnum > 0
                       AND NOT attisdropped
                ) pr_a (attrelid, attname, grantor, grantee, prtype, grantable),
                pg_class c
           WHERE pr_a.attrelid = c.oid
                 AND relkind IN ('r', 'v', 'f', 'p')
         ) x,
         pg_namespace nc,
         pg_authid u_grantor,
         (
           SELECT oid, rolname FROM pg_authid
           UNION ALL
           SELECT 0::oid, 'PUBLIC'
         ) AS grantee (oid, rolname)

    WHERE x.relnamespace = nc.oid
          AND x.grantee = grantee.oid
          AND x.grantor = u_grantor.oid
          AND x.prtype IN ('INSERT', 'SELECT', 'UPDATE', 'REFERENCES')
          AND (pg_has_role(u_grantor.oid, 'USAGE')
               OR pg_has_role(grantee.oid, 'USAGE')
               OR grantee.rolname = 'PUBLIC');

GRANT SELECT ON column_privileges TO PUBLIC;


/*
 * 6.21
 * COLUMN_UDT_USAGE view
 */

CREATE VIEW column_udt_usage AS
    SELECT CAST(current_database() AS sql_identifier) AS udt_catalog,
           CAST(coalesce(nbt.nspname, nt.nspname) AS sql_identifier) AS udt_schema,
           CAST(coalesce(bt.typname, t.typname) AS sql_identifier) AS udt_name,
           CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nc.nspname AS sql_identifier) AS table_schema,
           CAST(c.relname AS sql_identifier) AS table_name,
           CAST(a.attname AS sql_identifier) AS column_name

    FROM pg_attribute a, pg_class c, pg_namespace nc,
         (pg_type t JOIN pg_namespace nt ON (t.typnamespace = nt.oid))
           LEFT JOIN (pg_type bt JOIN pg_namespace nbt ON (bt.typnamespace = nbt.oid))
           ON (t.typtype = 'd' AND t.typbasetype = bt.oid)

    WHERE a.attrelid = c.oid
          AND a.atttypid = t.oid
          AND nc.oid = c.relnamespace
          AND a.attnum > 0 AND NOT a.attisdropped
          AND c.relkind in ('r', 'v', 'f', 'p')
          AND pg_has_role(coalesce(bt.typowner, t.typowner), 'USAGE');

GRANT SELECT ON column_udt_usage TO PUBLIC;


/*
 * 6.22
 * COLUMNS view
 */

CREATE VIEW columns AS
    SELECT CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nc.nspname AS sql_identifier) AS table_schema,
           CAST(c.relname AS sql_identifier) AS table_name,
           CAST(a.attname AS sql_identifier) AS column_name,
           CAST(a.attnum AS cardinal_number) AS ordinal_position,
           CAST(CASE WHEN a.attgenerated = '' THEN pg_get_expr(ad.adbin, ad.adrelid) END AS character_data) AS column_default,
           CAST(CASE WHEN a.attnotnull OR (t.typtype = 'd' AND t.typnotnull) THEN 'NO' ELSE 'YES' END
             AS yes_or_no)
             AS is_nullable,

           CAST(
             CASE WHEN t.typtype = 'd' THEN
               CASE WHEN bt.typelem <> 0 AND bt.typlen = -1 THEN 'ARRAY'
                    WHEN nbt.nspname = 'pg_catalog' THEN format_type(t.typbasetype, null)
                    ELSE 'USER-DEFINED' END
             ELSE
               CASE WHEN t.typelem <> 0 AND t.typlen = -1 THEN 'ARRAY'
                    WHEN nt.nspname = 'pg_catalog' THEN format_type(a.atttypid, null)
                    ELSE 'USER-DEFINED' END
             END
             AS character_data)
             AS data_type,

           CAST(
             _pg_char_max_length(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS cardinal_number)
             AS character_maximum_length,

           CAST(
             _pg_char_octet_length(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS cardinal_number)
             AS character_octet_length,

           CAST(
             _pg_numeric_precision(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS cardinal_number)
             AS numeric_precision,

           CAST(
             _pg_numeric_precision_radix(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS cardinal_number)
             AS numeric_precision_radix,

           CAST(
             _pg_numeric_scale(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS cardinal_number)
             AS numeric_scale,

           CAST(
             _pg_datetime_precision(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS cardinal_number)
             AS datetime_precision,

           CAST(
             _pg_interval_type(_pg_truetypid(a, t), _pg_truetypmod(a, t))
             AS character_data)
             AS interval_type,
           CAST(null AS cardinal_number) AS interval_precision,

           CAST(null AS sql_identifier) AS character_set_catalog,
           CAST(null AS sql_identifier) AS character_set_schema,
           CAST(null AS sql_identifier) AS character_set_name,

           CAST(CASE WHEN nco.nspname IS NOT NULL THEN current_database() END AS sql_identifier) AS collation_catalog,
           CAST(nco.nspname AS sql_identifier) AS collation_schema,
           CAST(co.collname AS sql_identifier) AS collation_name,

           CAST(CASE WHEN t.typtype = 'd' THEN current_database() ELSE null END
             AS sql_identifier) AS domain_catalog,
           CAST(CASE WHEN t.typtype = 'd' THEN nt.nspname ELSE null END
             AS sql_identifier) AS domain_schema,
           CAST(CASE WHEN t.typtype = 'd' THEN t.typname ELSE null END
             AS sql_identifier) AS domain_name,

           CAST(current_database() AS sql_identifier) AS udt_catalog,
           CAST(coalesce(nbt.nspname, nt.nspname) AS sql_identifier) AS udt_schema,
           CAST(coalesce(bt.typname, t.typname) AS sql_identifier) AS udt_name,

           CAST(null AS sql_identifier) AS scope_catalog,
           CAST(null AS sql_identifier) AS scope_schema,
           CAST(null AS sql_identifier) AS scope_name,

           CAST(null AS cardinal_number) AS maximum_cardinality,
           CAST(a.attnum AS sql_identifier) AS dtd_identifier,
           CAST('NO' AS yes_or_no) AS is_self_referencing,

           CAST(CASE WHEN a.attidentity IN ('a', 'd') THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_identity,
           CAST(CASE a.attidentity WHEN 'a' THEN 'ALWAYS' WHEN 'd' THEN 'BY DEFAULT' END AS character_data) AS identity_generation,
           CAST(seq.seqstart AS character_data) AS identity_start,
           CAST(seq.seqincrement AS character_data) AS identity_increment,
           CAST(seq.seqmax AS character_data) AS identity_maximum,
           CAST(seq.seqmin AS character_data) AS identity_minimum,
           CAST(CASE WHEN seq.seqcycle THEN 'YES' ELSE 'NO' END AS yes_or_no) AS identity_cycle,

           CAST(CASE WHEN a.attgenerated <> '' THEN 'ALWAYS' ELSE 'NEVER' END AS character_data) AS is_generated,
           CAST(CASE WHEN a.attgenerated <> '' THEN pg_get_expr(ad.adbin, ad.adrelid) END AS character_data) AS generation_expression,

           CAST(CASE WHEN c.relkind IN ('r', 'p') OR
                          (c.relkind IN ('v', 'f') AND
                           pg_column_is_updatable(c.oid, a.attnum, false))
                THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_updatable

    FROM (pg_attribute a LEFT JOIN pg_attrdef ad ON attrelid = adrelid AND attnum = adnum)
         JOIN (pg_class c JOIN pg_namespace nc ON (c.relnamespace = nc.oid)) ON a.attrelid = c.oid
         JOIN (pg_type t JOIN pg_namespace nt ON (t.typnamespace = nt.oid)) ON a.atttypid = t.oid
         LEFT JOIN (pg_type bt JOIN pg_namespace nbt ON (bt.typnamespace = nbt.oid))
           ON (t.typtype = 'd' AND t.typbasetype = bt.oid)
         LEFT JOIN (pg_collation co JOIN pg_namespace nco ON (co.collnamespace = nco.oid))
           ON a.attcollation = co.oid AND (nco.nspname, co.collname) <> ('pg_catalog', 'default')
         LEFT JOIN (pg_depend dep JOIN pg_sequence seq ON (dep.classid = 'pg_class'::regclass AND dep.objid = seq.seqrelid AND dep.deptype = 'i'))
           ON (dep.refclassid = 'pg_class'::regclass AND dep.refobjid = c.oid AND dep.refobjsubid = a.attnum)

    WHERE (NOT pg_is_other_temp_schema(nc.oid))

          AND a.attnum > 0 AND NOT a.attisdropped
          AND c.relkind IN ('r', 'v', 'f', 'p')

          AND (pg_has_role(c.relowner, 'USAGE')
               OR has_column_privilege(c.oid, a.attnum,
                                       'SELECT, INSERT, UPDATE, REFERENCES'));

GRANT SELECT ON columns TO PUBLIC;


/*
 * 6.23
 * CONSTRAINT_COLUMN_USAGE view
 */

CREATE VIEW constraint_column_usage AS
    SELECT CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(tblschema AS sql_identifier) AS table_schema,
           CAST(tblname AS sql_identifier) AS table_name,
           CAST(colname AS sql_identifier) AS column_name,
           CAST(current_database() AS sql_identifier) AS constraint_catalog,
           CAST(cstrschema AS sql_identifier) AS constraint_schema,
           CAST(cstrname AS sql_identifier) AS constraint_name

    FROM (
        /* check constraints */
        SELECT DISTINCT nr.nspname, r.relname, r.relowner, a.attname, nc.nspname, c.conname
          FROM pg_namespace nr, pg_class r, pg_attribute a, pg_depend d, pg_namespace nc, pg_constraint c
          WHERE nr.oid = r.relnamespace
            AND r.oid = a.attrelid
            AND d.refclassid = 'pg_catalog.pg_class'::regclass
            AND d.refobjid = r.oid
            AND d.refobjsubid = a.attnum
            AND d.classid = 'pg_catalog.pg_constraint'::regclass
            AND d.objid = c.oid
            AND c.connamespace = nc.oid
            AND c.contype = 'c'
            AND r.relkind IN ('r', 'p')
            AND NOT a.attisdropped

        UNION ALL

        /* unique/primary key/foreign key constraints */
        SELECT nr.nspname, r.relname, r.relowner, a.attname, nc.nspname, c.conname
          FROM pg_namespace nr, pg_class r, pg_attribute a, pg_namespace nc,
               pg_constraint c
          WHERE nr.oid = r.relnamespace
            AND r.oid = a.attrelid
            AND nc.oid = c.connamespace
            AND r.oid = CASE c.contype WHEN 'f' THEN c.confrelid ELSE c.conrelid END
            AND a.attnum = ANY (CASE c.contype WHEN 'f' THEN c.confkey ELSE c.conkey END)
            AND NOT a.attisdropped
            AND c.contype IN ('p', 'u', 'f')
            AND r.relkind IN ('r', 'p')

      ) AS x (tblschema, tblname, tblowner, colname, cstrschema, cstrname)

    WHERE pg_has_role(x.tblowner, 'USAGE');

GRANT SELECT ON constraint_column_usage TO PUBLIC;


/*
 * 6.24
 * CONSTRAINT_PERIOD_USAGE view
 */

-- feature not supported


/*
 * 6.25
 * CONSTRAINT_TABLE_USAGE view
 */

CREATE VIEW constraint_table_usage AS
    SELECT CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nr.nspname AS sql_identifier) AS table_schema,
           CAST(r.relname AS sql_identifier) AS table_name,
           CAST(current_database() AS sql_identifier) AS constraint_catalog,
           CAST(nc.nspname AS sql_identifier) AS constraint_schema,
           CAST(c.conname AS sql_identifier) AS constraint_name

    FROM pg_constraint c, pg_namespace nc,
         pg_class r, pg_namespace nr

    WHERE c.connamespace = nc.oid AND r.relnamespace = nr.oid
          AND ( (c.contype = 'f' AND c.confrelid = r.oid)
             OR (c.contype IN ('p', 'u') AND c.conrelid = r.oid) )
          AND r.relkind IN ('r', 'p')
          AND pg_has_role(r.relowner, 'USAGE');

GRANT SELECT ON constraint_table_usage TO PUBLIC;


-- 6.26 DATA_TYPE_PRIVILEGES view appears later.


/*
 * 6.27
 * DIRECT_SUPERTABLES view
 */

-- feature not supported


/*
 * 6.28
 * DIRECT_SUPERTYPES view
 */

-- feature not supported


/*
 * 6.29
 * DOMAIN_CONSTRAINTS view
 */

CREATE VIEW domain_constraints AS
    SELECT CAST(current_database() AS sql_identifier) AS constraint_catalog,
           CAST(rs.nspname AS sql_identifier) AS constraint_schema,
           CAST(con.conname AS sql_identifier) AS constraint_name,
           CAST(current_database() AS sql_identifier) AS domain_catalog,
           CAST(n.nspname AS sql_identifier) AS domain_schema,
           CAST(t.typname AS sql_identifier) AS domain_name,
           CAST(CASE WHEN condeferrable THEN 'YES' ELSE 'NO' END
             AS yes_or_no) AS is_deferrable,
           CAST(CASE WHEN condeferred THEN 'YES' ELSE 'NO' END
             AS yes_or_no) AS initially_deferred
    FROM pg_namespace rs, pg_namespace n, pg_constraint con, pg_type t
    WHERE rs.oid = con.connamespace
          AND n.oid = t.typnamespace
          AND t.oid = con.contypid
          AND (pg_has_role(t.typowner, 'USAGE')
               OR has_type_privilege(t.oid, 'USAGE'));

GRANT SELECT ON domain_constraints TO PUBLIC;


/*
 * DOMAIN_UDT_USAGE view
 * apparently removed in SQL:2003
 */

CREATE VIEW domain_udt_usage AS
    SELECT CAST(current_database() AS sql_identifier) AS udt_catalog,
           CAST(nbt.nspname AS sql_identifier) AS udt_schema,
           CAST(bt.typname AS sql_identifier) AS udt_name,
           CAST(current_database() AS sql_identifier) AS domain_catalog,
           CAST(nt.nspname AS sql_identifier) AS domain_schema,
           CAST(t.typname AS sql_identifier) AS domain_name

    FROM pg_type t, pg_namespace nt,
         pg_type bt, pg_namespace nbt

    WHERE t.typnamespace = nt.oid
          AND t.typbasetype = bt.oid
          AND bt.typnamespace = nbt.oid
          AND t.typtype = 'd'
          AND pg_has_role(bt.typowner, 'USAGE');

GRANT SELECT ON domain_udt_usage TO PUBLIC;


/*
 * 6.30
 * DOMAINS view
 */

CREATE VIEW domains AS
    SELECT CAST(current_database() AS sql_identifier) AS domain_catalog,
           CAST(nt.nspname AS sql_identifier) AS domain_schema,
           CAST(t.typname AS sql_identifier) AS domain_name,

           CAST(
             CASE WHEN t.typelem <> 0 AND t.typlen = -1 THEN 'ARRAY'
                  WHEN nbt.nspname = 'pg_catalog' THEN format_type(t.typbasetype, null)
                  ELSE 'USER-DEFINED' END
             AS character_data)
             AS data_type,

           CAST(
             _pg_char_max_length(t.typbasetype, t.typtypmod)
             AS cardinal_number)
             AS character_maximum_length,

           CAST(
             _pg_char_octet_length(t.typbasetype, t.typtypmod)
             AS cardinal_number)
             AS character_octet_length,

           CAST(null AS sql_identifier) AS character_set_catalog,
           CAST(null AS sql_identifier) AS character_set_schema,
           CAST(null AS sql_identifier) AS character_set_name,

           CAST(CASE WHEN nco.nspname IS NOT NULL THEN current_database() END AS sql_identifier) AS collation_catalog,
           CAST(nco.nspname AS sql_identifier) AS collation_schema,
           CAST(co.collname AS sql_identifier) AS collation_name,

           CAST(
             _pg_numeric_precision(t.typbasetype, t.typtypmod)
             AS cardinal_number)
             AS numeric_precision,

           CAST(
             _pg_numeric_precision_radix(t.typbasetype, t.typtypmod)
             AS cardinal_number)
             AS numeric_precision_radix,

           CAST(
             _pg_numeric_scale(t.typbasetype, t.typtypmod)
             AS cardinal_number)
             AS numeric_scale,

           CAST(
             _pg_datetime_precision(t.typbasetype, t.typtypmod)
             AS cardinal_number)
             AS datetime_precision,

           CAST(
             _pg_interval_type(t.typbasetype, t.typtypmod)
             AS character_data)
             AS interval_type,
           CAST(null AS cardinal_number) AS interval_precision,

           CAST(t.typdefault AS character_data) AS domain_default,

           CAST(current_database() AS sql_identifier) AS udt_catalog,
           CAST(nbt.nspname AS sql_identifier) AS udt_schema,
           CAST(bt.typname AS sql_identifier) AS udt_name,

           CAST(null AS sql_identifier) AS scope_catalog,
           CAST(null AS sql_identifier) AS scope_schema,
           CAST(null AS sql_identifier) AS scope_name,

           CAST(null AS cardinal_number) AS maximum_cardinality,
           CAST(1 AS sql_identifier) AS dtd_identifier

    FROM (pg_type t JOIN pg_namespace nt ON t.typnamespace = nt.oid)
         JOIN (pg_type bt JOIN pg_namespace nbt ON bt.typnamespace = nbt.oid)
           ON (t.typbasetype = bt.oid AND t.typtype = 'd')
         LEFT JOIN (pg_collation co JOIN pg_namespace nco ON (co.collnamespace = nco.oid))
           ON t.typcollation = co.oid AND (nco.nspname, co.collname) <> ('pg_catalog', 'default')

    WHERE (pg_has_role(t.typowner, 'USAGE')
           OR has_type_privilege(t.oid, 'USAGE'));

GRANT SELECT ON domains TO PUBLIC;


-- 6.31 ELEMENT_TYPES view appears later.


/*
 * 6.32
 * ENABLED_ROLES view
 */

CREATE VIEW enabled_roles AS
    SELECT CAST(a.rolname AS sql_identifier) AS role_name
    FROM pg_authid a
    WHERE pg_has_role(a.oid, 'USAGE');

GRANT SELECT ON enabled_roles TO PUBLIC;


/*
 * 6.33
 * FIELDS view
 */

-- feature not supported


/*
 * 6.34
 * KEY_COLUMN_USAGE view
 */

CREATE VIEW key_column_usage AS
    SELECT CAST(current_database() AS sql_identifier) AS constraint_catalog,
           CAST(nc_nspname AS sql_identifier) AS constraint_schema,
           CAST(conname AS sql_identifier) AS constraint_name,
           CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nr_nspname AS sql_identifier) AS table_schema,
           CAST(relname AS sql_identifier) AS table_name,
           CAST(a.attname AS sql_identifier) AS column_name,
           CAST((ss.x).n AS cardinal_number) AS ordinal_position,
           CAST(CASE WHEN contype = 'f' THEN
                       _pg_index_position(ss.conindid, ss.confkey[(ss.x).n])
                     ELSE NULL
                END AS cardinal_number)
             AS position_in_unique_constraint
    FROM pg_attribute a,
         (SELECT r.oid AS roid, r.relname, r.relowner,
                 nc.nspname AS nc_nspname, nr.nspname AS nr_nspname,
                 c.oid AS coid, c.conname, c.contype, c.conindid,
                 c.confkey, c.confrelid,
                 _pg_expandarray(c.conkey) AS x
          FROM pg_namespace nr, pg_class r, pg_namespace nc,
               pg_constraint c
          WHERE nr.oid = r.relnamespace
                AND r.oid = c.conrelid
                AND nc.oid = c.connamespace
                AND c.contype IN ('p', 'u', 'f')
                AND r.relkind IN ('r', 'p')
                AND (NOT pg_is_other_temp_schema(nr.oid)) ) AS ss
    WHERE ss.roid = a.attrelid
          AND a.attnum = (ss.x).x
          AND NOT a.attisdropped
          AND (pg_has_role(relowner, 'USAGE')
               OR has_column_privilege(roid, a.attnum,
                                       'SELECT, INSERT, UPDATE, REFERENCES'));

GRANT SELECT ON key_column_usage TO PUBLIC;


/*
 * 6.35
 * KEY_PERIOD_USAGE view
 */

-- feature not supported


/*
 * 6.36
 * METHOD_SPECIFICATION_PARAMETERS view
 */

-- feature not supported


/*
 * 6.37
 * METHOD_SPECIFICATIONS view
 */

-- feature not supported


/*
 * 6.38
 * PARAMETERS view
 */

CREATE VIEW parameters AS
    SELECT CAST(current_database() AS sql_identifier) AS specific_catalog,
           CAST(n_nspname AS sql_identifier) AS specific_schema,
           CAST(nameconcatoid(proname, p_oid) AS sql_identifier) AS specific_name,
           CAST((ss.x).n AS cardinal_number) AS ordinal_position,
           CAST(
             CASE WHEN proargmodes IS NULL THEN 'IN'
                WHEN proargmodes[(ss.x).n] = 'i' THEN 'IN'
                WHEN proargmodes[(ss.x).n] = 'o' THEN 'OUT'
                WHEN proargmodes[(ss.x).n] = 'b' THEN 'INOUT'
                WHEN proargmodes[(ss.x).n] = 'v' THEN 'IN'
                WHEN proargmodes[(ss.x).n] = 't' THEN 'OUT'
             END AS character_data) AS parameter_mode,
           CAST('NO' AS yes_or_no) AS is_result,
           CAST('NO' AS yes_or_no) AS as_locator,
           CAST(NULLIF(proargnames[(ss.x).n], '') AS sql_identifier) AS parameter_name,
           CAST(
             CASE WHEN t.typelem <> 0 AND t.typlen = -1 THEN 'ARRAY'
                  WHEN nt.nspname = 'pg_catalog' THEN format_type(t.oid, null)
                  ELSE 'USER-DEFINED' END AS character_data)
             AS data_type,
           CAST(null AS cardinal_number) AS character_maximum_length,
           CAST(null AS cardinal_number) AS character_octet_length,
           CAST(null AS sql_identifier) AS character_set_catalog,
           CAST(null AS sql_identifier) AS character_set_schema,
           CAST(null AS sql_identifier) AS character_set_name,
           CAST(null AS sql_identifier) AS collation_catalog,
           CAST(null AS sql_identifier) AS collation_schema,
           CAST(null AS sql_identifier) AS collation_name,
           CAST(null AS cardinal_number) AS numeric_precision,
           CAST(null AS cardinal_number) AS numeric_precision_radix,
           CAST(null AS cardinal_number) AS numeric_scale,
           CAST(null AS cardinal_number) AS datetime_precision,
           CAST(null AS character_data) AS interval_type,
           CAST(null AS cardinal_number) AS interval_precision,
           CAST(current_database() AS sql_identifier) AS udt_catalog,
           CAST(nt.nspname AS sql_identifier) AS udt_schema,
           CAST(t.typname AS sql_identifier) AS udt_name,
           CAST(null AS sql_identifier) AS scope_catalog,
           CAST(null AS sql_identifier) AS scope_schema,
           CAST(null AS sql_identifier) AS scope_name,
           CAST(null AS cardinal_number) AS maximum_cardinality,
           CAST((ss.x).n AS sql_identifier) AS dtd_identifier,
           CAST(
             CASE WHEN pg_has_role(proowner, 'USAGE')
                  THEN pg_get_function_arg_default(p_oid, (ss.x).n)
                  ELSE NULL END
             AS character_data) AS parameter_default

    FROM pg_type t, pg_namespace nt,
         (SELECT n.nspname AS n_nspname, p.proname, p.oid AS p_oid, p.proowner,
                 p.proargnames, p.proargmodes,
                 _pg_expandarray(coalesce(p.proallargtypes, p.proargtypes::oid[])) AS x
          FROM pg_namespace n, pg_proc p
          WHERE n.oid = p.pronamespace
                AND (pg_has_role(p.proowner, 'USAGE') OR
                     has_function_privilege(p.oid, 'EXECUTE'))) AS ss
    WHERE t.oid = (ss.x).x AND t.typnamespace = nt.oid;

GRANT SELECT ON parameters TO PUBLIC;


/*
 * 6.39
 * PERIODS view
 */

-- feature not supported


/*
 * 6.40
 * PRIVATE_PARAMETERS view
 */

-- feature not supported


/*
 * 6.41
 * REFERENCED_TYPES view
 */

-- feature not supported


/*
 * 6.42
 * REFERENTIAL_CONSTRAINTS view
 */

CREATE VIEW referential_constraints AS
    SELECT CAST(current_database() AS sql_identifier) AS constraint_catalog,
           CAST(ncon.nspname AS sql_identifier) AS constraint_schema,
           CAST(con.conname AS sql_identifier) AS constraint_name,
           CAST(
             CASE WHEN npkc.nspname IS NULL THEN NULL
                  ELSE current_database() END
             AS sql_identifier) AS unique_constraint_catalog,
           CAST(npkc.nspname AS sql_identifier) AS unique_constraint_schema,
           CAST(pkc.conname AS sql_identifier) AS unique_constraint_name,

           CAST(
             CASE con.confmatchtype WHEN 'f' THEN 'FULL'
                                    WHEN 'p' THEN 'PARTIAL'
                                    WHEN 's' THEN 'NONE' END
             AS character_data) AS match_option,

           CAST(
             CASE con.confupdtype WHEN 'c' THEN 'CASCADE'
                                  WHEN 'n' THEN 'SET NULL'
                                  WHEN 'd' THEN 'SET DEFAULT'
                                  WHEN 'r' THEN 'RESTRICT'
                                  WHEN 'a' THEN 'NO ACTION' END
             AS character_data) AS update_rule,

           CAST(
             CASE con.confdeltype WHEN 'c' THEN 'CASCADE'
                                  WHEN 'n' THEN 'SET NULL'
                                  WHEN 'd' THEN 'SET DEFAULT'
                                  WHEN 'r' THEN 'RESTRICT'
                                  WHEN 'a' THEN 'NO ACTION' END
             AS character_data) AS delete_rule

    FROM (pg_namespace ncon
          INNER JOIN pg_constraint con ON ncon.oid = con.connamespace
          INNER JOIN pg_class c ON con.conrelid = c.oid AND con.contype = 'f')
         LEFT JOIN pg_depend d1  -- find constraint's dependency on an index
          ON d1.objid = con.oid AND d1.classid = 'pg_constraint'::regclass
             AND d1.refclassid = 'pg_class'::regclass AND d1.refobjsubid = 0
         LEFT JOIN pg_depend d2  -- find pkey/unique constraint for that index
          ON d2.refclassid = 'pg_constraint'::regclass
             AND d2.classid = 'pg_class'::regclass
             AND d2.objid = d1.refobjid AND d2.objsubid = 0
             AND d2.deptype = 'i'
         LEFT JOIN pg_constraint pkc ON pkc.oid = d2.refobjid
            AND pkc.contype IN ('p', 'u')
            AND pkc.conrelid = con.confrelid
         LEFT JOIN pg_namespace npkc ON pkc.connamespace = npkc.oid

    WHERE pg_has_role(c.relowner, 'USAGE')
          -- SELECT privilege omitted, per SQL standard
          OR has_table_privilege(c.oid, 'INSERT, UPDATE, DELETE, TRUNCATE, REFERENCES, TRIGGER')
          OR has_any_column_privilege(c.oid, 'INSERT, UPDATE, REFERENCES') ;

GRANT SELECT ON referential_constraints TO PUBLIC;


/*
 * 6.43
 * ROLE_COLUMN_GRANTS view
 */

CREATE VIEW role_column_grants AS
    SELECT grantor,
           grantee,
           table_catalog,
           table_schema,
           table_name,
           column_name,
           privilege_type,
           is_grantable
    FROM column_privileges
    WHERE grantor IN (SELECT role_name FROM enabled_roles)
          OR grantee IN (SELECT role_name FROM enabled_roles);

GRANT SELECT ON role_column_grants TO PUBLIC;


-- 6.44 ROLE_ROUTINE_GRANTS view is based on 6.51 ROUTINE_PRIVILEGES and is defined there instead.


-- 6.45 ROLE_TABLE_GRANTS view is based on 6.64 TABLE_PRIVILEGES and is defined there instead.


/*
 * 6.46
 * ROLE_TABLE_METHOD_GRANTS view
 */

-- feature not supported



-- 6.47 ROLE_USAGE_GRANTS view is based on 6.76 USAGE_PRIVILEGES and is defined there instead.


-- 6.48 ROLE_UDT_GRANTS view is based on 6.75 UDT_PRIVILEGES and is defined there instead.


/*
 * 6.49
 * ROUTINE_COLUMN_USAGE view
 */

CREATE VIEW routine_column_usage AS
    SELECT DISTINCT
           CAST(current_database() AS sql_identifier) AS specific_catalog,
           CAST(np.nspname AS sql_identifier) AS specific_schema,
           CAST(nameconcatoid(p.proname, p.oid) AS sql_identifier) AS specific_name,
           CAST(current_database() AS sql_identifier) AS routine_catalog,
           CAST(np.nspname AS sql_identifier) AS routine_schema,
           CAST(p.proname AS sql_identifier) AS routine_name,
           CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nt.nspname AS sql_identifier) AS table_schema,
           CAST(t.relname AS sql_identifier) AS table_name,
           CAST(a.attname AS sql_identifier) AS column_name

    FROM pg_namespace np, pg_proc p, pg_depend d,
         pg_class t, pg_namespace nt, pg_attribute a

    WHERE np.oid = p.pronamespace
          AND p.oid = d.objid
          AND d.classid = 'pg_catalog.pg_proc'::regclass
          AND d.refobjid = t.oid
          AND d.refclassid = 'pg_catalog.pg_class'::regclass
          AND t.relnamespace = nt.oid
          AND t.relkind IN ('r', 'v', 'f', 'p')
          AND t.oid = a.attrelid
          AND d.refobjsubid = a.attnum
          AND pg_has_role(t.relowner, 'USAGE');

GRANT SELECT ON routine_column_usage TO PUBLIC;


/*
 * 6.50
 * ROUTINE_PERIOD_USAGE view
 */

-- feature not supported


/*
 * 6.51
 * ROUTINE_PRIVILEGES view
 */

CREATE VIEW routine_privileges AS
    SELECT CAST(u_grantor.rolname AS sql_identifier) AS grantor,
           CAST(grantee.rolname AS sql_identifier) AS grantee,
           CAST(current_database() AS sql_identifier) AS specific_catalog,
           CAST(n.nspname AS sql_identifier) AS specific_schema,
           CAST(nameconcatoid(p.proname, p.oid) AS sql_identifier) AS specific_name,
           CAST(current_database() AS sql_identifier) AS routine_catalog,
           CAST(n.nspname AS sql_identifier) AS routine_schema,
           CAST(p.proname AS sql_identifier) AS routine_name,
           CAST('EXECUTE' AS character_data) AS privilege_type,
           CAST(
             CASE WHEN
                  -- object owner always has grant options
                  pg_has_role(grantee.oid, p.proowner, 'USAGE')
                  OR p.grantable
                  THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_grantable

    FROM (
            SELECT oid, proname, proowner, pronamespace, (aclexplode(coalesce(proacl, acldefault('f', proowner)))).* FROM pg_proc
         ) p (oid, proname, proowner, pronamespace, grantor, grantee, prtype, grantable),
         pg_namespace n,
         pg_authid u_grantor,
         (
           SELECT oid, rolname FROM pg_authid
           UNION ALL
           SELECT 0::oid, 'PUBLIC'
         ) AS grantee (oid, rolname)

    WHERE p.pronamespace = n.oid
          AND grantee.oid = p.grantee
          AND u_grantor.oid = p.grantor
          AND p.prtype IN ('EXECUTE')
          AND (pg_has_role(u_grantor.oid, 'USAGE')
               OR pg_has_role(grantee.oid, 'USAGE')
               OR grantee.rolname = 'PUBLIC');

GRANT SELECT ON routine_privileges TO PUBLIC;


/*
 * 6.43
 * ROLE_ROUTINE_GRANTS view
 */

CREATE VIEW role_routine_grants AS
    SELECT grantor,
           grantee,
           specific_catalog,
           specific_schema,
           specific_name,
           routine_catalog,
           routine_schema,
           routine_name,
           privilege_type,
           is_grantable
    FROM routine_privileges
    WHERE grantor IN (SELECT role_name FROM enabled_roles)
          OR grantee IN (SELECT role_name FROM enabled_roles);

GRANT SELECT ON role_routine_grants TO PUBLIC;


/*
 * 6.52
 * ROUTINE_ROUTINE_USAGE view
 */

CREATE VIEW routine_routine_usage AS
    SELECT DISTINCT
           CAST(current_database() AS sql_identifier) AS specific_catalog,
           CAST(np.nspname AS sql_identifier) AS specific_schema,
           CAST(nameconcatoid(p.proname, p.oid) AS sql_identifier) AS specific_name,
           CAST(current_database() AS sql_identifier) AS routine_catalog,
           CAST(np1.nspname AS sql_identifier) AS routine_schema,
           CAST(nameconcatoid(p1.proname, p1.oid) AS sql_identifier) AS routine_name

    FROM pg_namespace np, pg_proc p, pg_depend d,
         pg_proc p1, pg_namespace np1

    WHERE np.oid = p.pronamespace
          AND p.oid = d.objid
          AND d.classid = 'pg_catalog.pg_proc'::regclass
          AND d.refobjid = p1.oid
          AND d.refclassid = 'pg_catalog.pg_proc'::regclass
          AND p1.pronamespace = np1.oid
          AND p.prokind IN ('f', 'p') AND p1.prokind IN ('f', 'p')
          AND pg_has_role(p1.proowner, 'USAGE');

GRANT SELECT ON routine_routine_usage TO PUBLIC;


/*
 * 6.53
 * ROUTINE_SEQUENCE_USAGE view
 */

CREATE VIEW routine_sequence_usage AS
    SELECT DISTINCT
           CAST(current_database() AS sql_identifier) AS specific_catalog,
           CAST(np.nspname AS sql_identifier) AS specific_schema,
           CAST(nameconcatoid(p.proname, p.oid) AS sql_identifier) AS specific_name,
           CAST(current_database() AS sql_identifier) AS routine_catalog,
           CAST(np.nspname AS sql_identifier) AS routine_schema,
           CAST(p.proname AS sql_identifier) AS routine_name,
           CAST(current_database() AS sql_identifier) AS sequence_catalog,
           CAST(ns.nspname AS sql_identifier) AS sequence_schema,
           CAST(s.relname AS sql_identifier) AS sequence_name

    FROM pg_namespace np, pg_proc p, pg_depend d,
         pg_class s, pg_namespace ns

    WHERE np.oid = p.pronamespace
          AND p.oid = d.objid
          AND d.classid = 'pg_catalog.pg_proc'::regclass
          AND d.refobjid = s.oid
          AND d.refclassid = 'pg_catalog.pg_class'::regclass
          AND s.relnamespace = ns.oid
          AND s.relkind = 'S'
          AND pg_has_role(s.relowner, 'USAGE');

GRANT SELECT ON routine_sequence_usage TO PUBLIC;


/*
 * 6.54
 * ROUTINE_TABLE_USAGE view
 */

CREATE VIEW routine_table_usage AS
    SELECT DISTINCT
           CAST(current_database() AS sql_identifier) AS specific_catalog,
           CAST(np.nspname AS sql_identifier) AS specific_schema,
           CAST(nameconcatoid(p.proname, p.oid) AS sql_identifier) AS specific_name,
           CAST(current_database() AS sql_identifier) AS routine_catalog,
           CAST(np.nspname AS sql_identifier) AS routine_schema,
           CAST(p.proname AS sql_identifier) AS routine_name,
           CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nt.nspname AS sql_identifier) AS table_schema,
           CAST(t.relname AS sql_identifier) AS table_name

    FROM pg_namespace np, pg_proc p, pg_depend d,
         pg_class t, pg_namespace nt

    WHERE np.oid = p.pronamespace
          AND p.oid = d.objid
          AND d.classid = 'pg_catalog.pg_proc'::regclass
          AND d.refobjid = t.oid
          AND d.refclassid = 'pg_catalog.pg_class'::regclass
          AND t.relnamespace = nt.oid
          AND t.relkind IN ('r', 'v', 'f', 'p')
          AND pg_has_role(t.relowner, 'USAGE');

GRANT SELECT ON routine_table_usage TO PUBLIC;


/*
 * 6.55
 * ROUTINES view
 */

CREATE VIEW routines AS
    SELECT CAST(current_database() AS sql_identifier) AS specific_catalog,
           CAST(n.nspname AS sql_identifier) AS specific_schema,
           CAST(nameconcatoid(p.proname, p.oid) AS sql_identifier) AS specific_name,
           CAST(current_database() AS sql_identifier) AS routine_catalog,
           CAST(n.nspname AS sql_identifier) AS routine_schema,
           CAST(p.proname AS sql_identifier) AS routine_name,
           CAST(CASE p.prokind WHEN 'f' THEN 'FUNCTION' WHEN 'p' THEN 'PROCEDURE' END
             AS character_data) AS routine_type,
           CAST(null AS sql_identifier) AS module_catalog,
           CAST(null AS sql_identifier) AS module_schema,
           CAST(null AS sql_identifier) AS module_name,
           CAST(null AS sql_identifier) AS udt_catalog,
           CAST(null AS sql_identifier) AS udt_schema,
           CAST(null AS sql_identifier) AS udt_name,

           CAST(
             CASE WHEN p.prokind = 'p' THEN NULL
                  WHEN t.typelem <> 0 AND t.typlen = -1 THEN 'ARRAY'
                  WHEN nt.nspname = 'pg_catalog' THEN format_type(t.oid, null)
                  ELSE 'USER-DEFINED' END AS character_data)
             AS data_type,
           CAST(null AS cardinal_number) AS character_maximum_length,
           CAST(null AS cardinal_number) AS character_octet_length,
           CAST(null AS sql_identifier) AS character_set_catalog,
           CAST(null AS sql_identifier) AS character_set_schema,
           CAST(null AS sql_identifier) AS character_set_name,
           CAST(null AS sql_identifier) AS collation_catalog,
           CAST(null AS sql_identifier) AS collation_schema,
           CAST(null AS sql_identifier) AS collation_name,
           CAST(null AS cardinal_number) AS numeric_precision,
           CAST(null AS cardinal_number) AS numeric_precision_radix,
           CAST(null AS cardinal_number) AS numeric_scale,
           CAST(null AS cardinal_number) AS datetime_precision,
           CAST(null AS character_data) AS interval_type,
           CAST(null AS cardinal_number) AS interval_precision,
           CAST(CASE WHEN nt.nspname IS NOT NULL THEN current_database() END AS sql_identifier) AS type_udt_catalog,
           CAST(nt.nspname AS sql_identifier) AS type_udt_schema,
           CAST(t.typname AS sql_identifier) AS type_udt_name,
           CAST(null AS sql_identifier) AS scope_catalog,
           CAST(null AS sql_identifier) AS scope_schema,
           CAST(null AS sql_identifier) AS scope_name,
           CAST(null AS cardinal_number) AS maximum_cardinality,
           CAST(CASE WHEN p.prokind <> 'p' THEN 0 END AS sql_identifier) AS dtd_identifier,

           CAST(CASE WHEN l.lanname = 'sql' THEN 'SQL' ELSE 'EXTERNAL' END AS character_data)
             AS routine_body,
           CAST(
             CASE WHEN pg_has_role(p.proowner, 'USAGE') THEN p.prosrc ELSE null END
             AS character_data) AS routine_definition,
           CAST(
             CASE WHEN l.lanname = 'c' THEN p.prosrc ELSE null END
             AS character_data) AS external_name,
           CAST(upper(l.lanname) AS character_data) AS external_language,

           CAST('GENERAL' AS character_data) AS parameter_style,
           CAST(CASE WHEN p.provolatile = 'i' THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_deterministic,
           CAST('MODIFIES' AS character_data) AS sql_data_access,
           CAST(CASE WHEN p.prokind <> 'p' THEN
             CASE WHEN p.proisstrict THEN 'YES' ELSE 'NO' END END AS yes_or_no) AS is_null_call,
           CAST(null AS character_data) AS sql_path,
           CAST('YES' AS yes_or_no) AS schema_level_routine,
           CAST(0 AS cardinal_number) AS max_dynamic_result_sets,
           CAST(null AS yes_or_no) AS is_user_defined_cast,
           CAST(null AS yes_or_no) AS is_implicitly_invocable,
           CAST(CASE WHEN p.prosecdef THEN 'DEFINER' ELSE 'INVOKER' END AS character_data) AS security_type,
           CAST(null AS sql_identifier) AS to_sql_specific_catalog,
           CAST(null AS sql_identifier) AS to_sql_specific_schema,
           CAST(null AS sql_identifier) AS to_sql_specific_name,
           CAST('NO' AS yes_or_no) AS as_locator,
           CAST(null AS time_stamp) AS created,
           CAST(null AS time_stamp) AS last_altered,
           CAST(null AS yes_or_no) AS new_savepoint_level,
           CAST('NO' AS yes_or_no) AS is_udt_dependent,

           CAST(null AS character_data) AS result_cast_from_data_type,
           CAST(null AS yes_or_no) AS result_cast_as_locator,
           CAST(null AS cardinal_number) AS result_cast_char_max_length,
           CAST(null AS cardinal_number) AS result_cast_char_octet_length,
           CAST(null AS sql_identifier) AS result_cast_char_set_catalog,
           CAST(null AS sql_identifier) AS result_cast_char_set_schema,
           CAST(null AS sql_identifier) AS result_cast_char_set_name,
           CAST(null AS sql_identifier) AS result_cast_collation_catalog,
           CAST(null AS sql_identifier) AS result_cast_collation_schema,
           CAST(null AS sql_identifier) AS result_cast_collation_name,
           CAST(null AS cardinal_number) AS result_cast_numeric_precision,
           CAST(null AS cardinal_number) AS result_cast_numeric_precision_radix,
           CAST(null AS cardinal_number) AS result_cast_numeric_scale,
           CAST(null AS cardinal_number) AS result_cast_datetime_precision,
           CAST(null AS character_data) AS result_cast_interval_type,
           CAST(null AS cardinal_number) AS result_cast_interval_precision,
           CAST(null AS sql_identifier) AS result_cast_type_udt_catalog,
           CAST(null AS sql_identifier) AS result_cast_type_udt_schema,
           CAST(null AS sql_identifier) AS result_cast_type_udt_name,
           CAST(null AS sql_identifier) AS result_cast_scope_catalog,
           CAST(null AS sql_identifier) AS result_cast_scope_schema,
           CAST(null AS sql_identifier) AS result_cast_scope_name,
           CAST(null AS cardinal_number) AS result_cast_maximum_cardinality,
           CAST(null AS sql_identifier) AS result_cast_dtd_identifier

    FROM (pg_namespace n
          JOIN pg_proc p ON n.oid = p.pronamespace
          JOIN pg_language l ON p.prolang = l.oid)
         LEFT JOIN
         (pg_type t JOIN pg_namespace nt ON t.typnamespace = nt.oid)
         ON p.prorettype = t.oid AND p.prokind <> 'p'

    WHERE (pg_has_role(p.proowner, 'USAGE')
           OR has_function_privilege(p.oid, 'EXECUTE'));

GRANT SELECT ON routines TO PUBLIC;


/*
 * 6.56
 * SCHEMATA view
 */

CREATE VIEW schemata AS
    SELECT CAST(current_database() AS sql_identifier) AS catalog_name,
           CAST(n.nspname AS sql_identifier) AS schema_name,
           CAST(u.rolname AS sql_identifier) AS schema_owner,
           CAST(null AS sql_identifier) AS default_character_set_catalog,
           CAST(null AS sql_identifier) AS default_character_set_schema,
           CAST(null AS sql_identifier) AS default_character_set_name,
           CAST(null AS character_data) AS sql_path
    FROM pg_namespace n, pg_authid u
    WHERE n.nspowner = u.oid
          AND (pg_has_role(n.nspowner, 'USAGE')
               OR has_schema_privilege(n.oid, 'CREATE, USAGE'));

GRANT SELECT ON schemata TO PUBLIC;


/*
 * 6.57
 * SEQUENCES view
 */

CREATE VIEW sequences AS
    SELECT CAST(current_database() AS sql_identifier) AS sequence_catalog,
           CAST(nc.nspname AS sql_identifier) AS sequence_schema,
           CAST(c.relname AS sql_identifier) AS sequence_name,
           CAST(format_type(s.seqtypid, null) AS character_data) AS data_type,
           CAST(_pg_numeric_precision(s.seqtypid, -1) AS cardinal_number) AS numeric_precision,
           CAST(2 AS cardinal_number) AS numeric_precision_radix,
           CAST(0 AS cardinal_number) AS numeric_scale,
           CAST(s.seqstart AS character_data) AS start_value,
           CAST(s.seqmin AS character_data) AS minimum_value,
           CAST(s.seqmax AS character_data) AS maximum_value,
           CAST(s.seqincrement AS character_data) AS increment,
           CAST(CASE WHEN s.seqcycle THEN 'YES' ELSE 'NO' END AS yes_or_no) AS cycle_option
    FROM pg_namespace nc, pg_class c, pg_sequence s
    WHERE c.relnamespace = nc.oid
          AND c.relkind = 'S'
          AND NOT EXISTS (SELECT 1 FROM pg_depend WHERE classid = 'pg_class'::regclass AND objid = c.oid AND deptype = 'i')
          AND (NOT pg_is_other_temp_schema(nc.oid))
          AND c.oid = s.seqrelid
          AND (pg_has_role(c.relowner, 'USAGE')
               OR has_sequence_privilege(c.oid, 'SELECT, UPDATE, USAGE') );

GRANT SELECT ON sequences TO PUBLIC;


/*
 * 6.58
 * SQL_FEATURES table
 */

CREATE TABLE sql_features (
    feature_id          character_data,
    feature_name        character_data,
    sub_feature_id      character_data,
    sub_feature_name    character_data,
    is_supported        yes_or_no,
    is_verified_by      character_data,
    comments            character_data
);

-- Will be filled with external data by initdb.

GRANT SELECT ON sql_features TO PUBLIC;


/*
 * 6.59
 * SQL_IMPLEMENTATION_INFO table
 */

CREATE TABLE sql_implementation_info (
    implementation_info_id      character_data,
    implementation_info_name    character_data,
    integer_value               cardinal_number,
    character_value             character_data,
    comments                    character_data
);

INSERT INTO sql_implementation_info VALUES ('10003', 'CATALOG NAME', NULL, 'Y', NULL);
INSERT INTO sql_implementation_info VALUES ('10004', 'COLLATING SEQUENCE', NULL, (SELECT default_collate_name FROM character_sets), NULL);
INSERT INTO sql_implementation_info VALUES ('23',    'CURSOR COMMIT BEHAVIOR', 1, NULL, 'close cursors and retain prepared statements');
INSERT INTO sql_implementation_info VALUES ('2',     'DATA SOURCE NAME', NULL, '', NULL);
INSERT INTO sql_implementation_info VALUES ('17',    'DBMS NAME', NULL, (select trim(trailing ' ' from substring(version() from '^[^0-9]*'))), NULL);
INSERT INTO sql_implementation_info VALUES ('18',    'DBMS VERSION', NULL, '???', NULL); -- filled by initdb
INSERT INTO sql_implementation_info VALUES ('26',    'DEFAULT TRANSACTION ISOLATION', 2, NULL, 'READ COMMITTED; user-settable');
INSERT INTO sql_implementation_info VALUES ('28',    'IDENTIFIER CASE', 3, NULL, 'stored in mixed case - case sensitive');
INSERT INTO sql_implementation_info VALUES ('85',    'NULL COLLATION', 0, NULL, 'nulls higher than non-nulls');
INSERT INTO sql_implementation_info VALUES ('13',    'SERVER NAME', NULL, '', NULL);
INSERT INTO sql_implementation_info VALUES ('94',    'SPECIAL CHARACTERS', NULL, '', 'all non-ASCII characters allowed');
INSERT INTO sql_implementation_info VALUES ('46',    'TRANSACTION CAPABLE', 2, NULL, 'both DML and DDL');

GRANT SELECT ON sql_implementation_info TO PUBLIC;


/*
 * 6.60
 * SQL_PARTS table
 */

CREATE TABLE sql_parts (
    feature_id      character_data,
    feature_name    character_data,
    is_supported    yes_or_no,
    is_verified_by  character_data,
    comments        character_data
);

INSERT INTO sql_parts VALUES ('1', 'Framework (SQL/Framework)', 'NO', NULL, '');
INSERT INTO sql_parts VALUES ('2', 'Foundation (SQL/Foundation)', 'NO', NULL, '');
INSERT INTO sql_parts VALUES ('3', 'Call-Level Interface (SQL/CLI)', 'NO', NULL, '');
INSERT INTO sql_parts VALUES ('4', 'Persistent Stored Modules (SQL/PSM)', 'NO', NULL, '');
INSERT INTO sql_parts VALUES ('9', 'Management of External Data (SQL/MED)', 'NO', NULL, '');
INSERT INTO sql_parts VALUES ('10', 'Object Language Bindings (SQL/OLB)', 'NO', NULL, '');
INSERT INTO sql_parts VALUES ('11', 'Information and Definition Schema (SQL/Schemata)', 'NO', NULL, '');
INSERT INTO sql_parts VALUES ('13', 'Routines and Types Using the Java Programming Language (SQL/JRT)', 'NO', NULL, '');
INSERT INTO sql_parts VALUES ('14', 'XML-Related Specifications (SQL/XML)', 'NO', NULL, '');
INSERT INTO sql_parts VALUES ('15', 'Multi-Dimensional Arrays (SQL/MDA)', 'NO', NULL, '');
INSERT INTO sql_parts VALUES ('16', 'Property Graph Queries (SQL/PGQ)', 'NO', NULL, '');


/*
 * 6.61
 * SQL_SIZING table
 */

CREATE TABLE sql_sizing (
    sizing_id       cardinal_number,
    sizing_name     character_data,
    supported_value cardinal_number,
    comments        character_data
);

INSERT INTO sql_sizing VALUES (34,    'MAXIMUM CATALOG NAME LENGTH', 63, NULL);
INSERT INTO sql_sizing VALUES (30,    'MAXIMUM COLUMN NAME LENGTH', 63, NULL);
INSERT INTO sql_sizing VALUES (97,    'MAXIMUM COLUMNS IN GROUP BY', 0, NULL);
INSERT INTO sql_sizing VALUES (99,    'MAXIMUM COLUMNS IN ORDER BY', 0, NULL);
INSERT INTO sql_sizing VALUES (100,   'MAXIMUM COLUMNS IN SELECT', 1664, NULL); -- match MaxTupleAttributeNumber
INSERT INTO sql_sizing VALUES (101,   'MAXIMUM COLUMNS IN TABLE', 1600, NULL); -- match MaxHeapAttributeNumber
INSERT INTO sql_sizing VALUES (1,     'MAXIMUM CONCURRENT ACTIVITIES', 0, NULL);
INSERT INTO sql_sizing VALUES (31,    'MAXIMUM CURSOR NAME LENGTH', 63, NULL);
INSERT INTO sql_sizing VALUES (0,     'MAXIMUM DRIVER CONNECTIONS', NULL, NULL);
INSERT INTO sql_sizing VALUES (10005, 'MAXIMUM IDENTIFIER LENGTH', 63, NULL);
INSERT INTO sql_sizing VALUES (32,    'MAXIMUM SCHEMA NAME LENGTH', 63, NULL);
INSERT INTO sql_sizing VALUES (20000, 'MAXIMUM STATEMENT OCTETS', 0, NULL);
INSERT INTO sql_sizing VALUES (20001, 'MAXIMUM STATEMENT OCTETS DATA', 0, NULL);
INSERT INTO sql_sizing VALUES (20002, 'MAXIMUM STATEMENT OCTETS SCHEMA', 0, NULL);
INSERT INTO sql_sizing VALUES (35,    'MAXIMUM TABLE NAME LENGTH', 63, NULL);
INSERT INTO sql_sizing VALUES (106,   'MAXIMUM TABLES IN SELECT', 0, NULL);
INSERT INTO sql_sizing VALUES (107,   'MAXIMUM USER NAME LENGTH', 63, NULL);
INSERT INTO sql_sizing VALUES (25000, 'MAXIMUM CURRENT DEFAULT TRANSFORM GROUP LENGTH', NULL, NULL);
INSERT INTO sql_sizing VALUES (25001, 'MAXIMUM CURRENT TRANSFORM GROUP LENGTH', NULL, NULL);
INSERT INTO sql_sizing VALUES (25002, 'MAXIMUM CURRENT PATH LENGTH', 0, NULL);
INSERT INTO sql_sizing VALUES (25003, 'MAXIMUM CURRENT ROLE LENGTH', NULL, NULL);
INSERT INTO sql_sizing VALUES (25004, 'MAXIMUM SESSION USER LENGTH', 63, NULL);
INSERT INTO sql_sizing VALUES (25005, 'MAXIMUM SYSTEM USER LENGTH', 63, NULL);

UPDATE sql_sizing
    SET supported_value = (SELECT typlen-1 FROM pg_catalog.pg_type WHERE typname = 'name'),
        comments = 'Might be less, depending on character set.'
    WHERE supported_value = 63;

GRANT SELECT ON sql_sizing TO PUBLIC;


/*
 * 6.62
 * TABLE_CONSTRAINTS view
 */

CREATE VIEW table_constraints AS
    SELECT CAST(current_database() AS sql_identifier) AS constraint_catalog,
           CAST(nc.nspname AS sql_identifier) AS constraint_schema,
           CAST(c.conname AS sql_identifier) AS constraint_name,
           CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nr.nspname AS sql_identifier) AS table_schema,
           CAST(r.relname AS sql_identifier) AS table_name,
           CAST(
             CASE c.contype WHEN 'c' THEN 'CHECK'
                            WHEN 'f' THEN 'FOREIGN KEY'
                            WHEN 'p' THEN 'PRIMARY KEY'
                            WHEN 'u' THEN 'UNIQUE' END
             AS character_data) AS constraint_type,
           CAST(CASE WHEN c.condeferrable THEN 'YES' ELSE 'NO' END AS yes_or_no)
             AS is_deferrable,
           CAST(CASE WHEN c.condeferred THEN 'YES' ELSE 'NO' END AS yes_or_no)
             AS initially_deferred,
           CAST('YES' AS yes_or_no) AS enforced,
           CAST(CASE WHEN c.contype = 'u'
                     THEN CASE WHEN (SELECT NOT indnullsnotdistinct FROM pg_index WHERE indexrelid = conindid) THEN 'YES' ELSE 'NO' END
                     END
                AS yes_or_no) AS nulls_distinct

    FROM pg_namespace nc,
         pg_namespace nr,
         pg_constraint c,
         pg_class r

    WHERE nc.oid = c.connamespace AND nr.oid = r.relnamespace
          AND c.conrelid = r.oid
          AND c.contype NOT IN ('t', 'x')  -- ignore nonstandard constraints
          AND r.relkind IN ('r', 'p')
          AND (NOT pg_is_other_temp_schema(nr.oid))
          AND (pg_has_role(r.relowner, 'USAGE')
               -- SELECT privilege omitted, per SQL standard
               OR has_table_privilege(r.oid, 'INSERT, UPDATE, DELETE, TRUNCATE, REFERENCES, TRIGGER')
               OR has_any_column_privilege(r.oid, 'INSERT, UPDATE, REFERENCES') )

    UNION ALL

    -- not-null constraints

    SELECT CAST(current_database() AS sql_identifier) AS constraint_catalog,
           CAST(nr.nspname AS sql_identifier) AS constraint_schema,
           CAST(CAST(nr.oid AS text) || '_' || CAST(r.oid AS text) || '_' || CAST(a.attnum AS text) || '_not_null' AS sql_identifier) AS constraint_name, -- XXX
           CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nr.nspname AS sql_identifier) AS table_schema,
           CAST(r.relname AS sql_identifier) AS table_name,
           CAST('CHECK' AS character_data) AS constraint_type,
           CAST('NO' AS yes_or_no) AS is_deferrable,
           CAST('NO' AS yes_or_no) AS initially_deferred,
           CAST('YES' AS yes_or_no) AS enforced,
           CAST(NULL AS yes_or_no) AS nulls_distinct

    FROM pg_namespace nr,
         pg_class r,
         pg_attribute a

    WHERE nr.oid = r.relnamespace
          AND r.oid = a.attrelid
          AND a.attnotnull
          AND a.attnum > 0
          AND NOT a.attisdropped
          AND r.relkind IN ('r', 'p')
          AND (NOT pg_is_other_temp_schema(nr.oid))
          AND (pg_has_role(r.relowner, 'USAGE')
               -- SELECT privilege omitted, per SQL standard
               OR has_table_privilege(r.oid, 'INSERT, UPDATE, DELETE, TRUNCATE, REFERENCES, TRIGGER')
               OR has_any_column_privilege(r.oid, 'INSERT, UPDATE, REFERENCES') );

GRANT SELECT ON table_constraints TO PUBLIC;


/*
 * 6.63
 * TABLE_METHOD_PRIVILEGES view
 */

-- feature not supported


/*
 * 6.64
 * TABLE_PRIVILEGES view
 */

CREATE VIEW table_privileges AS
    SELECT CAST(u_grantor.rolname AS sql_identifier) AS grantor,
           CAST(grantee.rolname AS sql_identifier) AS grantee,
           CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nc.nspname AS sql_identifier) AS table_schema,
           CAST(c.relname AS sql_identifier) AS table_name,
           CAST(c.prtype AS character_data) AS privilege_type,
           CAST(
             CASE WHEN
                  -- object owner always has grant options
                  pg_has_role(grantee.oid, c.relowner, 'USAGE')
                  OR c.grantable
                  THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_grantable,
           CAST(CASE WHEN c.prtype = 'SELECT' THEN 'YES' ELSE 'NO' END AS yes_or_no) AS with_hierarchy

    FROM (
            SELECT oid, relname, relnamespace, relkind, relowner, (aclexplode(coalesce(relacl, acldefault('r', relowner)))).* FROM pg_class
         ) AS c (oid, relname, relnamespace, relkind, relowner, grantor, grantee, prtype, grantable),
         pg_namespace nc,
         pg_authid u_grantor,
         (
           SELECT oid, rolname FROM pg_authid
           UNION ALL
           SELECT 0::oid, 'PUBLIC'
         ) AS grantee (oid, rolname)

    WHERE c.relnamespace = nc.oid
          AND c.relkind IN ('r', 'v', 'f', 'p')
          AND c.grantee = grantee.oid
          AND c.grantor = u_grantor.oid
          AND c.prtype IN ('INSERT', 'SELECT', 'UPDATE', 'DELETE', 'TRUNCATE', 'REFERENCES', 'TRIGGER')
          AND (pg_has_role(u_grantor.oid, 'USAGE')
               OR pg_has_role(grantee.oid, 'USAGE')
               OR grantee.rolname = 'PUBLIC');

GRANT SELECT ON table_privileges TO PUBLIC;


/*
 * 6.45
 * ROLE_TABLE_GRANTS view
 */

CREATE VIEW role_table_grants AS
    SELECT grantor,
           grantee,
           table_catalog,
           table_schema,
           table_name,
           privilege_type,
           is_grantable,
           with_hierarchy
    FROM table_privileges
    WHERE grantor IN (SELECT role_name FROM enabled_roles)
          OR grantee IN (SELECT role_name FROM enabled_roles);

GRANT SELECT ON role_table_grants TO PUBLIC;


/*
 * 6.65
 * TABLES view
 */

CREATE VIEW tables AS
    SELECT CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nc.nspname AS sql_identifier) AS table_schema,
           CAST(c.relname AS sql_identifier) AS table_name,

           CAST(
             CASE WHEN nc.oid = pg_my_temp_schema() THEN 'LOCAL TEMPORARY'
                  WHEN c.relkind IN ('r', 'p') THEN 'BASE TABLE'
                  WHEN c.relkind = 'v' THEN 'VIEW'
                  WHEN c.relkind = 'f' THEN 'FOREIGN'
                  ELSE null END
             AS character_data) AS table_type,

           CAST(null AS sql_identifier) AS self_referencing_column_name,
           CAST(null AS character_data) AS reference_generation,

           CAST(CASE WHEN t.typname IS NOT NULL THEN current_database() ELSE null END AS sql_identifier) AS user_defined_type_catalog,
           CAST(nt.nspname AS sql_identifier) AS user_defined_type_schema,
           CAST(t.typname AS sql_identifier) AS user_defined_type_name,

           CAST(CASE WHEN c.relkind IN ('r', 'p') OR
                          (c.relkind IN ('v', 'f') AND
                           -- 1 << CMD_INSERT
                           pg_relation_is_updatable(c.oid, false) & 8 = 8)
                THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_insertable_into,

           CAST(CASE WHEN t.typname IS NOT NULL THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_typed,
           CAST(null AS character_data) AS commit_action

    FROM pg_namespace nc JOIN pg_class c ON (nc.oid = c.relnamespace)
           LEFT JOIN (pg_type t JOIN pg_namespace nt ON (t.typnamespace = nt.oid)) ON (c.reloftype = t.oid)

    WHERE c.relkind IN ('r', 'v', 'f', 'p')
          AND (NOT pg_is_other_temp_schema(nc.oid))
          AND (pg_has_role(c.relowner, 'USAGE')
               OR has_table_privilege(c.oid, 'SELECT, INSERT, UPDATE, DELETE, TRUNCATE, REFERENCES, TRIGGER')
               OR has_any_column_privilege(c.oid, 'SELECT, INSERT, UPDATE, REFERENCES') );

GRANT SELECT ON tables TO PUBLIC;


/*
 * 6.66
 * TRANSFORMS view
 */

CREATE VIEW transforms AS
    SELECT CAST(current_database() AS sql_identifier) AS udt_catalog,
           CAST(nt.nspname AS sql_identifier) AS udt_schema,
           CAST(t.typname AS sql_identifier) AS udt_name,
           CAST(current_database() AS sql_identifier) AS specific_catalog,
           CAST(np.nspname AS sql_identifier) AS specific_schema,
           CAST(nameconcatoid(p.proname, p.oid) AS sql_identifier) AS specific_name,
           CAST(l.lanname AS sql_identifier) AS group_name,
           CAST('FROM SQL' AS character_data) AS transform_type
    FROM pg_type t JOIN pg_transform x ON t.oid = x.trftype
         JOIN pg_language l ON x.trflang = l.oid
         JOIN pg_proc p ON x.trffromsql = p.oid
         JOIN pg_namespace nt ON t.typnamespace = nt.oid
         JOIN pg_namespace np ON p.pronamespace = np.oid

  UNION

    SELECT CAST(current_database() AS sql_identifier) AS udt_catalog,
           CAST(nt.nspname AS sql_identifier) AS udt_schema,
           CAST(t.typname AS sql_identifier) AS udt_name,
           CAST(current_database() AS sql_identifier) AS specific_catalog,
           CAST(np.nspname AS sql_identifier) AS specific_schema,
           CAST(nameconcatoid(p.proname, p.oid) AS sql_identifier) AS specific_name,
           CAST(l.lanname AS sql_identifier) AS group_name,
           CAST('TO SQL' AS character_data) AS transform_type
    FROM pg_type t JOIN pg_transform x ON t.oid = x.trftype
         JOIN pg_language l ON x.trflang = l.oid
         JOIN pg_proc p ON x.trftosql = p.oid
         JOIN pg_namespace nt ON t.typnamespace = nt.oid
         JOIN pg_namespace np ON p.pronamespace = np.oid

  ORDER BY udt_catalog, udt_schema, udt_name, group_name, transform_type  -- some sensible grouping for interactive use
;


/*
 * 6.67
 * TRANSLATIONS view
 */

-- feature not supported


/*
 * 6.68
 * TRIGGERED_UPDATE_COLUMNS view
 */

CREATE VIEW triggered_update_columns AS
    SELECT CAST(current_database() AS sql_identifier) AS trigger_catalog,
           CAST(n.nspname AS sql_identifier) AS trigger_schema,
           CAST(t.tgname AS sql_identifier) AS trigger_name,
           CAST(current_database() AS sql_identifier) AS event_object_catalog,
           CAST(n.nspname AS sql_identifier) AS event_object_schema,
           CAST(c.relname AS sql_identifier) AS event_object_table,
           CAST(a.attname AS sql_identifier) AS event_object_column

    FROM pg_namespace n, pg_class c, pg_trigger t,
         (SELECT tgoid, (ta0.tgat).x AS tgattnum, (ta0.tgat).n AS tgattpos
          FROM (SELECT oid AS tgoid, information_schema._pg_expandarray(tgattr) AS tgat FROM pg_trigger) AS ta0) AS ta,
         pg_attribute a

    WHERE n.oid = c.relnamespace
          AND c.oid = t.tgrelid
          AND t.oid = ta.tgoid
          AND (a.attrelid, a.attnum) = (t.tgrelid, ta.tgattnum)
          AND NOT t.tgisinternal
          AND (NOT pg_is_other_temp_schema(n.oid))
          AND (pg_has_role(c.relowner, 'USAGE')
               -- SELECT privilege omitted, per SQL standard
               OR has_column_privilege(c.oid, a.attnum, 'INSERT, UPDATE, REFERENCES') );

GRANT SELECT ON triggered_update_columns TO PUBLIC;


/*
 * 6.69
 * TRIGGER_COLUMN_USAGE view
 */

-- not tracked by PostgreSQL


/*
 * 6.70
 * TRIGGER_PERIOD_USAGE view
 */

-- feature not supported


/*
 * 6.71
 * TRIGGER_ROUTINE_USAGE view
 */

-- not tracked by PostgreSQL


/*
 * 6.72
 * TRIGGER_SEQUENCE_USAGE view
 */

-- not tracked by PostgreSQL


/*
 * 6.73
 * TRIGGER_TABLE_USAGE view
 */

-- not tracked by PostgreSQL


/*
 * 6.74
 * TRIGGERS view
 */

CREATE VIEW triggers AS
    SELECT CAST(current_database() AS sql_identifier) AS trigger_catalog,
           CAST(n.nspname AS sql_identifier) AS trigger_schema,
           CAST(t.tgname AS sql_identifier) AS trigger_name,
           CAST(em.text AS character_data) AS event_manipulation,
           CAST(current_database() AS sql_identifier) AS event_object_catalog,
           CAST(n.nspname AS sql_identifier) AS event_object_schema,
           CAST(c.relname AS sql_identifier) AS event_object_table,
           CAST(
             -- To determine action order, partition by schema, table,
             -- event_manipulation (INSERT/DELETE/UPDATE), ROW/STATEMENT (1),
             -- BEFORE/AFTER (66), then order by trigger name.  It's preferable
             -- to partition by view output columns, so that query constraints
             -- can be pushed down below the window function.
             rank() OVER (PARTITION BY CAST(n.nspname AS sql_identifier),
                                       CAST(c.relname AS sql_identifier),
                                       em.num,
                                       t.tgtype & 1,
                                       t.tgtype & 66
                                       ORDER BY t.tgname)
             AS cardinal_number) AS action_order,
           CAST(
             CASE WHEN pg_has_role(c.relowner, 'USAGE')
               THEN (regexp_match(pg_get_triggerdef(t.oid), E'.{35,} WHEN \\((.+)\\) EXECUTE FUNCTION'))[1]
               ELSE null END
             AS character_data) AS action_condition,
           CAST(
             substring(pg_get_triggerdef(t.oid) from
                       position('EXECUTE FUNCTION' in substring(pg_get_triggerdef(t.oid) from 48)) + 47)
             AS character_data) AS action_statement,
           CAST(
             -- hard-wired reference to TRIGGER_TYPE_ROW
             CASE t.tgtype & 1 WHEN 1 THEN 'ROW' ELSE 'STATEMENT' END
             AS character_data) AS action_orientation,
           CAST(
             -- hard-wired refs to TRIGGER_TYPE_BEFORE, TRIGGER_TYPE_INSTEAD
             CASE t.tgtype & 66 WHEN 2 THEN 'BEFORE' WHEN 64 THEN 'INSTEAD OF' ELSE 'AFTER' END
             AS character_data) AS action_timing,
           CAST(tgoldtable AS sql_identifier) AS action_reference_old_table,
           CAST(tgnewtable AS sql_identifier) AS action_reference_new_table,
           CAST(null AS sql_identifier) AS action_reference_old_row,
           CAST(null AS sql_identifier) AS action_reference_new_row,
           CAST(null AS time_stamp) AS created

    FROM pg_namespace n, pg_class c, pg_trigger t,
         -- hard-wired refs to TRIGGER_TYPE_INSERT, TRIGGER_TYPE_DELETE,
         -- TRIGGER_TYPE_UPDATE; we intentionally omit TRIGGER_TYPE_TRUNCATE
         (VALUES (4, 'INSERT'),
                 (8, 'DELETE'),
                 (16, 'UPDATE')) AS em (num, text)

    WHERE n.oid = c.relnamespace
          AND c.oid = t.tgrelid
          AND t.tgtype & em.num <> 0
          AND NOT t.tgisinternal
          AND (NOT pg_is_other_temp_schema(n.oid))
          AND (pg_has_role(c.relowner, 'USAGE')
               -- SELECT privilege omitted, per SQL standard
               OR has_table_privilege(c.oid, 'INSERT, UPDATE, DELETE, TRUNCATE, REFERENCES, TRIGGER')
               OR has_any_column_privilege(c.oid, 'INSERT, UPDATE, REFERENCES') );

GRANT SELECT ON triggers TO PUBLIC;


/*
 * 6.75
 * UDT_PRIVILEGES view
 */

CREATE VIEW udt_privileges AS
    SELECT CAST(u_grantor.rolname AS sql_identifier) AS grantor,
           CAST(grantee.rolname AS sql_identifier) AS grantee,
           CAST(current_database() AS sql_identifier) AS udt_catalog,
           CAST(n.nspname AS sql_identifier) AS udt_schema,
           CAST(t.typname AS sql_identifier) AS udt_name,
           CAST('TYPE USAGE' AS character_data) AS privilege_type, -- sic
           CAST(
             CASE WHEN
                  -- object owner always has grant options
                  pg_has_role(grantee.oid, t.typowner, 'USAGE')
                  OR t.grantable
                  THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_grantable

    FROM (
            SELECT oid, typname, typnamespace, typtype, typowner, (aclexplode(coalesce(typacl, acldefault('T', typowner)))).* FROM pg_type
         ) AS t (oid, typname, typnamespace, typtype, typowner, grantor, grantee, prtype, grantable),
         pg_namespace n,
         pg_authid u_grantor,
         (
           SELECT oid, rolname FROM pg_authid
           UNION ALL
           SELECT 0::oid, 'PUBLIC'
         ) AS grantee (oid, rolname)

    WHERE t.typnamespace = n.oid
          AND t.typtype = 'c'
          AND t.grantee = grantee.oid
          AND t.grantor = u_grantor.oid
          AND t.prtype IN ('USAGE')
          AND (pg_has_role(u_grantor.oid, 'USAGE')
               OR pg_has_role(grantee.oid, 'USAGE')
               OR grantee.rolname = 'PUBLIC');

GRANT SELECT ON udt_privileges TO PUBLIC;


/*
 * 6.48
 * ROLE_UDT_GRANTS view
 */

CREATE VIEW role_udt_grants AS
    SELECT grantor,
           grantee,
           udt_catalog,
           udt_schema,
           udt_name,
           privilege_type,
           is_grantable
    FROM udt_privileges
    WHERE grantor IN (SELECT role_name FROM enabled_roles)
          OR grantee IN (SELECT role_name FROM enabled_roles);

GRANT SELECT ON role_udt_grants TO PUBLIC;


/*
 * 6.76
 * USAGE_PRIVILEGES view
 */

CREATE VIEW usage_privileges AS

    /* collations */
    -- Collations have no real privileges, so we represent all collations with implicit usage privilege here.
    SELECT CAST(u.rolname AS sql_identifier) AS grantor,
           CAST('PUBLIC' AS sql_identifier) AS grantee,
           CAST(current_database() AS sql_identifier) AS object_catalog,
           CAST(n.nspname AS sql_identifier) AS object_schema,
           CAST(c.collname AS sql_identifier) AS object_name,
           CAST('COLLATION' AS character_data) AS object_type,
           CAST('USAGE' AS character_data) AS privilege_type,
           CAST('NO' AS yes_or_no) AS is_grantable

    FROM pg_authid u,
         pg_namespace n,
         pg_collation c

    WHERE u.oid = c.collowner
          AND c.collnamespace = n.oid
          AND collencoding IN (-1, (SELECT encoding FROM pg_database WHERE datname = current_database()))

    UNION ALL

    /* domains */
    SELECT CAST(u_grantor.rolname AS sql_identifier) AS grantor,
           CAST(grantee.rolname AS sql_identifier) AS grantee,
           CAST(current_database() AS sql_identifier) AS object_catalog,
           CAST(n.nspname AS sql_identifier) AS object_schema,
           CAST(t.typname AS sql_identifier) AS object_name,
           CAST('DOMAIN' AS character_data) AS object_type,
           CAST('USAGE' AS character_data) AS privilege_type,
           CAST(
             CASE WHEN
                  -- object owner always has grant options
                  pg_has_role(grantee.oid, t.typowner, 'USAGE')
                  OR t.grantable
                  THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_grantable

    FROM (
            SELECT oid, typname, typnamespace, typtype, typowner, (aclexplode(coalesce(typacl, acldefault('T', typowner)))).* FROM pg_type
         ) AS t (oid, typname, typnamespace, typtype, typowner, grantor, grantee, prtype, grantable),
         pg_namespace n,
         pg_authid u_grantor,
         (
           SELECT oid, rolname FROM pg_authid
           UNION ALL
           SELECT 0::oid, 'PUBLIC'
         ) AS grantee (oid, rolname)

    WHERE t.typnamespace = n.oid
          AND t.typtype = 'd'
          AND t.grantee = grantee.oid
          AND t.grantor = u_grantor.oid
          AND t.prtype IN ('USAGE')
          AND (pg_has_role(u_grantor.oid, 'USAGE')
               OR pg_has_role(grantee.oid, 'USAGE')
               OR grantee.rolname = 'PUBLIC')

    UNION ALL

    /* foreign-data wrappers */
    SELECT CAST(u_grantor.rolname AS sql_identifier) AS grantor,
           CAST(grantee.rolname AS sql_identifier) AS grantee,
           CAST(current_database() AS sql_identifier) AS object_catalog,
           CAST('' AS sql_identifier) AS object_schema,
           CAST(fdw.fdwname AS sql_identifier) AS object_name,
           CAST('FOREIGN DATA WRAPPER' AS character_data) AS object_type,
           CAST('USAGE' AS character_data) AS privilege_type,
           CAST(
             CASE WHEN
                  -- object owner always has grant options
                  pg_has_role(grantee.oid, fdw.fdwowner, 'USAGE')
                  OR fdw.grantable
                  THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_grantable

    FROM (
            SELECT fdwname, fdwowner, (aclexplode(coalesce(fdwacl, acldefault('F', fdwowner)))).* FROM pg_foreign_data_wrapper
         ) AS fdw (fdwname, fdwowner, grantor, grantee, prtype, grantable),
         pg_authid u_grantor,
         (
           SELECT oid, rolname FROM pg_authid
           UNION ALL
           SELECT 0::oid, 'PUBLIC'
         ) AS grantee (oid, rolname)

    WHERE u_grantor.oid = fdw.grantor
          AND grantee.oid = fdw.grantee
          AND fdw.prtype IN ('USAGE')
          AND (pg_has_role(u_grantor.oid, 'USAGE')
               OR pg_has_role(grantee.oid, 'USAGE')
               OR grantee.rolname = 'PUBLIC')

    UNION ALL

    /* foreign servers */
    SELECT CAST(u_grantor.rolname AS sql_identifier) AS grantor,
           CAST(grantee.rolname AS sql_identifier) AS grantee,
           CAST(current_database() AS sql_identifier) AS object_catalog,
           CAST('' AS sql_identifier) AS object_schema,
           CAST(srv.srvname AS sql_identifier) AS object_name,
           CAST('FOREIGN SERVER' AS character_data) AS object_type,
           CAST('USAGE' AS character_data) AS privilege_type,
           CAST(
             CASE WHEN
                  -- object owner always has grant options
                  pg_has_role(grantee.oid, srv.srvowner, 'USAGE')
                  OR srv.grantable
                  THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_grantable

    FROM (
            SELECT srvname, srvowner, (aclexplode(coalesce(srvacl, acldefault('S', srvowner)))).* FROM pg_foreign_server
         ) AS srv (srvname, srvowner, grantor, grantee, prtype, grantable),
         pg_authid u_grantor,
         (
           SELECT oid, rolname FROM pg_authid
           UNION ALL
           SELECT 0::oid, 'PUBLIC'
         ) AS grantee (oid, rolname)

    WHERE u_grantor.oid = srv.grantor
          AND grantee.oid = srv.grantee
          AND srv.prtype IN ('USAGE')
          AND (pg_has_role(u_grantor.oid, 'USAGE')
               OR pg_has_role(grantee.oid, 'USAGE')
               OR grantee.rolname = 'PUBLIC')

    UNION ALL

    /* sequences */
    SELECT CAST(u_grantor.rolname AS sql_identifier) AS grantor,
           CAST(grantee.rolname AS sql_identifier) AS grantee,
           CAST(current_database() AS sql_identifier) AS object_catalog,
           CAST(n.nspname AS sql_identifier) AS object_schema,
           CAST(c.relname AS sql_identifier) AS object_name,
           CAST('SEQUENCE' AS character_data) AS object_type,
           CAST('USAGE' AS character_data) AS privilege_type,
           CAST(
             CASE WHEN
                  -- object owner always has grant options
                  pg_has_role(grantee.oid, c.relowner, 'USAGE')
                  OR c.grantable
                  THEN 'YES' ELSE 'NO' END AS yes_or_no) AS is_grantable

    FROM (
            SELECT oid, relname, relnamespace, relkind, relowner, (aclexplode(coalesce(relacl, acldefault('r', relowner)))).* FROM pg_class
         ) AS c (oid, relname, relnamespace, relkind, relowner, grantor, grantee, prtype, grantable),
         pg_namespace n,
         pg_authid u_grantor,
         (
           SELECT oid, rolname FROM pg_authid
           UNION ALL
           SELECT 0::oid, 'PUBLIC'
         ) AS grantee (oid, rolname)

    WHERE c.relnamespace = n.oid
          AND c.relkind = 'S'
          AND c.grantee = grantee.oid
          AND c.grantor = u_grantor.oid
          AND c.prtype IN ('USAGE')
          AND (pg_has_role(u_grantor.oid, 'USAGE')
               OR pg_has_role(grantee.oid, 'USAGE')
               OR grantee.rolname = 'PUBLIC');

GRANT SELECT ON usage_privileges TO PUBLIC;


/*
 * 6.47
 * ROLE_USAGE_GRANTS view
 */

CREATE VIEW role_usage_grants AS
    SELECT grantor,
           grantee,
           object_catalog,
           object_schema,
           object_name,
           object_type,
           privilege_type,
           is_grantable
    FROM usage_privileges
    WHERE grantor IN (SELECT role_name FROM enabled_roles)
          OR grantee IN (SELECT role_name FROM enabled_roles);

GRANT SELECT ON role_usage_grants TO PUBLIC;


/*
 * 6.77
 * USER_DEFINED_TYPES view
 */

CREATE VIEW user_defined_types AS
    SELECT CAST(current_database() AS sql_identifier) AS user_defined_type_catalog,
           CAST(n.nspname AS sql_identifier) AS user_defined_type_schema,
           CAST(c.relname AS sql_identifier) AS user_defined_type_name,
           CAST('STRUCTURED' AS character_data) AS user_defined_type_category,
           CAST('YES' AS yes_or_no) AS is_instantiable,
           CAST(null AS yes_or_no) AS is_final,
           CAST(null AS character_data) AS ordering_form,
           CAST(null AS character_data) AS ordering_category,
           CAST(null AS sql_identifier) AS ordering_routine_catalog,
           CAST(null AS sql_identifier) AS ordering_routine_schema,
           CAST(null AS sql_identifier) AS ordering_routine_name,
           CAST(null AS character_data) AS reference_type,
           CAST(null AS character_data) AS data_type,
           CAST(null AS cardinal_number) AS character_maximum_length,
           CAST(null AS cardinal_number) AS character_octet_length,
           CAST(null AS sql_identifier) AS character_set_catalog,
           CAST(null AS sql_identifier) AS character_set_schema,
           CAST(null AS sql_identifier) AS character_set_name,
           CAST(null AS sql_identifier) AS collation_catalog,
           CAST(null AS sql_identifier) AS collation_schema,
           CAST(null AS sql_identifier) AS collation_name,
           CAST(null AS cardinal_number) AS numeric_precision,
           CAST(null AS cardinal_number) AS numeric_precision_radix,
           CAST(null AS cardinal_number) AS numeric_scale,
           CAST(null AS cardinal_number) AS datetime_precision,
           CAST(null AS character_data) AS interval_type,
           CAST(null AS cardinal_number) AS interval_precision,
           CAST(null AS sql_identifier) AS source_dtd_identifier,
           CAST(null AS sql_identifier) AS ref_dtd_identifier

    FROM pg_namespace n, pg_class c, pg_type t

    WHERE n.oid = c.relnamespace
          AND t.typrelid = c.oid
          AND c.relkind = 'c'
          AND (pg_has_role(t.typowner, 'USAGE')
               OR has_type_privilege(t.oid, 'USAGE'));

GRANT SELECT ON user_defined_types TO PUBLIC;


/*
 * 6.78
 * VIEW_COLUMN_USAGE
 */

CREATE VIEW view_column_usage AS
    SELECT DISTINCT
           CAST(current_database() AS sql_identifier) AS view_catalog,
           CAST(nv.nspname AS sql_identifier) AS view_schema,
           CAST(v.relname AS sql_identifier) AS view_name,
           CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nt.nspname AS sql_identifier) AS table_schema,
           CAST(t.relname AS sql_identifier) AS table_name,
           CAST(a.attname AS sql_identifier) AS column_name

    FROM pg_namespace nv, pg_class v, pg_depend dv,
         pg_depend dt, pg_class t, pg_namespace nt,
         pg_attribute a

    WHERE nv.oid = v.relnamespace
          AND v.relkind = 'v'
          AND v.oid = dv.refobjid
          AND dv.refclassid = 'pg_catalog.pg_class'::regclass
          AND dv.classid = 'pg_catalog.pg_rewrite'::regclass
          AND dv.deptype = 'i'
          AND dv.objid = dt.objid
          AND dv.refobjid <> dt.refobjid
          AND dt.classid = 'pg_catalog.pg_rewrite'::regclass
          AND dt.refclassid = 'pg_catalog.pg_class'::regclass
          AND dt.refobjid = t.oid
          AND t.relnamespace = nt.oid
          AND t.relkind IN ('r', 'v', 'f', 'p')
          AND t.oid = a.attrelid
          AND dt.refobjsubid = a.attnum
          AND pg_has_role(t.relowner, 'USAGE');

GRANT SELECT ON view_column_usage TO PUBLIC;


/*
 * 6.79
 * VIEW_PERIOD_USAGE
 */

-- feature not supported


/*
 * 6.80
 * VIEW_ROUTINE_USAGE
 */

CREATE VIEW view_routine_usage AS
    SELECT DISTINCT
           CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nv.nspname AS sql_identifier) AS table_schema,
           CAST(v.relname AS sql_identifier) AS table_name,
           CAST(current_database() AS sql_identifier) AS specific_catalog,
           CAST(np.nspname AS sql_identifier) AS specific_schema,
           CAST(nameconcatoid(p.proname, p.oid) AS sql_identifier) AS specific_name

    FROM pg_namespace nv, pg_class v, pg_depend dv,
         pg_depend dp, pg_proc p, pg_namespace np

    WHERE nv.oid = v.relnamespace
          AND v.relkind = 'v'
          AND v.oid = dv.refobjid
          AND dv.refclassid = 'pg_catalog.pg_class'::regclass
          AND dv.classid = 'pg_catalog.pg_rewrite'::regclass
          AND dv.deptype = 'i'
          AND dv.objid = dp.objid
          AND dp.classid = 'pg_catalog.pg_rewrite'::regclass
          AND dp.refclassid = 'pg_catalog.pg_proc'::regclass
          AND dp.refobjid = p.oid
          AND p.pronamespace = np.oid
          AND pg_has_role(p.proowner, 'USAGE');

GRANT SELECT ON view_routine_usage TO PUBLIC;


/*
 * 6.81
 * VIEW_TABLE_USAGE
 */

CREATE VIEW view_table_usage AS
    SELECT DISTINCT
           CAST(current_database() AS sql_identifier) AS view_catalog,
           CAST(nv.nspname AS sql_identifier) AS view_schema,
           CAST(v.relname AS sql_identifier) AS view_name,
           CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nt.nspname AS sql_identifier) AS table_schema,
           CAST(t.relname AS sql_identifier) AS table_name

    FROM pg_namespace nv, pg_class v, pg_depend dv,
         pg_depend dt, pg_class t, pg_namespace nt

    WHERE nv.oid = v.relnamespace
          AND v.relkind = 'v'
          AND v.oid = dv.refobjid
          AND dv.refclassid = 'pg_catalog.pg_class'::regclass
          AND dv.classid = 'pg_catalog.pg_rewrite'::regclass
          AND dv.deptype = 'i'
          AND dv.objid = dt.objid
          AND dv.refobjid <> dt.refobjid
          AND dt.classid = 'pg_catalog.pg_rewrite'::regclass
          AND dt.refclassid = 'pg_catalog.pg_class'::regclass
          AND dt.refobjid = t.oid
          AND t.relnamespace = nt.oid
          AND t.relkind IN ('r', 'v', 'f', 'p')
          AND pg_has_role(t.relowner, 'USAGE');

GRANT SELECT ON view_table_usage TO PUBLIC;


/*
 * 6.82
 * VIEWS view
 */

CREATE VIEW views AS
    SELECT CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(nc.nspname AS sql_identifier) AS table_schema,
           CAST(c.relname AS sql_identifier) AS table_name,

           CAST(
             CASE WHEN pg_has_role(c.relowner, 'USAGE')
                  THEN pg_get_viewdef(c.oid)
                  ELSE null END
             AS character_data) AS view_definition,

           CAST(
             CASE WHEN 'check_option=cascaded' = ANY (c.reloptions)
                  THEN 'CASCADED'
                  WHEN 'check_option=local' = ANY (c.reloptions)
                  THEN 'LOCAL'
                  ELSE 'NONE' END
             AS character_data) AS check_option,

           CAST(
             -- (1 << CMD_UPDATE) + (1 << CMD_DELETE)
             CASE WHEN pg_relation_is_updatable(c.oid, false) & 20 = 20
                  THEN 'YES' ELSE 'NO' END
             AS yes_or_no) AS is_updatable,

           CAST(
             -- 1 << CMD_INSERT
             CASE WHEN pg_relation_is_updatable(c.oid, false) & 8 = 8
                  THEN 'YES' ELSE 'NO' END
             AS yes_or_no) AS is_insertable_into,

           CAST(
             -- TRIGGER_TYPE_ROW + TRIGGER_TYPE_INSTEAD + TRIGGER_TYPE_UPDATE
             CASE WHEN EXISTS (SELECT 1 FROM pg_trigger WHERE tgrelid = c.oid AND tgtype & 81 = 81)
                  THEN 'YES' ELSE 'NO' END
           AS yes_or_no) AS is_trigger_updatable,

           CAST(
             -- TRIGGER_TYPE_ROW + TRIGGER_TYPE_INSTEAD + TRIGGER_TYPE_DELETE
             CASE WHEN EXISTS (SELECT 1 FROM pg_trigger WHERE tgrelid = c.oid AND tgtype & 73 = 73)
                  THEN 'YES' ELSE 'NO' END
           AS yes_or_no) AS is_trigger_deletable,

           CAST(
             -- TRIGGER_TYPE_ROW + TRIGGER_TYPE_INSTEAD + TRIGGER_TYPE_INSERT
             CASE WHEN EXISTS (SELECT 1 FROM pg_trigger WHERE tgrelid = c.oid AND tgtype & 69 = 69)
                  THEN 'YES' ELSE 'NO' END
           AS yes_or_no) AS is_trigger_insertable_into

    FROM pg_namespace nc, pg_class c

    WHERE c.relnamespace = nc.oid
          AND c.relkind = 'v'
          AND (NOT pg_is_other_temp_schema(nc.oid))
          AND (pg_has_role(c.relowner, 'USAGE')
               OR has_table_privilege(c.oid, 'SELECT, INSERT, UPDATE, DELETE, TRUNCATE, REFERENCES, TRIGGER')
               OR has_any_column_privilege(c.oid, 'SELECT, INSERT, UPDATE, REFERENCES') );

GRANT SELECT ON views TO PUBLIC;


-- The following views have dependencies that force them to appear out of order.

/*
 * 6.26
 * DATA_TYPE_PRIVILEGES view
 */

CREATE VIEW data_type_privileges AS
    SELECT CAST(current_database() AS sql_identifier) AS object_catalog,
           CAST(x.objschema AS sql_identifier) AS object_schema,
           CAST(x.objname AS sql_identifier) AS object_name,
           CAST(x.objtype AS character_data) AS object_type,
           CAST(x.objdtdid AS sql_identifier) AS dtd_identifier

    FROM
      (
        SELECT udt_schema, udt_name, 'USER-DEFINED TYPE'::text, dtd_identifier FROM attributes
        UNION ALL
        SELECT table_schema, table_name, 'TABLE'::text, dtd_identifier FROM columns
        UNION ALL
        SELECT domain_schema, domain_name, 'DOMAIN'::text, dtd_identifier FROM domains
        UNION ALL
        SELECT specific_schema, specific_name, 'ROUTINE'::text, dtd_identifier FROM parameters
        UNION ALL
        SELECT specific_schema, specific_name, 'ROUTINE'::text, dtd_identifier FROM routines
      ) AS x (objschema, objname, objtype, objdtdid);

GRANT SELECT ON data_type_privileges TO PUBLIC;


/*
 * 6.31
 * ELEMENT_TYPES view
 */

CREATE VIEW element_types AS
    SELECT CAST(current_database() AS sql_identifier) AS object_catalog,
           CAST(n.nspname AS sql_identifier) AS object_schema,
           CAST(x.objname AS sql_identifier) AS object_name,
           CAST(x.objtype AS character_data) AS object_type,
           CAST(x.objdtdid AS sql_identifier) AS collection_type_identifier,
           CAST(
             CASE WHEN nbt.nspname = 'pg_catalog' THEN format_type(bt.oid, null)
                  ELSE 'USER-DEFINED' END AS character_data) AS data_type,

           CAST(null AS cardinal_number) AS character_maximum_length,
           CAST(null AS cardinal_number) AS character_octet_length,
           CAST(null AS sql_identifier) AS character_set_catalog,
           CAST(null AS sql_identifier) AS character_set_schema,
           CAST(null AS sql_identifier) AS character_set_name,
           CAST(CASE WHEN nco.nspname IS NOT NULL THEN current_database() END AS sql_identifier) AS collation_catalog,
           CAST(nco.nspname AS sql_identifier) AS collation_schema,
           CAST(co.collname AS sql_identifier) AS collation_name,
           CAST(null AS cardinal_number) AS numeric_precision,
           CAST(null AS cardinal_number) AS numeric_precision_radix,
           CAST(null AS cardinal_number) AS numeric_scale,
           CAST(null AS cardinal_number) AS datetime_precision,
           CAST(null AS character_data) AS interval_type,
           CAST(null AS cardinal_number) AS interval_precision,

           CAST(current_database() AS sql_identifier) AS udt_catalog,
           CAST(nbt.nspname AS sql_identifier) AS udt_schema,
           CAST(bt.typname AS sql_identifier) AS udt_name,

           CAST(null AS sql_identifier) AS scope_catalog,
           CAST(null AS sql_identifier) AS scope_schema,
           CAST(null AS sql_identifier) AS scope_name,

           CAST(null AS cardinal_number) AS maximum_cardinality,
           CAST('a' || CAST(x.objdtdid AS text) AS sql_identifier) AS dtd_identifier

    FROM pg_namespace n, pg_type at, pg_namespace nbt, pg_type bt,
         (
           /* columns, attributes */
           SELECT c.relnamespace, CAST(c.relname AS sql_identifier),
                  CASE WHEN c.relkind = 'c' THEN 'USER-DEFINED TYPE'::text ELSE 'TABLE'::text END,
                  a.attnum, a.atttypid, a.attcollation
           FROM pg_class c, pg_attribute a
           WHERE c.oid = a.attrelid
                 AND c.relkind IN ('r', 'v', 'f', 'c', 'p')
                 AND attnum > 0 AND NOT attisdropped

           UNION ALL

           /* domains */
           SELECT t.typnamespace, CAST(t.typname AS sql_identifier),
                  'DOMAIN'::text, 1, t.typbasetype, t.typcollation
           FROM pg_type t
           WHERE t.typtype = 'd'

           UNION ALL

           /* parameters */
           SELECT pronamespace,
                  CAST(nameconcatoid(proname, oid) AS sql_identifier),
                  'ROUTINE'::text, (ss.x).n, (ss.x).x, 0
           FROM (SELECT p.pronamespace, p.proname, p.oid,
                        _pg_expandarray(coalesce(p.proallargtypes, p.proargtypes::oid[])) AS x
                 FROM pg_proc p) AS ss

           UNION ALL

           /* result types */
           SELECT p.pronamespace,
                  CAST(nameconcatoid(p.proname, p.oid) AS sql_identifier),
                  'ROUTINE'::text, 0, p.prorettype, 0
           FROM pg_proc p

         ) AS x (objschema, objname, objtype, objdtdid, objtypeid, objcollation)
         LEFT JOIN (pg_collation co JOIN pg_namespace nco ON (co.collnamespace = nco.oid))
           ON x.objcollation = co.oid AND (nco.nspname, co.collname) <> ('pg_catalog', 'default')

    WHERE n.oid = x.objschema
          AND at.oid = x.objtypeid
          AND (at.typelem <> 0 AND at.typlen = -1)
          AND at.typelem = bt.oid
          AND nbt.oid = bt.typnamespace

          AND (n.nspname, x.objname, x.objtype, CAST(x.objdtdid AS sql_identifier)) IN
              ( SELECT object_schema, object_name, object_type, dtd_identifier
                    FROM data_type_privileges );

GRANT SELECT ON element_types TO PUBLIC;


-- SQL/MED views; these use section numbers from part 9 of the standard.

/* Base view for foreign table columns */
CREATE VIEW _pg_foreign_table_columns AS
    SELECT n.nspname,
           c.relname,
           a.attname,
           a.attfdwoptions
    FROM pg_foreign_table t, pg_authid u, pg_namespace n, pg_class c,
         pg_attribute a
    WHERE u.oid = c.relowner
          AND (pg_has_role(c.relowner, 'USAGE')
               OR has_column_privilege(c.oid, a.attnum, 'SELECT, INSERT, UPDATE, REFERENCES'))
          AND n.oid = c.relnamespace
          AND c.oid = t.ftrelid
          AND c.relkind = 'f'
          AND a.attrelid = c.oid
          AND a.attnum > 0;

/*
 * 24.3
 * COLUMN_OPTIONS view
 */
CREATE VIEW column_options AS
    SELECT CAST(current_database() AS sql_identifier) AS table_catalog,
           CAST(c.nspname AS sql_identifier) AS table_schema,
           CAST(c.relname AS sql_identifier) AS table_name,
           CAST(c.attname AS sql_identifier) AS column_name,
           CAST((pg_options_to_table(c.attfdwoptions)).option_name AS sql_identifier) AS option_name,
           CAST((pg_options_to_table(c.attfdwoptions)).option_value AS character_data) AS option_value
    FROM _pg_foreign_table_columns c;

GRANT SELECT ON column_options TO PUBLIC;


/* Base view for foreign-data wrappers */
CREATE VIEW _pg_foreign_data_wrappers AS
    SELECT w.oid,
           w.fdwowner,
           w.fdwoptions,
           CAST(current_database() AS sql_identifier) AS foreign_data_wrapper_catalog,
           CAST(fdwname AS sql_identifier) AS foreign_data_wrapper_name,
           CAST(u.rolname AS sql_identifier) AS authorization_identifier,
           CAST('c' AS character_data) AS foreign_data_wrapper_language
    FROM pg_foreign_data_wrapper w, pg_authid u
    WHERE u.oid = w.fdwowner
          AND (pg_has_role(fdwowner, 'USAGE')
               OR has_foreign_data_wrapper_privilege(w.oid, 'USAGE'));


/*
 * 24.5
 * FOREIGN_DATA_WRAPPER_OPTIONS view
 */
CREATE VIEW foreign_data_wrapper_options AS
    SELECT foreign_data_wrapper_catalog,
           foreign_data_wrapper_name,
           CAST((pg_options_to_table(w.fdwoptions)).option_name AS sql_identifier) AS option_name,
           CAST((pg_options_to_table(w.fdwoptions)).option_value AS character_data) AS option_value
    FROM _pg_foreign_data_wrappers w;

GRANT SELECT ON foreign_data_wrapper_options TO PUBLIC;


/*
 * 24.6
 * FOREIGN_DATA_WRAPPERS view
 */
CREATE VIEW foreign_data_wrappers AS
    SELECT foreign_data_wrapper_catalog,
           foreign_data_wrapper_name,
           authorization_identifier,
           CAST(NULL AS character_data) AS library_name,
           foreign_data_wrapper_language
    FROM _pg_foreign_data_wrappers w;

GRANT SELECT ON foreign_data_wrappers TO PUBLIC;


/* Base view for foreign servers */
CREATE VIEW _pg_foreign_servers AS
    SELECT s.oid,
           s.srvoptions,
           CAST(current_database() AS sql_identifier) AS foreign_server_catalog,
           CAST(srvname AS sql_identifier) AS foreign_server_name,
           CAST(current_database() AS sql_identifier) AS foreign_data_wrapper_catalog,
           CAST(w.fdwname AS sql_identifier) AS foreign_data_wrapper_name,
           CAST(srvtype AS character_data) AS foreign_server_type,
           CAST(srvversion AS character_data) AS foreign_server_version,
           CAST(u.rolname AS sql_identifier) AS authorization_identifier
    FROM pg_foreign_server s, pg_foreign_data_wrapper w, pg_authid u
    WHERE w.oid = s.srvfdw
          AND u.oid = s.srvowner
          AND (pg_has_role(s.srvowner, 'USAGE')
               OR has_server_privilege(s.oid, 'USAGE'));


/*
 * 24.7
 * FOREIGN_SERVER_OPTIONS view
 */
CREATE VIEW foreign_server_options AS
    SELECT foreign_server_catalog,
           foreign_server_name,
           CAST((pg_options_to_table(s.srvoptions)).option_name AS sql_identifier) AS option_name,
           CAST((pg_options_to_table(s.srvoptions)).option_value AS character_data) AS option_value
    FROM _pg_foreign_servers s;

GRANT SELECT ON TABLE foreign_server_options TO PUBLIC;


/*
 * 24.8
 * FOREIGN_SERVERS view
 */
CREATE VIEW foreign_servers AS
    SELECT foreign_server_catalog,
           foreign_server_name,
           foreign_data_wrapper_catalog,
           foreign_data_wrapper_name,
           foreign_server_type,
           foreign_server_version,
           authorization_identifier
    FROM _pg_foreign_servers;

GRANT SELECT ON foreign_servers TO PUBLIC;


/* Base view for foreign tables */
CREATE VIEW _pg_foreign_tables AS
    SELECT
           CAST(current_database() AS sql_identifier) AS foreign_table_catalog,
           CAST(n.nspname AS sql_identifier) AS foreign_table_schema,
           CAST(c.relname AS sql_identifier) AS foreign_table_name,
           t.ftoptions AS ftoptions,
           CAST(current_database() AS sql_identifier) AS foreign_server_catalog,
           CAST(srvname AS sql_identifier) AS foreign_server_name,
           CAST(u.rolname AS sql_identifier) AS authorization_identifier
    FROM pg_foreign_table t, pg_foreign_server s, pg_foreign_data_wrapper w,
         pg_authid u, pg_namespace n, pg_class c
    WHERE w.oid = s.srvfdw
          AND u.oid = c.relowner
          AND (pg_has_role(c.relowner, 'USAGE')
               OR has_table_privilege(c.oid, 'SELECT, INSERT, UPDATE, DELETE, TRUNCATE, REFERENCES, TRIGGER')
               OR has_any_column_privilege(c.oid, 'SELECT, INSERT, UPDATE, REFERENCES'))
          AND n.oid = c.relnamespace
          AND c.oid = t.ftrelid
          AND c.relkind = 'f'
          AND s.oid = t.ftserver;


/*
 * 24.9
 * FOREIGN_TABLE_OPTIONS view
 */
CREATE VIEW foreign_table_options AS
    SELECT foreign_table_catalog,
           foreign_table_schema,
           foreign_table_name,
           CAST((pg_options_to_table(t.ftoptions)).option_name AS sql_identifier) AS option_name,
           CAST((pg_options_to_table(t.ftoptions)).option_value AS character_data) AS option_value
    FROM _pg_foreign_tables t;

GRANT SELECT ON TABLE foreign_table_options TO PUBLIC;


/*
 * 24.10
 * FOREIGN_TABLES view
 */
CREATE VIEW foreign_tables AS
    SELECT foreign_table_catalog,
           foreign_table_schema,
           foreign_table_name,
           foreign_server_catalog,
           foreign_server_name
    FROM _pg_foreign_tables;

GRANT SELECT ON foreign_tables TO PUBLIC;



/* Base view for user mappings */
CREATE VIEW _pg_user_mappings AS
    SELECT um.oid,
           um.umoptions,
           um.umuser,
           CAST(COALESCE(u.rolname,'PUBLIC') AS sql_identifier ) AS authorization_identifier,
           s.foreign_server_catalog,
           s.foreign_server_name,
           s.authorization_identifier AS srvowner
    FROM pg_user_mapping um LEFT JOIN pg_authid u ON (u.oid = um.umuser),
         _pg_foreign_servers s
    WHERE s.oid = um.umserver;


/*
 * 24.13
 * USER_MAPPING_OPTIONS view
 */
CREATE VIEW user_mapping_options AS
    SELECT authorization_identifier,
           foreign_server_catalog,
           foreign_server_name,
           CAST(opts.option_name AS sql_identifier) AS option_name,
           CAST(CASE WHEN (umuser <> 0 AND authorization_identifier = current_user)
                       OR (umuser = 0 AND pg_has_role(srvowner, 'USAGE'))
                       OR (SELECT rolsuper FROM pg_authid WHERE rolname = current_user)
                     THEN opts.option_value
                     ELSE NULL END AS character_data) AS option_value
    FROM _pg_user_mappings um,
         pg_options_to_table(um.umoptions) opts;

GRANT SELECT ON user_mapping_options TO PUBLIC;


/*
 * 24.14
 * USER_MAPPINGS view
 */
CREATE VIEW user_mappings AS
    SELECT authorization_identifier,
           foreign_server_catalog,
           foreign_server_name
    FROM _pg_user_mappings;

GRANT SELECT ON user_mappings TO PUBLIC;
# PostgreSQL Client Authentication Configuration File
# ===================================================
#
# Refer to the "Client Authentication" section in the PostgreSQL
# documentation for a complete description of this file.  A short
# synopsis follows.
#
# ----------------------
# Authentication Records
# ----------------------
#
# This file controls: which hosts are allowed to connect, how clients
# are authenticated, which PostgreSQL user names they can use, which
# databases they can access.  Records take one of these forms:
#
# local         DATABASE  USER  METHOD  [OPTIONS]
# host          DATABASE  USER  ADDRESS  METHOD  [OPTIONS]
# hostssl       DATABASE  USER  ADDRESS  METHOD  [OPTIONS]
# hostnossl     DATABASE  USER  ADDRESS  METHOD  [OPTIONS]
# hostgssenc    DATABASE  USER  ADDRESS  METHOD  [OPTIONS]
# hostnogssenc  DATABASE  USER  ADDRESS  METHOD  [OPTIONS]
#
# (The uppercase items must be replaced by actual values.)
#
# The first field is the connection type:
# - "local" is a Unix-domain socket
# - "host" is a TCP/IP socket (encrypted or not)
# - "hostssl" is a TCP/IP socket that is SSL-encrypted
# - "hostnossl" is a TCP/IP socket that is not SSL-encrypted
# - "hostgssenc" is a TCP/IP socket that is GSSAPI-encrypted
# - "hostnogssenc" is a TCP/IP socket that is not GSSAPI-encrypted
#
# DATABASE can be "all", "sameuser", "samerole", "replication", a
# database name, a regular expression (if it starts with a slash (/))
# or a comma-separated list thereof.  The "all" keyword does not match
# "replication".  Access to replication must be enabled in a separate
# record (see example below).
#
# USER can be "all", a user name, a group name prefixed with "+", a
# regular expression (if it starts with a slash (/)) or a comma-separated
# list thereof.  In both the DATABASE and USER fields you can also write
# a file name prefixed with "@" to include names from a separate file.
#
# ADDRESS specifies the set of hosts the record matches.  It can be a
# host name, or it is made up of an IP address and a CIDR mask that is
# an integer (between 0 and 32 (IPv4) or 128 (IPv6) inclusive) that
# specifies the number of significant bits in the mask.  A host name
# that starts with a dot (.) matches a suffix of the actual host name.
# Alternatively, you can write an IP address and netmask in separate
# columns to specify the set of hosts.  Instead of a CIDR-address, you
# can write "samehost" to match any of the server's own IP addresses,
# or "samenet" to match any address in any subnet that the server is
# directly connected to.
#
# METHOD can be "trust", "reject", "md5", "password", "scram-sha-256",
# "gss", "sspi", "ident", "peer", "pam", "ldap", "radius" or "cert".
# Note that "password" sends passwords in clear text; "md5" or
# "scram-sha-256" are preferred since they send encrypted passwords.
#
# OPTIONS are a set of options for the authentication in the format
# NAME=VALUE.  The available options depend on the different
# authentication methods -- refer to the "Client Authentication"
# section in the documentation for a list of which options are
# available for which authentication methods.
#
# Database and user names containing spaces, commas, quotes and other
# special characters must be quoted.  Quoting one of the keywords
# "all", "sameuser", "samerole" or "replication" makes the name lose
# its special character, and just match a database or username with
# that name.
#
# ---------------
# Include Records
# ---------------
#
# This file allows the inclusion of external files or directories holding
# more records, using the following keywords:
#
# include           FILE
# include_if_exists FILE
# include_dir       DIRECTORY
#
# FILE is the file name to include, and DIR is the directory name containing
# the file(s) to include.  Any file in a directory will be loaded if suffixed
# with ".conf".  The files of a directory are ordered by name.
# include_if_exists ignores missing files.  FILE and DIRECTORY can be
# specified as a relative or an absolute path, and can be double-quoted if
# they contain spaces.
#
# -------------
# Miscellaneous
# -------------
#
# This file is read on server startup and when the server receives a
# SIGHUP signal.  If you edit the file on a running system, you have to
# SIGHUP the server for the changes to take effect, run "pg_ctl reload",
# or execute "SELECT pg_reload_conf()".
#
# ----------------------------------
# Put your actual configuration here
# ----------------------------------
#
# If you want to allow non-local connections, you need to add more
# "host" records.  In that case you will also need to make PostgreSQL
# listen on a non-local interface via the listen_addresses
# configuration parameter, or via the -i or -h command line switches.

@authcomment@

# TYPE  DATABASE        USER            ADDRESS                 METHOD

@remove-line-for-nolocal@# "local" is for Unix domain socket connections only
@remove-line-for-nolocal@local   all             all                                     @authmethodlocal@
# IPv4 local connections:
host    all             all             127.0.0.1/32            @authmethodhost@
# IPv6 local connections:
host    all             all             ::1/128                 @authmethodhost@
# Allow replication connections from localhost, by a user with the
# replication privilege.
@remove-line-for-nolocal@local   replication     all                                     @authmethodlocal@
host    replication     all             127.0.0.1/32            @authmethodhost@
host    replication     all             ::1/128                 @authmethodhost@
# PostgreSQL User Name Maps
# =========================
#
# ---------------
# Mapping Records
# ---------------
#
# Refer to the PostgreSQL documentation, chapter "Client
# Authentication" for a complete description.  A short synopsis
# follows.
#
# This file controls PostgreSQL user name mapping.  It maps external
# user names to their corresponding PostgreSQL user names.  Records
# are of the form:
#
# MAPNAME  SYSTEM-USERNAME  PG-USERNAME
#
# (The uppercase quantities must be replaced by actual values.)
#
# MAPNAME is the (otherwise freely chosen) map name that was used in
# pg_hba.conf.  SYSTEM-USERNAME is the detected user name of the
# client.  PG-USERNAME is the requested PostgreSQL user name.  The
# existence of a record specifies that SYSTEM-USERNAME may connect as
# PG-USERNAME.
#
# If SYSTEM-USERNAME starts with a slash (/), it will be treated as a
# regular expression.  Optionally this can contain a capture (a
# parenthesized subexpression).  The substring matching the capture
# will be substituted for \1 (backslash-one) if present in
# PG-USERNAME.
#
# PG-USERNAME can be "all", a user name, a group name prefixed with "+", or
# a regular expression (if it starts with a slash (/)).  If it is a regular
# expression, the substring matching with \1 has no effect.
#
# Multiple maps may be specified in this file and used by pg_hba.conf.
#
# No map names are defined in the default configuration.  If all
# system user names and PostgreSQL user names are the same, you don't
# need anything in this file.
#
# ---------------
# Include Records
# ---------------
#
# This file allows the inclusion of external files or directories holding
# more records, using the following keywords:
#
# include           FILE
# include_if_exists FILE
# include_dir       DIRECTORY
#
# FILE is the file name to include, and DIR is the directory name containing
# the file(s) to include.  Any file in a directory will be loaded if suffixed
# with ".conf".  The files of a directory are ordered by name.
# include_if_exists ignores missing files.  FILE and DIRECTORY can be
# specified as a relative or an absolute path, and can be double-quoted if
# they contain spaces.
#
# -------------------------------
# Miscellaneous
# -------------------------------
#
# This file is read on server startup and when the postmaster receives
# a SIGHUP signal.  If you edit the file on a running system, you have
# to SIGHUP the postmaster for the changes to take effect.  You can
# use "pg_ctl reload" to do that.

# Put your actual configuration here
# ----------------------------------

# MAPNAME       SYSTEM-USERNAME         PG-USERNAME
#
#	Connection configuration file
#
# A service is a set of named connection parameters.  You may specify
# multiple services in this file.  Each starts with a service name in
# brackets.  Subsequent lines have connection configuration parameters of
# the pattern "param=value" or LDAP URLs starting with "ldap://"
# to look up such parameters.  A sample configuration for postgres is
# included in this file.  Lines beginning with '#' are comments.
#
# Copy this to your sysconf directory (typically /usr/local/pgsql/etc) and
# rename it pg_service.conf.
#
#
#[postgres]
#dbname=postgres
#user=postgres
# PostgreSQL 17
create pg_proc 1255 bootstrap rowtype_oid 81
 (
 oid = oid ,
 proname = name ,
 pronamespace = oid ,
 proowner = oid ,
 prolang = oid ,
 procost = float4 ,
 prorows = float4 ,
 provariadic = oid ,
 prosupport = regproc ,
 prokind = char ,
 prosecdef = bool ,
 proleakproof = bool ,
 proisstrict = bool ,
 proretset = bool ,
 provolatile = char ,
 proparallel = char ,
 pronargs = int2 ,
 pronargdefaults = int2 ,
 prorettype = oid ,
 proargtypes = oidvector FORCE NOT NULL ,
 proallargtypes = _oid ,
 proargmodes = _char ,
 proargnames = _text ,
 proargdefaults = pg_node_tree ,
 protrftypes = _oid ,
 prosrc = text FORCE NOT NULL ,
 probin = text ,
 prosqlbody = pg_node_tree ,
 proconfig = _text ,
 proacl = _aclitem
 )
insert ( 1242 boolin 11 10 12 1 0 0 0 f f f t f i s 1 0 16 2275 _null_ _null_ _null_ _null_ _null_ boolin _null_ _null_ _null_ _null_ )
insert ( 1243 boolout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 16 _null_ _null_ _null_ _null_ _null_ boolout _null_ _null_ _null_ _null_ )
insert ( 1244 byteain 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2275 _null_ _null_ _null_ _null_ _null_ byteain _null_ _null_ _null_ _null_ )
insert ( 31 byteaout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 17 _null_ _null_ _null_ _null_ _null_ byteaout _null_ _null_ _null_ _null_ )
insert ( 1245 charin 11 10 12 1 0 0 0 f f f t f i s 1 0 18 2275 _null_ _null_ _null_ _null_ _null_ charin _null_ _null_ _null_ _null_ )
insert ( 33 charout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 18 _null_ _null_ _null_ _null_ _null_ charout _null_ _null_ _null_ _null_ )
insert ( 34 namein 11 10 12 1 0 0 0 f f f t f i s 1 0 19 2275 _null_ _null_ _null_ _null_ _null_ namein _null_ _null_ _null_ _null_ )
insert ( 35 nameout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 19 _null_ _null_ _null_ _null_ _null_ nameout _null_ _null_ _null_ _null_ )
insert ( 38 int2in 11 10 12 1 0 0 0 f f f t f i s 1 0 21 2275 _null_ _null_ _null_ _null_ _null_ int2in _null_ _null_ _null_ _null_ )
insert ( 39 int2out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 21 _null_ _null_ _null_ _null_ _null_ int2out _null_ _null_ _null_ _null_ )
insert ( 40 int2vectorin 11 10 12 1 0 0 0 f f f t f i s 1 0 22 2275 _null_ _null_ _null_ _null_ _null_ int2vectorin _null_ _null_ _null_ _null_ )
insert ( 41 int2vectorout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 22 _null_ _null_ _null_ _null_ _null_ int2vectorout _null_ _null_ _null_ _null_ )
insert ( 42 int4in 11 10 12 1 0 0 0 f f f t f i s 1 0 23 2275 _null_ _null_ _null_ _null_ _null_ int4in _null_ _null_ _null_ _null_ )
insert ( 43 int4out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 23 _null_ _null_ _null_ _null_ _null_ int4out _null_ _null_ _null_ _null_ )
insert ( 44 regprocin 11 10 12 1 0 0 0 f f f t f s s 1 0 24 2275 _null_ _null_ _null_ _null_ _null_ regprocin _null_ _null_ _null_ _null_ )
insert ( 45 regprocout 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 24 _null_ _null_ _null_ _null_ _null_ regprocout _null_ _null_ _null_ _null_ )
insert ( 3494 to_regproc 11 10 12 1 0 0 0 f f f t f s s 1 0 24 25 _null_ _null_ _null_ _null_ _null_ to_regproc _null_ _null_ _null_ _null_ )
insert ( 3479 to_regprocedure 11 10 12 1 0 0 0 f f f t f s s 1 0 2202 25 _null_ _null_ _null_ _null_ _null_ to_regprocedure _null_ _null_ _null_ _null_ )
insert ( 46 textin 11 10 12 1 0 0 0 f f f t f i s 1 0 25 2275 _null_ _null_ _null_ _null_ _null_ textin _null_ _null_ _null_ _null_ )
insert ( 47 textout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 25 _null_ _null_ _null_ _null_ _null_ textout _null_ _null_ _null_ _null_ )
insert ( 48 tidin 11 10 12 1 0 0 0 f f f t f i s 1 0 27 2275 _null_ _null_ _null_ _null_ _null_ tidin _null_ _null_ _null_ _null_ )
insert ( 49 tidout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 27 _null_ _null_ _null_ _null_ _null_ tidout _null_ _null_ _null_ _null_ )
insert ( 50 xidin 11 10 12 1 0 0 0 f f f t f i s 1 0 28 2275 _null_ _null_ _null_ _null_ _null_ xidin _null_ _null_ _null_ _null_ )
insert ( 51 xidout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 28 _null_ _null_ _null_ _null_ _null_ xidout _null_ _null_ _null_ _null_ )
insert ( 5070 xid8in 11 10 12 1 0 0 0 f f f t f i s 1 0 5069 2275 _null_ _null_ _null_ _null_ _null_ xid8in _null_ _null_ _null_ _null_ )
insert ( 5081 xid8out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 5069 _null_ _null_ _null_ _null_ _null_ xid8out _null_ _null_ _null_ _null_ )
insert ( 5082 xid8recv 11 10 12 1 0 0 0 f f f t f i s 1 0 5069 2281 _null_ _null_ _null_ _null_ _null_ xid8recv _null_ _null_ _null_ _null_ )
insert ( 5083 xid8send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 5069 _null_ _null_ _null_ _null_ _null_ xid8send _null_ _null_ _null_ _null_ )
insert ( 52 cidin 11 10 12 1 0 0 0 f f f t f i s 1 0 29 2275 _null_ _null_ _null_ _null_ _null_ cidin _null_ _null_ _null_ _null_ )
insert ( 53 cidout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 29 _null_ _null_ _null_ _null_ _null_ cidout _null_ _null_ _null_ _null_ )
insert ( 54 oidvectorin 11 10 12 1 0 0 0 f f f t f i s 1 0 30 2275 _null_ _null_ _null_ _null_ _null_ oidvectorin _null_ _null_ _null_ _null_ )
insert ( 55 oidvectorout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 30 _null_ _null_ _null_ _null_ _null_ oidvectorout _null_ _null_ _null_ _null_ )
insert ( 56 boollt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '16 16' _null_ _null_ _null_ _null_ _null_ boollt _null_ _null_ _null_ _null_ )
insert ( 57 boolgt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '16 16' _null_ _null_ _null_ _null_ _null_ boolgt _null_ _null_ _null_ _null_ )
insert ( 60 booleq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '16 16' _null_ _null_ _null_ _null_ _null_ booleq _null_ _null_ _null_ _null_ )
insert ( 61 chareq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '18 18' _null_ _null_ _null_ _null_ _null_ chareq _null_ _null_ _null_ _null_ )
insert ( 62 nameeq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '19 19' _null_ _null_ _null_ _null_ _null_ nameeq _null_ _null_ _null_ _null_ )
insert ( 63 int2eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 21' _null_ _null_ _null_ _null_ _null_ int2eq _null_ _null_ _null_ _null_ )
insert ( 64 int2lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 21' _null_ _null_ _null_ _null_ _null_ int2lt _null_ _null_ _null_ _null_ )
insert ( 65 int4eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 23' _null_ _null_ _null_ _null_ _null_ int4eq _null_ _null_ _null_ _null_ )
insert ( 66 int4lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 23' _null_ _null_ _null_ _null_ _null_ int4lt _null_ _null_ _null_ _null_ )
insert ( 67 texteq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ texteq _null_ _null_ _null_ _null_ )
insert ( 3696 starts_with 11 10 12 1 0 0 6242 f f t t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ text_starts_with _null_ _null_ _null_ _null_ )
insert ( 6242 text_starts_with_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ text_starts_with_support _null_ _null_ _null_ _null_ )
insert ( 68 xideq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '28 28' _null_ _null_ _null_ _null_ _null_ xideq _null_ _null_ _null_ _null_ )
insert ( 3308 xidneq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '28 28' _null_ _null_ _null_ _null_ _null_ xidneq _null_ _null_ _null_ _null_ )
insert ( 5084 xid8eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '5069 5069' _null_ _null_ _null_ _null_ _null_ xid8eq _null_ _null_ _null_ _null_ )
insert ( 5085 xid8ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '5069 5069' _null_ _null_ _null_ _null_ _null_ xid8ne _null_ _null_ _null_ _null_ )
insert ( 5034 xid8lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '5069 5069' _null_ _null_ _null_ _null_ _null_ xid8lt _null_ _null_ _null_ _null_ )
insert ( 5035 xid8gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '5069 5069' _null_ _null_ _null_ _null_ _null_ xid8gt _null_ _null_ _null_ _null_ )
insert ( 5036 xid8le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '5069 5069' _null_ _null_ _null_ _null_ _null_ xid8le _null_ _null_ _null_ _null_ )
insert ( 5037 xid8ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '5069 5069' _null_ _null_ _null_ _null_ _null_ xid8ge _null_ _null_ _null_ _null_ )
insert ( 5096 xid8cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '5069 5069' _null_ _null_ _null_ _null_ _null_ xid8cmp _null_ _null_ _null_ _null_ )
insert ( 5071 xid 11 10 12 1 0 0 0 f f f t f i s 1 0 28 5069 _null_ _null_ _null_ _null_ _null_ xid8toxid _null_ _null_ _null_ _null_ )
insert ( 5097 xid8_larger 11 10 12 1 0 0 0 f f f t f i s 2 0 5069 '5069 5069' _null_ _null_ _null_ _null_ _null_ xid8_larger _null_ _null_ _null_ _null_ )
insert ( 5098 xid8_smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 5069 '5069 5069' _null_ _null_ _null_ _null_ _null_ xid8_smaller _null_ _null_ _null_ _null_ )
insert ( 69 cideq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '29 29' _null_ _null_ _null_ _null_ _null_ cideq _null_ _null_ _null_ _null_ )
insert ( 70 charne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '18 18' _null_ _null_ _null_ _null_ _null_ charne _null_ _null_ _null_ _null_ )
insert ( 1246 charlt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '18 18' _null_ _null_ _null_ _null_ _null_ charlt _null_ _null_ _null_ _null_ )
insert ( 72 charle 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '18 18' _null_ _null_ _null_ _null_ _null_ charle _null_ _null_ _null_ _null_ )
insert ( 73 chargt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '18 18' _null_ _null_ _null_ _null_ _null_ chargt _null_ _null_ _null_ _null_ )
insert ( 74 charge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '18 18' _null_ _null_ _null_ _null_ _null_ charge _null_ _null_ _null_ _null_ )
insert ( 77 int4 11 10 12 1 0 0 0 f f f t f i s 1 0 23 18 _null_ _null_ _null_ _null_ _null_ chartoi4 _null_ _null_ _null_ _null_ )
insert ( 78 char 11 10 12 1 0 0 0 f f f t f i s 1 0 18 23 _null_ _null_ _null_ _null_ _null_ i4tochar _null_ _null_ _null_ _null_ )
insert ( 79 nameregexeq 11 10 12 1 0 0 1364 f f f t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ nameregexeq _null_ _null_ _null_ _null_ )
insert ( 1252 nameregexne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ nameregexne _null_ _null_ _null_ _null_ )
insert ( 1254 textregexeq 11 10 12 1 0 0 1364 f f f t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ textregexeq _null_ _null_ _null_ _null_ )
insert ( 1256 textregexne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ textregexne _null_ _null_ _null_ _null_ )
insert ( 1364 textregexeq_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ textregexeq_support _null_ _null_ _null_ _null_ )
insert ( 1257 textlen 11 10 12 1 0 0 0 f f f t f i s 1 0 23 25 _null_ _null_ _null_ _null_ _null_ textlen _null_ _null_ _null_ _null_ )
insert ( 1258 textcat 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ textcat _null_ _null_ _null_ _null_ )
insert ( 84 boolne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '16 16' _null_ _null_ _null_ _null_ _null_ boolne _null_ _null_ _null_ _null_ )
insert ( 89 version 11 10 12 1 0 0 0 f f f t f s s 0 0 25 '' _null_ _null_ _null_ _null_ _null_ pgsql_version _null_ _null_ _null_ _null_ )
insert ( 86 pg_ddl_command_in 11 10 12 1 0 0 0 f f f t f i s 1 0 32 2275 _null_ _null_ _null_ _null_ _null_ pg_ddl_command_in _null_ _null_ _null_ _null_ )
insert ( 87 pg_ddl_command_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 32 _null_ _null_ _null_ _null_ _null_ pg_ddl_command_out _null_ _null_ _null_ _null_ )
insert ( 88 pg_ddl_command_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 32 2281 _null_ _null_ _null_ _null_ _null_ pg_ddl_command_recv _null_ _null_ _null_ _null_ )
insert ( 90 pg_ddl_command_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 32 _null_ _null_ _null_ _null_ _null_ pg_ddl_command_send _null_ _null_ _null_ _null_ )
insert ( 101 eqsel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ eqsel _null_ _null_ _null_ _null_ )
insert ( 102 neqsel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ neqsel _null_ _null_ _null_ _null_ )
insert ( 103 scalarltsel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ scalarltsel _null_ _null_ _null_ _null_ )
insert ( 104 scalargtsel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ scalargtsel _null_ _null_ _null_ _null_ )
insert ( 105 eqjoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ eqjoinsel _null_ _null_ _null_ _null_ )
insert ( 106 neqjoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ neqjoinsel _null_ _null_ _null_ _null_ )
insert ( 107 scalarltjoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ scalarltjoinsel _null_ _null_ _null_ _null_ )
insert ( 108 scalargtjoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ scalargtjoinsel _null_ _null_ _null_ _null_ )
insert ( 336 scalarlesel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ scalarlesel _null_ _null_ _null_ _null_ )
insert ( 337 scalargesel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ scalargesel _null_ _null_ _null_ _null_ )
insert ( 386 scalarlejoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ scalarlejoinsel _null_ _null_ _null_ _null_ )
insert ( 398 scalargejoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ scalargejoinsel _null_ _null_ _null_ _null_ )
insert ( 109 unknownin 11 10 12 1 0 0 0 f f f t f i s 1 0 705 2275 _null_ _null_ _null_ _null_ _null_ unknownin _null_ _null_ _null_ _null_ )
insert ( 110 unknownout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 705 _null_ _null_ _null_ _null_ _null_ unknownout _null_ _null_ _null_ _null_ )
insert ( 115 box_above_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_above_eq _null_ _null_ _null_ _null_ )
insert ( 116 box_below_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_below_eq _null_ _null_ _null_ _null_ )
insert ( 117 point_in 11 10 12 1 0 0 0 f f f t f i s 1 0 600 2275 _null_ _null_ _null_ _null_ _null_ point_in _null_ _null_ _null_ _null_ )
insert ( 118 point_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 600 _null_ _null_ _null_ _null_ _null_ point_out _null_ _null_ _null_ _null_ )
insert ( 119 lseg_in 11 10 12 1 0 0 0 f f f t f i s 1 0 601 2275 _null_ _null_ _null_ _null_ _null_ lseg_in _null_ _null_ _null_ _null_ )
insert ( 120 lseg_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 601 _null_ _null_ _null_ _null_ _null_ lseg_out _null_ _null_ _null_ _null_ )
insert ( 121 path_in 11 10 12 1 0 0 0 f f f t f i s 1 0 602 2275 _null_ _null_ _null_ _null_ _null_ path_in _null_ _null_ _null_ _null_ )
insert ( 122 path_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 602 _null_ _null_ _null_ _null_ _null_ path_out _null_ _null_ _null_ _null_ )
insert ( 123 box_in 11 10 12 1 0 0 0 f f f t f i s 1 0 603 2275 _null_ _null_ _null_ _null_ _null_ box_in _null_ _null_ _null_ _null_ )
insert ( 124 box_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 603 _null_ _null_ _null_ _null_ _null_ box_out _null_ _null_ _null_ _null_ )
insert ( 125 box_overlap 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_overlap _null_ _null_ _null_ _null_ )
insert ( 126 box_ge 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_ge _null_ _null_ _null_ _null_ )
insert ( 127 box_gt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_gt _null_ _null_ _null_ _null_ )
insert ( 128 box_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_eq _null_ _null_ _null_ _null_ )
insert ( 129 box_lt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_lt _null_ _null_ _null_ _null_ )
insert ( 130 box_le 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_le _null_ _null_ _null_ _null_ )
insert ( 131 point_above 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 600' _null_ _null_ _null_ _null_ _null_ point_above _null_ _null_ _null_ _null_ )
insert ( 132 point_left 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 600' _null_ _null_ _null_ _null_ _null_ point_left _null_ _null_ _null_ _null_ )
insert ( 133 point_right 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 600' _null_ _null_ _null_ _null_ _null_ point_right _null_ _null_ _null_ _null_ )
insert ( 134 point_below 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 600' _null_ _null_ _null_ _null_ _null_ point_below _null_ _null_ _null_ _null_ )
insert ( 135 point_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 600' _null_ _null_ _null_ _null_ _null_ point_eq _null_ _null_ _null_ _null_ )
insert ( 136 on_pb 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 603' _null_ _null_ _null_ _null_ _null_ on_pb _null_ _null_ _null_ _null_ )
insert ( 137 on_ppath 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 602' _null_ _null_ _null_ _null_ _null_ on_ppath _null_ _null_ _null_ _null_ )
insert ( 138 box_center 11 10 12 1 0 0 0 f f f t f i s 1 0 600 603 _null_ _null_ _null_ _null_ _null_ box_center _null_ _null_ _null_ _null_ )
insert ( 139 areasel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ areasel _null_ _null_ _null_ _null_ )
insert ( 140 areajoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ areajoinsel _null_ _null_ _null_ _null_ )
insert ( 141 int4mul 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4mul _null_ _null_ _null_ _null_ )
insert ( 144 int4ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 23' _null_ _null_ _null_ _null_ _null_ int4ne _null_ _null_ _null_ _null_ )
insert ( 145 int2ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 21' _null_ _null_ _null_ _null_ _null_ int2ne _null_ _null_ _null_ _null_ )
insert ( 146 int2gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 21' _null_ _null_ _null_ _null_ _null_ int2gt _null_ _null_ _null_ _null_ )
insert ( 147 int4gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 23' _null_ _null_ _null_ _null_ _null_ int4gt _null_ _null_ _null_ _null_ )
insert ( 148 int2le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 21' _null_ _null_ _null_ _null_ _null_ int2le _null_ _null_ _null_ _null_ )
insert ( 149 int4le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 23' _null_ _null_ _null_ _null_ _null_ int4le _null_ _null_ _null_ _null_ )
insert ( 150 int4ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 23' _null_ _null_ _null_ _null_ _null_ int4ge _null_ _null_ _null_ _null_ )
insert ( 151 int2ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 21' _null_ _null_ _null_ _null_ _null_ int2ge _null_ _null_ _null_ _null_ )
insert ( 152 int2mul 11 10 12 1 0 0 0 f f f t f i s 2 0 21 '21 21' _null_ _null_ _null_ _null_ _null_ int2mul _null_ _null_ _null_ _null_ )
insert ( 153 int2div 11 10 12 1 0 0 0 f f f t f i s 2 0 21 '21 21' _null_ _null_ _null_ _null_ _null_ int2div _null_ _null_ _null_ _null_ )
insert ( 154 int4div 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4div _null_ _null_ _null_ _null_ )
insert ( 155 int2mod 11 10 12 1 0 0 0 f f f t f i s 2 0 21 '21 21' _null_ _null_ _null_ _null_ _null_ int2mod _null_ _null_ _null_ _null_ )
insert ( 156 int4mod 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4mod _null_ _null_ _null_ _null_ )
insert ( 157 textne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ textne _null_ _null_ _null_ _null_ )
insert ( 158 int24eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 23' _null_ _null_ _null_ _null_ _null_ int24eq _null_ _null_ _null_ _null_ )
insert ( 159 int42eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 21' _null_ _null_ _null_ _null_ _null_ int42eq _null_ _null_ _null_ _null_ )
insert ( 160 int24lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 23' _null_ _null_ _null_ _null_ _null_ int24lt _null_ _null_ _null_ _null_ )
insert ( 161 int42lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 21' _null_ _null_ _null_ _null_ _null_ int42lt _null_ _null_ _null_ _null_ )
insert ( 162 int24gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 23' _null_ _null_ _null_ _null_ _null_ int24gt _null_ _null_ _null_ _null_ )
insert ( 163 int42gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 21' _null_ _null_ _null_ _null_ _null_ int42gt _null_ _null_ _null_ _null_ )
insert ( 164 int24ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 23' _null_ _null_ _null_ _null_ _null_ int24ne _null_ _null_ _null_ _null_ )
insert ( 165 int42ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 21' _null_ _null_ _null_ _null_ _null_ int42ne _null_ _null_ _null_ _null_ )
insert ( 166 int24le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 23' _null_ _null_ _null_ _null_ _null_ int24le _null_ _null_ _null_ _null_ )
insert ( 167 int42le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 21' _null_ _null_ _null_ _null_ _null_ int42le _null_ _null_ _null_ _null_ )
insert ( 168 int24ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 23' _null_ _null_ _null_ _null_ _null_ int24ge _null_ _null_ _null_ _null_ )
insert ( 169 int42ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 21' _null_ _null_ _null_ _null_ _null_ int42ge _null_ _null_ _null_ _null_ )
insert ( 170 int24mul 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '21 23' _null_ _null_ _null_ _null_ _null_ int24mul _null_ _null_ _null_ _null_ )
insert ( 171 int42mul 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 21' _null_ _null_ _null_ _null_ _null_ int42mul _null_ _null_ _null_ _null_ )
insert ( 172 int24div 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '21 23' _null_ _null_ _null_ _null_ _null_ int24div _null_ _null_ _null_ _null_ )
insert ( 173 int42div 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 21' _null_ _null_ _null_ _null_ _null_ int42div _null_ _null_ _null_ _null_ )
insert ( 176 int2pl 11 10 12 1 0 0 0 f f f t f i s 2 0 21 '21 21' _null_ _null_ _null_ _null_ _null_ int2pl _null_ _null_ _null_ _null_ )
insert ( 177 int4pl 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4pl _null_ _null_ _null_ _null_ )
insert ( 178 int24pl 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '21 23' _null_ _null_ _null_ _null_ _null_ int24pl _null_ _null_ _null_ _null_ )
insert ( 179 int42pl 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 21' _null_ _null_ _null_ _null_ _null_ int42pl _null_ _null_ _null_ _null_ )
insert ( 180 int2mi 11 10 12 1 0 0 0 f f f t f i s 2 0 21 '21 21' _null_ _null_ _null_ _null_ _null_ int2mi _null_ _null_ _null_ _null_ )
insert ( 181 int4mi 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4mi _null_ _null_ _null_ _null_ )
insert ( 182 int24mi 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '21 23' _null_ _null_ _null_ _null_ _null_ int24mi _null_ _null_ _null_ _null_ )
insert ( 183 int42mi 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 21' _null_ _null_ _null_ _null_ _null_ int42mi _null_ _null_ _null_ _null_ )
insert ( 184 oideq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '26 26' _null_ _null_ _null_ _null_ _null_ oideq _null_ _null_ _null_ _null_ )
insert ( 185 oidne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '26 26' _null_ _null_ _null_ _null_ _null_ oidne _null_ _null_ _null_ _null_ )
insert ( 186 box_same 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_same _null_ _null_ _null_ _null_ )
insert ( 187 box_contain 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_contain _null_ _null_ _null_ _null_ )
insert ( 188 box_left 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_left _null_ _null_ _null_ _null_ )
insert ( 189 box_overleft 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_overleft _null_ _null_ _null_ _null_ )
insert ( 190 box_overright 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_overright _null_ _null_ _null_ _null_ )
insert ( 191 box_right 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_right _null_ _null_ _null_ _null_ )
insert ( 192 box_contained 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_contained _null_ _null_ _null_ _null_ )
insert ( 193 box_contain_pt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 600' _null_ _null_ _null_ _null_ _null_ box_contain_pt _null_ _null_ _null_ _null_ )
insert ( 195 pg_node_tree_in 11 10 12 1 0 0 0 f f f t f i s 1 0 194 2275 _null_ _null_ _null_ _null_ _null_ pg_node_tree_in _null_ _null_ _null_ _null_ )
insert ( 196 pg_node_tree_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 194 _null_ _null_ _null_ _null_ _null_ pg_node_tree_out _null_ _null_ _null_ _null_ )
insert ( 197 pg_node_tree_recv 11 10 12 1 0 0 0 f f f t f s s 1 0 194 2281 _null_ _null_ _null_ _null_ _null_ pg_node_tree_recv _null_ _null_ _null_ _null_ )
insert ( 198 pg_node_tree_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 194 _null_ _null_ _null_ _null_ _null_ pg_node_tree_send _null_ _null_ _null_ _null_ )
insert ( 200 float4in 11 10 12 1 0 0 0 f f f t f i s 1 0 700 2275 _null_ _null_ _null_ _null_ _null_ float4in _null_ _null_ _null_ _null_ )
insert ( 201 float4out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 700 _null_ _null_ _null_ _null_ _null_ float4out _null_ _null_ _null_ _null_ )
insert ( 202 float4mul 11 10 12 1 0 0 0 f f f t f i s 2 0 700 '700 700' _null_ _null_ _null_ _null_ _null_ float4mul _null_ _null_ _null_ _null_ )
insert ( 203 float4div 11 10 12 1 0 0 0 f f f t f i s 2 0 700 '700 700' _null_ _null_ _null_ _null_ _null_ float4div _null_ _null_ _null_ _null_ )
insert ( 204 float4pl 11 10 12 1 0 0 0 f f f t f i s 2 0 700 '700 700' _null_ _null_ _null_ _null_ _null_ float4pl _null_ _null_ _null_ _null_ )
insert ( 205 float4mi 11 10 12 1 0 0 0 f f f t f i s 2 0 700 '700 700' _null_ _null_ _null_ _null_ _null_ float4mi _null_ _null_ _null_ _null_ )
insert ( 206 float4um 11 10 12 1 0 0 0 f f f t f i s 1 0 700 700 _null_ _null_ _null_ _null_ _null_ float4um _null_ _null_ _null_ _null_ )
insert ( 207 float4abs 11 10 12 1 0 0 0 f f f t f i s 1 0 700 700 _null_ _null_ _null_ _null_ _null_ float4abs _null_ _null_ _null_ _null_ )
insert ( 208 float4_accum 11 10 12 1 0 0 0 f f f t f i s 2 0 1022 '1022 700' _null_ _null_ _null_ _null_ _null_ float4_accum _null_ _null_ _null_ _null_ )
insert ( 209 float4larger 11 10 12 1 0 0 0 f f f t f i s 2 0 700 '700 700' _null_ _null_ _null_ _null_ _null_ float4larger _null_ _null_ _null_ _null_ )
insert ( 211 float4smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 700 '700 700' _null_ _null_ _null_ _null_ _null_ float4smaller _null_ _null_ _null_ _null_ )
insert ( 212 int4um 11 10 12 1 0 0 0 f f f t f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ int4um _null_ _null_ _null_ _null_ )
insert ( 213 int2um 11 10 12 1 0 0 0 f f f t f i s 1 0 21 21 _null_ _null_ _null_ _null_ _null_ int2um _null_ _null_ _null_ _null_ )
insert ( 214 float8in 11 10 12 1 0 0 0 f f f t f i s 1 0 701 2275 _null_ _null_ _null_ _null_ _null_ float8in _null_ _null_ _null_ _null_ )
insert ( 215 float8out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 701 _null_ _null_ _null_ _null_ _null_ float8out _null_ _null_ _null_ _null_ )
insert ( 216 float8mul 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ float8mul _null_ _null_ _null_ _null_ )
insert ( 217 float8div 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ float8div _null_ _null_ _null_ _null_ )
insert ( 218 float8pl 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ float8pl _null_ _null_ _null_ _null_ )
insert ( 219 float8mi 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ float8mi _null_ _null_ _null_ _null_ )
insert ( 220 float8um 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ float8um _null_ _null_ _null_ _null_ )
insert ( 221 float8abs 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ float8abs _null_ _null_ _null_ _null_ )
insert ( 222 float8_accum 11 10 12 1 0 0 0 f f f t f i s 2 0 1022 '1022 701' _null_ _null_ _null_ _null_ _null_ float8_accum _null_ _null_ _null_ _null_ )
insert ( 276 float8_combine 11 10 12 1 0 0 0 f f f t f i s 2 0 1022 '1022 1022' _null_ _null_ _null_ _null_ _null_ float8_combine _null_ _null_ _null_ _null_ )
insert ( 223 float8larger 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ float8larger _null_ _null_ _null_ _null_ )
insert ( 224 float8smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ float8smaller _null_ _null_ _null_ _null_ )
insert ( 225 lseg_center 11 10 12 1 0 0 0 f f f t f i s 1 0 600 601 _null_ _null_ _null_ _null_ _null_ lseg_center _null_ _null_ _null_ _null_ )
insert ( 227 poly_center 11 10 12 1 0 0 0 f f f t f i s 1 0 600 604 _null_ _null_ _null_ _null_ _null_ poly_center _null_ _null_ _null_ _null_ )
insert ( 228 dround 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dround _null_ _null_ _null_ _null_ )
insert ( 229 dtrunc 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dtrunc _null_ _null_ _null_ _null_ )
insert ( 2308 ceil 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dceil _null_ _null_ _null_ _null_ )
insert ( 2320 ceiling 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dceil _null_ _null_ _null_ _null_ )
insert ( 2309 floor 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dfloor _null_ _null_ _null_ _null_ )
insert ( 2310 sign 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dsign _null_ _null_ _null_ _null_ )
insert ( 230 dsqrt 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dsqrt _null_ _null_ _null_ _null_ )
insert ( 231 dcbrt 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dcbrt _null_ _null_ _null_ _null_ )
insert ( 232 dpow 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ dpow _null_ _null_ _null_ _null_ )
insert ( 233 dexp 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dexp _null_ _null_ _null_ _null_ )
insert ( 234 dlog1 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dlog1 _null_ _null_ _null_ _null_ )
insert ( 235 float8 11 10 12 1 0 0 0 f f t t f i s 1 0 701 21 _null_ _null_ _null_ _null_ _null_ i2tod _null_ _null_ _null_ _null_ )
insert ( 236 float4 11 10 12 1 0 0 0 f f t t f i s 1 0 700 21 _null_ _null_ _null_ _null_ _null_ i2tof _null_ _null_ _null_ _null_ )
insert ( 237 int2 11 10 12 1 0 0 0 f f f t f i s 1 0 21 701 _null_ _null_ _null_ _null_ _null_ dtoi2 _null_ _null_ _null_ _null_ )
insert ( 238 int2 11 10 12 1 0 0 0 f f f t f i s 1 0 21 700 _null_ _null_ _null_ _null_ _null_ ftoi2 _null_ _null_ _null_ _null_ )
insert ( 239 line_distance 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '628 628' _null_ _null_ _null_ _null_ _null_ line_distance _null_ _null_ _null_ _null_ )
insert ( 240 nameeqtext 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ nameeqtext _null_ _null_ _null_ _null_ )
insert ( 241 namelttext 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ namelttext _null_ _null_ _null_ _null_ )
insert ( 242 nameletext 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ nameletext _null_ _null_ _null_ _null_ )
insert ( 243 namegetext 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ namegetext _null_ _null_ _null_ _null_ )
insert ( 244 namegttext 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ namegttext _null_ _null_ _null_ _null_ )
insert ( 245 namenetext 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ namenetext _null_ _null_ _null_ _null_ )
insert ( 246 btnametextcmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '19 25' _null_ _null_ _null_ _null_ _null_ btnametextcmp _null_ _null_ _null_ _null_ )
insert ( 247 texteqname 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 19' _null_ _null_ _null_ _null_ _null_ texteqname _null_ _null_ _null_ _null_ )
insert ( 248 textltname 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 19' _null_ _null_ _null_ _null_ _null_ textltname _null_ _null_ _null_ _null_ )
insert ( 249 textlename 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 19' _null_ _null_ _null_ _null_ _null_ textlename _null_ _null_ _null_ _null_ )
insert ( 250 textgename 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 19' _null_ _null_ _null_ _null_ _null_ textgename _null_ _null_ _null_ _null_ )
insert ( 251 textgtname 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 19' _null_ _null_ _null_ _null_ _null_ textgtname _null_ _null_ _null_ _null_ )
insert ( 252 textnename 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 19' _null_ _null_ _null_ _null_ _null_ textnename _null_ _null_ _null_ _null_ )
insert ( 253 bttextnamecmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '25 19' _null_ _null_ _null_ _null_ _null_ bttextnamecmp _null_ _null_ _null_ _null_ )
insert ( 266 nameconcatoid 11 10 12 1 0 0 0 f f f t f i s 2 0 19 '19 26' _null_ _null_ _null_ _null_ _null_ nameconcatoid _null_ _null_ _null_ _null_ )
insert ( 274 timeofday 11 10 12 1 0 0 0 f f f t f v s 0 0 25 '' _null_ _null_ _null_ _null_ _null_ timeofday _null_ _null_ _null_ _null_ )
insert ( 277 inter_sl 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '601 628' _null_ _null_ _null_ _null_ _null_ inter_sl _null_ _null_ _null_ _null_ )
insert ( 278 inter_lb 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '628 603' _null_ _null_ _null_ _null_ _null_ inter_lb _null_ _null_ _null_ _null_ )
insert ( 279 float48mul 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '700 701' _null_ _null_ _null_ _null_ _null_ float48mul _null_ _null_ _null_ _null_ )
insert ( 280 float48div 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '700 701' _null_ _null_ _null_ _null_ _null_ float48div _null_ _null_ _null_ _null_ )
insert ( 281 float48pl 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '700 701' _null_ _null_ _null_ _null_ _null_ float48pl _null_ _null_ _null_ _null_ )
insert ( 282 float48mi 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '700 701' _null_ _null_ _null_ _null_ _null_ float48mi _null_ _null_ _null_ _null_ )
insert ( 283 float84mul 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 700' _null_ _null_ _null_ _null_ _null_ float84mul _null_ _null_ _null_ _null_ )
insert ( 284 float84div 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 700' _null_ _null_ _null_ _null_ _null_ float84div _null_ _null_ _null_ _null_ )
insert ( 285 float84pl 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 700' _null_ _null_ _null_ _null_ _null_ float84pl _null_ _null_ _null_ _null_ )
insert ( 286 float84mi 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 700' _null_ _null_ _null_ _null_ _null_ float84mi _null_ _null_ _null_ _null_ )
insert ( 287 float4eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '700 700' _null_ _null_ _null_ _null_ _null_ float4eq _null_ _null_ _null_ _null_ )
insert ( 288 float4ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '700 700' _null_ _null_ _null_ _null_ _null_ float4ne _null_ _null_ _null_ _null_ )
insert ( 289 float4lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '700 700' _null_ _null_ _null_ _null_ _null_ float4lt _null_ _null_ _null_ _null_ )
insert ( 290 float4le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '700 700' _null_ _null_ _null_ _null_ _null_ float4le _null_ _null_ _null_ _null_ )
insert ( 291 float4gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '700 700' _null_ _null_ _null_ _null_ _null_ float4gt _null_ _null_ _null_ _null_ )
insert ( 292 float4ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '700 700' _null_ _null_ _null_ _null_ _null_ float4ge _null_ _null_ _null_ _null_ )
insert ( 293 float8eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '701 701' _null_ _null_ _null_ _null_ _null_ float8eq _null_ _null_ _null_ _null_ )
insert ( 294 float8ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '701 701' _null_ _null_ _null_ _null_ _null_ float8ne _null_ _null_ _null_ _null_ )
insert ( 295 float8lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '701 701' _null_ _null_ _null_ _null_ _null_ float8lt _null_ _null_ _null_ _null_ )
insert ( 296 float8le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '701 701' _null_ _null_ _null_ _null_ _null_ float8le _null_ _null_ _null_ _null_ )
insert ( 297 float8gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '701 701' _null_ _null_ _null_ _null_ _null_ float8gt _null_ _null_ _null_ _null_ )
insert ( 298 float8ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '701 701' _null_ _null_ _null_ _null_ _null_ float8ge _null_ _null_ _null_ _null_ )
insert ( 299 float48eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '700 701' _null_ _null_ _null_ _null_ _null_ float48eq _null_ _null_ _null_ _null_ )
insert ( 300 float48ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '700 701' _null_ _null_ _null_ _null_ _null_ float48ne _null_ _null_ _null_ _null_ )
insert ( 301 float48lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '700 701' _null_ _null_ _null_ _null_ _null_ float48lt _null_ _null_ _null_ _null_ )
insert ( 302 float48le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '700 701' _null_ _null_ _null_ _null_ _null_ float48le _null_ _null_ _null_ _null_ )
insert ( 303 float48gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '700 701' _null_ _null_ _null_ _null_ _null_ float48gt _null_ _null_ _null_ _null_ )
insert ( 304 float48ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '700 701' _null_ _null_ _null_ _null_ _null_ float48ge _null_ _null_ _null_ _null_ )
insert ( 305 float84eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '701 700' _null_ _null_ _null_ _null_ _null_ float84eq _null_ _null_ _null_ _null_ )
insert ( 306 float84ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '701 700' _null_ _null_ _null_ _null_ _null_ float84ne _null_ _null_ _null_ _null_ )
insert ( 307 float84lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '701 700' _null_ _null_ _null_ _null_ _null_ float84lt _null_ _null_ _null_ _null_ )
insert ( 308 float84le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '701 700' _null_ _null_ _null_ _null_ _null_ float84le _null_ _null_ _null_ _null_ )
insert ( 309 float84gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '701 700' _null_ _null_ _null_ _null_ _null_ float84gt _null_ _null_ _null_ _null_ )
insert ( 310 float84ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '701 700' _null_ _null_ _null_ _null_ _null_ float84ge _null_ _null_ _null_ _null_ )
insert ( 320 width_bucket 11 10 12 1 0 0 0 f f f t f i s 4 0 23 '701 701 701 23' _null_ _null_ _null_ _null_ _null_ width_bucket_float8 _null_ _null_ _null_ _null_ )
insert ( 311 float8 11 10 12 1 0 0 0 f f t t f i s 1 0 701 700 _null_ _null_ _null_ _null_ _null_ ftod _null_ _null_ _null_ _null_ )
insert ( 312 float4 11 10 12 1 0 0 0 f f f t f i s 1 0 700 701 _null_ _null_ _null_ _null_ _null_ dtof _null_ _null_ _null_ _null_ )
insert ( 313 int4 11 10 12 1 0 0 0 f f t t f i s 1 0 23 21 _null_ _null_ _null_ _null_ _null_ i2toi4 _null_ _null_ _null_ _null_ )
insert ( 314 int2 11 10 12 1 0 0 0 f f f t f i s 1 0 21 23 _null_ _null_ _null_ _null_ _null_ i4toi2 _null_ _null_ _null_ _null_ )
insert ( 316 float8 11 10 12 1 0 0 0 f f t t f i s 1 0 701 23 _null_ _null_ _null_ _null_ _null_ i4tod _null_ _null_ _null_ _null_ )
insert ( 317 int4 11 10 12 1 0 0 0 f f f t f i s 1 0 23 701 _null_ _null_ _null_ _null_ _null_ dtoi4 _null_ _null_ _null_ _null_ )
insert ( 318 float4 11 10 12 1 0 0 0 f f t t f i s 1 0 700 23 _null_ _null_ _null_ _null_ _null_ i4tof _null_ _null_ _null_ _null_ )
insert ( 319 int4 11 10 12 1 0 0 0 f f f t f i s 1 0 23 700 _null_ _null_ _null_ _null_ _null_ ftoi4 _null_ _null_ _null_ _null_ )
insert ( 3 heap_tableam_handler 11 10 12 1 0 0 0 f f f t f v s 1 0 269 2281 _null_ _null_ _null_ _null_ _null_ heap_tableam_handler _null_ _null_ _null_ _null_ )
insert ( 330 bthandler 11 10 12 1 0 0 0 f f f t f v s 1 0 325 2281 _null_ _null_ _null_ _null_ _null_ bthandler _null_ _null_ _null_ _null_ )
insert ( 331 hashhandler 11 10 12 1 0 0 0 f f f t f v s 1 0 325 2281 _null_ _null_ _null_ _null_ _null_ hashhandler _null_ _null_ _null_ _null_ )
insert ( 332 gisthandler 11 10 12 1 0 0 0 f f f t f v s 1 0 325 2281 _null_ _null_ _null_ _null_ _null_ gisthandler _null_ _null_ _null_ _null_ )
insert ( 333 ginhandler 11 10 12 1 0 0 0 f f f t f v s 1 0 325 2281 _null_ _null_ _null_ _null_ _null_ ginhandler _null_ _null_ _null_ _null_ )
insert ( 334 spghandler 11 10 12 1 0 0 0 f f f t f v s 1 0 325 2281 _null_ _null_ _null_ _null_ _null_ spghandler _null_ _null_ _null_ _null_ )
insert ( 335 brinhandler 11 10 12 1 0 0 0 f f f t f v s 1 0 325 2281 _null_ _null_ _null_ _null_ _null_ brinhandler _null_ _null_ _null_ _null_ )
insert ( 3952 brin_summarize_new_values 11 10 12 1 0 0 0 f f f t f v u 1 0 23 2205 _null_ _null_ _null_ _null_ _null_ brin_summarize_new_values _null_ _null_ _null_ _null_ )
insert ( 3999 brin_summarize_range 11 10 12 1 0 0 0 f f f t f v u 2 0 23 '2205 20' _null_ _null_ _null_ _null_ _null_ brin_summarize_range _null_ _null_ _null_ _null_ )
insert ( 4014 brin_desummarize_range 11 10 12 1 0 0 0 f f f t f v u 2 0 2278 '2205 20' _null_ _null_ _null_ _null_ _null_ brin_desummarize_range _null_ _null_ _null_ _null_ )
insert ( 338 amvalidate 11 10 12 1 0 0 0 f f f t f v s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ amvalidate _null_ _null_ _null_ _null_ )
insert ( 636 pg_indexam_has_property 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '26 25' _null_ _null_ _null_ _null_ _null_ pg_indexam_has_property _null_ _null_ _null_ _null_ )
insert ( 637 pg_index_has_property 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '2205 25' _null_ _null_ _null_ _null_ _null_ pg_index_has_property _null_ _null_ _null_ _null_ )
insert ( 638 pg_index_column_has_property 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '2205 23 25' _null_ _null_ _null_ _null_ _null_ pg_index_column_has_property _null_ _null_ _null_ _null_ )
insert ( 676 pg_indexam_progress_phasename 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '26 20' _null_ _null_ _null_ _null_ _null_ pg_indexam_progress_phasename _null_ _null_ _null_ _null_ )
insert ( 339 poly_same 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '604 604' _null_ _null_ _null_ _null_ _null_ poly_same _null_ _null_ _null_ _null_ )
insert ( 340 poly_contain 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '604 604' _null_ _null_ _null_ _null_ _null_ poly_contain _null_ _null_ _null_ _null_ )
insert ( 341 poly_left 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '604 604' _null_ _null_ _null_ _null_ _null_ poly_left _null_ _null_ _null_ _null_ )
insert ( 342 poly_overleft 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '604 604' _null_ _null_ _null_ _null_ _null_ poly_overleft _null_ _null_ _null_ _null_ )
insert ( 343 poly_overright 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '604 604' _null_ _null_ _null_ _null_ _null_ poly_overright _null_ _null_ _null_ _null_ )
insert ( 344 poly_right 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '604 604' _null_ _null_ _null_ _null_ _null_ poly_right _null_ _null_ _null_ _null_ )
insert ( 345 poly_contained 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '604 604' _null_ _null_ _null_ _null_ _null_ poly_contained _null_ _null_ _null_ _null_ )
insert ( 346 poly_overlap 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '604 604' _null_ _null_ _null_ _null_ _null_ poly_overlap _null_ _null_ _null_ _null_ )
insert ( 347 poly_in 11 10 12 1 0 0 0 f f f t f i s 1 0 604 2275 _null_ _null_ _null_ _null_ _null_ poly_in _null_ _null_ _null_ _null_ )
insert ( 348 poly_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 604 _null_ _null_ _null_ _null_ _null_ poly_out _null_ _null_ _null_ _null_ )
insert ( 350 btint2cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '21 21' _null_ _null_ _null_ _null_ _null_ btint2cmp _null_ _null_ _null_ _null_ )
insert ( 3129 btint2sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ btint2sortsupport _null_ _null_ _null_ _null_ )
insert ( 351 btint4cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ btint4cmp _null_ _null_ _null_ _null_ )
insert ( 3130 btint4sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ btint4sortsupport _null_ _null_ _null_ _null_ )
insert ( 842 btint8cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '20 20' _null_ _null_ _null_ _null_ _null_ btint8cmp _null_ _null_ _null_ _null_ )
insert ( 3131 btint8sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ btint8sortsupport _null_ _null_ _null_ _null_ )
insert ( 354 btfloat4cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '700 700' _null_ _null_ _null_ _null_ _null_ btfloat4cmp _null_ _null_ _null_ _null_ )
insert ( 3132 btfloat4sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ btfloat4sortsupport _null_ _null_ _null_ _null_ )
insert ( 355 btfloat8cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '701 701' _null_ _null_ _null_ _null_ _null_ btfloat8cmp _null_ _null_ _null_ _null_ )
insert ( 3133 btfloat8sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ btfloat8sortsupport _null_ _null_ _null_ _null_ )
insert ( 356 btoidcmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '26 26' _null_ _null_ _null_ _null_ _null_ btoidcmp _null_ _null_ _null_ _null_ )
insert ( 3134 btoidsortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ btoidsortsupport _null_ _null_ _null_ _null_ )
insert ( 404 btoidvectorcmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '30 30' _null_ _null_ _null_ _null_ _null_ btoidvectorcmp _null_ _null_ _null_ _null_ )
insert ( 358 btcharcmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '18 18' _null_ _null_ _null_ _null_ _null_ btcharcmp _null_ _null_ _null_ _null_ )
insert ( 359 btnamecmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '19 19' _null_ _null_ _null_ _null_ _null_ btnamecmp _null_ _null_ _null_ _null_ )
insert ( 3135 btnamesortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ btnamesortsupport _null_ _null_ _null_ _null_ )
insert ( 360 bttextcmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '25 25' _null_ _null_ _null_ _null_ _null_ bttextcmp _null_ _null_ _null_ _null_ )
insert ( 3255 bttextsortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ bttextsortsupport _null_ _null_ _null_ _null_ )
insert ( 5050 btvarstrequalimage 11 10 12 1 0 0 0 f f f t f i s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ btvarstrequalimage _null_ _null_ _null_ _null_ )
insert ( 377 cash_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '790 790' _null_ _null_ _null_ _null_ _null_ cash_cmp _null_ _null_ _null_ _null_ )
insert ( 382 btarraycmp 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '2277 2277' _null_ _null_ _null_ _null_ _null_ btarraycmp _null_ _null_ _null_ _null_ )
insert ( 4126 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '20 20 20 16 16' _null_ _null_ _null_ _null_ _null_ in_range_int8_int8 _null_ _null_ _null_ _null_ )
insert ( 4127 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '23 23 20 16 16' _null_ _null_ _null_ _null_ _null_ in_range_int4_int8 _null_ _null_ _null_ _null_ )
insert ( 4128 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '23 23 23 16 16' _null_ _null_ _null_ _null_ _null_ in_range_int4_int4 _null_ _null_ _null_ _null_ )
insert ( 4129 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '23 23 21 16 16' _null_ _null_ _null_ _null_ _null_ in_range_int4_int2 _null_ _null_ _null_ _null_ )
insert ( 4130 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '21 21 20 16 16' _null_ _null_ _null_ _null_ _null_ in_range_int2_int8 _null_ _null_ _null_ _null_ )
insert ( 4131 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '21 21 23 16 16' _null_ _null_ _null_ _null_ _null_ in_range_int2_int4 _null_ _null_ _null_ _null_ )
insert ( 4132 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '21 21 21 16 16' _null_ _null_ _null_ _null_ _null_ in_range_int2_int2 _null_ _null_ _null_ _null_ )
insert ( 4139 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '701 701 701 16 16' _null_ _null_ _null_ _null_ _null_ in_range_float8_float8 _null_ _null_ _null_ _null_ )
insert ( 4140 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '700 700 701 16 16' _null_ _null_ _null_ _null_ _null_ in_range_float4_float8 _null_ _null_ _null_ _null_ )
insert ( 4141 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '1700 1700 1700 16 16' _null_ _null_ _null_ _null_ _null_ in_range_numeric_numeric _null_ _null_ _null_ _null_ )
insert ( 361 lseg_distance 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '601 601' _null_ _null_ _null_ _null_ _null_ lseg_distance _null_ _null_ _null_ _null_ )
insert ( 362 lseg_interpt 11 10 12 1 0 0 0 f f f t f i s 2 0 600 '601 601' _null_ _null_ _null_ _null_ _null_ lseg_interpt _null_ _null_ _null_ _null_ )
insert ( 363 dist_ps 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '600 601' _null_ _null_ _null_ _null_ _null_ dist_ps _null_ _null_ _null_ _null_ )
insert ( 380 dist_sp 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '601 600' _null_ _null_ _null_ _null_ _null_ dist_sp _null_ _null_ _null_ _null_ )
insert ( 364 dist_pb 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '600 603' _null_ _null_ _null_ _null_ _null_ dist_pb _null_ _null_ _null_ _null_ )
insert ( 357 dist_bp 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '603 600' _null_ _null_ _null_ _null_ _null_ dist_bp _null_ _null_ _null_ _null_ )
insert ( 365 dist_sb 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '601 603' _null_ _null_ _null_ _null_ _null_ dist_sb _null_ _null_ _null_ _null_ )
insert ( 381 dist_bs 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '603 601' _null_ _null_ _null_ _null_ _null_ dist_bs _null_ _null_ _null_ _null_ )
insert ( 366 close_ps 11 10 12 1 0 0 0 f f f t f i s 2 0 600 '600 601' _null_ _null_ _null_ _null_ _null_ close_ps _null_ _null_ _null_ _null_ )
insert ( 367 close_pb 11 10 12 1 0 0 0 f f f t f i s 2 0 600 '600 603' _null_ _null_ _null_ _null_ _null_ close_pb _null_ _null_ _null_ _null_ )
insert ( 368 close_sb 11 10 12 1 0 0 0 f f f t f i s 2 0 600 '601 603' _null_ _null_ _null_ _null_ _null_ close_sb _null_ _null_ _null_ _null_ )
insert ( 369 on_ps 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 601' _null_ _null_ _null_ _null_ _null_ on_ps _null_ _null_ _null_ _null_ )
insert ( 370 path_distance 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '602 602' _null_ _null_ _null_ _null_ _null_ path_distance _null_ _null_ _null_ _null_ )
insert ( 371 dist_ppath 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '600 602' _null_ _null_ _null_ _null_ _null_ dist_ppath _null_ _null_ _null_ _null_ )
insert ( 421 dist_pathp 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '602 600' _null_ _null_ _null_ _null_ _null_ dist_pathp _null_ _null_ _null_ _null_ )
insert ( 372 on_sb 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '601 603' _null_ _null_ _null_ _null_ _null_ on_sb _null_ _null_ _null_ _null_ )
insert ( 373 inter_sb 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '601 603' _null_ _null_ _null_ _null_ _null_ inter_sb _null_ _null_ _null_ _null_ )
insert ( 401 text 11 10 12 1 0 0 0 f f f t f i s 1 0 25 1042 _null_ _null_ _null_ _null_ _null_ rtrim1 _null_ _null_ _null_ _null_ )
insert ( 406 text 11 10 12 1 0 0 0 f f t t f i s 1 0 25 19 _null_ _null_ _null_ _null_ _null_ name_text _null_ _null_ _null_ _null_ )
insert ( 407 name 11 10 12 1 0 0 0 f f t t f i s 1 0 19 25 _null_ _null_ _null_ _null_ _null_ text_name _null_ _null_ _null_ _null_ )
insert ( 408 bpchar 11 10 12 1 0 0 0 f f f t f i s 1 0 1042 19 _null_ _null_ _null_ _null_ _null_ name_bpchar _null_ _null_ _null_ _null_ )
insert ( 409 name 11 10 12 1 0 0 0 f f t t f i s 1 0 19 1042 _null_ _null_ _null_ _null_ _null_ bpchar_name _null_ _null_ _null_ _null_ )
insert ( 449 hashint2 11 10 12 1 0 0 0 f f f t f i s 1 0 23 21 _null_ _null_ _null_ _null_ _null_ hashint2 _null_ _null_ _null_ _null_ )
insert ( 441 hashint2extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '21 20' _null_ _null_ _null_ _null_ _null_ hashint2extended _null_ _null_ _null_ _null_ )
insert ( 450 hashint4 11 10 12 1 0 0 0 f f f t f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ hashint4 _null_ _null_ _null_ _null_ )
insert ( 425 hashint4extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '23 20' _null_ _null_ _null_ _null_ _null_ hashint4extended _null_ _null_ _null_ _null_ )
insert ( 949 hashint8 11 10 12 1 0 0 0 f f f t f i s 1 0 23 20 _null_ _null_ _null_ _null_ _null_ hashint8 _null_ _null_ _null_ _null_ )
insert ( 442 hashint8extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ hashint8extended _null_ _null_ _null_ _null_ )
insert ( 451 hashfloat4 11 10 12 1 0 0 0 f f f t f i s 1 0 23 700 _null_ _null_ _null_ _null_ _null_ hashfloat4 _null_ _null_ _null_ _null_ )
insert ( 443 hashfloat4extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '700 20' _null_ _null_ _null_ _null_ _null_ hashfloat4extended _null_ _null_ _null_ _null_ )
insert ( 452 hashfloat8 11 10 12 1 0 0 0 f f f t f i s 1 0 23 701 _null_ _null_ _null_ _null_ _null_ hashfloat8 _null_ _null_ _null_ _null_ )
insert ( 444 hashfloat8extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '701 20' _null_ _null_ _null_ _null_ _null_ hashfloat8extended _null_ _null_ _null_ _null_ )
insert ( 453 hashoid 11 10 12 1 0 0 0 f f f t f i s 1 0 23 26 _null_ _null_ _null_ _null_ _null_ hashoid _null_ _null_ _null_ _null_ )
insert ( 445 hashoidextended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '26 20' _null_ _null_ _null_ _null_ _null_ hashoidextended _null_ _null_ _null_ _null_ )
insert ( 454 hashchar 11 10 12 1 0 0 0 f f f t f i s 1 0 23 18 _null_ _null_ _null_ _null_ _null_ hashchar _null_ _null_ _null_ _null_ )
insert ( 446 hashcharextended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '18 20' _null_ _null_ _null_ _null_ _null_ hashcharextended _null_ _null_ _null_ _null_ )
insert ( 455 hashname 11 10 12 1 0 0 0 f f f t f i s 1 0 23 19 _null_ _null_ _null_ _null_ _null_ hashname _null_ _null_ _null_ _null_ )
insert ( 447 hashnameextended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '19 20' _null_ _null_ _null_ _null_ _null_ hashnameextended _null_ _null_ _null_ _null_ )
insert ( 400 hashtext 11 10 12 1 0 0 0 f f f t f i s 1 0 23 25 _null_ _null_ _null_ _null_ _null_ hashtext _null_ _null_ _null_ _null_ )
insert ( 448 hashtextextended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '25 20' _null_ _null_ _null_ _null_ _null_ hashtextextended _null_ _null_ _null_ _null_ )
insert ( 456 hashvarlena 11 10 12 1 0 0 0 f f f t f i s 1 0 23 2281 _null_ _null_ _null_ _null_ _null_ hashvarlena _null_ _null_ _null_ _null_ )
insert ( 772 hashvarlenaextended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '2281 20' _null_ _null_ _null_ _null_ _null_ hashvarlenaextended _null_ _null_ _null_ _null_ )
insert ( 457 hashoidvector 11 10 12 1 0 0 0 f f f t f i s 1 0 23 30 _null_ _null_ _null_ _null_ _null_ hashoidvector _null_ _null_ _null_ _null_ )
insert ( 776 hashoidvectorextended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '30 20' _null_ _null_ _null_ _null_ _null_ hashoidvectorextended _null_ _null_ _null_ _null_ )
insert ( 329 hash_aclitem 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1033 _null_ _null_ _null_ _null_ _null_ hash_aclitem _null_ _null_ _null_ _null_ )
insert ( 777 hash_aclitem_extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '1033 20' _null_ _null_ _null_ _null_ _null_ hash_aclitem_extended _null_ _null_ _null_ _null_ )
insert ( 399 hashmacaddr 11 10 12 1 0 0 0 f f f t f i s 1 0 23 829 _null_ _null_ _null_ _null_ _null_ hashmacaddr _null_ _null_ _null_ _null_ )
insert ( 778 hashmacaddrextended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '829 20' _null_ _null_ _null_ _null_ _null_ hashmacaddrextended _null_ _null_ _null_ _null_ )
insert ( 422 hashinet 11 10 12 1 0 0 0 f f f t f i s 1 0 23 869 _null_ _null_ _null_ _null_ _null_ hashinet _null_ _null_ _null_ _null_ )
insert ( 779 hashinetextended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '869 20' _null_ _null_ _null_ _null_ _null_ hashinetextended _null_ _null_ _null_ _null_ )
insert ( 432 hash_numeric 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1700 _null_ _null_ _null_ _null_ _null_ hash_numeric _null_ _null_ _null_ _null_ )
insert ( 780 hash_numeric_extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '1700 20' _null_ _null_ _null_ _null_ _null_ hash_numeric_extended _null_ _null_ _null_ _null_ )
insert ( 328 hashmacaddr8 11 10 12 1 0 0 0 f f f t f i s 1 0 23 774 _null_ _null_ _null_ _null_ _null_ hashmacaddr8 _null_ _null_ _null_ _null_ )
insert ( 781 hashmacaddr8extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '774 20' _null_ _null_ _null_ _null_ _null_ hashmacaddr8extended _null_ _null_ _null_ _null_ )
insert ( 438 num_nulls 11 10 12 1 0 2276 0 f f f f f i s 1 0 23 2276 '{2276}' '{v}' _null_ _null_ _null_ pg_num_nulls _null_ _null_ _null_ _null_ )
insert ( 440 num_nonnulls 11 10 12 1 0 2276 0 f f f f f i s 1 0 23 2276 '{2276}' '{v}' _null_ _null_ _null_ pg_num_nonnulls _null_ _null_ _null_ _null_ )
insert ( 458 text_larger 11 10 12 1 0 0 0 f f t t f i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ text_larger _null_ _null_ _null_ _null_ )
insert ( 459 text_smaller 11 10 12 1 0 0 0 f f t t f i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ text_smaller _null_ _null_ _null_ _null_ )
insert ( 460 int8in 11 10 12 1 0 0 0 f f f t f i s 1 0 20 2275 _null_ _null_ _null_ _null_ _null_ int8in _null_ _null_ _null_ _null_ )
insert ( 461 int8out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 20 _null_ _null_ _null_ _null_ _null_ int8out _null_ _null_ _null_ _null_ )
insert ( 462 int8um 11 10 12 1 0 0 0 f f f t f i s 1 0 20 20 _null_ _null_ _null_ _null_ _null_ int8um _null_ _null_ _null_ _null_ )
insert ( 463 int8pl 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ int8pl _null_ _null_ _null_ _null_ )
insert ( 464 int8mi 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ int8mi _null_ _null_ _null_ _null_ )
insert ( 465 int8mul 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ int8mul _null_ _null_ _null_ _null_ )
insert ( 466 int8div 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ int8div _null_ _null_ _null_ _null_ )
insert ( 467 int8eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 20' _null_ _null_ _null_ _null_ _null_ int8eq _null_ _null_ _null_ _null_ )
insert ( 468 int8ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 20' _null_ _null_ _null_ _null_ _null_ int8ne _null_ _null_ _null_ _null_ )
insert ( 469 int8lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 20' _null_ _null_ _null_ _null_ _null_ int8lt _null_ _null_ _null_ _null_ )
insert ( 470 int8gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 20' _null_ _null_ _null_ _null_ _null_ int8gt _null_ _null_ _null_ _null_ )
insert ( 471 int8le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 20' _null_ _null_ _null_ _null_ _null_ int8le _null_ _null_ _null_ _null_ )
insert ( 472 int8ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 20' _null_ _null_ _null_ _null_ _null_ int8ge _null_ _null_ _null_ _null_ )
insert ( 474 int84eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 23' _null_ _null_ _null_ _null_ _null_ int84eq _null_ _null_ _null_ _null_ )
insert ( 475 int84ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 23' _null_ _null_ _null_ _null_ _null_ int84ne _null_ _null_ _null_ _null_ )
insert ( 476 int84lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 23' _null_ _null_ _null_ _null_ _null_ int84lt _null_ _null_ _null_ _null_ )
insert ( 477 int84gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 23' _null_ _null_ _null_ _null_ _null_ int84gt _null_ _null_ _null_ _null_ )
insert ( 478 int84le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 23' _null_ _null_ _null_ _null_ _null_ int84le _null_ _null_ _null_ _null_ )
insert ( 479 int84ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 23' _null_ _null_ _null_ _null_ _null_ int84ge _null_ _null_ _null_ _null_ )
insert ( 480 int4 11 10 12 1 0 0 0 f f f t f i s 1 0 23 20 _null_ _null_ _null_ _null_ _null_ int84 _null_ _null_ _null_ _null_ )
insert ( 481 int8 11 10 12 1 0 0 0 f f t t f i s 1 0 20 23 _null_ _null_ _null_ _null_ _null_ int48 _null_ _null_ _null_ _null_ )
insert ( 482 float8 11 10 12 1 0 0 0 f f t t f i s 1 0 701 20 _null_ _null_ _null_ _null_ _null_ i8tod _null_ _null_ _null_ _null_ )
insert ( 483 int8 11 10 12 1 0 0 0 f f f t f i s 1 0 20 701 _null_ _null_ _null_ _null_ _null_ dtoi8 _null_ _null_ _null_ _null_ )
insert ( 626 hash_array 11 10 12 1 0 0 0 f f f t f i s 1 0 23 2277 _null_ _null_ _null_ _null_ _null_ hash_array _null_ _null_ _null_ _null_ )
insert ( 782 hash_array_extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '2277 20' _null_ _null_ _null_ _null_ _null_ hash_array_extended _null_ _null_ _null_ _null_ )
insert ( 652 float4 11 10 12 1 0 0 0 f f t t f i s 1 0 700 20 _null_ _null_ _null_ _null_ _null_ i8tof _null_ _null_ _null_ _null_ )
insert ( 653 int8 11 10 12 1 0 0 0 f f f t f i s 1 0 20 700 _null_ _null_ _null_ _null_ _null_ ftoi8 _null_ _null_ _null_ _null_ )
insert ( 714 int2 11 10 12 1 0 0 0 f f f t f i s 1 0 21 20 _null_ _null_ _null_ _null_ _null_ int82 _null_ _null_ _null_ _null_ )
insert ( 754 int8 11 10 12 1 0 0 0 f f t t f i s 1 0 20 21 _null_ _null_ _null_ _null_ _null_ int28 _null_ _null_ _null_ _null_ )
insert ( 655 namelt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '19 19' _null_ _null_ _null_ _null_ _null_ namelt _null_ _null_ _null_ _null_ )
insert ( 656 namele 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '19 19' _null_ _null_ _null_ _null_ _null_ namele _null_ _null_ _null_ _null_ )
insert ( 657 namegt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '19 19' _null_ _null_ _null_ _null_ _null_ namegt _null_ _null_ _null_ _null_ )
insert ( 658 namege 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '19 19' _null_ _null_ _null_ _null_ _null_ namege _null_ _null_ _null_ _null_ )
insert ( 659 namene 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '19 19' _null_ _null_ _null_ _null_ _null_ namene _null_ _null_ _null_ _null_ )
insert ( 668 bpchar 11 10 12 1 0 0 0 f f f t f i s 3 0 1042 '1042 23 16' _null_ _null_ _null_ _null_ _null_ bpchar _null_ _null_ _null_ _null_ )
insert ( 3097 varchar_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ varchar_support _null_ _null_ _null_ _null_ )
insert ( 669 varchar 11 10 12 1 0 0 3097 f f f t f i s 3 0 1043 '1043 23 16' _null_ _null_ _null_ _null_ _null_ varchar _null_ _null_ _null_ _null_ )
insert ( 619 oidvectorne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '30 30' _null_ _null_ _null_ _null_ _null_ oidvectorne _null_ _null_ _null_ _null_ )
insert ( 677 oidvectorlt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '30 30' _null_ _null_ _null_ _null_ _null_ oidvectorlt _null_ _null_ _null_ _null_ )
insert ( 678 oidvectorle 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '30 30' _null_ _null_ _null_ _null_ _null_ oidvectorle _null_ _null_ _null_ _null_ )
insert ( 679 oidvectoreq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '30 30' _null_ _null_ _null_ _null_ _null_ oidvectoreq _null_ _null_ _null_ _null_ )
insert ( 680 oidvectorge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '30 30' _null_ _null_ _null_ _null_ _null_ oidvectorge _null_ _null_ _null_ _null_ )
insert ( 681 oidvectorgt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '30 30' _null_ _null_ _null_ _null_ _null_ oidvectorgt _null_ _null_ _null_ _null_ )
insert ( 710 getpgusername 11 10 12 1 0 0 0 f f f t f s s 0 0 19 '' _null_ _null_ _null_ _null_ _null_ current_user _null_ _null_ _null_ _null_ )
insert ( 716 oidlt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '26 26' _null_ _null_ _null_ _null_ _null_ oidlt _null_ _null_ _null_ _null_ )
insert ( 717 oidle 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '26 26' _null_ _null_ _null_ _null_ _null_ oidle _null_ _null_ _null_ _null_ )
insert ( 720 octet_length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 17 _null_ _null_ _null_ _null_ _null_ byteaoctetlen _null_ _null_ _null_ _null_ )
insert ( 721 get_byte 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '17 23' _null_ _null_ _null_ _null_ _null_ byteaGetByte _null_ _null_ _null_ _null_ )
insert ( 722 set_byte 11 10 12 1 0 0 0 f f f t f i s 3 0 17 '17 23 23' _null_ _null_ _null_ _null_ _null_ byteaSetByte _null_ _null_ _null_ _null_ )
insert ( 723 get_bit 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '17 20' _null_ _null_ _null_ _null_ _null_ byteaGetBit _null_ _null_ _null_ _null_ )
insert ( 724 set_bit 11 10 12 1 0 0 0 f f f t f i s 3 0 17 '17 20 23' _null_ _null_ _null_ _null_ _null_ byteaSetBit _null_ _null_ _null_ _null_ )
insert ( 749 overlay 11 10 12 1 0 0 0 f f f t f i s 4 0 17 '17 17 23 23' _null_ _null_ _null_ _null_ _null_ byteaoverlay _null_ _null_ _null_ _null_ )
insert ( 752 overlay 11 10 12 1 0 0 0 f f f t f i s 3 0 17 '17 17 23' _null_ _null_ _null_ _null_ _null_ byteaoverlay_no_len _null_ _null_ _null_ _null_ )
insert ( 6163 bit_count 11 10 12 1 0 0 0 f f f t f i s 1 0 20 17 _null_ _null_ _null_ _null_ _null_ bytea_bit_count _null_ _null_ _null_ _null_ )
insert ( 725 dist_pl 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '600 628' _null_ _null_ _null_ _null_ _null_ dist_pl _null_ _null_ _null_ _null_ )
insert ( 702 dist_lp 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '628 600' _null_ _null_ _null_ _null_ _null_ dist_lp _null_ _null_ _null_ _null_ )
insert ( 727 dist_sl 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '601 628' _null_ _null_ _null_ _null_ _null_ dist_sl _null_ _null_ _null_ _null_ )
insert ( 704 dist_ls 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '628 601' _null_ _null_ _null_ _null_ _null_ dist_ls _null_ _null_ _null_ _null_ )
insert ( 728 dist_cpoly 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '718 604' _null_ _null_ _null_ _null_ _null_ dist_cpoly _null_ _null_ _null_ _null_ )
insert ( 785 dist_polyc 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '604 718' _null_ _null_ _null_ _null_ _null_ dist_polyc _null_ _null_ _null_ _null_ )
insert ( 729 poly_distance 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '604 604' _null_ _null_ _null_ _null_ _null_ poly_distance _null_ _null_ _null_ _null_ )
insert ( 3275 dist_ppoly 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '600 604' _null_ _null_ _null_ _null_ _null_ dist_ppoly _null_ _null_ _null_ _null_ )
insert ( 3292 dist_polyp 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '604 600' _null_ _null_ _null_ _null_ _null_ dist_polyp _null_ _null_ _null_ _null_ )
insert ( 3290 dist_cpoint 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '718 600' _null_ _null_ _null_ _null_ _null_ dist_cpoint _null_ _null_ _null_ _null_ )
insert ( 740 text_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ text_lt _null_ _null_ _null_ _null_ )
insert ( 741 text_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ text_le _null_ _null_ _null_ _null_ )
insert ( 742 text_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ text_gt _null_ _null_ _null_ _null_ )
insert ( 743 text_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ text_ge _null_ _null_ _null_ _null_ )
insert ( 745 current_user 11 10 12 1 0 0 0 f f f t f s s 0 0 19 '' _null_ _null_ _null_ _null_ _null_ current_user _null_ _null_ _null_ _null_ )
insert ( 746 session_user 11 10 12 1 0 0 0 f f f t f s s 0 0 19 '' _null_ _null_ _null_ _null_ _null_ session_user _null_ _null_ _null_ _null_ )
insert ( 6311 system_user 11 10 12 1 0 0 0 f f f t f s s 0 0 25 '' _null_ _null_ _null_ _null_ _null_ system_user _null_ _null_ _null_ _null_ )
insert ( 744 array_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2277 2277' _null_ _null_ _null_ _null_ _null_ array_eq _null_ _null_ _null_ _null_ )
insert ( 390 array_ne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2277 2277' _null_ _null_ _null_ _null_ _null_ array_ne _null_ _null_ _null_ _null_ )
insert ( 391 array_lt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2277 2277' _null_ _null_ _null_ _null_ _null_ array_lt _null_ _null_ _null_ _null_ )
insert ( 392 array_gt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2277 2277' _null_ _null_ _null_ _null_ _null_ array_gt _null_ _null_ _null_ _null_ )
insert ( 393 array_le 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2277 2277' _null_ _null_ _null_ _null_ _null_ array_le _null_ _null_ _null_ _null_ )
insert ( 396 array_ge 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2277 2277' _null_ _null_ _null_ _null_ _null_ array_ge _null_ _null_ _null_ _null_ )
insert ( 747 array_dims 11 10 12 1 0 0 0 f f f t f i s 1 0 25 2277 _null_ _null_ _null_ _null_ _null_ array_dims _null_ _null_ _null_ _null_ )
insert ( 748 array_ndims 11 10 12 1 0 0 0 f f f t f i s 1 0 23 2277 _null_ _null_ _null_ _null_ _null_ array_ndims _null_ _null_ _null_ _null_ )
insert ( 750 array_in 11 10 12 1 0 0 0 f f f t f s s 3 0 2277 '2275 26 23' _null_ _null_ _null_ _null_ _null_ array_in _null_ _null_ _null_ _null_ )
insert ( 751 array_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 2277 _null_ _null_ _null_ _null_ _null_ array_out _null_ _null_ _null_ _null_ )
insert ( 2091 array_lower 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '2277 23' _null_ _null_ _null_ _null_ _null_ array_lower _null_ _null_ _null_ _null_ )
insert ( 2092 array_upper 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '2277 23' _null_ _null_ _null_ _null_ _null_ array_upper _null_ _null_ _null_ _null_ )
insert ( 2176 array_length 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '2277 23' _null_ _null_ _null_ _null_ _null_ array_length _null_ _null_ _null_ _null_ )
insert ( 3179 cardinality 11 10 12 1 0 0 0 f f f t f i s 1 0 23 2277 _null_ _null_ _null_ _null_ _null_ array_cardinality _null_ _null_ _null_ _null_ )
insert ( 378 array_append 11 10 12 1 0 0 0 f f f f f i s 2 0 5078 '5078 5077' _null_ _null_ _null_ _null_ _null_ array_append _null_ _null_ _null_ _null_ )
insert ( 379 array_prepend 11 10 12 1 0 0 0 f f f f f i s 2 0 5078 '5077 5078' _null_ _null_ _null_ _null_ _null_ array_prepend _null_ _null_ _null_ _null_ )
insert ( 383 array_cat 11 10 12 1 0 0 0 f f f f f i s 2 0 5078 '5078 5078' _null_ _null_ _null_ _null_ _null_ array_cat _null_ _null_ _null_ _null_ )
insert ( 394 string_to_array 11 10 12 1 0 0 0 f f f f f i s 2 0 1009 '25 25' _null_ _null_ _null_ _null_ _null_ text_to_array _null_ _null_ _null_ _null_ )
insert ( 376 string_to_array 11 10 12 1 0 0 0 f f f f f i s 3 0 1009 '25 25 25' _null_ _null_ _null_ _null_ _null_ text_to_array_null _null_ _null_ _null_ _null_ )
insert ( 6160 string_to_table 11 10 12 1 1000 0 0 f f f f t i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ text_to_table _null_ _null_ _null_ _null_ )
insert ( 6161 string_to_table 11 10 12 1 1000 0 0 f f f f t i s 3 0 25 '25 25 25' _null_ _null_ _null_ _null_ _null_ text_to_table_null _null_ _null_ _null_ _null_ )
insert ( 395 array_to_string 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '2277 25' _null_ _null_ _null_ _null_ _null_ array_to_text _null_ _null_ _null_ _null_ )
insert ( 384 array_to_string 11 10 12 1 0 0 0 f f f f f s s 3 0 25 '2277 25 25' _null_ _null_ _null_ _null_ _null_ array_to_text_null _null_ _null_ _null_ _null_ )
insert ( 515 array_larger 11 10 12 1 0 0 0 f f f t f i s 2 0 2277 '2277 2277' _null_ _null_ _null_ _null_ _null_ array_larger _null_ _null_ _null_ _null_ )
insert ( 516 array_smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 2277 '2277 2277' _null_ _null_ _null_ _null_ _null_ array_smaller _null_ _null_ _null_ _null_ )
insert ( 3277 array_position 11 10 12 1 0 0 0 f f f f f i s 2 0 23 '5078 5077' _null_ _null_ _null_ _null_ _null_ array_position _null_ _null_ _null_ _null_ )
insert ( 3278 array_position 11 10 12 1 0 0 0 f f f f f i s 3 0 23 '5078 5077 23' _null_ _null_ _null_ _null_ _null_ array_position_start _null_ _null_ _null_ _null_ )
insert ( 3279 array_positions 11 10 12 1 0 0 0 f f f f f i s 2 0 1007 '5078 5077' _null_ _null_ _null_ _null_ _null_ array_positions _null_ _null_ _null_ _null_ )
insert ( 1191 generate_subscripts 11 10 12 1 1000 0 0 f f f t t i s 3 0 23 '2277 23 16' _null_ _null_ _null_ _null_ _null_ generate_subscripts _null_ _null_ _null_ _null_ )
insert ( 1192 generate_subscripts 11 10 12 1 1000 0 0 f f f t t i s 2 0 23 '2277 23' _null_ _null_ _null_ _null_ _null_ generate_subscripts_nodir _null_ _null_ _null_ _null_ )
insert ( 1193 array_fill 11 10 12 1 0 0 0 f f f f f i s 2 0 2277 '2283 1007' _null_ _null_ _null_ _null_ _null_ array_fill _null_ _null_ _null_ _null_ )
insert ( 1286 array_fill 11 10 12 1 0 0 0 f f f f f i s 3 0 2277 '2283 1007 1007' _null_ _null_ _null_ _null_ _null_ array_fill_with_lower_bounds _null_ _null_ _null_ _null_ )
insert ( 2331 unnest 11 10 12 1 100 0 3996 f f f t t i s 1 0 2283 2277 _null_ _null_ _null_ _null_ _null_ array_unnest _null_ _null_ _null_ _null_ )
insert ( 3996 array_unnest_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ array_unnest_support _null_ _null_ _null_ _null_ )
insert ( 3167 array_remove 11 10 12 1 0 0 0 f f f f f i s 2 0 5078 '5078 5077' _null_ _null_ _null_ _null_ _null_ array_remove _null_ _null_ _null_ _null_ )
insert ( 3168 array_replace 11 10 12 1 0 0 0 f f f f f i s 3 0 5078 '5078 5077 5077' _null_ _null_ _null_ _null_ _null_ array_replace _null_ _null_ _null_ _null_ )
insert ( 2333 array_agg_transfn 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 2776' _null_ _null_ _null_ _null_ _null_ array_agg_transfn _null_ _null_ _null_ _null_ )
insert ( 6293 array_agg_combine 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 2281' _null_ _null_ _null_ _null_ _null_ array_agg_combine _null_ _null_ _null_ _null_ )
insert ( 6294 array_agg_serialize 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2281 _null_ _null_ _null_ _null_ _null_ array_agg_serialize _null_ _null_ _null_ _null_ )
insert ( 6295 array_agg_deserialize 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '17 2281' _null_ _null_ _null_ _null_ _null_ array_agg_deserialize _null_ _null_ _null_ _null_ )
insert ( 2334 array_agg_finalfn 11 10 12 1 0 0 0 f f f f f i s 2 0 2277 '2281 2776' _null_ _null_ _null_ _null_ _null_ array_agg_finalfn _null_ _null_ _null_ _null_ )
insert ( 2335 array_agg 11 10 12 1 0 0 0 a f f f f i s 1 0 2277 2776 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 4051 array_agg_array_transfn 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 2277' _null_ _null_ _null_ _null_ _null_ array_agg_array_transfn _null_ _null_ _null_ _null_ )
insert ( 6296 array_agg_array_combine 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 2281' _null_ _null_ _null_ _null_ _null_ array_agg_array_combine _null_ _null_ _null_ _null_ )
insert ( 6297 array_agg_array_serialize 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2281 _null_ _null_ _null_ _null_ _null_ array_agg_array_serialize _null_ _null_ _null_ _null_ )
insert ( 6298 array_agg_array_deserialize 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '17 2281' _null_ _null_ _null_ _null_ _null_ array_agg_array_deserialize _null_ _null_ _null_ _null_ )
insert ( 4052 array_agg_array_finalfn 11 10 12 1 0 0 0 f f f f f i s 2 0 2277 '2281 2277' _null_ _null_ _null_ _null_ _null_ array_agg_array_finalfn _null_ _null_ _null_ _null_ )
insert ( 4053 array_agg 11 10 12 1 0 0 0 a f f f f i s 1 0 2277 2277 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3218 width_bucket 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '5077 5078' _null_ _null_ _null_ _null_ _null_ width_bucket_array _null_ _null_ _null_ _null_ )
insert ( 6172 trim_array 11 10 12 1 0 0 0 f f f t f i s 2 0 2277 '2277 23' _null_ _null_ _null_ _null_ _null_ trim_array _null_ _null_ _null_ _null_ )
insert ( 6215 array_shuffle 11 10 12 1 0 0 0 f f f t f v s 1 0 2277 2277 _null_ _null_ _null_ _null_ _null_ array_shuffle _null_ _null_ _null_ _null_ )
insert ( 6216 array_sample 11 10 12 1 0 0 0 f f f t f v s 2 0 2277 '2277 23' _null_ _null_ _null_ _null_ _null_ array_sample _null_ _null_ _null_ _null_ )
insert ( 3816 array_typanalyze 11 10 12 1 0 0 0 f f f t f s s 1 0 16 2281 _null_ _null_ _null_ _null_ _null_ array_typanalyze _null_ _null_ _null_ _null_ )
insert ( 3817 arraycontsel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ arraycontsel _null_ _null_ _null_ _null_ )
insert ( 3818 arraycontjoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ arraycontjoinsel _null_ _null_ _null_ _null_ )
insert ( 764 lo_import 11 10 12 1 0 0 0 f f f t f v u 1 0 26 25 _null_ _null_ _null_ _null_ _null_ be_lo_import _null_ _null_ _null_ _null_ )
insert ( 767 lo_import 11 10 12 1 0 0 0 f f f t f v u 2 0 26 '25 26' _null_ _null_ _null_ _null_ _null_ be_lo_import_with_oid _null_ _null_ _null_ _null_ )
insert ( 765 lo_export 11 10 12 1 0 0 0 f f f t f v u 2 0 23 '26 25' _null_ _null_ _null_ _null_ _null_ be_lo_export _null_ _null_ _null_ _null_ )
insert ( 766 int4inc 11 10 12 1 0 0 0 f f f t f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ int4inc _null_ _null_ _null_ _null_ )
insert ( 768 int4larger 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4larger _null_ _null_ _null_ _null_ )
insert ( 769 int4smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4smaller _null_ _null_ _null_ _null_ )
insert ( 770 int2larger 11 10 12 1 0 0 0 f f f t f i s 2 0 21 '21 21' _null_ _null_ _null_ _null_ _null_ int2larger _null_ _null_ _null_ _null_ )
insert ( 771 int2smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 21 '21 21' _null_ _null_ _null_ _null_ _null_ int2smaller _null_ _null_ _null_ _null_ )
insert ( 846 cash_mul_flt4 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 700' _null_ _null_ _null_ _null_ _null_ cash_mul_flt4 _null_ _null_ _null_ _null_ )
insert ( 847 cash_div_flt4 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 700' _null_ _null_ _null_ _null_ _null_ cash_div_flt4 _null_ _null_ _null_ _null_ )
insert ( 848 flt4_mul_cash 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '700 790' _null_ _null_ _null_ _null_ _null_ flt4_mul_cash _null_ _null_ _null_ _null_ )
insert ( 849 position 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '25 25' _null_ _null_ _null_ _null_ _null_ textpos _null_ _null_ _null_ _null_ )
insert ( 850 textlike 11 10 12 1 0 0 1023 f f f t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ textlike _null_ _null_ _null_ _null_ )
insert ( 1023 textlike_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ textlike_support _null_ _null_ _null_ _null_ )
insert ( 851 textnlike 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ textnlike _null_ _null_ _null_ _null_ )
insert ( 852 int48eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 20' _null_ _null_ _null_ _null_ _null_ int48eq _null_ _null_ _null_ _null_ )
insert ( 853 int48ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 20' _null_ _null_ _null_ _null_ _null_ int48ne _null_ _null_ _null_ _null_ )
insert ( 854 int48lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 20' _null_ _null_ _null_ _null_ _null_ int48lt _null_ _null_ _null_ _null_ )
insert ( 855 int48gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 20' _null_ _null_ _null_ _null_ _null_ int48gt _null_ _null_ _null_ _null_ )
insert ( 856 int48le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 20' _null_ _null_ _null_ _null_ _null_ int48le _null_ _null_ _null_ _null_ )
insert ( 857 int48ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '23 20' _null_ _null_ _null_ _null_ _null_ int48ge _null_ _null_ _null_ _null_ )
insert ( 858 namelike 11 10 12 1 0 0 1023 f f f t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ namelike _null_ _null_ _null_ _null_ )
insert ( 859 namenlike 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ namenlike _null_ _null_ _null_ _null_ )
insert ( 860 bpchar 11 10 12 1 0 0 0 f f f t f i s 1 0 1042 18 _null_ _null_ _null_ _null_ _null_ char_bpchar _null_ _null_ _null_ _null_ )
insert ( 861 current_database 11 10 12 1 0 0 0 f f f t f s s 0 0 19 '' _null_ _null_ _null_ _null_ _null_ current_database _null_ _null_ _null_ _null_ )
insert ( 817 current_query 11 10 12 1 0 0 0 f f f f f v r 0 0 25 '' _null_ _null_ _null_ _null_ _null_ current_query _null_ _null_ _null_ _null_ )
insert ( 3399 int8_mul_cash 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '20 790' _null_ _null_ _null_ _null_ _null_ int8_mul_cash _null_ _null_ _null_ _null_ )
insert ( 862 int4_mul_cash 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '23 790' _null_ _null_ _null_ _null_ _null_ int4_mul_cash _null_ _null_ _null_ _null_ )
insert ( 863 int2_mul_cash 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '21 790' _null_ _null_ _null_ _null_ _null_ int2_mul_cash _null_ _null_ _null_ _null_ )
insert ( 3344 cash_mul_int8 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 20' _null_ _null_ _null_ _null_ _null_ cash_mul_int8 _null_ _null_ _null_ _null_ )
insert ( 3345 cash_div_int8 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 20' _null_ _null_ _null_ _null_ _null_ cash_div_int8 _null_ _null_ _null_ _null_ )
insert ( 864 cash_mul_int4 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 23' _null_ _null_ _null_ _null_ _null_ cash_mul_int4 _null_ _null_ _null_ _null_ )
insert ( 865 cash_div_int4 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 23' _null_ _null_ _null_ _null_ _null_ cash_div_int4 _null_ _null_ _null_ _null_ )
insert ( 866 cash_mul_int2 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 21' _null_ _null_ _null_ _null_ _null_ cash_mul_int2 _null_ _null_ _null_ _null_ )
insert ( 867 cash_div_int2 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 21' _null_ _null_ _null_ _null_ _null_ cash_div_int2 _null_ _null_ _null_ _null_ )
insert ( 886 cash_in 11 10 12 1 0 0 0 f f f t f s s 1 0 790 2275 _null_ _null_ _null_ _null_ _null_ cash_in _null_ _null_ _null_ _null_ )
insert ( 887 cash_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 790 _null_ _null_ _null_ _null_ _null_ cash_out _null_ _null_ _null_ _null_ )
insert ( 888 cash_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '790 790' _null_ _null_ _null_ _null_ _null_ cash_eq _null_ _null_ _null_ _null_ )
insert ( 889 cash_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '790 790' _null_ _null_ _null_ _null_ _null_ cash_ne _null_ _null_ _null_ _null_ )
insert ( 890 cash_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '790 790' _null_ _null_ _null_ _null_ _null_ cash_lt _null_ _null_ _null_ _null_ )
insert ( 891 cash_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '790 790' _null_ _null_ _null_ _null_ _null_ cash_le _null_ _null_ _null_ _null_ )
insert ( 892 cash_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '790 790' _null_ _null_ _null_ _null_ _null_ cash_gt _null_ _null_ _null_ _null_ )
insert ( 893 cash_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '790 790' _null_ _null_ _null_ _null_ _null_ cash_ge _null_ _null_ _null_ _null_ )
insert ( 894 cash_pl 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 790' _null_ _null_ _null_ _null_ _null_ cash_pl _null_ _null_ _null_ _null_ )
insert ( 895 cash_mi 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 790' _null_ _null_ _null_ _null_ _null_ cash_mi _null_ _null_ _null_ _null_ )
insert ( 896 cash_mul_flt8 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 701' _null_ _null_ _null_ _null_ _null_ cash_mul_flt8 _null_ _null_ _null_ _null_ )
insert ( 897 cash_div_flt8 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 701' _null_ _null_ _null_ _null_ _null_ cash_div_flt8 _null_ _null_ _null_ _null_ )
insert ( 898 cashlarger 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 790' _null_ _null_ _null_ _null_ _null_ cashlarger _null_ _null_ _null_ _null_ )
insert ( 899 cashsmaller 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '790 790' _null_ _null_ _null_ _null_ _null_ cashsmaller _null_ _null_ _null_ _null_ )
insert ( 919 flt8_mul_cash 11 10 12 1 0 0 0 f f f t f i s 2 0 790 '701 790' _null_ _null_ _null_ _null_ _null_ flt8_mul_cash _null_ _null_ _null_ _null_ )
insert ( 935 cash_words 11 10 12 1 0 0 0 f f f t f i s 1 0 25 790 _null_ _null_ _null_ _null_ _null_ cash_words _null_ _null_ _null_ _null_ )
insert ( 3822 cash_div_cash 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '790 790' _null_ _null_ _null_ _null_ _null_ cash_div_cash _null_ _null_ _null_ _null_ )
insert ( 3823 numeric 11 10 12 1 0 0 0 f f f t f s s 1 0 1700 790 _null_ _null_ _null_ _null_ _null_ cash_numeric _null_ _null_ _null_ _null_ )
insert ( 3824 money 11 10 12 1 0 0 0 f f f t f s s 1 0 790 1700 _null_ _null_ _null_ _null_ _null_ numeric_cash _null_ _null_ _null_ _null_ )
insert ( 3811 money 11 10 12 1 0 0 0 f f f t f s s 1 0 790 23 _null_ _null_ _null_ _null_ _null_ int4_cash _null_ _null_ _null_ _null_ )
insert ( 3812 money 11 10 12 1 0 0 0 f f f t f s s 1 0 790 20 _null_ _null_ _null_ _null_ _null_ int8_cash _null_ _null_ _null_ _null_ )
insert ( 940 mod 11 10 12 1 0 0 0 f f f t f i s 2 0 21 '21 21' _null_ _null_ _null_ _null_ _null_ int2mod _null_ _null_ _null_ _null_ )
insert ( 941 mod 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4mod _null_ _null_ _null_ _null_ )
insert ( 945 int8mod 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ int8mod _null_ _null_ _null_ _null_ )
insert ( 947 mod 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ int8mod _null_ _null_ _null_ _null_ )
insert ( 5044 gcd 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4gcd _null_ _null_ _null_ _null_ )
insert ( 5045 gcd 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ int8gcd _null_ _null_ _null_ _null_ )
insert ( 5046 lcm 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4lcm _null_ _null_ _null_ _null_ )
insert ( 5047 lcm 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ int8lcm _null_ _null_ _null_ _null_ )
insert ( 944 char 11 10 12 1 0 0 0 f f f t f i s 1 0 18 25 _null_ _null_ _null_ _null_ _null_ text_char _null_ _null_ _null_ _null_ )
insert ( 946 text 11 10 12 1 0 0 0 f f f t f i s 1 0 25 18 _null_ _null_ _null_ _null_ _null_ char_text _null_ _null_ _null_ _null_ )
insert ( 952 lo_open 11 10 12 1 0 0 0 f f f t f v u 2 0 23 '26 23' _null_ _null_ _null_ _null_ _null_ be_lo_open _null_ _null_ _null_ _null_ )
insert ( 953 lo_close 11 10 12 1 0 0 0 f f f t f v u 1 0 23 23 _null_ _null_ _null_ _null_ _null_ be_lo_close _null_ _null_ _null_ _null_ )
insert ( 954 loread 11 10 12 1 0 0 0 f f f t f v u 2 0 17 '23 23' _null_ _null_ _null_ _null_ _null_ be_loread _null_ _null_ _null_ _null_ )
insert ( 955 lowrite 11 10 12 1 0 0 0 f f f t f v u 2 0 23 '23 17' _null_ _null_ _null_ _null_ _null_ be_lowrite _null_ _null_ _null_ _null_ )
insert ( 956 lo_lseek 11 10 12 1 0 0 0 f f f t f v u 3 0 23 '23 23 23' _null_ _null_ _null_ _null_ _null_ be_lo_lseek _null_ _null_ _null_ _null_ )
insert ( 3170 lo_lseek64 11 10 12 1 0 0 0 f f f t f v u 3 0 20 '23 20 23' _null_ _null_ _null_ _null_ _null_ be_lo_lseek64 _null_ _null_ _null_ _null_ )
insert ( 957 lo_creat 11 10 12 1 0 0 0 f f f t f v u 1 0 26 23 _null_ _null_ _null_ _null_ _null_ be_lo_creat _null_ _null_ _null_ _null_ )
insert ( 715 lo_create 11 10 12 1 0 0 0 f f f t f v u 1 0 26 26 _null_ _null_ _null_ _null_ _null_ be_lo_create _null_ _null_ _null_ _null_ )
insert ( 958 lo_tell 11 10 12 1 0 0 0 f f f t f v u 1 0 23 23 _null_ _null_ _null_ _null_ _null_ be_lo_tell _null_ _null_ _null_ _null_ )
insert ( 3171 lo_tell64 11 10 12 1 0 0 0 f f f t f v u 1 0 20 23 _null_ _null_ _null_ _null_ _null_ be_lo_tell64 _null_ _null_ _null_ _null_ )
insert ( 1004 lo_truncate 11 10 12 1 0 0 0 f f f t f v u 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ be_lo_truncate _null_ _null_ _null_ _null_ )
insert ( 3172 lo_truncate64 11 10 12 1 0 0 0 f f f t f v u 2 0 23 '23 20' _null_ _null_ _null_ _null_ _null_ be_lo_truncate64 _null_ _null_ _null_ _null_ )
insert ( 3457 lo_from_bytea 11 10 12 1 0 0 0 f f f t f v u 2 0 26 '26 17' _null_ _null_ _null_ _null_ _null_ be_lo_from_bytea _null_ _null_ _null_ _null_ )
insert ( 3458 lo_get 11 10 12 1 0 0 0 f f f t f v u 1 0 17 26 _null_ _null_ _null_ _null_ _null_ be_lo_get _null_ _null_ _null_ _null_ )
insert ( 3459 lo_get 11 10 12 1 0 0 0 f f f t f v u 3 0 17 '26 20 23' _null_ _null_ _null_ _null_ _null_ be_lo_get_fragment _null_ _null_ _null_ _null_ )
insert ( 3460 lo_put 11 10 12 1 0 0 0 f f f t f v u 3 0 2278 '26 20 17' _null_ _null_ _null_ _null_ _null_ be_lo_put _null_ _null_ _null_ _null_ )
insert ( 959 on_pl 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 628' _null_ _null_ _null_ _null_ _null_ on_pl _null_ _null_ _null_ _null_ )
insert ( 960 on_sl 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '601 628' _null_ _null_ _null_ _null_ _null_ on_sl _null_ _null_ _null_ _null_ )
insert ( 961 close_pl 11 10 12 1 0 0 0 f f f t f i s 2 0 600 '600 628' _null_ _null_ _null_ _null_ _null_ close_pl _null_ _null_ _null_ _null_ )
insert ( 964 lo_unlink 11 10 12 1 0 0 0 f f f t f v u 1 0 23 26 _null_ _null_ _null_ _null_ _null_ be_lo_unlink _null_ _null_ _null_ _null_ )
insert ( 973 path_inter 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '602 602' _null_ _null_ _null_ _null_ _null_ path_inter _null_ _null_ _null_ _null_ )
insert ( 975 area 11 10 12 1 0 0 0 f f f t f i s 1 0 701 603 _null_ _null_ _null_ _null_ _null_ box_area _null_ _null_ _null_ _null_ )
insert ( 976 width 11 10 12 1 0 0 0 f f f t f i s 1 0 701 603 _null_ _null_ _null_ _null_ _null_ box_width _null_ _null_ _null_ _null_ )
insert ( 977 height 11 10 12 1 0 0 0 f f f t f i s 1 0 701 603 _null_ _null_ _null_ _null_ _null_ box_height _null_ _null_ _null_ _null_ )
insert ( 978 box_distance 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '603 603' _null_ _null_ _null_ _null_ _null_ box_distance _null_ _null_ _null_ _null_ )
insert ( 979 area 11 10 12 1 0 0 0 f f f t f i s 1 0 701 602 _null_ _null_ _null_ _null_ _null_ path_area _null_ _null_ _null_ _null_ )
insert ( 980 box_intersect 11 10 12 1 0 0 0 f f f t f i s 2 0 603 '603 603' _null_ _null_ _null_ _null_ _null_ box_intersect _null_ _null_ _null_ _null_ )
insert ( 4067 bound_box 11 10 12 1 0 0 0 f f f t f i s 2 0 603 '603 603' _null_ _null_ _null_ _null_ _null_ boxes_bound_box _null_ _null_ _null_ _null_ )
insert ( 981 diagonal 11 10 12 1 0 0 0 f f f t f i s 1 0 601 603 _null_ _null_ _null_ _null_ _null_ box_diagonal _null_ _null_ _null_ _null_ )
insert ( 982 path_n_lt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '602 602' _null_ _null_ _null_ _null_ _null_ path_n_lt _null_ _null_ _null_ _null_ )
insert ( 983 path_n_gt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '602 602' _null_ _null_ _null_ _null_ _null_ path_n_gt _null_ _null_ _null_ _null_ )
insert ( 984 path_n_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '602 602' _null_ _null_ _null_ _null_ _null_ path_n_eq _null_ _null_ _null_ _null_ )
insert ( 985 path_n_le 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '602 602' _null_ _null_ _null_ _null_ _null_ path_n_le _null_ _null_ _null_ _null_ )
insert ( 986 path_n_ge 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '602 602' _null_ _null_ _null_ _null_ _null_ path_n_ge _null_ _null_ _null_ _null_ )
insert ( 987 path_length 11 10 12 1 0 0 0 f f f t f i s 1 0 701 602 _null_ _null_ _null_ _null_ _null_ path_length _null_ _null_ _null_ _null_ )
insert ( 988 point_ne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 600' _null_ _null_ _null_ _null_ _null_ point_ne _null_ _null_ _null_ _null_ )
insert ( 989 point_vert 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 600' _null_ _null_ _null_ _null_ _null_ point_vert _null_ _null_ _null_ _null_ )
insert ( 990 point_horiz 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 600' _null_ _null_ _null_ _null_ _null_ point_horiz _null_ _null_ _null_ _null_ )
insert ( 991 point_distance 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '600 600' _null_ _null_ _null_ _null_ _null_ point_distance _null_ _null_ _null_ _null_ )
insert ( 992 slope 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '600 600' _null_ _null_ _null_ _null_ _null_ point_slope _null_ _null_ _null_ _null_ )
insert ( 993 lseg 11 10 12 1 0 0 0 f f f t f i s 2 0 601 '600 600' _null_ _null_ _null_ _null_ _null_ lseg_construct _null_ _null_ _null_ _null_ )
insert ( 994 lseg_intersect 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '601 601' _null_ _null_ _null_ _null_ _null_ lseg_intersect _null_ _null_ _null_ _null_ )
insert ( 995 lseg_parallel 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '601 601' _null_ _null_ _null_ _null_ _null_ lseg_parallel _null_ _null_ _null_ _null_ )
insert ( 996 lseg_perp 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '601 601' _null_ _null_ _null_ _null_ _null_ lseg_perp _null_ _null_ _null_ _null_ )
insert ( 997 lseg_vertical 11 10 12 1 0 0 0 f f f t f i s 1 0 16 601 _null_ _null_ _null_ _null_ _null_ lseg_vertical _null_ _null_ _null_ _null_ )
insert ( 998 lseg_horizontal 11 10 12 1 0 0 0 f f f t f i s 1 0 16 601 _null_ _null_ _null_ _null_ _null_ lseg_horizontal _null_ _null_ _null_ _null_ )
insert ( 999 lseg_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '601 601' _null_ _null_ _null_ _null_ _null_ lseg_eq _null_ _null_ _null_ _null_ )
insert ( 1026 timezone 11 10 12 1 0 0 0 f f f t f i s 2 0 1114 '1186 1184' _null_ _null_ _null_ _null_ _null_ timestamptz_izone _null_ _null_ _null_ _null_ )
insert ( 1031 aclitemin 11 10 12 1 0 0 0 f f f t f s s 1 0 1033 2275 _null_ _null_ _null_ _null_ _null_ aclitemin _null_ _null_ _null_ _null_ )
insert ( 1032 aclitemout 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 1033 _null_ _null_ _null_ _null_ _null_ aclitemout _null_ _null_ _null_ _null_ )
insert ( 1035 aclinsert 11 10 12 1 0 0 0 f f f t f i s 2 0 1034 '1034 1033' _null_ _null_ _null_ _null_ _null_ aclinsert _null_ _null_ _null_ _null_ )
insert ( 1036 aclremove 11 10 12 1 0 0 0 f f f t f i s 2 0 1034 '1034 1033' _null_ _null_ _null_ _null_ _null_ aclremove _null_ _null_ _null_ _null_ )
insert ( 1037 aclcontains 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1034 1033' _null_ _null_ _null_ _null_ _null_ aclcontains _null_ _null_ _null_ _null_ )
insert ( 1062 aclitemeq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1033 1033' _null_ _null_ _null_ _null_ _null_ aclitem_eq _null_ _null_ _null_ _null_ )
insert ( 1365 makeaclitem 11 10 12 1 0 0 0 f f f t f i s 4 0 1033 '26 26 25 16' _null_ _null_ _null_ _null_ _null_ makeaclitem _null_ _null_ _null_ _null_ )
insert ( 3943 acldefault 11 10 12 1 0 0 0 f f f t f i s 2 0 1034 '18 26' _null_ _null_ _null_ _null_ _null_ acldefault_sql _null_ _null_ _null_ _null_ )
insert ( 1689 aclexplode 11 10 12 1 10 0 0 f f f t t s s 1 0 2249 1034 '{1034,26,26,25,16}' '{i,o,o,o,o}' '{acl,grantor,grantee,privilege_type,is_grantable}' _null_ _null_ aclexplode _null_ _null_ _null_ _null_ )
insert ( 1044 bpcharin 11 10 12 1 0 0 0 f f f t f i s 3 0 1042 '2275 26 23' _null_ _null_ _null_ _null_ _null_ bpcharin _null_ _null_ _null_ _null_ )
insert ( 1045 bpcharout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 1042 _null_ _null_ _null_ _null_ _null_ bpcharout _null_ _null_ _null_ _null_ )
insert ( 2913 bpchartypmodin 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1263 _null_ _null_ _null_ _null_ _null_ bpchartypmodin _null_ _null_ _null_ _null_ )
insert ( 2914 bpchartypmodout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 23 _null_ _null_ _null_ _null_ _null_ bpchartypmodout _null_ _null_ _null_ _null_ )
insert ( 1046 varcharin 11 10 12 1 0 0 0 f f f t f i s 3 0 1043 '2275 26 23' _null_ _null_ _null_ _null_ _null_ varcharin _null_ _null_ _null_ _null_ )
insert ( 1047 varcharout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 1043 _null_ _null_ _null_ _null_ _null_ varcharout _null_ _null_ _null_ _null_ )
insert ( 2915 varchartypmodin 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1263 _null_ _null_ _null_ _null_ _null_ varchartypmodin _null_ _null_ _null_ _null_ )
insert ( 2916 varchartypmodout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 23 _null_ _null_ _null_ _null_ _null_ varchartypmodout _null_ _null_ _null_ _null_ )
insert ( 1048 bpchareq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1042 1042' _null_ _null_ _null_ _null_ _null_ bpchareq _null_ _null_ _null_ _null_ )
insert ( 1049 bpcharlt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1042 1042' _null_ _null_ _null_ _null_ _null_ bpcharlt _null_ _null_ _null_ _null_ )
insert ( 1050 bpcharle 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1042 1042' _null_ _null_ _null_ _null_ _null_ bpcharle _null_ _null_ _null_ _null_ )
insert ( 1051 bpchargt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1042 1042' _null_ _null_ _null_ _null_ _null_ bpchargt _null_ _null_ _null_ _null_ )
insert ( 1052 bpcharge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1042 1042' _null_ _null_ _null_ _null_ _null_ bpcharge _null_ _null_ _null_ _null_ )
insert ( 1053 bpcharne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1042 1042' _null_ _null_ _null_ _null_ _null_ bpcharne _null_ _null_ _null_ _null_ )
insert ( 1063 bpchar_larger 11 10 12 1 0 0 0 f f t t f i s 2 0 1042 '1042 1042' _null_ _null_ _null_ _null_ _null_ bpchar_larger _null_ _null_ _null_ _null_ )
insert ( 1064 bpchar_smaller 11 10 12 1 0 0 0 f f t t f i s 2 0 1042 '1042 1042' _null_ _null_ _null_ _null_ _null_ bpchar_smaller _null_ _null_ _null_ _null_ )
insert ( 1078 bpcharcmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '1042 1042' _null_ _null_ _null_ _null_ _null_ bpcharcmp _null_ _null_ _null_ _null_ )
insert ( 3328 bpchar_sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ bpchar_sortsupport _null_ _null_ _null_ _null_ )
insert ( 1080 hashbpchar 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1042 _null_ _null_ _null_ _null_ _null_ hashbpchar _null_ _null_ _null_ _null_ )
insert ( 972 hashbpcharextended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '1042 20' _null_ _null_ _null_ _null_ _null_ hashbpcharextended _null_ _null_ _null_ _null_ )
insert ( 1081 format_type 11 10 12 1 0 0 0 f f f f f s s 2 0 25 '26 23' _null_ _null_ _null_ _null_ _null_ format_type _null_ _null_ _null_ _null_ )
insert ( 1084 date_in 11 10 12 1 0 0 0 f f f t f s s 1 0 1082 2275 _null_ _null_ _null_ _null_ _null_ date_in _null_ _null_ _null_ _null_ )
insert ( 1085 date_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 1082 _null_ _null_ _null_ _null_ _null_ date_out _null_ _null_ _null_ _null_ )
insert ( 1086 date_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1082 1082' _null_ _null_ _null_ _null_ _null_ date_eq _null_ _null_ _null_ _null_ )
insert ( 1087 date_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1082 1082' _null_ _null_ _null_ _null_ _null_ date_lt _null_ _null_ _null_ _null_ )
insert ( 1088 date_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1082 1082' _null_ _null_ _null_ _null_ _null_ date_le _null_ _null_ _null_ _null_ )
insert ( 1089 date_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1082 1082' _null_ _null_ _null_ _null_ _null_ date_gt _null_ _null_ _null_ _null_ )
insert ( 1090 date_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1082 1082' _null_ _null_ _null_ _null_ _null_ date_ge _null_ _null_ _null_ _null_ )
insert ( 1091 date_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1082 1082' _null_ _null_ _null_ _null_ _null_ date_ne _null_ _null_ _null_ _null_ )
insert ( 1092 date_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '1082 1082' _null_ _null_ _null_ _null_ _null_ date_cmp _null_ _null_ _null_ _null_ )
insert ( 3136 date_sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ date_sortsupport _null_ _null_ _null_ _null_ )
insert ( 4133 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '1082 1082 1186 16 16' _null_ _null_ _null_ _null_ _null_ in_range_date_interval _null_ _null_ _null_ _null_ )
insert ( 1102 time_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1083 1083' _null_ _null_ _null_ _null_ _null_ time_lt _null_ _null_ _null_ _null_ )
insert ( 1103 time_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1083 1083' _null_ _null_ _null_ _null_ _null_ time_le _null_ _null_ _null_ _null_ )
insert ( 1104 time_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1083 1083' _null_ _null_ _null_ _null_ _null_ time_gt _null_ _null_ _null_ _null_ )
insert ( 1105 time_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1083 1083' _null_ _null_ _null_ _null_ _null_ time_ge _null_ _null_ _null_ _null_ )
insert ( 1106 time_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1083 1083' _null_ _null_ _null_ _null_ _null_ time_ne _null_ _null_ _null_ _null_ )
insert ( 1107 time_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '1083 1083' _null_ _null_ _null_ _null_ _null_ time_cmp _null_ _null_ _null_ _null_ )
insert ( 1138 date_larger 11 10 12 1 0 0 0 f f f t f i s 2 0 1082 '1082 1082' _null_ _null_ _null_ _null_ _null_ date_larger _null_ _null_ _null_ _null_ )
insert ( 1139 date_smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 1082 '1082 1082' _null_ _null_ _null_ _null_ _null_ date_smaller _null_ _null_ _null_ _null_ )
insert ( 1140 date_mi 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '1082 1082' _null_ _null_ _null_ _null_ _null_ date_mi _null_ _null_ _null_ _null_ )
insert ( 1141 date_pli 11 10 12 1 0 0 0 f f f t f i s 2 0 1082 '1082 23' _null_ _null_ _null_ _null_ _null_ date_pli _null_ _null_ _null_ _null_ )
insert ( 1142 date_mii 11 10 12 1 0 0 0 f f f t f i s 2 0 1082 '1082 23' _null_ _null_ _null_ _null_ _null_ date_mii _null_ _null_ _null_ _null_ )
insert ( 1143 time_in 11 10 12 1 0 0 0 f f f t f s s 3 0 1083 '2275 26 23' _null_ _null_ _null_ _null_ _null_ time_in _null_ _null_ _null_ _null_ )
insert ( 1144 time_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 1083 _null_ _null_ _null_ _null_ _null_ time_out _null_ _null_ _null_ _null_ )
insert ( 2909 timetypmodin 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1263 _null_ _null_ _null_ _null_ _null_ timetypmodin _null_ _null_ _null_ _null_ )
insert ( 2910 timetypmodout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 23 _null_ _null_ _null_ _null_ _null_ timetypmodout _null_ _null_ _null_ _null_ )
insert ( 1145 time_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1083 1083' _null_ _null_ _null_ _null_ _null_ time_eq _null_ _null_ _null_ _null_ )
insert ( 1146 circle_add_pt 11 10 12 1 0 0 0 f f f t f i s 2 0 718 '718 600' _null_ _null_ _null_ _null_ _null_ circle_add_pt _null_ _null_ _null_ _null_ )
insert ( 1147 circle_sub_pt 11 10 12 1 0 0 0 f f f t f i s 2 0 718 '718 600' _null_ _null_ _null_ _null_ _null_ circle_sub_pt _null_ _null_ _null_ _null_ )
insert ( 1148 circle_mul_pt 11 10 12 1 0 0 0 f f f t f i s 2 0 718 '718 600' _null_ _null_ _null_ _null_ _null_ circle_mul_pt _null_ _null_ _null_ _null_ )
insert ( 1149 circle_div_pt 11 10 12 1 0 0 0 f f f t f i s 2 0 718 '718 600' _null_ _null_ _null_ _null_ _null_ circle_div_pt _null_ _null_ _null_ _null_ )
insert ( 1150 timestamptz_in 11 10 12 1 0 0 0 f f f t f s s 3 0 1184 '2275 26 23' _null_ _null_ _null_ _null_ _null_ timestamptz_in _null_ _null_ _null_ _null_ )
insert ( 1151 timestamptz_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 1184 _null_ _null_ _null_ _null_ _null_ timestamptz_out _null_ _null_ _null_ _null_ )
insert ( 2907 timestamptztypmodin 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1263 _null_ _null_ _null_ _null_ _null_ timestamptztypmodin _null_ _null_ _null_ _null_ )
insert ( 2908 timestamptztypmodout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 23 _null_ _null_ _null_ _null_ _null_ timestamptztypmodout _null_ _null_ _null_ _null_ )
insert ( 1152 timestamptz_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1184 1184' _null_ _null_ _null_ _null_ _null_ timestamp_eq _null_ _null_ _null_ _null_ )
insert ( 1153 timestamptz_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1184 1184' _null_ _null_ _null_ _null_ _null_ timestamp_ne _null_ _null_ _null_ _null_ )
insert ( 1154 timestamptz_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1184 1184' _null_ _null_ _null_ _null_ _null_ timestamp_lt _null_ _null_ _null_ _null_ )
insert ( 1155 timestamptz_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1184 1184' _null_ _null_ _null_ _null_ _null_ timestamp_le _null_ _null_ _null_ _null_ )
insert ( 1156 timestamptz_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1184 1184' _null_ _null_ _null_ _null_ _null_ timestamp_ge _null_ _null_ _null_ _null_ )
insert ( 1157 timestamptz_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1184 1184' _null_ _null_ _null_ _null_ _null_ timestamp_gt _null_ _null_ _null_ _null_ )
insert ( 1158 to_timestamp 11 10 12 1 0 0 0 f f f t f i s 1 0 1184 701 _null_ _null_ _null_ _null_ _null_ float8_timestamptz _null_ _null_ _null_ _null_ )
insert ( 1159 timezone 11 10 12 1 0 0 0 f f f t f i s 2 0 1114 '25 1184' _null_ _null_ _null_ _null_ _null_ timestamptz_zone _null_ _null_ _null_ _null_ )
insert ( 6334 timezone 11 10 12 1 0 0 0 f f f t f s s 1 0 1114 1184 _null_ _null_ _null_ _null_ _null_ timestamptz_at_local _null_ _null_ _null_ _null_ )
insert ( 1160 interval_in 11 10 12 1 0 0 0 f f f t f s s 3 0 1186 '2275 26 23' _null_ _null_ _null_ _null_ _null_ interval_in _null_ _null_ _null_ _null_ )
insert ( 1161 interval_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 1186 _null_ _null_ _null_ _null_ _null_ interval_out _null_ _null_ _null_ _null_ )
insert ( 2903 intervaltypmodin 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1263 _null_ _null_ _null_ _null_ _null_ intervaltypmodin _null_ _null_ _null_ _null_ )
insert ( 2904 intervaltypmodout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 23 _null_ _null_ _null_ _null_ _null_ intervaltypmodout _null_ _null_ _null_ _null_ )
insert ( 1162 interval_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1186 1186' _null_ _null_ _null_ _null_ _null_ interval_eq _null_ _null_ _null_ _null_ )
insert ( 1163 interval_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1186 1186' _null_ _null_ _null_ _null_ _null_ interval_ne _null_ _null_ _null_ _null_ )
insert ( 1164 interval_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1186 1186' _null_ _null_ _null_ _null_ _null_ interval_lt _null_ _null_ _null_ _null_ )
insert ( 1165 interval_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1186 1186' _null_ _null_ _null_ _null_ _null_ interval_le _null_ _null_ _null_ _null_ )
insert ( 1166 interval_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1186 1186' _null_ _null_ _null_ _null_ _null_ interval_ge _null_ _null_ _null_ _null_ )
insert ( 1167 interval_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1186 1186' _null_ _null_ _null_ _null_ _null_ interval_gt _null_ _null_ _null_ _null_ )
insert ( 1168 interval_um 11 10 12 1 0 0 0 f f f t f i s 1 0 1186 1186 _null_ _null_ _null_ _null_ _null_ interval_um _null_ _null_ _null_ _null_ )
insert ( 1169 interval_pl 11 10 12 1 0 0 0 f f f t f i s 2 0 1186 '1186 1186' _null_ _null_ _null_ _null_ _null_ interval_pl _null_ _null_ _null_ _null_ )
insert ( 1170 interval_mi 11 10 12 1 0 0 0 f f f t f i s 2 0 1186 '1186 1186' _null_ _null_ _null_ _null_ _null_ interval_mi _null_ _null_ _null_ _null_ )
insert ( 1171 date_part 11 10 12 1 0 0 0 f f f t f s s 2 0 701 '25 1184' _null_ _null_ _null_ _null_ _null_ timestamptz_part _null_ _null_ _null_ _null_ )
insert ( 6203 extract 11 10 12 1 0 0 0 f f f t f s s 2 0 1700 '25 1184' _null_ _null_ _null_ _null_ _null_ extract_timestamptz _null_ _null_ _null_ _null_ )
insert ( 1172 date_part 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '25 1186' _null_ _null_ _null_ _null_ _null_ interval_part _null_ _null_ _null_ _null_ )
insert ( 6204 extract 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '25 1186' _null_ _null_ _null_ _null_ _null_ extract_interval _null_ _null_ _null_ _null_ )
insert ( 1174 timestamptz 11 10 12 1 0 0 0 f f f t f s s 1 0 1184 1082 _null_ _null_ _null_ _null_ _null_ date_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2711 justify_interval 11 10 12 1 0 0 0 f f f t f i s 1 0 1186 1186 _null_ _null_ _null_ _null_ _null_ interval_justify_interval _null_ _null_ _null_ _null_ )
insert ( 1175 justify_hours 11 10 12 1 0 0 0 f f f t f i s 1 0 1186 1186 _null_ _null_ _null_ _null_ _null_ interval_justify_hours _null_ _null_ _null_ _null_ )
insert ( 1295 justify_days 11 10 12 1 0 0 0 f f f t f i s 1 0 1186 1186 _null_ _null_ _null_ _null_ _null_ interval_justify_days _null_ _null_ _null_ _null_ )
insert ( 1176 timestamptz 11 10 14 1 0 0 0 f f f t f s s 2 0 1184 '1082 1083' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1178 date 11 10 12 1 0 0 0 f f f t f s s 1 0 1082 1184 _null_ _null_ _null_ _null_ _null_ timestamptz_date _null_ _null_ _null_ _null_ )
insert ( 1181 age 11 10 12 1 0 0 0 f f f t f s r 1 0 23 28 _null_ _null_ _null_ _null_ _null_ xid_age _null_ _null_ _null_ _null_ )
insert ( 3939 mxid_age 11 10 12 1 0 0 0 f f f t f s s 1 0 23 28 _null_ _null_ _null_ _null_ _null_ mxid_age _null_ _null_ _null_ _null_ )
insert ( 1188 timestamptz_mi 11 10 12 1 0 0 0 f f f t f i s 2 0 1186 '1184 1184' _null_ _null_ _null_ _null_ _null_ timestamp_mi _null_ _null_ _null_ _null_ )
insert ( 1189 timestamptz_pl_interval 11 10 12 1 0 0 0 f f f t f s s 2 0 1184 '1184 1186' _null_ _null_ _null_ _null_ _null_ timestamptz_pl_interval _null_ _null_ _null_ _null_ )
insert ( 6221 date_add 11 10 12 1 0 0 0 f f f t f s s 2 0 1184 '1184 1186' _null_ _null_ _null_ _null_ _null_ timestamptz_pl_interval _null_ _null_ _null_ _null_ )
insert ( 6222 date_add 11 10 12 1 0 0 0 f f f t f i s 3 0 1184 '1184 1186 25' _null_ _null_ _null_ _null_ _null_ timestamptz_pl_interval_at_zone _null_ _null_ _null_ _null_ )
insert ( 1190 timestamptz_mi_interval 11 10 12 1 0 0 0 f f f t f s s 2 0 1184 '1184 1186' _null_ _null_ _null_ _null_ _null_ timestamptz_mi_interval _null_ _null_ _null_ _null_ )
insert ( 6223 date_subtract 11 10 12 1 0 0 0 f f f t f s s 2 0 1184 '1184 1186' _null_ _null_ _null_ _null_ _null_ timestamptz_mi_interval _null_ _null_ _null_ _null_ )
insert ( 6273 date_subtract 11 10 12 1 0 0 0 f f f t f i s 3 0 1184 '1184 1186 25' _null_ _null_ _null_ _null_ _null_ timestamptz_mi_interval_at_zone _null_ _null_ _null_ _null_ )
insert ( 1195 timestamptz_smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 1184 '1184 1184' _null_ _null_ _null_ _null_ _null_ timestamp_smaller _null_ _null_ _null_ _null_ )
insert ( 1196 timestamptz_larger 11 10 12 1 0 0 0 f f f t f i s 2 0 1184 '1184 1184' _null_ _null_ _null_ _null_ _null_ timestamp_larger _null_ _null_ _null_ _null_ )
insert ( 1197 interval_smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 1186 '1186 1186' _null_ _null_ _null_ _null_ _null_ interval_smaller _null_ _null_ _null_ _null_ )
insert ( 1198 interval_larger 11 10 12 1 0 0 0 f f f t f i s 2 0 1186 '1186 1186' _null_ _null_ _null_ _null_ _null_ interval_larger _null_ _null_ _null_ _null_ )
insert ( 1199 age 11 10 12 1 0 0 0 f f f t f i s 2 0 1186 '1184 1184' _null_ _null_ _null_ _null_ _null_ timestamptz_age _null_ _null_ _null_ _null_ )
insert ( 3918 interval_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ interval_support _null_ _null_ _null_ _null_ )
insert ( 1200 interval 11 10 12 1 0 0 3918 f f f t f i s 2 0 1186 '1186 23' _null_ _null_ _null_ _null_ _null_ interval_scale _null_ _null_ _null_ _null_ )
insert ( 1215 obj_description 11 10 14 100 0 0 0 f f f t f s s 2 0 25 '26 19' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1216 col_description 11 10 14 100 0 0 0 f f f t f s s 2 0 25 '26 23' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1993 shobj_description 11 10 14 100 0 0 0 f f f t f s s 2 0 25 '26 19' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1217 date_trunc 11 10 12 1 0 0 0 f f f t f s s 2 0 1184 '25 1184' _null_ _null_ _null_ _null_ _null_ timestamptz_trunc _null_ _null_ _null_ _null_ )
insert ( 1284 date_trunc 11 10 12 1 0 0 0 f f f t f i s 3 0 1184 '25 1184 25' _null_ _null_ _null_ _null_ _null_ timestamptz_trunc_zone _null_ _null_ _null_ _null_ )
insert ( 1218 date_trunc 11 10 12 1 0 0 0 f f f t f i s 2 0 1186 '25 1186' _null_ _null_ _null_ _null_ _null_ interval_trunc _null_ _null_ _null_ _null_ )
insert ( 1219 int8inc 11 10 12 1 0 0 0 f f f t f i s 1 0 20 20 _null_ _null_ _null_ _null_ _null_ int8inc _null_ _null_ _null_ _null_ )
insert ( 3546 int8dec 11 10 12 1 0 0 0 f f f t f i s 1 0 20 20 _null_ _null_ _null_ _null_ _null_ int8dec _null_ _null_ _null_ _null_ )
insert ( 2804 int8inc_any 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 2276' _null_ _null_ _null_ _null_ _null_ int8inc_any _null_ _null_ _null_ _null_ )
insert ( 3547 int8dec_any 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 2276' _null_ _null_ _null_ _null_ _null_ int8dec_any _null_ _null_ _null_ _null_ )
insert ( 1230 int8abs 11 10 12 1 0 0 0 f f f t f i s 1 0 20 20 _null_ _null_ _null_ _null_ _null_ int8abs _null_ _null_ _null_ _null_ )
insert ( 1236 int8larger 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ int8larger _null_ _null_ _null_ _null_ )
insert ( 1237 int8smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ int8smaller _null_ _null_ _null_ _null_ )
insert ( 1238 texticregexeq 11 10 12 1 0 0 1024 f f f t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ texticregexeq _null_ _null_ _null_ _null_ )
insert ( 1024 texticregexeq_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ texticregexeq_support _null_ _null_ _null_ _null_ )
insert ( 1239 texticregexne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ texticregexne _null_ _null_ _null_ _null_ )
insert ( 1240 nameicregexeq 11 10 12 1 0 0 1024 f f f t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ nameicregexeq _null_ _null_ _null_ _null_ )
insert ( 1241 nameicregexne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ nameicregexne _null_ _null_ _null_ _null_ )
insert ( 1251 int4abs 11 10 12 1 0 0 0 f f f t f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ int4abs _null_ _null_ _null_ _null_ )
insert ( 1253 int2abs 11 10 12 1 0 0 0 f f f t f i s 1 0 21 21 _null_ _null_ _null_ _null_ _null_ int2abs _null_ _null_ _null_ _null_ )
insert ( 1271 overlaps 11 10 12 1 0 0 0 f f f f f i s 4 0 16 '1266 1266 1266 1266' _null_ _null_ _null_ _null_ _null_ overlaps_timetz _null_ _null_ _null_ _null_ )
insert ( 1272 datetime_pl 11 10 12 1 0 0 0 f f f t f i s 2 0 1114 '1082 1083' _null_ _null_ _null_ _null_ _null_ datetime_timestamp _null_ _null_ _null_ _null_ )
insert ( 1273 date_part 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '25 1266' _null_ _null_ _null_ _null_ _null_ timetz_part _null_ _null_ _null_ _null_ )
insert ( 6201 extract 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '25 1266' _null_ _null_ _null_ _null_ _null_ extract_timetz _null_ _null_ _null_ _null_ )
insert ( 1274 int84pl 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 23' _null_ _null_ _null_ _null_ _null_ int84pl _null_ _null_ _null_ _null_ )
insert ( 1275 int84mi 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 23' _null_ _null_ _null_ _null_ _null_ int84mi _null_ _null_ _null_ _null_ )
insert ( 1276 int84mul 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 23' _null_ _null_ _null_ _null_ _null_ int84mul _null_ _null_ _null_ _null_ )
insert ( 1277 int84div 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 23' _null_ _null_ _null_ _null_ _null_ int84div _null_ _null_ _null_ _null_ )
insert ( 1278 int48pl 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '23 20' _null_ _null_ _null_ _null_ _null_ int48pl _null_ _null_ _null_ _null_ )
insert ( 1279 int48mi 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '23 20' _null_ _null_ _null_ _null_ _null_ int48mi _null_ _null_ _null_ _null_ )
insert ( 1280 int48mul 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '23 20' _null_ _null_ _null_ _null_ _null_ int48mul _null_ _null_ _null_ _null_ )
insert ( 1281 int48div 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '23 20' _null_ _null_ _null_ _null_ _null_ int48div _null_ _null_ _null_ _null_ )
insert ( 837 int82pl 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 21' _null_ _null_ _null_ _null_ _null_ int82pl _null_ _null_ _null_ _null_ )
insert ( 838 int82mi 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 21' _null_ _null_ _null_ _null_ _null_ int82mi _null_ _null_ _null_ _null_ )
insert ( 839 int82mul 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 21' _null_ _null_ _null_ _null_ _null_ int82mul _null_ _null_ _null_ _null_ )
insert ( 840 int82div 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 21' _null_ _null_ _null_ _null_ _null_ int82div _null_ _null_ _null_ _null_ )
insert ( 841 int28pl 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '21 20' _null_ _null_ _null_ _null_ _null_ int28pl _null_ _null_ _null_ _null_ )
insert ( 942 int28mi 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '21 20' _null_ _null_ _null_ _null_ _null_ int28mi _null_ _null_ _null_ _null_ )
insert ( 943 int28mul 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '21 20' _null_ _null_ _null_ _null_ _null_ int28mul _null_ _null_ _null_ _null_ )
insert ( 948 int28div 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '21 20' _null_ _null_ _null_ _null_ _null_ int28div _null_ _null_ _null_ _null_ )
insert ( 1287 oid 11 10 12 1 0 0 0 f f f t f i s 1 0 26 20 _null_ _null_ _null_ _null_ _null_ i8tooid _null_ _null_ _null_ _null_ )
insert ( 1288 int8 11 10 12 1 0 0 0 f f t t f i s 1 0 20 26 _null_ _null_ _null_ _null_ _null_ oidtoi8 _null_ _null_ _null_ _null_ )
insert ( 1291 suppress_redundant_updates_trigger 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ suppress_redundant_updates_trigger _null_ _null_ _null_ _null_ )
insert ( 1292 tideq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '27 27' _null_ _null_ _null_ _null_ _null_ tideq _null_ _null_ _null_ _null_ )
insert ( 1294 currtid2 11 10 12 1 0 0 0 f f f t f v u 2 0 27 '25 27' _null_ _null_ _null_ _null_ _null_ currtid_byrelname _null_ _null_ _null_ _null_ )
insert ( 1265 tidne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '27 27' _null_ _null_ _null_ _null_ _null_ tidne _null_ _null_ _null_ _null_ )
insert ( 2790 tidgt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '27 27' _null_ _null_ _null_ _null_ _null_ tidgt _null_ _null_ _null_ _null_ )
insert ( 2791 tidlt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '27 27' _null_ _null_ _null_ _null_ _null_ tidlt _null_ _null_ _null_ _null_ )
insert ( 2792 tidge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '27 27' _null_ _null_ _null_ _null_ _null_ tidge _null_ _null_ _null_ _null_ )
insert ( 2793 tidle 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '27 27' _null_ _null_ _null_ _null_ _null_ tidle _null_ _null_ _null_ _null_ )
insert ( 2794 bttidcmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '27 27' _null_ _null_ _null_ _null_ _null_ bttidcmp _null_ _null_ _null_ _null_ )
insert ( 2795 tidlarger 11 10 12 1 0 0 0 f f f t f i s 2 0 27 '27 27' _null_ _null_ _null_ _null_ _null_ tidlarger _null_ _null_ _null_ _null_ )
insert ( 2796 tidsmaller 11 10 12 1 0 0 0 f f f t f i s 2 0 27 '27 27' _null_ _null_ _null_ _null_ _null_ tidsmaller _null_ _null_ _null_ _null_ )
insert ( 2233 hashtid 11 10 12 1 0 0 0 f f f t f i s 1 0 23 27 _null_ _null_ _null_ _null_ _null_ hashtid _null_ _null_ _null_ _null_ )
insert ( 2234 hashtidextended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '27 20' _null_ _null_ _null_ _null_ _null_ hashtidextended _null_ _null_ _null_ _null_ )
insert ( 1296 timedate_pl 11 10 14 1 0 0 0 f f f t f i s 2 0 1114 '1083 1082' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1297 datetimetz_pl 11 10 12 1 0 0 0 f f f t f i s 2 0 1184 '1082 1266' _null_ _null_ _null_ _null_ _null_ datetimetz_timestamptz _null_ _null_ _null_ _null_ )
insert ( 1298 timetzdate_pl 11 10 14 1 0 0 0 f f f t f i s 2 0 1184 '1266 1082' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1299 now 11 10 12 1 0 0 0 f f f t f s s 0 0 1184 '' _null_ _null_ _null_ _null_ _null_ now _null_ _null_ _null_ _null_ )
insert ( 2647 transaction_timestamp 11 10 12 1 0 0 0 f f f t f s s 0 0 1184 '' _null_ _null_ _null_ _null_ _null_ now _null_ _null_ _null_ _null_ )
insert ( 2648 statement_timestamp 11 10 12 1 0 0 0 f f f t f s s 0 0 1184 '' _null_ _null_ _null_ _null_ _null_ statement_timestamp _null_ _null_ _null_ _null_ )
insert ( 2649 clock_timestamp 11 10 12 1 0 0 0 f f f t f v s 0 0 1184 '' _null_ _null_ _null_ _null_ _null_ clock_timestamp _null_ _null_ _null_ _null_ )
insert ( 1300 positionsel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ positionsel _null_ _null_ _null_ _null_ )
insert ( 1301 positionjoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ positionjoinsel _null_ _null_ _null_ _null_ )
insert ( 1302 contsel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ contsel _null_ _null_ _null_ _null_ )
insert ( 1303 contjoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ contjoinsel _null_ _null_ _null_ _null_ )
insert ( 1304 overlaps 11 10 12 1 0 0 0 f f f f f i s 4 0 16 '1184 1184 1184 1184' _null_ _null_ _null_ _null_ _null_ overlaps_timestamp _null_ _null_ _null_ _null_ )
insert ( 1305 overlaps 11 10 14 1 0 0 0 f f f f f s s 4 0 16 '1184 1186 1184 1186' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1306 overlaps 11 10 14 1 0 0 0 f f f f f s s 4 0 16 '1184 1184 1184 1186' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1307 overlaps 11 10 14 1 0 0 0 f f f f f s s 4 0 16 '1184 1186 1184 1184' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1308 overlaps 11 10 12 1 0 0 0 f f f f f i s 4 0 16 '1083 1083 1083 1083' _null_ _null_ _null_ _null_ _null_ overlaps_time _null_ _null_ _null_ _null_ )
insert ( 1309 overlaps 11 10 14 1 0 0 0 f f f f f i s 4 0 16 '1083 1186 1083 1186' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1310 overlaps 11 10 14 1 0 0 0 f f f f f i s 4 0 16 '1083 1083 1083 1186' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1311 overlaps 11 10 14 1 0 0 0 f f f f f i s 4 0 16 '1083 1186 1083 1083' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1312 timestamp_in 11 10 12 1 0 0 0 f f f t f s s 3 0 1114 '2275 26 23' _null_ _null_ _null_ _null_ _null_ timestamp_in _null_ _null_ _null_ _null_ )
insert ( 1313 timestamp_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 1114 _null_ _null_ _null_ _null_ _null_ timestamp_out _null_ _null_ _null_ _null_ )
insert ( 2905 timestamptypmodin 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1263 _null_ _null_ _null_ _null_ _null_ timestamptypmodin _null_ _null_ _null_ _null_ )
insert ( 2906 timestamptypmodout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 23 _null_ _null_ _null_ _null_ _null_ timestamptypmodout _null_ _null_ _null_ _null_ )
insert ( 1314 timestamptz_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '1184 1184' _null_ _null_ _null_ _null_ _null_ timestamp_cmp _null_ _null_ _null_ _null_ )
insert ( 1315 interval_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '1186 1186' _null_ _null_ _null_ _null_ _null_ interval_cmp _null_ _null_ _null_ _null_ )
insert ( 1316 time 11 10 12 1 0 0 0 f f f t f i s 1 0 1083 1114 _null_ _null_ _null_ _null_ _null_ timestamp_time _null_ _null_ _null_ _null_ )
insert ( 1317 length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 25 _null_ _null_ _null_ _null_ _null_ textlen _null_ _null_ _null_ _null_ )
insert ( 1318 length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1042 _null_ _null_ _null_ _null_ _null_ bpcharlen _null_ _null_ _null_ _null_ )
insert ( 1319 xideqint4 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '28 23' _null_ _null_ _null_ _null_ _null_ xideq _null_ _null_ _null_ _null_ )
insert ( 3309 xidneqint4 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '28 23' _null_ _null_ _null_ _null_ _null_ xidneq _null_ _null_ _null_ _null_ )
insert ( 1326 interval_div 11 10 12 1 0 0 0 f f f t f i s 2 0 1186 '1186 701' _null_ _null_ _null_ _null_ _null_ interval_div _null_ _null_ _null_ _null_ )
insert ( 1339 dlog10 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dlog10 _null_ _null_ _null_ _null_ )
insert ( 1340 log 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dlog10 _null_ _null_ _null_ _null_ )
insert ( 1194 log10 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dlog10 _null_ _null_ _null_ _null_ )
insert ( 1341 ln 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dlog1 _null_ _null_ _null_ _null_ )
insert ( 1342 round 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dround _null_ _null_ _null_ _null_ )
insert ( 1343 trunc 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dtrunc _null_ _null_ _null_ _null_ )
insert ( 1344 sqrt 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dsqrt _null_ _null_ _null_ _null_ )
insert ( 1345 cbrt 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dcbrt _null_ _null_ _null_ _null_ )
insert ( 1346 pow 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ dpow _null_ _null_ _null_ _null_ )
insert ( 1368 power 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ dpow _null_ _null_ _null_ _null_ )
insert ( 1347 exp 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dexp _null_ _null_ _null_ _null_ )
insert ( 1348 obj_description 11 10 14 100 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1349 oidvectortypes 11 10 12 1 0 0 0 f f f t f s s 1 0 25 30 _null_ _null_ _null_ _null_ _null_ oidvectortypes _null_ _null_ _null_ _null_ )
insert ( 1350 timetz_in 11 10 12 1 0 0 0 f f f t f s s 3 0 1266 '2275 26 23' _null_ _null_ _null_ _null_ _null_ timetz_in _null_ _null_ _null_ _null_ )
insert ( 1351 timetz_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 1266 _null_ _null_ _null_ _null_ _null_ timetz_out _null_ _null_ _null_ _null_ )
insert ( 2911 timetztypmodin 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1263 _null_ _null_ _null_ _null_ _null_ timetztypmodin _null_ _null_ _null_ _null_ )
insert ( 2912 timetztypmodout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 23 _null_ _null_ _null_ _null_ _null_ timetztypmodout _null_ _null_ _null_ _null_ )
insert ( 1352 timetz_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1266 1266' _null_ _null_ _null_ _null_ _null_ timetz_eq _null_ _null_ _null_ _null_ )
insert ( 1353 timetz_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1266 1266' _null_ _null_ _null_ _null_ _null_ timetz_ne _null_ _null_ _null_ _null_ )
insert ( 1354 timetz_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1266 1266' _null_ _null_ _null_ _null_ _null_ timetz_lt _null_ _null_ _null_ _null_ )
insert ( 1355 timetz_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1266 1266' _null_ _null_ _null_ _null_ _null_ timetz_le _null_ _null_ _null_ _null_ )
insert ( 1356 timetz_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1266 1266' _null_ _null_ _null_ _null_ _null_ timetz_ge _null_ _null_ _null_ _null_ )
insert ( 1357 timetz_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1266 1266' _null_ _null_ _null_ _null_ _null_ timetz_gt _null_ _null_ _null_ _null_ )
insert ( 1358 timetz_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '1266 1266' _null_ _null_ _null_ _null_ _null_ timetz_cmp _null_ _null_ _null_ _null_ )
insert ( 1359 timestamptz 11 10 12 1 0 0 0 f f f t f i s 2 0 1184 '1082 1266' _null_ _null_ _null_ _null_ _null_ datetimetz_timestamptz _null_ _null_ _null_ _null_ )
insert ( 1367 character_length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1042 _null_ _null_ _null_ _null_ _null_ bpcharlen _null_ _null_ _null_ _null_ )
insert ( 1369 character_length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 25 _null_ _null_ _null_ _null_ _null_ textlen _null_ _null_ _null_ _null_ )
insert ( 1370 interval 11 10 12 1 0 0 0 f f t t f i s 1 0 1186 1083 _null_ _null_ _null_ _null_ _null_ time_interval _null_ _null_ _null_ _null_ )
insert ( 1372 char_length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1042 _null_ _null_ _null_ _null_ _null_ bpcharlen _null_ _null_ _null_ _null_ )
insert ( 1374 octet_length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 25 _null_ _null_ _null_ _null_ _null_ textoctetlen _null_ _null_ _null_ _null_ )
insert ( 1375 octet_length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1042 _null_ _null_ _null_ _null_ _null_ bpcharoctetlen _null_ _null_ _null_ _null_ )
insert ( 1377 time_larger 11 10 12 1 0 0 0 f f f t f i s 2 0 1083 '1083 1083' _null_ _null_ _null_ _null_ _null_ time_larger _null_ _null_ _null_ _null_ )
insert ( 1378 time_smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 1083 '1083 1083' _null_ _null_ _null_ _null_ _null_ time_smaller _null_ _null_ _null_ _null_ )
insert ( 1379 timetz_larger 11 10 12 1 0 0 0 f f f t f i s 2 0 1266 '1266 1266' _null_ _null_ _null_ _null_ _null_ timetz_larger _null_ _null_ _null_ _null_ )
insert ( 1380 timetz_smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 1266 '1266 1266' _null_ _null_ _null_ _null_ _null_ timetz_smaller _null_ _null_ _null_ _null_ )
insert ( 1381 char_length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 25 _null_ _null_ _null_ _null_ _null_ textlen _null_ _null_ _null_ _null_ )
insert ( 1384 date_part 11 10 14 1 0 0 0 f f f t f i s 2 0 701 '25 1082' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 6199 extract 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '25 1082' _null_ _null_ _null_ _null_ _null_ extract_date _null_ _null_ _null_ _null_ )
insert ( 1385 date_part 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '25 1083' _null_ _null_ _null_ _null_ _null_ time_part _null_ _null_ _null_ _null_ )
insert ( 6200 extract 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '25 1083' _null_ _null_ _null_ _null_ _null_ extract_time _null_ _null_ _null_ _null_ )
insert ( 1386 age 11 10 14 1 0 0 0 f f f t f s s 1 0 1186 1184 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1388 timetz 11 10 12 1 0 0 0 f f f t f s s 1 0 1266 1184 _null_ _null_ _null_ _null_ _null_ timestamptz_timetz _null_ _null_ _null_ _null_ )
insert ( 1373 isfinite 11 10 12 1 0 0 0 f f f t f i s 1 0 16 1082 _null_ _null_ _null_ _null_ _null_ date_finite _null_ _null_ _null_ _null_ )
insert ( 1389 isfinite 11 10 12 1 0 0 0 f f f t f i s 1 0 16 1184 _null_ _null_ _null_ _null_ _null_ timestamp_finite _null_ _null_ _null_ _null_ )
insert ( 1390 isfinite 11 10 12 1 0 0 0 f f f t f i s 1 0 16 1186 _null_ _null_ _null_ _null_ _null_ interval_finite _null_ _null_ _null_ _null_ )
insert ( 1376 factorial 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 20 _null_ _null_ _null_ _null_ _null_ numeric_fac _null_ _null_ _null_ _null_ )
insert ( 1394 abs 11 10 12 1 0 0 0 f f f t f i s 1 0 700 700 _null_ _null_ _null_ _null_ _null_ float4abs _null_ _null_ _null_ _null_ )
insert ( 1395 abs 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ float8abs _null_ _null_ _null_ _null_ )
insert ( 1396 abs 11 10 12 1 0 0 0 f f f t f i s 1 0 20 20 _null_ _null_ _null_ _null_ _null_ int8abs _null_ _null_ _null_ _null_ )
insert ( 1397 abs 11 10 12 1 0 0 0 f f f t f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ int4abs _null_ _null_ _null_ _null_ )
insert ( 1398 abs 11 10 12 1 0 0 0 f f f t f i s 1 0 21 21 _null_ _null_ _null_ _null_ _null_ int2abs _null_ _null_ _null_ _null_ )
insert ( 1400 name 11 10 12 1 0 0 0 f f t t f i s 1 0 19 1043 _null_ _null_ _null_ _null_ _null_ text_name _null_ _null_ _null_ _null_ )
insert ( 1401 varchar 11 10 12 1 0 0 0 f f t t f i s 1 0 1043 19 _null_ _null_ _null_ _null_ _null_ name_text _null_ _null_ _null_ _null_ )
insert ( 1402 current_schema 11 10 12 1 0 0 0 f f f t f s u 0 0 19 '' _null_ _null_ _null_ _null_ _null_ current_schema _null_ _null_ _null_ _null_ )
insert ( 1403 current_schemas 11 10 12 1 0 0 0 f f f t f s u 1 0 1003 16 _null_ _null_ _null_ _null_ _null_ current_schemas _null_ _null_ _null_ _null_ )
insert ( 1404 overlay 11 10 12 1 0 0 0 f f f t f i s 4 0 25 '25 25 23 23' _null_ _null_ _null_ _null_ _null_ textoverlay _null_ _null_ _null_ _null_ )
insert ( 1405 overlay 11 10 12 1 0 0 0 f f f t f i s 3 0 25 '25 25 23' _null_ _null_ _null_ _null_ _null_ textoverlay_no_len _null_ _null_ _null_ _null_ )
insert ( 1406 isvertical 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 600' _null_ _null_ _null_ _null_ _null_ point_vert _null_ _null_ _null_ _null_ )
insert ( 1407 ishorizontal 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 600' _null_ _null_ _null_ _null_ _null_ point_horiz _null_ _null_ _null_ _null_ )
insert ( 1408 isparallel 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '601 601' _null_ _null_ _null_ _null_ _null_ lseg_parallel _null_ _null_ _null_ _null_ )
insert ( 1409 isperp 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '601 601' _null_ _null_ _null_ _null_ _null_ lseg_perp _null_ _null_ _null_ _null_ )
insert ( 1410 isvertical 11 10 12 1 0 0 0 f f f t f i s 1 0 16 601 _null_ _null_ _null_ _null_ _null_ lseg_vertical _null_ _null_ _null_ _null_ )
insert ( 1411 ishorizontal 11 10 12 1 0 0 0 f f f t f i s 1 0 16 601 _null_ _null_ _null_ _null_ _null_ lseg_horizontal _null_ _null_ _null_ _null_ )
insert ( 1412 isparallel 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '628 628' _null_ _null_ _null_ _null_ _null_ line_parallel _null_ _null_ _null_ _null_ )
insert ( 1413 isperp 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '628 628' _null_ _null_ _null_ _null_ _null_ line_perp _null_ _null_ _null_ _null_ )
insert ( 1414 isvertical 11 10 12 1 0 0 0 f f f t f i s 1 0 16 628 _null_ _null_ _null_ _null_ _null_ line_vertical _null_ _null_ _null_ _null_ )
insert ( 1415 ishorizontal 11 10 12 1 0 0 0 f f f t f i s 1 0 16 628 _null_ _null_ _null_ _null_ _null_ line_horizontal _null_ _null_ _null_ _null_ )
insert ( 1416 point 11 10 12 1 0 0 0 f f f t f i s 1 0 600 718 _null_ _null_ _null_ _null_ _null_ circle_center _null_ _null_ _null_ _null_ )
insert ( 1419 time 11 10 12 1 0 0 0 f f f t f i s 1 0 1083 1186 _null_ _null_ _null_ _null_ _null_ interval_time _null_ _null_ _null_ _null_ )
insert ( 1421 box 11 10 12 1 0 0 0 f f f t f i s 2 0 603 '600 600' _null_ _null_ _null_ _null_ _null_ points_box _null_ _null_ _null_ _null_ )
insert ( 1422 box_add 11 10 12 1 0 0 0 f f f t f i s 2 0 603 '603 600' _null_ _null_ _null_ _null_ _null_ box_add _null_ _null_ _null_ _null_ )
insert ( 1423 box_sub 11 10 12 1 0 0 0 f f f t f i s 2 0 603 '603 600' _null_ _null_ _null_ _null_ _null_ box_sub _null_ _null_ _null_ _null_ )
insert ( 1424 box_mul 11 10 12 1 0 0 0 f f f t f i s 2 0 603 '603 600' _null_ _null_ _null_ _null_ _null_ box_mul _null_ _null_ _null_ _null_ )
insert ( 1425 box_div 11 10 12 1 0 0 0 f f f t f i s 2 0 603 '603 600' _null_ _null_ _null_ _null_ _null_ box_div _null_ _null_ _null_ _null_ )
insert ( 1426 path_contain_pt 11 10 14 1 0 0 0 f f f t f i s 2 0 16 '602 600' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1428 poly_contain_pt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '604 600' _null_ _null_ _null_ _null_ _null_ poly_contain_pt _null_ _null_ _null_ _null_ )
insert ( 1429 pt_contained_poly 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 604' _null_ _null_ _null_ _null_ _null_ pt_contained_poly _null_ _null_ _null_ _null_ )
insert ( 1430 isclosed 11 10 12 1 0 0 0 f f f t f i s 1 0 16 602 _null_ _null_ _null_ _null_ _null_ path_isclosed _null_ _null_ _null_ _null_ )
insert ( 1431 isopen 11 10 12 1 0 0 0 f f f t f i s 1 0 16 602 _null_ _null_ _null_ _null_ _null_ path_isopen _null_ _null_ _null_ _null_ )
insert ( 1432 path_npoints 11 10 12 1 0 0 0 f f f t f i s 1 0 23 602 _null_ _null_ _null_ _null_ _null_ path_npoints _null_ _null_ _null_ _null_ )
insert ( 1433 pclose 11 10 12 1 0 0 0 f f f t f i s 1 0 602 602 _null_ _null_ _null_ _null_ _null_ path_close _null_ _null_ _null_ _null_ )
insert ( 1434 popen 11 10 12 1 0 0 0 f f f t f i s 1 0 602 602 _null_ _null_ _null_ _null_ _null_ path_open _null_ _null_ _null_ _null_ )
insert ( 1435 path_add 11 10 12 1 0 0 0 f f f t f i s 2 0 602 '602 602' _null_ _null_ _null_ _null_ _null_ path_add _null_ _null_ _null_ _null_ )
insert ( 1436 path_add_pt 11 10 12 1 0 0 0 f f f t f i s 2 0 602 '602 600' _null_ _null_ _null_ _null_ _null_ path_add_pt _null_ _null_ _null_ _null_ )
insert ( 1437 path_sub_pt 11 10 12 1 0 0 0 f f f t f i s 2 0 602 '602 600' _null_ _null_ _null_ _null_ _null_ path_sub_pt _null_ _null_ _null_ _null_ )
insert ( 1438 path_mul_pt 11 10 12 1 0 0 0 f f f t f i s 2 0 602 '602 600' _null_ _null_ _null_ _null_ _null_ path_mul_pt _null_ _null_ _null_ _null_ )
insert ( 1439 path_div_pt 11 10 12 1 0 0 0 f f f t f i s 2 0 602 '602 600' _null_ _null_ _null_ _null_ _null_ path_div_pt _null_ _null_ _null_ _null_ )
insert ( 1440 point 11 10 12 1 0 0 0 f f f t f i s 2 0 600 '701 701' _null_ _null_ _null_ _null_ _null_ construct_point _null_ _null_ _null_ _null_ )
insert ( 1441 point_add 11 10 12 1 0 0 0 f f f t f i s 2 0 600 '600 600' _null_ _null_ _null_ _null_ _null_ point_add _null_ _null_ _null_ _null_ )
insert ( 1442 point_sub 11 10 12 1 0 0 0 f f f t f i s 2 0 600 '600 600' _null_ _null_ _null_ _null_ _null_ point_sub _null_ _null_ _null_ _null_ )
insert ( 1443 point_mul 11 10 12 1 0 0 0 f f f t f i s 2 0 600 '600 600' _null_ _null_ _null_ _null_ _null_ point_mul _null_ _null_ _null_ _null_ )
insert ( 1444 point_div 11 10 12 1 0 0 0 f f f t f i s 2 0 600 '600 600' _null_ _null_ _null_ _null_ _null_ point_div _null_ _null_ _null_ _null_ )
insert ( 1445 poly_npoints 11 10 12 1 0 0 0 f f f t f i s 1 0 23 604 _null_ _null_ _null_ _null_ _null_ poly_npoints _null_ _null_ _null_ _null_ )
insert ( 1446 box 11 10 12 1 0 0 0 f f f t f i s 1 0 603 604 _null_ _null_ _null_ _null_ _null_ poly_box _null_ _null_ _null_ _null_ )
insert ( 1447 path 11 10 12 1 0 0 0 f f f t f i s 1 0 602 604 _null_ _null_ _null_ _null_ _null_ poly_path _null_ _null_ _null_ _null_ )
insert ( 1448 polygon 11 10 12 1 0 0 0 f f f t f i s 1 0 604 603 _null_ _null_ _null_ _null_ _null_ box_poly _null_ _null_ _null_ _null_ )
insert ( 1449 polygon 11 10 12 1 0 0 0 f f f t f i s 1 0 604 602 _null_ _null_ _null_ _null_ _null_ path_poly _null_ _null_ _null_ _null_ )
insert ( 1450 circle_in 11 10 12 1 0 0 0 f f f t f i s 1 0 718 2275 _null_ _null_ _null_ _null_ _null_ circle_in _null_ _null_ _null_ _null_ )
insert ( 1451 circle_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 718 _null_ _null_ _null_ _null_ _null_ circle_out _null_ _null_ _null_ _null_ )
insert ( 1452 circle_same 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_same _null_ _null_ _null_ _null_ )
insert ( 1453 circle_contain 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_contain _null_ _null_ _null_ _null_ )
insert ( 1454 circle_left 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_left _null_ _null_ _null_ _null_ )
insert ( 1455 circle_overleft 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_overleft _null_ _null_ _null_ _null_ )
insert ( 1456 circle_overright 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_overright _null_ _null_ _null_ _null_ )
insert ( 1457 circle_right 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_right _null_ _null_ _null_ _null_ )
insert ( 1458 circle_contained 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_contained _null_ _null_ _null_ _null_ )
insert ( 1459 circle_overlap 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_overlap _null_ _null_ _null_ _null_ )
insert ( 1460 circle_below 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_below _null_ _null_ _null_ _null_ )
insert ( 1461 circle_above 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_above _null_ _null_ _null_ _null_ )
insert ( 1462 circle_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_eq _null_ _null_ _null_ _null_ )
insert ( 1463 circle_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_ne _null_ _null_ _null_ _null_ )
insert ( 1464 circle_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_lt _null_ _null_ _null_ _null_ )
insert ( 1465 circle_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_gt _null_ _null_ _null_ _null_ )
insert ( 1466 circle_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_le _null_ _null_ _null_ _null_ )
insert ( 1467 circle_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_ge _null_ _null_ _null_ _null_ )
insert ( 1468 area 11 10 12 1 0 0 0 f f f t f i s 1 0 701 718 _null_ _null_ _null_ _null_ _null_ circle_area _null_ _null_ _null_ _null_ )
insert ( 1469 diameter 11 10 12 1 0 0 0 f f f t f i s 1 0 701 718 _null_ _null_ _null_ _null_ _null_ circle_diameter _null_ _null_ _null_ _null_ )
insert ( 1470 radius 11 10 12 1 0 0 0 f f f t f i s 1 0 701 718 _null_ _null_ _null_ _null_ _null_ circle_radius _null_ _null_ _null_ _null_ )
insert ( 1471 circle_distance 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '718 718' _null_ _null_ _null_ _null_ _null_ circle_distance _null_ _null_ _null_ _null_ )
insert ( 1472 circle_center 11 10 12 1 0 0 0 f f f t f i s 1 0 600 718 _null_ _null_ _null_ _null_ _null_ circle_center _null_ _null_ _null_ _null_ )
insert ( 1473 circle 11 10 12 1 0 0 0 f f f t f i s 2 0 718 '600 701' _null_ _null_ _null_ _null_ _null_ cr_circle _null_ _null_ _null_ _null_ )
insert ( 1474 circle 11 10 12 1 0 0 0 f f f t f i s 1 0 718 604 _null_ _null_ _null_ _null_ _null_ poly_circle _null_ _null_ _null_ _null_ )
insert ( 1475 polygon 11 10 12 1 0 0 0 f f f t f i s 2 0 604 '23 718' _null_ _null_ _null_ _null_ _null_ circle_poly _null_ _null_ _null_ _null_ )
insert ( 1476 dist_pc 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '600 718' _null_ _null_ _null_ _null_ _null_ dist_pc _null_ _null_ _null_ _null_ )
insert ( 1477 circle_contain_pt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '718 600' _null_ _null_ _null_ _null_ _null_ circle_contain_pt _null_ _null_ _null_ _null_ )
insert ( 1478 pt_contained_circle 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '600 718' _null_ _null_ _null_ _null_ _null_ pt_contained_circle _null_ _null_ _null_ _null_ )
insert ( 4091 box 11 10 12 1 0 0 0 f f f t f i s 1 0 603 600 _null_ _null_ _null_ _null_ _null_ point_box _null_ _null_ _null_ _null_ )
insert ( 1479 circle 11 10 12 1 0 0 0 f f f t f i s 1 0 718 603 _null_ _null_ _null_ _null_ _null_ box_circle _null_ _null_ _null_ _null_ )
insert ( 1480 box 11 10 12 1 0 0 0 f f f t f i s 1 0 603 718 _null_ _null_ _null_ _null_ _null_ circle_box _null_ _null_ _null_ _null_ )
insert ( 1482 lseg_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '601 601' _null_ _null_ _null_ _null_ _null_ lseg_ne _null_ _null_ _null_ _null_ )
insert ( 1483 lseg_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '601 601' _null_ _null_ _null_ _null_ _null_ lseg_lt _null_ _null_ _null_ _null_ )
insert ( 1484 lseg_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '601 601' _null_ _null_ _null_ _null_ _null_ lseg_le _null_ _null_ _null_ _null_ )
insert ( 1485 lseg_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '601 601' _null_ _null_ _null_ _null_ _null_ lseg_gt _null_ _null_ _null_ _null_ )
insert ( 1486 lseg_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '601 601' _null_ _null_ _null_ _null_ _null_ lseg_ge _null_ _null_ _null_ _null_ )
insert ( 1487 lseg_length 11 10 12 1 0 0 0 f f f t f i s 1 0 701 601 _null_ _null_ _null_ _null_ _null_ lseg_length _null_ _null_ _null_ _null_ )
insert ( 1488 close_ls 11 10 12 1 0 0 0 f f f t f i s 2 0 600 '628 601' _null_ _null_ _null_ _null_ _null_ close_ls _null_ _null_ _null_ _null_ )
insert ( 1489 close_lseg 11 10 12 1 0 0 0 f f f t f i s 2 0 600 '601 601' _null_ _null_ _null_ _null_ _null_ close_lseg _null_ _null_ _null_ _null_ )
insert ( 1490 line_in 11 10 12 1 0 0 0 f f f t f i s 1 0 628 2275 _null_ _null_ _null_ _null_ _null_ line_in _null_ _null_ _null_ _null_ )
insert ( 1491 line_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 628 _null_ _null_ _null_ _null_ _null_ line_out _null_ _null_ _null_ _null_ )
insert ( 1492 line_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '628 628' _null_ _null_ _null_ _null_ _null_ line_eq _null_ _null_ _null_ _null_ )
insert ( 1493 line 11 10 12 1 0 0 0 f f f t f i s 2 0 628 '600 600' _null_ _null_ _null_ _null_ _null_ line_construct_pp _null_ _null_ _null_ _null_ )
insert ( 1494 line_interpt 11 10 12 1 0 0 0 f f f t f i s 2 0 600 '628 628' _null_ _null_ _null_ _null_ _null_ line_interpt _null_ _null_ _null_ _null_ )
insert ( 1495 line_intersect 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '628 628' _null_ _null_ _null_ _null_ _null_ line_intersect _null_ _null_ _null_ _null_ )
insert ( 1496 line_parallel 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '628 628' _null_ _null_ _null_ _null_ _null_ line_parallel _null_ _null_ _null_ _null_ )
insert ( 1497 line_perp 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '628 628' _null_ _null_ _null_ _null_ _null_ line_perp _null_ _null_ _null_ _null_ )
insert ( 1498 line_vertical 11 10 12 1 0 0 0 f f f t f i s 1 0 16 628 _null_ _null_ _null_ _null_ _null_ line_vertical _null_ _null_ _null_ _null_ )
insert ( 1499 line_horizontal 11 10 12 1 0 0 0 f f f t f i s 1 0 16 628 _null_ _null_ _null_ _null_ _null_ line_horizontal _null_ _null_ _null_ _null_ )
insert ( 1530 length 11 10 12 1 0 0 0 f f f t f i s 1 0 701 601 _null_ _null_ _null_ _null_ _null_ lseg_length _null_ _null_ _null_ _null_ )
insert ( 1531 length 11 10 12 1 0 0 0 f f f t f i s 1 0 701 602 _null_ _null_ _null_ _null_ _null_ path_length _null_ _null_ _null_ _null_ )
insert ( 1532 point 11 10 12 1 0 0 0 f f f t f i s 1 0 600 601 _null_ _null_ _null_ _null_ _null_ lseg_center _null_ _null_ _null_ _null_ )
insert ( 1534 point 11 10 12 1 0 0 0 f f f t f i s 1 0 600 603 _null_ _null_ _null_ _null_ _null_ box_center _null_ _null_ _null_ _null_ )
insert ( 1540 point 11 10 12 1 0 0 0 f f f t f i s 1 0 600 604 _null_ _null_ _null_ _null_ _null_ poly_center _null_ _null_ _null_ _null_ )
insert ( 1541 lseg 11 10 12 1 0 0 0 f f f t f i s 1 0 601 603 _null_ _null_ _null_ _null_ _null_ box_diagonal _null_ _null_ _null_ _null_ )
insert ( 1542 center 11 10 12 1 0 0 0 f f f t f i s 1 0 600 603 _null_ _null_ _null_ _null_ _null_ box_center _null_ _null_ _null_ _null_ )
insert ( 1543 center 11 10 12 1 0 0 0 f f f t f i s 1 0 600 718 _null_ _null_ _null_ _null_ _null_ circle_center _null_ _null_ _null_ _null_ )
insert ( 1544 polygon 11 10 14 1 0 0 0 f f f t f i s 1 0 604 718 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1545 npoints 11 10 12 1 0 0 0 f f f t f i s 1 0 23 602 _null_ _null_ _null_ _null_ _null_ path_npoints _null_ _null_ _null_ _null_ )
insert ( 1556 npoints 11 10 12 1 0 0 0 f f f t f i s 1 0 23 604 _null_ _null_ _null_ _null_ _null_ poly_npoints _null_ _null_ _null_ _null_ )
insert ( 1564 bit_in 11 10 12 1 0 0 0 f f f t f i s 3 0 1560 '2275 26 23' _null_ _null_ _null_ _null_ _null_ bit_in _null_ _null_ _null_ _null_ )
insert ( 1565 bit_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 1560 _null_ _null_ _null_ _null_ _null_ bit_out _null_ _null_ _null_ _null_ )
insert ( 2919 bittypmodin 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1263 _null_ _null_ _null_ _null_ _null_ bittypmodin _null_ _null_ _null_ _null_ )
insert ( 2920 bittypmodout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 23 _null_ _null_ _null_ _null_ _null_ bittypmodout _null_ _null_ _null_ _null_ )
insert ( 1569 like 11 10 12 1 0 0 1023 f f f t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ textlike _null_ _null_ _null_ _null_ )
insert ( 1570 notlike 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ textnlike _null_ _null_ _null_ _null_ )
insert ( 1571 like 11 10 12 1 0 0 1023 f f f t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ namelike _null_ _null_ _null_ _null_ )
insert ( 1572 notlike 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ namenlike _null_ _null_ _null_ _null_ )
insert ( 1574 nextval 11 10 12 1 0 0 0 f f f t f v u 1 0 20 2205 _null_ _null_ _null_ _null_ _null_ nextval_oid _null_ _null_ _null_ _null_ )
insert ( 1575 currval 11 10 12 1 0 0 0 f f f t f v u 1 0 20 2205 _null_ _null_ _null_ _null_ _null_ currval_oid _null_ _null_ _null_ _null_ )
insert ( 1576 setval 11 10 12 1 0 0 0 f f f t f v u 2 0 20 '2205 20' _null_ _null_ _null_ _null_ _null_ setval_oid _null_ _null_ _null_ _null_ )
insert ( 1765 setval 11 10 12 1 0 0 0 f f f t f v u 3 0 20 '2205 20 16' _null_ _null_ _null_ _null_ _null_ setval3_oid _null_ _null_ _null_ _null_ )
insert ( 3078 pg_sequence_parameters 11 10 12 1 0 0 0 f f f t f s s 1 0 2249 26 '{26,20,20,20,20,16,20,26}' '{i,o,o,o,o,o,o,o}' '{sequence_oid,start_value,minimum_value,maximum_value,increment,cycle_option,cache_size,data_type}' _null_ _null_ pg_sequence_parameters _null_ _null_ _null_ _null_ )
insert ( 4032 pg_sequence_last_value 11 10 12 1 0 0 0 f f f t f v u 1 0 20 2205 _null_ _null_ _null_ _null_ _null_ pg_sequence_last_value _null_ _null_ _null_ _null_ )
insert ( 275 pg_nextoid 11 10 12 1 0 0 0 f f f t f v u 3 0 26 '2205 19 2205' _null_ _null_ _null_ _null_ _null_ pg_nextoid _null_ _null_ _null_ _null_ )
insert ( 6241 pg_stop_making_pinned_objects 11 10 12 1 0 0 0 f f f t f v u 0 0 2278 '' _null_ _null_ _null_ _null_ _null_ pg_stop_making_pinned_objects _null_ _null_ _null_ _null_ )
insert ( 1579 varbit_in 11 10 12 1 0 0 0 f f f t f i s 3 0 1562 '2275 26 23' _null_ _null_ _null_ _null_ _null_ varbit_in _null_ _null_ _null_ _null_ )
insert ( 1580 varbit_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 1562 _null_ _null_ _null_ _null_ _null_ varbit_out _null_ _null_ _null_ _null_ )
insert ( 2902 varbittypmodin 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1263 _null_ _null_ _null_ _null_ _null_ varbittypmodin _null_ _null_ _null_ _null_ )
insert ( 2921 varbittypmodout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 23 _null_ _null_ _null_ _null_ _null_ varbittypmodout _null_ _null_ _null_ _null_ )
insert ( 1581 biteq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1560 1560' _null_ _null_ _null_ _null_ _null_ biteq _null_ _null_ _null_ _null_ )
insert ( 1582 bitne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1560 1560' _null_ _null_ _null_ _null_ _null_ bitne _null_ _null_ _null_ _null_ )
insert ( 1592 bitge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1560 1560' _null_ _null_ _null_ _null_ _null_ bitge _null_ _null_ _null_ _null_ )
insert ( 1593 bitgt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1560 1560' _null_ _null_ _null_ _null_ _null_ bitgt _null_ _null_ _null_ _null_ )
insert ( 1594 bitle 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1560 1560' _null_ _null_ _null_ _null_ _null_ bitle _null_ _null_ _null_ _null_ )
insert ( 1595 bitlt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1560 1560' _null_ _null_ _null_ _null_ _null_ bitlt _null_ _null_ _null_ _null_ )
insert ( 1596 bitcmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '1560 1560' _null_ _null_ _null_ _null_ _null_ bitcmp _null_ _null_ _null_ _null_ )
insert ( 1598 random 11 10 12 1 0 0 0 f f f t f v r 0 0 701 '' _null_ _null_ _null_ _null_ _null_ drandom _null_ _null_ _null_ _null_ )
insert ( 6212 random_normal 11 10 12 1 0 0 0 f f f t f v r 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ drandom_normal _null_ _null_ _null_ _null_ )
insert ( 6339 random 11 10 12 1 0 0 0 f f f t f v r 2 0 23 '23 23' _null_ _null_ '{min,max}' _null_ _null_ int4random _null_ _null_ _null_ _null_ )
insert ( 6340 random 11 10 12 1 0 0 0 f f f t f v r 2 0 20 '20 20' _null_ _null_ '{min,max}' _null_ _null_ int8random _null_ _null_ _null_ _null_ )
insert ( 6341 random 11 10 12 1 0 0 0 f f f t f v r 2 0 1700 '1700 1700' _null_ _null_ '{min,max}' _null_ _null_ numeric_random _null_ _null_ _null_ _null_ )
insert ( 1599 setseed 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 701 _null_ _null_ _null_ _null_ _null_ setseed _null_ _null_ _null_ _null_ )
insert ( 1600 asin 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dasin _null_ _null_ _null_ _null_ )
insert ( 1601 acos 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dacos _null_ _null_ _null_ _null_ )
insert ( 1602 atan 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ datan _null_ _null_ _null_ _null_ )
insert ( 1603 atan2 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ datan2 _null_ _null_ _null_ _null_ )
insert ( 1604 sin 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dsin _null_ _null_ _null_ _null_ )
insert ( 1605 cos 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dcos _null_ _null_ _null_ _null_ )
insert ( 1606 tan 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dtan _null_ _null_ _null_ _null_ )
insert ( 1607 cot 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dcot _null_ _null_ _null_ _null_ )
insert ( 2731 asind 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dasind _null_ _null_ _null_ _null_ )
insert ( 2732 acosd 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dacosd _null_ _null_ _null_ _null_ )
insert ( 2733 atand 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ datand _null_ _null_ _null_ _null_ )
insert ( 2734 atan2d 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ datan2d _null_ _null_ _null_ _null_ )
insert ( 2735 sind 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dsind _null_ _null_ _null_ _null_ )
insert ( 2736 cosd 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dcosd _null_ _null_ _null_ _null_ )
insert ( 2737 tand 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dtand _null_ _null_ _null_ _null_ )
insert ( 2738 cotd 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dcotd _null_ _null_ _null_ _null_ )
insert ( 1608 degrees 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ degrees _null_ _null_ _null_ _null_ )
insert ( 1609 radians 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ radians _null_ _null_ _null_ _null_ )
insert ( 1610 pi 11 10 12 1 0 0 0 f f f t f i s 0 0 701 '' _null_ _null_ _null_ _null_ _null_ dpi _null_ _null_ _null_ _null_ )
insert ( 2462 sinh 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dsinh _null_ _null_ _null_ _null_ )
insert ( 2463 cosh 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dcosh _null_ _null_ _null_ _null_ )
insert ( 2464 tanh 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dtanh _null_ _null_ _null_ _null_ )
insert ( 2465 asinh 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dasinh _null_ _null_ _null_ _null_ )
insert ( 2466 acosh 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dacosh _null_ _null_ _null_ _null_ )
insert ( 2467 atanh 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ datanh _null_ _null_ _null_ _null_ )
insert ( 6219 erf 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ derf _null_ _null_ _null_ _null_ )
insert ( 6220 erfc 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ derfc _null_ _null_ _null_ _null_ )
insert ( 1618 interval_mul 11 10 12 1 0 0 0 f f f t f i s 2 0 1186 '1186 701' _null_ _null_ _null_ _null_ _null_ interval_mul _null_ _null_ _null_ _null_ )
insert ( 1620 ascii 11 10 12 1 0 0 0 f f f t f i s 1 0 23 25 _null_ _null_ _null_ _null_ _null_ ascii _null_ _null_ _null_ _null_ )
insert ( 1621 chr 11 10 12 1 0 0 0 f f f t f i s 1 0 25 23 _null_ _null_ _null_ _null_ _null_ chr _null_ _null_ _null_ _null_ )
insert ( 1622 repeat 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 23' _null_ _null_ _null_ _null_ _null_ repeat _null_ _null_ _null_ _null_ )
insert ( 1623 similar_escape 11 10 12 1 0 0 0 f f f f f i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ similar_escape _null_ _null_ _null_ _null_ )
insert ( 1986 similar_to_escape 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ similar_to_escape_2 _null_ _null_ _null_ _null_ )
insert ( 1987 similar_to_escape 11 10 12 1 0 0 0 f f f t f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ similar_to_escape_1 _null_ _null_ _null_ _null_ )
insert ( 1624 mul_d_interval 11 10 12 1 0 0 0 f f f t f i s 2 0 1186 '701 1186' _null_ _null_ _null_ _null_ _null_ mul_d_interval _null_ _null_ _null_ _null_ )
insert ( 1631 bpcharlike 11 10 12 1 0 0 1023 f f f t f i s 2 0 16 '1042 25' _null_ _null_ _null_ _null_ _null_ textlike _null_ _null_ _null_ _null_ )
insert ( 1632 bpcharnlike 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1042 25' _null_ _null_ _null_ _null_ _null_ textnlike _null_ _null_ _null_ _null_ )
insert ( 1633 texticlike 11 10 12 1 0 0 1025 f f f t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ texticlike _null_ _null_ _null_ _null_ )
insert ( 1025 texticlike_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ texticlike_support _null_ _null_ _null_ _null_ )
insert ( 1634 texticnlike 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ texticnlike _null_ _null_ _null_ _null_ )
insert ( 1635 nameiclike 11 10 12 1 0 0 1025 f f f t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ nameiclike _null_ _null_ _null_ _null_ )
insert ( 1636 nameicnlike 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ nameicnlike _null_ _null_ _null_ _null_ )
insert ( 1637 like_escape 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ like_escape _null_ _null_ _null_ _null_ )
insert ( 1656 bpcharicregexeq 11 10 12 1 0 0 1024 f f f t f i s 2 0 16 '1042 25' _null_ _null_ _null_ _null_ _null_ texticregexeq _null_ _null_ _null_ _null_ )
insert ( 1657 bpcharicregexne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1042 25' _null_ _null_ _null_ _null_ _null_ texticregexne _null_ _null_ _null_ _null_ )
insert ( 1658 bpcharregexeq 11 10 12 1 0 0 1364 f f f t f i s 2 0 16 '1042 25' _null_ _null_ _null_ _null_ _null_ textregexeq _null_ _null_ _null_ _null_ )
insert ( 1659 bpcharregexne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1042 25' _null_ _null_ _null_ _null_ _null_ textregexne _null_ _null_ _null_ _null_ )
insert ( 1660 bpchariclike 11 10 12 1 0 0 1025 f f f t f i s 2 0 16 '1042 25' _null_ _null_ _null_ _null_ _null_ texticlike _null_ _null_ _null_ _null_ )
insert ( 1661 bpcharicnlike 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1042 25' _null_ _null_ _null_ _null_ _null_ texticnlike _null_ _null_ _null_ _null_ )
insert ( 868 strpos 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '25 25' _null_ _null_ _null_ _null_ _null_ textpos _null_ _null_ _null_ _null_ )
insert ( 870 lower 11 10 12 1 0 0 0 f f f t f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ lower _null_ _null_ _null_ _null_ )
insert ( 871 upper 11 10 12 1 0 0 0 f f f t f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ upper _null_ _null_ _null_ _null_ )
insert ( 872 initcap 11 10 12 1 0 0 0 f f f t f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ initcap _null_ _null_ _null_ _null_ )
insert ( 873 lpad 11 10 12 1 0 0 0 f f f t f i s 3 0 25 '25 23 25' _null_ _null_ _null_ _null_ _null_ lpad _null_ _null_ _null_ _null_ )
insert ( 874 rpad 11 10 12 1 0 0 0 f f f t f i s 3 0 25 '25 23 25' _null_ _null_ _null_ _null_ _null_ rpad _null_ _null_ _null_ _null_ )
insert ( 875 ltrim 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ ltrim _null_ _null_ _null_ _null_ )
insert ( 876 rtrim 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ rtrim _null_ _null_ _null_ _null_ )
insert ( 877 substr 11 10 12 1 0 0 0 f f f t f i s 3 0 25 '25 23 23' _null_ _null_ _null_ _null_ _null_ text_substr _null_ _null_ _null_ _null_ )
insert ( 878 translate 11 10 12 1 0 0 0 f f f t f i s 3 0 25 '25 25 25' _null_ _null_ _null_ _null_ _null_ translate _null_ _null_ _null_ _null_ )
insert ( 879 lpad 11 10 14 1 0 0 0 f f f t f i s 2 0 25 '25 23' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 880 rpad 11 10 14 1 0 0 0 f f f t f i s 2 0 25 '25 23' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 881 ltrim 11 10 12 1 0 0 0 f f f t f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ ltrim1 _null_ _null_ _null_ _null_ )
insert ( 882 rtrim 11 10 12 1 0 0 0 f f f t f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ rtrim1 _null_ _null_ _null_ _null_ )
insert ( 883 substr 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 23' _null_ _null_ _null_ _null_ _null_ text_substr_no_len _null_ _null_ _null_ _null_ )
insert ( 884 btrim 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ btrim _null_ _null_ _null_ _null_ )
insert ( 885 btrim 11 10 12 1 0 0 0 f f f t f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ btrim1 _null_ _null_ _null_ _null_ )
insert ( 936 substring 11 10 12 1 0 0 0 f f f t f i s 3 0 25 '25 23 23' _null_ _null_ _null_ _null_ _null_ text_substr _null_ _null_ _null_ _null_ )
insert ( 937 substring 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 23' _null_ _null_ _null_ _null_ _null_ text_substr_no_len _null_ _null_ _null_ _null_ )
insert ( 2087 replace 11 10 12 1 0 0 0 f f f t f i s 3 0 25 '25 25 25' _null_ _null_ _null_ _null_ _null_ replace_text _null_ _null_ _null_ _null_ )
insert ( 2284 regexp_replace 11 10 12 1 0 0 0 f f f t f i s 3 0 25 '25 25 25' _null_ _null_ _null_ _null_ _null_ textregexreplace_noopt _null_ _null_ _null_ _null_ )
insert ( 2285 regexp_replace 11 10 12 1 0 0 0 f f f t f i s 4 0 25 '25 25 25 25' _null_ _null_ _null_ _null_ _null_ textregexreplace _null_ _null_ _null_ _null_ )
insert ( 6251 regexp_replace 11 10 12 1 0 0 0 f f f t f i s 6 0 25 '25 25 25 23 23 25' _null_ _null_ _null_ _null_ _null_ textregexreplace_extended _null_ _null_ _null_ _null_ )
insert ( 6252 regexp_replace 11 10 12 1 0 0 0 f f f t f i s 5 0 25 '25 25 25 23 23' _null_ _null_ _null_ _null_ _null_ textregexreplace_extended_no_flags _null_ _null_ _null_ _null_ )
insert ( 6253 regexp_replace 11 10 12 1 0 0 0 f f f t f i s 4 0 25 '25 25 25 23' _null_ _null_ _null_ _null_ _null_ textregexreplace_extended_no_n _null_ _null_ _null_ _null_ )
insert ( 3396 regexp_match 11 10 12 1 0 0 0 f f f t f i s 2 0 1009 '25 25' _null_ _null_ _null_ _null_ _null_ regexp_match_no_flags _null_ _null_ _null_ _null_ )
insert ( 3397 regexp_match 11 10 12 1 0 0 0 f f f t f i s 3 0 1009 '25 25 25' _null_ _null_ _null_ _null_ _null_ regexp_match _null_ _null_ _null_ _null_ )
insert ( 2763 regexp_matches 11 10 12 1 1 0 0 f f f t t i s 2 0 1009 '25 25' _null_ _null_ _null_ _null_ _null_ regexp_matches_no_flags _null_ _null_ _null_ _null_ )
insert ( 2764 regexp_matches 11 10 12 1 10 0 0 f f f t t i s 3 0 1009 '25 25 25' _null_ _null_ _null_ _null_ _null_ regexp_matches _null_ _null_ _null_ _null_ )
insert ( 6254 regexp_count 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '25 25' _null_ _null_ _null_ _null_ _null_ regexp_count_no_start _null_ _null_ _null_ _null_ )
insert ( 6255 regexp_count 11 10 12 1 0 0 0 f f f t f i s 3 0 23 '25 25 23' _null_ _null_ _null_ _null_ _null_ regexp_count_no_flags _null_ _null_ _null_ _null_ )
insert ( 6256 regexp_count 11 10 12 1 0 0 0 f f f t f i s 4 0 23 '25 25 23 25' _null_ _null_ _null_ _null_ _null_ regexp_count _null_ _null_ _null_ _null_ )
insert ( 6257 regexp_instr 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '25 25' _null_ _null_ _null_ _null_ _null_ regexp_instr_no_start _null_ _null_ _null_ _null_ )
insert ( 6258 regexp_instr 11 10 12 1 0 0 0 f f f t f i s 3 0 23 '25 25 23' _null_ _null_ _null_ _null_ _null_ regexp_instr_no_n _null_ _null_ _null_ _null_ )
insert ( 6259 regexp_instr 11 10 12 1 0 0 0 f f f t f i s 4 0 23 '25 25 23 23' _null_ _null_ _null_ _null_ _null_ regexp_instr_no_endoption _null_ _null_ _null_ _null_ )
insert ( 6260 regexp_instr 11 10 12 1 0 0 0 f f f t f i s 5 0 23 '25 25 23 23 23' _null_ _null_ _null_ _null_ _null_ regexp_instr_no_flags _null_ _null_ _null_ _null_ )
insert ( 6261 regexp_instr 11 10 12 1 0 0 0 f f f t f i s 6 0 23 '25 25 23 23 23 25' _null_ _null_ _null_ _null_ _null_ regexp_instr_no_subexpr _null_ _null_ _null_ _null_ )
insert ( 6262 regexp_instr 11 10 12 1 0 0 0 f f f t f i s 7 0 23 '25 25 23 23 23 25 23' _null_ _null_ _null_ _null_ _null_ regexp_instr _null_ _null_ _null_ _null_ )
insert ( 6263 regexp_like 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ regexp_like_no_flags _null_ _null_ _null_ _null_ )
insert ( 6264 regexp_like 11 10 12 1 0 0 0 f f f t f i s 3 0 16 '25 25 25' _null_ _null_ _null_ _null_ _null_ regexp_like _null_ _null_ _null_ _null_ )
insert ( 6265 regexp_substr 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ regexp_substr_no_start _null_ _null_ _null_ _null_ )
insert ( 6266 regexp_substr 11 10 12 1 0 0 0 f f f t f i s 3 0 25 '25 25 23' _null_ _null_ _null_ _null_ _null_ regexp_substr_no_n _null_ _null_ _null_ _null_ )
insert ( 6267 regexp_substr 11 10 12 1 0 0 0 f f f t f i s 4 0 25 '25 25 23 23' _null_ _null_ _null_ _null_ _null_ regexp_substr_no_flags _null_ _null_ _null_ _null_ )
insert ( 6268 regexp_substr 11 10 12 1 0 0 0 f f f t f i s 5 0 25 '25 25 23 23 25' _null_ _null_ _null_ _null_ _null_ regexp_substr_no_subexpr _null_ _null_ _null_ _null_ )
insert ( 6269 regexp_substr 11 10 12 1 0 0 0 f f f t f i s 6 0 25 '25 25 23 23 25 23' _null_ _null_ _null_ _null_ _null_ regexp_substr _null_ _null_ _null_ _null_ )
insert ( 2088 split_part 11 10 12 1 0 0 0 f f f t f i s 3 0 25 '25 25 23' _null_ _null_ _null_ _null_ _null_ split_part _null_ _null_ _null_ _null_ )
insert ( 2765 regexp_split_to_table 11 10 12 1 1000 0 0 f f f t t i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ regexp_split_to_table_no_flags _null_ _null_ _null_ _null_ )
insert ( 2766 regexp_split_to_table 11 10 12 1 1000 0 0 f f f t t i s 3 0 25 '25 25 25' _null_ _null_ _null_ _null_ _null_ regexp_split_to_table _null_ _null_ _null_ _null_ )
insert ( 2767 regexp_split_to_array 11 10 12 1 0 0 0 f f f t f i s 2 0 1009 '25 25' _null_ _null_ _null_ _null_ _null_ regexp_split_to_array_no_flags _null_ _null_ _null_ _null_ )
insert ( 2768 regexp_split_to_array 11 10 12 1 0 0 0 f f f t f i s 3 0 1009 '25 25 25' _null_ _null_ _null_ _null_ _null_ regexp_split_to_array _null_ _null_ _null_ _null_ )
insert ( 6330 to_bin 11 10 12 1 0 0 0 f f f t f i s 1 0 25 23 _null_ _null_ _null_ _null_ _null_ to_bin32 _null_ _null_ _null_ _null_ )
insert ( 6331 to_bin 11 10 12 1 0 0 0 f f f t f i s 1 0 25 20 _null_ _null_ _null_ _null_ _null_ to_bin64 _null_ _null_ _null_ _null_ )
insert ( 6332 to_oct 11 10 12 1 0 0 0 f f f t f i s 1 0 25 23 _null_ _null_ _null_ _null_ _null_ to_oct32 _null_ _null_ _null_ _null_ )
insert ( 6333 to_oct 11 10 12 1 0 0 0 f f f t f i s 1 0 25 20 _null_ _null_ _null_ _null_ _null_ to_oct64 _null_ _null_ _null_ _null_ )
insert ( 2089 to_hex 11 10 12 1 0 0 0 f f f t f i s 1 0 25 23 _null_ _null_ _null_ _null_ _null_ to_hex32 _null_ _null_ _null_ _null_ )
insert ( 2090 to_hex 11 10 12 1 0 0 0 f f f t f i s 1 0 25 20 _null_ _null_ _null_ _null_ _null_ to_hex64 _null_ _null_ _null_ _null_ )
insert ( 1039 getdatabaseencoding 11 10 12 1 0 0 0 f f f t f s s 0 0 19 '' _null_ _null_ _null_ _null_ _null_ getdatabaseencoding _null_ _null_ _null_ _null_ )
insert ( 810 pg_client_encoding 11 10 12 1 0 0 0 f f f t f s s 0 0 19 '' _null_ _null_ _null_ _null_ _null_ pg_client_encoding _null_ _null_ _null_ _null_ )
insert ( 1713 length 11 10 12 1 0 0 0 f f f t f s s 2 0 23 '17 19' _null_ _null_ _null_ _null_ _null_ length_in_encoding _null_ _null_ _null_ _null_ )
insert ( 1714 convert_from 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '17 19' _null_ _null_ _null_ _null_ _null_ pg_convert_from _null_ _null_ _null_ _null_ )
insert ( 1717 convert_to 11 10 12 1 0 0 0 f f f t f s s 2 0 17 '25 19' _null_ _null_ _null_ _null_ _null_ pg_convert_to _null_ _null_ _null_ _null_ )
insert ( 1813 convert 11 10 12 1 0 0 0 f f f t f s s 3 0 17 '17 19 19' _null_ _null_ _null_ _null_ _null_ pg_convert _null_ _null_ _null_ _null_ )
insert ( 1264 pg_char_to_encoding 11 10 12 1 0 0 0 f f f t f s s 1 0 23 19 _null_ _null_ _null_ _null_ _null_ PG_char_to_encoding _null_ _null_ _null_ _null_ )
insert ( 1597 pg_encoding_to_char 11 10 12 1 0 0 0 f f f t f s s 1 0 19 23 _null_ _null_ _null_ _null_ _null_ PG_encoding_to_char _null_ _null_ _null_ _null_ )
insert ( 2319 pg_encoding_max_length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ pg_encoding_max_length_sql _null_ _null_ _null_ _null_ )
insert ( 1638 oidgt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '26 26' _null_ _null_ _null_ _null_ _null_ oidgt _null_ _null_ _null_ _null_ )
insert ( 1639 oidge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '26 26' _null_ _null_ _null_ _null_ _null_ oidge _null_ _null_ _null_ _null_ )
insert ( 1573 pg_get_ruledef 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_ruledef _null_ _null_ _null_ _null_ )
insert ( 1640 pg_get_viewdef 11 10 12 1 0 0 0 f f f t f s r 1 0 25 25 _null_ _null_ _null_ _null_ _null_ pg_get_viewdef_name _null_ _null_ _null_ _null_ )
insert ( 1641 pg_get_viewdef 11 10 12 1 0 0 0 f f f t f s r 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_viewdef _null_ _null_ _null_ _null_ )
insert ( 1642 pg_get_userbyid 11 10 12 1 0 0 0 f f f t f s s 1 0 19 26 _null_ _null_ _null_ _null_ _null_ pg_get_userbyid _null_ _null_ _null_ _null_ )
insert ( 1643 pg_get_indexdef 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_indexdef _null_ _null_ _null_ _null_ )
insert ( 3415 pg_get_statisticsobjdef 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_statisticsobjdef _null_ _null_ _null_ _null_ )
insert ( 6174 pg_get_statisticsobjdef_columns 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_statisticsobjdef_columns _null_ _null_ _null_ _null_ )
insert ( 6173 pg_get_statisticsobjdef_expressions 11 10 12 1 0 0 0 f f f t f s s 1 0 1009 26 _null_ _null_ _null_ _null_ _null_ pg_get_statisticsobjdef_expressions _null_ _null_ _null_ _null_ )
insert ( 3352 pg_get_partkeydef 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_partkeydef _null_ _null_ _null_ _null_ )
insert ( 3408 pg_get_partition_constraintdef 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_partition_constraintdef _null_ _null_ _null_ _null_ )
insert ( 1662 pg_get_triggerdef 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_triggerdef _null_ _null_ _null_ _null_ )
insert ( 1387 pg_get_constraintdef 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_constraintdef _null_ _null_ _null_ _null_ )
insert ( 1716 pg_get_expr 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '194 26' _null_ _null_ _null_ _null_ _null_ pg_get_expr _null_ _null_ _null_ _null_ )
insert ( 1665 pg_get_serial_sequence 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ pg_get_serial_sequence _null_ _null_ _null_ _null_ )
insert ( 2098 pg_get_functiondef 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_functiondef _null_ _null_ _null_ _null_ )
insert ( 2162 pg_get_function_arguments 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_function_arguments _null_ _null_ _null_ _null_ )
insert ( 2232 pg_get_function_identity_arguments 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_function_identity_arguments _null_ _null_ _null_ _null_ )
insert ( 2165 pg_get_function_result 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_function_result _null_ _null_ _null_ _null_ )
insert ( 3808 pg_get_function_arg_default 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '26 23' _null_ _null_ _null_ _null_ _null_ pg_get_function_arg_default _null_ _null_ _null_ _null_ )
insert ( 6197 pg_get_function_sqlbody 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_get_function_sqlbody _null_ _null_ _null_ _null_ )
insert ( 1686 pg_get_keywords 11 10 12 10 500 0 0 f f f t t s s 0 0 2249 '' '{25,18,16,25,25}' '{o,o,o,o,o}' '{word,catcode,barelabel,catdesc,baredesc}' _null_ _null_ pg_get_keywords _null_ _null_ _null_ _null_ )
insert ( 6159 pg_get_catalog_foreign_keys 11 10 12 10 250 0 0 f f f t t s s 0 0 2249 '' '{2205,1009,2205,1009,16,16}' '{o,o,o,o,o,o}' '{fktable,fkcols,pktable,pkcols,is_array,is_opt}' _null_ _null_ pg_get_catalog_foreign_keys _null_ _null_ _null_ _null_ )
insert ( 2289 pg_options_to_table 11 10 12 1 3 0 0 f f f t t s s 1 0 2249 1009 '{1009,25,25}' '{i,o,o}' '{options_array,option_name,option_value}' _null_ _null_ pg_options_to_table _null_ _null_ _null_ _null_ )
insert ( 1619 pg_typeof 11 10 12 1 0 0 0 f f f f f s s 1 0 2206 2276 _null_ _null_ _null_ _null_ _null_ pg_typeof _null_ _null_ _null_ _null_ )
insert ( 6315 pg_basetype 11 10 12 1 0 0 0 f f f t f s s 1 0 2206 2206 _null_ _null_ _null_ _null_ _null_ pg_basetype _null_ _null_ _null_ _null_ )
insert ( 3162 pg_collation_for 11 10 12 1 0 0 0 f f f f f s s 1 0 25 2276 _null_ _null_ _null_ _null_ _null_ pg_collation_for _null_ _null_ _null_ _null_ )
insert ( 3842 pg_relation_is_updatable 11 10 12 10 0 0 0 f f f t f s s 2 0 23 '2205 16' _null_ _null_ _null_ _null_ _null_ pg_relation_is_updatable _null_ _null_ _null_ _null_ )
insert ( 3843 pg_column_is_updatable 11 10 12 10 0 0 0 f f f t f s s 3 0 16 '2205 21 16' _null_ _null_ _null_ _null_ _null_ pg_column_is_updatable _null_ _null_ _null_ _null_ )
insert ( 6120 pg_get_replica_identity_index 11 10 12 10 0 0 0 f f f t f s s 1 0 2205 2205 _null_ _null_ _null_ _null_ _null_ pg_get_replica_identity_index _null_ _null_ _null_ _null_ )
insert ( 1250 unique_key_recheck 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ unique_key_recheck _null_ _null_ _null_ _null_ )
insert ( 1644 RI_FKey_check_ins 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ RI_FKey_check_ins _null_ _null_ _null_ _null_ )
insert ( 1645 RI_FKey_check_upd 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ RI_FKey_check_upd _null_ _null_ _null_ _null_ )
insert ( 1646 RI_FKey_cascade_del 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ RI_FKey_cascade_del _null_ _null_ _null_ _null_ )
insert ( 1647 RI_FKey_cascade_upd 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ RI_FKey_cascade_upd _null_ _null_ _null_ _null_ )
insert ( 1648 RI_FKey_restrict_del 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ RI_FKey_restrict_del _null_ _null_ _null_ _null_ )
insert ( 1649 RI_FKey_restrict_upd 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ RI_FKey_restrict_upd _null_ _null_ _null_ _null_ )
insert ( 1650 RI_FKey_setnull_del 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ RI_FKey_setnull_del _null_ _null_ _null_ _null_ )
insert ( 1651 RI_FKey_setnull_upd 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ RI_FKey_setnull_upd _null_ _null_ _null_ _null_ )
insert ( 1652 RI_FKey_setdefault_del 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ RI_FKey_setdefault_del _null_ _null_ _null_ _null_ )
insert ( 1653 RI_FKey_setdefault_upd 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ RI_FKey_setdefault_upd _null_ _null_ _null_ _null_ )
insert ( 1654 RI_FKey_noaction_del 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ RI_FKey_noaction_del _null_ _null_ _null_ _null_ )
insert ( 1655 RI_FKey_noaction_upd 11 10 12 1 0 0 0 f f f t f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ RI_FKey_noaction_upd _null_ _null_ _null_ _null_ )
insert ( 1666 varbiteq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1562 1562' _null_ _null_ _null_ _null_ _null_ biteq _null_ _null_ _null_ _null_ )
insert ( 1667 varbitne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1562 1562' _null_ _null_ _null_ _null_ _null_ bitne _null_ _null_ _null_ _null_ )
insert ( 1668 varbitge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1562 1562' _null_ _null_ _null_ _null_ _null_ bitge _null_ _null_ _null_ _null_ )
insert ( 1669 varbitgt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1562 1562' _null_ _null_ _null_ _null_ _null_ bitgt _null_ _null_ _null_ _null_ )
insert ( 1670 varbitle 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1562 1562' _null_ _null_ _null_ _null_ _null_ bitle _null_ _null_ _null_ _null_ )
insert ( 1671 varbitlt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1562 1562' _null_ _null_ _null_ _null_ _null_ bitlt _null_ _null_ _null_ _null_ )
insert ( 1672 varbitcmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '1562 1562' _null_ _null_ _null_ _null_ _null_ bitcmp _null_ _null_ _null_ _null_ )
insert ( 1673 bitand 11 10 12 1 0 0 0 f f f t f i s 2 0 1560 '1560 1560' _null_ _null_ _null_ _null_ _null_ bit_and _null_ _null_ _null_ _null_ )
insert ( 1674 bitor 11 10 12 1 0 0 0 f f f t f i s 2 0 1560 '1560 1560' _null_ _null_ _null_ _null_ _null_ bit_or _null_ _null_ _null_ _null_ )
insert ( 1675 bitxor 11 10 12 1 0 0 0 f f f t f i s 2 0 1560 '1560 1560' _null_ _null_ _null_ _null_ _null_ bitxor _null_ _null_ _null_ _null_ )
insert ( 1676 bitnot 11 10 12 1 0 0 0 f f f t f i s 1 0 1560 1560 _null_ _null_ _null_ _null_ _null_ bitnot _null_ _null_ _null_ _null_ )
insert ( 1677 bitshiftleft 11 10 12 1 0 0 0 f f f t f i s 2 0 1560 '1560 23' _null_ _null_ _null_ _null_ _null_ bitshiftleft _null_ _null_ _null_ _null_ )
insert ( 1678 bitshiftright 11 10 12 1 0 0 0 f f f t f i s 2 0 1560 '1560 23' _null_ _null_ _null_ _null_ _null_ bitshiftright _null_ _null_ _null_ _null_ )
insert ( 1679 bitcat 11 10 12 1 0 0 0 f f f t f i s 2 0 1562 '1562 1562' _null_ _null_ _null_ _null_ _null_ bitcat _null_ _null_ _null_ _null_ )
insert ( 1680 substring 11 10 12 1 0 0 0 f f f t f i s 3 0 1560 '1560 23 23' _null_ _null_ _null_ _null_ _null_ bitsubstr _null_ _null_ _null_ _null_ )
insert ( 1681 length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1560 _null_ _null_ _null_ _null_ _null_ bitlength _null_ _null_ _null_ _null_ )
insert ( 1682 octet_length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1560 _null_ _null_ _null_ _null_ _null_ bitoctetlength _null_ _null_ _null_ _null_ )
insert ( 1683 bit 11 10 12 1 0 0 0 f f f t f i s 2 0 1560 '23 23' _null_ _null_ _null_ _null_ _null_ bitfromint4 _null_ _null_ _null_ _null_ )
insert ( 1684 int4 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1560 _null_ _null_ _null_ _null_ _null_ bittoint4 _null_ _null_ _null_ _null_ )
insert ( 1685 bit 11 10 12 1 0 0 0 f f f t f i s 3 0 1560 '1560 23 16' _null_ _null_ _null_ _null_ _null_ bit _null_ _null_ _null_ _null_ )
insert ( 3158 varbit_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ varbit_support _null_ _null_ _null_ _null_ )
insert ( 1687 varbit 11 10 12 1 0 0 3158 f f f t f i s 3 0 1562 '1562 23 16' _null_ _null_ _null_ _null_ _null_ varbit _null_ _null_ _null_ _null_ )
insert ( 1698 position 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '1560 1560' _null_ _null_ _null_ _null_ _null_ bitposition _null_ _null_ _null_ _null_ )
insert ( 1699 substring 11 10 12 1 0 0 0 f f f t f i s 2 0 1560 '1560 23' _null_ _null_ _null_ _null_ _null_ bitsubstr_no_len _null_ _null_ _null_ _null_ )
insert ( 3030 overlay 11 10 12 1 0 0 0 f f f t f i s 4 0 1560 '1560 1560 23 23' _null_ _null_ _null_ _null_ _null_ bitoverlay _null_ _null_ _null_ _null_ )
insert ( 3031 overlay 11 10 12 1 0 0 0 f f f t f i s 3 0 1560 '1560 1560 23' _null_ _null_ _null_ _null_ _null_ bitoverlay_no_len _null_ _null_ _null_ _null_ )
insert ( 3032 get_bit 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '1560 23' _null_ _null_ _null_ _null_ _null_ bitgetbit _null_ _null_ _null_ _null_ )
insert ( 3033 set_bit 11 10 12 1 0 0 0 f f f t f i s 3 0 1560 '1560 23 23' _null_ _null_ _null_ _null_ _null_ bitsetbit _null_ _null_ _null_ _null_ )
insert ( 6162 bit_count 11 10 12 1 0 0 0 f f f t f i s 1 0 20 1560 _null_ _null_ _null_ _null_ _null_ bit_bit_count _null_ _null_ _null_ _null_ )
insert ( 436 macaddr_in 11 10 12 1 0 0 0 f f f t f i s 1 0 829 2275 _null_ _null_ _null_ _null_ _null_ macaddr_in _null_ _null_ _null_ _null_ )
insert ( 437 macaddr_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 829 _null_ _null_ _null_ _null_ _null_ macaddr_out _null_ _null_ _null_ _null_ )
insert ( 753 trunc 11 10 12 1 0 0 0 f f f t f i s 1 0 829 829 _null_ _null_ _null_ _null_ _null_ macaddr_trunc _null_ _null_ _null_ _null_ )
insert ( 830 macaddr_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '829 829' _null_ _null_ _null_ _null_ _null_ macaddr_eq _null_ _null_ _null_ _null_ )
insert ( 831 macaddr_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '829 829' _null_ _null_ _null_ _null_ _null_ macaddr_lt _null_ _null_ _null_ _null_ )
insert ( 832 macaddr_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '829 829' _null_ _null_ _null_ _null_ _null_ macaddr_le _null_ _null_ _null_ _null_ )
insert ( 833 macaddr_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '829 829' _null_ _null_ _null_ _null_ _null_ macaddr_gt _null_ _null_ _null_ _null_ )
insert ( 834 macaddr_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '829 829' _null_ _null_ _null_ _null_ _null_ macaddr_ge _null_ _null_ _null_ _null_ )
insert ( 835 macaddr_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '829 829' _null_ _null_ _null_ _null_ _null_ macaddr_ne _null_ _null_ _null_ _null_ )
insert ( 836 macaddr_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '829 829' _null_ _null_ _null_ _null_ _null_ macaddr_cmp _null_ _null_ _null_ _null_ )
insert ( 3144 macaddr_not 11 10 12 1 0 0 0 f f f t f i s 1 0 829 829 _null_ _null_ _null_ _null_ _null_ macaddr_not _null_ _null_ _null_ _null_ )
insert ( 3145 macaddr_and 11 10 12 1 0 0 0 f f f t f i s 2 0 829 '829 829' _null_ _null_ _null_ _null_ _null_ macaddr_and _null_ _null_ _null_ _null_ )
insert ( 3146 macaddr_or 11 10 12 1 0 0 0 f f f t f i s 2 0 829 '829 829' _null_ _null_ _null_ _null_ _null_ macaddr_or _null_ _null_ _null_ _null_ )
insert ( 3359 macaddr_sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ macaddr_sortsupport _null_ _null_ _null_ _null_ )
insert ( 4110 macaddr8_in 11 10 12 1 0 0 0 f f f t f i s 1 0 774 2275 _null_ _null_ _null_ _null_ _null_ macaddr8_in _null_ _null_ _null_ _null_ )
insert ( 4111 macaddr8_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 774 _null_ _null_ _null_ _null_ _null_ macaddr8_out _null_ _null_ _null_ _null_ )
insert ( 4112 trunc 11 10 12 1 0 0 0 f f f t f i s 1 0 774 774 _null_ _null_ _null_ _null_ _null_ macaddr8_trunc _null_ _null_ _null_ _null_ )
insert ( 4113 macaddr8_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '774 774' _null_ _null_ _null_ _null_ _null_ macaddr8_eq _null_ _null_ _null_ _null_ )
insert ( 4114 macaddr8_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '774 774' _null_ _null_ _null_ _null_ _null_ macaddr8_lt _null_ _null_ _null_ _null_ )
insert ( 4115 macaddr8_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '774 774' _null_ _null_ _null_ _null_ _null_ macaddr8_le _null_ _null_ _null_ _null_ )
insert ( 4116 macaddr8_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '774 774' _null_ _null_ _null_ _null_ _null_ macaddr8_gt _null_ _null_ _null_ _null_ )
insert ( 4117 macaddr8_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '774 774' _null_ _null_ _null_ _null_ _null_ macaddr8_ge _null_ _null_ _null_ _null_ )
insert ( 4118 macaddr8_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '774 774' _null_ _null_ _null_ _null_ _null_ macaddr8_ne _null_ _null_ _null_ _null_ )
insert ( 4119 macaddr8_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '774 774' _null_ _null_ _null_ _null_ _null_ macaddr8_cmp _null_ _null_ _null_ _null_ )
insert ( 4120 macaddr8_not 11 10 12 1 0 0 0 f f f t f i s 1 0 774 774 _null_ _null_ _null_ _null_ _null_ macaddr8_not _null_ _null_ _null_ _null_ )
insert ( 4121 macaddr8_and 11 10 12 1 0 0 0 f f f t f i s 2 0 774 '774 774' _null_ _null_ _null_ _null_ _null_ macaddr8_and _null_ _null_ _null_ _null_ )
insert ( 4122 macaddr8_or 11 10 12 1 0 0 0 f f f t f i s 2 0 774 '774 774' _null_ _null_ _null_ _null_ _null_ macaddr8_or _null_ _null_ _null_ _null_ )
insert ( 4123 macaddr8 11 10 12 1 0 0 0 f f t t f i s 1 0 774 829 _null_ _null_ _null_ _null_ _null_ macaddrtomacaddr8 _null_ _null_ _null_ _null_ )
insert ( 4124 macaddr 11 10 12 1 0 0 0 f f f t f i s 1 0 829 774 _null_ _null_ _null_ _null_ _null_ macaddr8tomacaddr _null_ _null_ _null_ _null_ )
insert ( 4125 macaddr8_set7bit 11 10 12 1 0 0 0 f f f t f i s 1 0 774 774 _null_ _null_ _null_ _null_ _null_ macaddr8_set7bit _null_ _null_ _null_ _null_ )
insert ( 910 inet_in 11 10 12 1 0 0 0 f f f t f i s 1 0 869 2275 _null_ _null_ _null_ _null_ _null_ inet_in _null_ _null_ _null_ _null_ )
insert ( 911 inet_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 869 _null_ _null_ _null_ _null_ _null_ inet_out _null_ _null_ _null_ _null_ )
insert ( 1267 cidr_in 11 10 12 1 0 0 0 f f f t f i s 1 0 650 2275 _null_ _null_ _null_ _null_ _null_ cidr_in _null_ _null_ _null_ _null_ )
insert ( 1427 cidr_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 650 _null_ _null_ _null_ _null_ _null_ cidr_out _null_ _null_ _null_ _null_ )
insert ( 920 network_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '869 869' _null_ _null_ _null_ _null_ _null_ network_eq _null_ _null_ _null_ _null_ )
insert ( 921 network_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '869 869' _null_ _null_ _null_ _null_ _null_ network_lt _null_ _null_ _null_ _null_ )
insert ( 922 network_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '869 869' _null_ _null_ _null_ _null_ _null_ network_le _null_ _null_ _null_ _null_ )
insert ( 923 network_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '869 869' _null_ _null_ _null_ _null_ _null_ network_gt _null_ _null_ _null_ _null_ )
insert ( 924 network_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '869 869' _null_ _null_ _null_ _null_ _null_ network_ge _null_ _null_ _null_ _null_ )
insert ( 925 network_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '869 869' _null_ _null_ _null_ _null_ _null_ network_ne _null_ _null_ _null_ _null_ )
insert ( 3562 network_larger 11 10 12 1 0 0 0 f f f t f i s 2 0 869 '869 869' _null_ _null_ _null_ _null_ _null_ network_larger _null_ _null_ _null_ _null_ )
insert ( 3563 network_smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 869 '869 869' _null_ _null_ _null_ _null_ _null_ network_smaller _null_ _null_ _null_ _null_ )
insert ( 926 network_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '869 869' _null_ _null_ _null_ _null_ _null_ network_cmp _null_ _null_ _null_ _null_ )
insert ( 927 network_sub 11 10 12 1 0 0 1173 f f f t f i s 2 0 16 '869 869' _null_ _null_ _null_ _null_ _null_ network_sub _null_ _null_ _null_ _null_ )
insert ( 928 network_subeq 11 10 12 1 0 0 1173 f f f t f i s 2 0 16 '869 869' _null_ _null_ _null_ _null_ _null_ network_subeq _null_ _null_ _null_ _null_ )
insert ( 929 network_sup 11 10 12 1 0 0 1173 f f f t f i s 2 0 16 '869 869' _null_ _null_ _null_ _null_ _null_ network_sup _null_ _null_ _null_ _null_ )
insert ( 930 network_supeq 11 10 12 1 0 0 1173 f f f t f i s 2 0 16 '869 869' _null_ _null_ _null_ _null_ _null_ network_supeq _null_ _null_ _null_ _null_ )
insert ( 1173 network_subset_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ network_subset_support _null_ _null_ _null_ _null_ )
insert ( 3551 network_overlap 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '869 869' _null_ _null_ _null_ _null_ _null_ network_overlap _null_ _null_ _null_ _null_ )
insert ( 5033 network_sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ network_sortsupport _null_ _null_ _null_ _null_ )
insert ( 598 abbrev 11 10 12 1 0 0 0 f f f t f i s 1 0 25 869 _null_ _null_ _null_ _null_ _null_ inet_abbrev _null_ _null_ _null_ _null_ )
insert ( 599 abbrev 11 10 12 1 0 0 0 f f f t f i s 1 0 25 650 _null_ _null_ _null_ _null_ _null_ cidr_abbrev _null_ _null_ _null_ _null_ )
insert ( 605 set_masklen 11 10 12 1 0 0 0 f f f t f i s 2 0 869 '869 23' _null_ _null_ _null_ _null_ _null_ inet_set_masklen _null_ _null_ _null_ _null_ )
insert ( 635 set_masklen 11 10 12 1 0 0 0 f f f t f i s 2 0 650 '650 23' _null_ _null_ _null_ _null_ _null_ cidr_set_masklen _null_ _null_ _null_ _null_ )
insert ( 711 family 11 10 12 1 0 0 0 f f f t f i s 1 0 23 869 _null_ _null_ _null_ _null_ _null_ network_family _null_ _null_ _null_ _null_ )
insert ( 683 network 11 10 12 1 0 0 0 f f f t f i s 1 0 650 869 _null_ _null_ _null_ _null_ _null_ network_network _null_ _null_ _null_ _null_ )
insert ( 696 netmask 11 10 12 1 0 0 0 f f f t f i s 1 0 869 869 _null_ _null_ _null_ _null_ _null_ network_netmask _null_ _null_ _null_ _null_ )
insert ( 697 masklen 11 10 12 1 0 0 0 f f f t f i s 1 0 23 869 _null_ _null_ _null_ _null_ _null_ network_masklen _null_ _null_ _null_ _null_ )
insert ( 698 broadcast 11 10 12 1 0 0 0 f f f t f i s 1 0 869 869 _null_ _null_ _null_ _null_ _null_ network_broadcast _null_ _null_ _null_ _null_ )
insert ( 699 host 11 10 12 1 0 0 0 f f f t f i s 1 0 25 869 _null_ _null_ _null_ _null_ _null_ network_host _null_ _null_ _null_ _null_ )
insert ( 730 text 11 10 12 1 0 0 0 f f f t f i s 1 0 25 869 _null_ _null_ _null_ _null_ _null_ network_show _null_ _null_ _null_ _null_ )
insert ( 1362 hostmask 11 10 12 1 0 0 0 f f f t f i s 1 0 869 869 _null_ _null_ _null_ _null_ _null_ network_hostmask _null_ _null_ _null_ _null_ )
insert ( 1715 cidr 11 10 12 1 0 0 0 f f f t f i s 1 0 650 869 _null_ _null_ _null_ _null_ _null_ inet_to_cidr _null_ _null_ _null_ _null_ )
insert ( 2196 inet_client_addr 11 10 12 1 0 0 0 f f f f f s r 0 0 869 '' _null_ _null_ _null_ _null_ _null_ inet_client_addr _null_ _null_ _null_ _null_ )
insert ( 2197 inet_client_port 11 10 12 1 0 0 0 f f f f f s r 0 0 23 '' _null_ _null_ _null_ _null_ _null_ inet_client_port _null_ _null_ _null_ _null_ )
insert ( 2198 inet_server_addr 11 10 12 1 0 0 0 f f f f f s r 0 0 869 '' _null_ _null_ _null_ _null_ _null_ inet_server_addr _null_ _null_ _null_ _null_ )
insert ( 2199 inet_server_port 11 10 12 1 0 0 0 f f f f f s r 0 0 23 '' _null_ _null_ _null_ _null_ _null_ inet_server_port _null_ _null_ _null_ _null_ )
insert ( 2627 inetnot 11 10 12 1 0 0 0 f f f t f i s 1 0 869 869 _null_ _null_ _null_ _null_ _null_ inetnot _null_ _null_ _null_ _null_ )
insert ( 2628 inetand 11 10 12 1 0 0 0 f f f t f i s 2 0 869 '869 869' _null_ _null_ _null_ _null_ _null_ inetand _null_ _null_ _null_ _null_ )
insert ( 2629 inetor 11 10 12 1 0 0 0 f f f t f i s 2 0 869 '869 869' _null_ _null_ _null_ _null_ _null_ inetor _null_ _null_ _null_ _null_ )
insert ( 2630 inetpl 11 10 12 1 0 0 0 f f f t f i s 2 0 869 '869 20' _null_ _null_ _null_ _null_ _null_ inetpl _null_ _null_ _null_ _null_ )
insert ( 2631 int8pl_inet 11 10 14 1 0 0 0 f f f t f i s 2 0 869 '20 869' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 2632 inetmi_int8 11 10 12 1 0 0 0 f f f t f i s 2 0 869 '869 20' _null_ _null_ _null_ _null_ _null_ inetmi_int8 _null_ _null_ _null_ _null_ )
insert ( 2633 inetmi 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '869 869' _null_ _null_ _null_ _null_ _null_ inetmi _null_ _null_ _null_ _null_ )
insert ( 4071 inet_same_family 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '869 869' _null_ _null_ _null_ _null_ _null_ inet_same_family _null_ _null_ _null_ _null_ )
insert ( 4063 inet_merge 11 10 12 1 0 0 0 f f f t f i s 2 0 650 '869 869' _null_ _null_ _null_ _null_ _null_ inet_merge _null_ _null_ _null_ _null_ )
insert ( 3553 inet_gist_consistent 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '2281 869 21 26 2281' _null_ _null_ _null_ _null_ _null_ inet_gist_consistent _null_ _null_ _null_ _null_ )
insert ( 3554 inet_gist_union 11 10 12 1 0 0 0 f f f t f i s 2 0 869 '2281 2281' _null_ _null_ _null_ _null_ _null_ inet_gist_union _null_ _null_ _null_ _null_ )
insert ( 3555 inet_gist_compress 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ inet_gist_compress _null_ _null_ _null_ _null_ )
insert ( 3573 inet_gist_fetch 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ inet_gist_fetch _null_ _null_ _null_ _null_ )
insert ( 3557 inet_gist_penalty 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '2281 2281 2281' _null_ _null_ _null_ _null_ _null_ inet_gist_penalty _null_ _null_ _null_ _null_ )
insert ( 3558 inet_gist_picksplit 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '2281 2281' _null_ _null_ _null_ _null_ _null_ inet_gist_picksplit _null_ _null_ _null_ _null_ )
insert ( 3559 inet_gist_same 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '869 869 2281' _null_ _null_ _null_ _null_ _null_ inet_gist_same _null_ _null_ _null_ _null_ )
insert ( 3795 inet_spg_config 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ inet_spg_config _null_ _null_ _null_ _null_ )
insert ( 3796 inet_spg_choose 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ inet_spg_choose _null_ _null_ _null_ _null_ )
insert ( 3797 inet_spg_picksplit 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ inet_spg_picksplit _null_ _null_ _null_ _null_ )
insert ( 3798 inet_spg_inner_consistent 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ inet_spg_inner_consistent _null_ _null_ _null_ _null_ )
insert ( 3799 inet_spg_leaf_consistent 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2281 2281' _null_ _null_ _null_ _null_ _null_ inet_spg_leaf_consistent _null_ _null_ _null_ _null_ )
insert ( 3560 networksel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ networksel _null_ _null_ _null_ _null_ )
insert ( 3561 networkjoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ networkjoinsel _null_ _null_ _null_ _null_ )
insert ( 1690 time_mi_time 11 10 12 1 0 0 0 f f f t f i s 2 0 1186 '1083 1083' _null_ _null_ _null_ _null_ _null_ time_mi_time _null_ _null_ _null_ _null_ )
insert ( 1691 boolle 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '16 16' _null_ _null_ _null_ _null_ _null_ boolle _null_ _null_ _null_ _null_ )
insert ( 1692 boolge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '16 16' _null_ _null_ _null_ _null_ _null_ boolge _null_ _null_ _null_ _null_ )
insert ( 1693 btboolcmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '16 16' _null_ _null_ _null_ _null_ _null_ btboolcmp _null_ _null_ _null_ _null_ )
insert ( 1688 time_hash 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1083 _null_ _null_ _null_ _null_ _null_ time_hash _null_ _null_ _null_ _null_ )
insert ( 3409 time_hash_extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '1083 20' _null_ _null_ _null_ _null_ _null_ time_hash_extended _null_ _null_ _null_ _null_ )
insert ( 1696 timetz_hash 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1266 _null_ _null_ _null_ _null_ _null_ timetz_hash _null_ _null_ _null_ _null_ )
insert ( 3410 timetz_hash_extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '1266 20' _null_ _null_ _null_ _null_ _null_ timetz_hash_extended _null_ _null_ _null_ _null_ )
insert ( 1697 interval_hash 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1186 _null_ _null_ _null_ _null_ _null_ interval_hash _null_ _null_ _null_ _null_ )
insert ( 3418 interval_hash_extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '1186 20' _null_ _null_ _null_ _null_ _null_ interval_hash_extended _null_ _null_ _null_ _null_ )
insert ( 1701 numeric_in 11 10 12 1 0 0 0 f f f t f i s 3 0 1700 '2275 26 23' _null_ _null_ _null_ _null_ _null_ numeric_in _null_ _null_ _null_ _null_ )
insert ( 1702 numeric_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 1700 _null_ _null_ _null_ _null_ _null_ numeric_out _null_ _null_ _null_ _null_ )
insert ( 2917 numerictypmodin 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1263 _null_ _null_ _null_ _null_ _null_ numerictypmodin _null_ _null_ _null_ _null_ )
insert ( 2918 numerictypmodout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 23 _null_ _null_ _null_ _null_ _null_ numerictypmodout _null_ _null_ _null_ _null_ )
insert ( 3157 numeric_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ numeric_support _null_ _null_ _null_ _null_ )
insert ( 1703 numeric 11 10 12 1 0 0 3157 f f f t f i s 2 0 1700 '1700 23' _null_ _null_ _null_ _null_ _null_ numeric _null_ _null_ _null_ _null_ )
insert ( 1704 numeric_abs 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_abs _null_ _null_ _null_ _null_ )
insert ( 1705 abs 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_abs _null_ _null_ _null_ _null_ )
insert ( 1706 sign 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_sign _null_ _null_ _null_ _null_ )
insert ( 1707 round 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 23' _null_ _null_ _null_ _null_ _null_ numeric_round _null_ _null_ _null_ _null_ )
insert ( 1708 round 11 10 14 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1709 trunc 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 23' _null_ _null_ _null_ _null_ _null_ numeric_trunc _null_ _null_ _null_ _null_ )
insert ( 1710 trunc 11 10 14 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1711 ceil 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_ceil _null_ _null_ _null_ _null_ )
insert ( 2167 ceiling 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_ceil _null_ _null_ _null_ _null_ )
insert ( 1712 floor 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_floor _null_ _null_ _null_ _null_ )
insert ( 1718 numeric_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_eq _null_ _null_ _null_ _null_ )
insert ( 1719 numeric_ne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_ne _null_ _null_ _null_ _null_ )
insert ( 1720 numeric_gt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_gt _null_ _null_ _null_ _null_ )
insert ( 1721 numeric_ge 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_ge _null_ _null_ _null_ _null_ )
insert ( 1722 numeric_lt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_lt _null_ _null_ _null_ _null_ )
insert ( 1723 numeric_le 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_le _null_ _null_ _null_ _null_ )
insert ( 1724 numeric_add 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_add _null_ _null_ _null_ _null_ )
insert ( 1725 numeric_sub 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_sub _null_ _null_ _null_ _null_ )
insert ( 1726 numeric_mul 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_mul _null_ _null_ _null_ _null_ )
insert ( 1727 numeric_div 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_div _null_ _null_ _null_ _null_ )
insert ( 1728 mod 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_mod _null_ _null_ _null_ _null_ )
insert ( 1729 numeric_mod 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_mod _null_ _null_ _null_ _null_ )
insert ( 5048 gcd 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_gcd _null_ _null_ _null_ _null_ )
insert ( 5049 lcm 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_lcm _null_ _null_ _null_ _null_ )
insert ( 1730 sqrt 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_sqrt _null_ _null_ _null_ _null_ )
insert ( 1731 numeric_sqrt 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_sqrt _null_ _null_ _null_ _null_ )
insert ( 1732 exp 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_exp _null_ _null_ _null_ _null_ )
insert ( 1733 numeric_exp 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_exp _null_ _null_ _null_ _null_ )
insert ( 1734 ln 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_ln _null_ _null_ _null_ _null_ )
insert ( 1735 numeric_ln 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_ln _null_ _null_ _null_ _null_ )
insert ( 1736 log 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_log _null_ _null_ _null_ _null_ )
insert ( 1737 numeric_log 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_log _null_ _null_ _null_ _null_ )
insert ( 1738 pow 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_power _null_ _null_ _null_ _null_ )
insert ( 2169 power 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_power _null_ _null_ _null_ _null_ )
insert ( 1739 numeric_power 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_power _null_ _null_ _null_ _null_ )
insert ( 3281 scale 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1700 _null_ _null_ _null_ _null_ _null_ numeric_scale _null_ _null_ _null_ _null_ )
insert ( 5042 min_scale 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1700 _null_ _null_ _null_ _null_ _null_ numeric_min_scale _null_ _null_ _null_ _null_ )
insert ( 5043 trim_scale 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_trim_scale _null_ _null_ _null_ _null_ )
insert ( 1740 numeric 11 10 12 1 0 0 0 f f t t f i s 1 0 1700 23 _null_ _null_ _null_ _null_ _null_ int4_numeric _null_ _null_ _null_ _null_ )
insert ( 1741 log 11 10 14 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1481 log10 11 10 14 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1742 numeric 11 10 12 1 0 0 0 f f t t f i s 1 0 1700 700 _null_ _null_ _null_ _null_ _null_ float4_numeric _null_ _null_ _null_ _null_ )
insert ( 1743 numeric 11 10 12 1 0 0 0 f f t t f i s 1 0 1700 701 _null_ _null_ _null_ _null_ _null_ float8_numeric _null_ _null_ _null_ _null_ )
insert ( 1744 int4 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1700 _null_ _null_ _null_ _null_ _null_ numeric_int4 _null_ _null_ _null_ _null_ )
insert ( 1745 float4 11 10 12 1 0 0 0 f f f t f i s 1 0 700 1700 _null_ _null_ _null_ _null_ _null_ numeric_float4 _null_ _null_ _null_ _null_ )
insert ( 1746 float8 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1700 _null_ _null_ _null_ _null_ _null_ numeric_float8 _null_ _null_ _null_ _null_ )
insert ( 1973 div 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_div_trunc _null_ _null_ _null_ _null_ )
insert ( 1980 numeric_div_trunc 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_div_trunc _null_ _null_ _null_ _null_ )
insert ( 2170 width_bucket 11 10 12 1 0 0 0 f f f t f i s 4 0 23 '1700 1700 1700 23' _null_ _null_ _null_ _null_ _null_ width_bucket_numeric _null_ _null_ _null_ _null_ )
insert ( 1747 time_pl_interval 11 10 12 1 0 0 0 f f f t f i s 2 0 1083 '1083 1186' _null_ _null_ _null_ _null_ _null_ time_pl_interval _null_ _null_ _null_ _null_ )
insert ( 1748 time_mi_interval 11 10 12 1 0 0 0 f f f t f i s 2 0 1083 '1083 1186' _null_ _null_ _null_ _null_ _null_ time_mi_interval _null_ _null_ _null_ _null_ )
insert ( 1749 timetz_pl_interval 11 10 12 1 0 0 0 f f f t f i s 2 0 1266 '1266 1186' _null_ _null_ _null_ _null_ _null_ timetz_pl_interval _null_ _null_ _null_ _null_ )
insert ( 1750 timetz_mi_interval 11 10 12 1 0 0 0 f f f t f i s 2 0 1266 '1266 1186' _null_ _null_ _null_ _null_ _null_ timetz_mi_interval _null_ _null_ _null_ _null_ )
insert ( 1764 numeric_inc 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_inc _null_ _null_ _null_ _null_ )
insert ( 1766 numeric_smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_smaller _null_ _null_ _null_ _null_ )
insert ( 1767 numeric_larger 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_larger _null_ _null_ _null_ _null_ )
insert ( 1769 numeric_cmp 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '1700 1700' _null_ _null_ _null_ _null_ _null_ numeric_cmp _null_ _null_ _null_ _null_ )
insert ( 3283 numeric_sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ numeric_sortsupport _null_ _null_ _null_ _null_ )
insert ( 1771 numeric_uminus 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_uminus _null_ _null_ _null_ _null_ )
insert ( 1779 int8 11 10 12 1 0 0 0 f f f t f i s 1 0 20 1700 _null_ _null_ _null_ _null_ _null_ numeric_int8 _null_ _null_ _null_ _null_ )
insert ( 1781 numeric 11 10 12 1 0 0 0 f f t t f i s 1 0 1700 20 _null_ _null_ _null_ _null_ _null_ int8_numeric _null_ _null_ _null_ _null_ )
insert ( 1782 numeric 11 10 12 1 0 0 0 f f t t f i s 1 0 1700 21 _null_ _null_ _null_ _null_ _null_ int2_numeric _null_ _null_ _null_ _null_ )
insert ( 1783 int2 11 10 12 1 0 0 0 f f f t f i s 1 0 21 1700 _null_ _null_ _null_ _null_ _null_ numeric_int2 _null_ _null_ _null_ _null_ )
insert ( 6103 pg_lsn 11 10 12 1 0 0 0 f f f t f i s 1 0 3220 1700 _null_ _null_ _null_ _null_ _null_ numeric_pg_lsn _null_ _null_ _null_ _null_ )
insert ( 3556 bool 11 10 12 1 0 0 0 f f f t f i s 1 0 16 3802 _null_ _null_ _null_ _null_ _null_ jsonb_bool _null_ _null_ _null_ _null_ )
insert ( 3449 numeric 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 3802 _null_ _null_ _null_ _null_ _null_ jsonb_numeric _null_ _null_ _null_ _null_ )
insert ( 3450 int2 11 10 12 1 0 0 0 f f f t f i s 1 0 21 3802 _null_ _null_ _null_ _null_ _null_ jsonb_int2 _null_ _null_ _null_ _null_ )
insert ( 3451 int4 11 10 12 1 0 0 0 f f f t f i s 1 0 23 3802 _null_ _null_ _null_ _null_ _null_ jsonb_int4 _null_ _null_ _null_ _null_ )
insert ( 3452 int8 11 10 12 1 0 0 0 f f f t f i s 1 0 20 3802 _null_ _null_ _null_ _null_ _null_ jsonb_int8 _null_ _null_ _null_ _null_ )
insert ( 3453 float4 11 10 12 1 0 0 0 f f f t f i s 1 0 700 3802 _null_ _null_ _null_ _null_ _null_ jsonb_float4 _null_ _null_ _null_ _null_ )
insert ( 2580 float8 11 10 12 1 0 0 0 f f f t f i s 1 0 701 3802 _null_ _null_ _null_ _null_ _null_ jsonb_float8 _null_ _null_ _null_ _null_ )
insert ( 1770 to_char 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '1184 25' _null_ _null_ _null_ _null_ _null_ timestamptz_to_char _null_ _null_ _null_ _null_ )
insert ( 1772 to_char 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '1700 25' _null_ _null_ _null_ _null_ _null_ numeric_to_char _null_ _null_ _null_ _null_ )
insert ( 1773 to_char 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '23 25' _null_ _null_ _null_ _null_ _null_ int4_to_char _null_ _null_ _null_ _null_ )
insert ( 1774 to_char 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '20 25' _null_ _null_ _null_ _null_ _null_ int8_to_char _null_ _null_ _null_ _null_ )
insert ( 1775 to_char 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '700 25' _null_ _null_ _null_ _null_ _null_ float4_to_char _null_ _null_ _null_ _null_ )
insert ( 1776 to_char 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '701 25' _null_ _null_ _null_ _null_ _null_ float8_to_char _null_ _null_ _null_ _null_ )
insert ( 1777 to_number 11 10 12 1 0 0 0 f f f t f s s 2 0 1700 '25 25' _null_ _null_ _null_ _null_ _null_ numeric_to_number _null_ _null_ _null_ _null_ )
insert ( 1778 to_timestamp 11 10 12 1 0 0 0 f f f t f s s 2 0 1184 '25 25' _null_ _null_ _null_ _null_ _null_ to_timestamp _null_ _null_ _null_ _null_ )
insert ( 1780 to_date 11 10 12 1 0 0 0 f f f t f s s 2 0 1082 '25 25' _null_ _null_ _null_ _null_ _null_ to_date _null_ _null_ _null_ _null_ )
insert ( 1768 to_char 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '1186 25' _null_ _null_ _null_ _null_ _null_ interval_to_char _null_ _null_ _null_ _null_ )
insert ( 1282 quote_ident 11 10 12 1 0 0 0 f f f t f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ quote_ident _null_ _null_ _null_ _null_ )
insert ( 1283 quote_literal 11 10 12 1 0 0 0 f f f t f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ quote_literal _null_ _null_ _null_ _null_ )
insert ( 1285 quote_literal 11 10 14 1 0 0 0 f f f t f s s 1 0 25 2283 _null_ _null_ _null_ _null_ _null_ 'select pg_catalog.quote_literal($1::pg_catalog.text)' _null_ _null_ _null_ _null_ )
insert ( 1289 quote_nullable 11 10 12 1 0 0 0 f f f f f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ quote_nullable _null_ _null_ _null_ _null_ )
insert ( 1290 quote_nullable 11 10 14 1 0 0 0 f f f f f s s 1 0 25 2283 _null_ _null_ _null_ _null_ _null_ 'select pg_catalog.quote_nullable($1::pg_catalog.text)' _null_ _null_ _null_ _null_ )
insert ( 1798 oidin 11 10 12 1 0 0 0 f f f t f i s 1 0 26 2275 _null_ _null_ _null_ _null_ _null_ oidin _null_ _null_ _null_ _null_ )
insert ( 1799 oidout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 26 _null_ _null_ _null_ _null_ _null_ oidout _null_ _null_ _null_ _null_ )
insert ( 3058 concat 11 10 12 1 0 2276 0 f f f f f s s 1 0 25 2276 '{2276}' '{v}' _null_ _null_ _null_ text_concat _null_ _null_ _null_ _null_ )
insert ( 3059 concat_ws 11 10 12 1 0 2276 0 f f f f f s s 2 0 25 '25 2276' '{25,2276}' '{i,v}' _null_ _null_ _null_ text_concat_ws _null_ _null_ _null_ _null_ )
insert ( 3060 left 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 23' _null_ _null_ _null_ _null_ _null_ text_left _null_ _null_ _null_ _null_ )
insert ( 3061 right 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 23' _null_ _null_ _null_ _null_ _null_ text_right _null_ _null_ _null_ _null_ )
insert ( 3062 reverse 11 10 12 1 0 0 0 f f f t f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ text_reverse _null_ _null_ _null_ _null_ )
insert ( 3539 format 11 10 12 1 0 2276 0 f f f f f s s 2 0 25 '25 2276' '{25,2276}' '{i,v}' _null_ _null_ _null_ text_format _null_ _null_ _null_ _null_ )
insert ( 3540 format 11 10 12 1 0 0 0 f f f f f s s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ text_format_nv _null_ _null_ _null_ _null_ )
insert ( 1810 bit_length 11 10 14 1 0 0 0 f f f t f i s 1 0 23 17 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1811 bit_length 11 10 14 1 0 0 0 f f f t f i s 1 0 23 25 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1812 bit_length 11 10 14 1 0 0 0 f f f t f i s 1 0 23 1560 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1814 iclikesel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ iclikesel _null_ _null_ _null_ _null_ )
insert ( 1815 icnlikesel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ icnlikesel _null_ _null_ _null_ _null_ )
insert ( 1816 iclikejoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ iclikejoinsel _null_ _null_ _null_ _null_ )
insert ( 1817 icnlikejoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ icnlikejoinsel _null_ _null_ _null_ _null_ )
insert ( 1818 regexeqsel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ regexeqsel _null_ _null_ _null_ _null_ )
insert ( 1819 likesel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ likesel _null_ _null_ _null_ _null_ )
insert ( 1820 icregexeqsel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ icregexeqsel _null_ _null_ _null_ _null_ )
insert ( 1821 regexnesel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ regexnesel _null_ _null_ _null_ _null_ )
insert ( 1822 nlikesel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ nlikesel _null_ _null_ _null_ _null_ )
insert ( 1823 icregexnesel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ icregexnesel _null_ _null_ _null_ _null_ )
insert ( 1824 regexeqjoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ regexeqjoinsel _null_ _null_ _null_ _null_ )
insert ( 1825 likejoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ likejoinsel _null_ _null_ _null_ _null_ )
insert ( 1826 icregexeqjoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ icregexeqjoinsel _null_ _null_ _null_ _null_ )
insert ( 1827 regexnejoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ regexnejoinsel _null_ _null_ _null_ _null_ )
insert ( 1828 nlikejoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ nlikejoinsel _null_ _null_ _null_ _null_ )
insert ( 1829 icregexnejoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ icregexnejoinsel _null_ _null_ _null_ _null_ )
insert ( 3437 prefixsel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ prefixsel _null_ _null_ _null_ _null_ )
insert ( 3438 prefixjoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ prefixjoinsel _null_ _null_ _null_ _null_ )
insert ( 1830 float8_avg 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_avg _null_ _null_ _null_ _null_ )
insert ( 2512 float8_var_pop 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_var_pop _null_ _null_ _null_ _null_ )
insert ( 1831 float8_var_samp 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_var_samp _null_ _null_ _null_ _null_ )
insert ( 2513 float8_stddev_pop 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_stddev_pop _null_ _null_ _null_ _null_ )
insert ( 1832 float8_stddev_samp 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_stddev_samp _null_ _null_ _null_ _null_ )
insert ( 1833 numeric_accum 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 1700' _null_ _null_ _null_ _null_ _null_ numeric_accum _null_ _null_ _null_ _null_ )
insert ( 3341 numeric_combine 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 2281' _null_ _null_ _null_ _null_ _null_ numeric_combine _null_ _null_ _null_ _null_ )
insert ( 2858 numeric_avg_accum 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 1700' _null_ _null_ _null_ _null_ _null_ numeric_avg_accum _null_ _null_ _null_ _null_ )
insert ( 3337 numeric_avg_combine 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 2281' _null_ _null_ _null_ _null_ _null_ numeric_avg_combine _null_ _null_ _null_ _null_ )
insert ( 2740 numeric_avg_serialize 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2281 _null_ _null_ _null_ _null_ _null_ numeric_avg_serialize _null_ _null_ _null_ _null_ )
insert ( 2741 numeric_avg_deserialize 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '17 2281' _null_ _null_ _null_ _null_ _null_ numeric_avg_deserialize _null_ _null_ _null_ _null_ )
insert ( 3335 numeric_serialize 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2281 _null_ _null_ _null_ _null_ _null_ numeric_serialize _null_ _null_ _null_ _null_ )
insert ( 3336 numeric_deserialize 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '17 2281' _null_ _null_ _null_ _null_ _null_ numeric_deserialize _null_ _null_ _null_ _null_ )
insert ( 3548 numeric_accum_inv 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 1700' _null_ _null_ _null_ _null_ _null_ numeric_accum_inv _null_ _null_ _null_ _null_ )
insert ( 1834 int2_accum 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 21' _null_ _null_ _null_ _null_ _null_ int2_accum _null_ _null_ _null_ _null_ )
insert ( 1835 int4_accum 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 23' _null_ _null_ _null_ _null_ _null_ int4_accum _null_ _null_ _null_ _null_ )
insert ( 1836 int8_accum 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 20' _null_ _null_ _null_ _null_ _null_ int8_accum _null_ _null_ _null_ _null_ )
insert ( 3338 numeric_poly_combine 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 2281' _null_ _null_ _null_ _null_ _null_ numeric_poly_combine _null_ _null_ _null_ _null_ )
insert ( 3339 numeric_poly_serialize 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2281 _null_ _null_ _null_ _null_ _null_ numeric_poly_serialize _null_ _null_ _null_ _null_ )
insert ( 3340 numeric_poly_deserialize 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '17 2281' _null_ _null_ _null_ _null_ _null_ numeric_poly_deserialize _null_ _null_ _null_ _null_ )
insert ( 2746 int8_avg_accum 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 20' _null_ _null_ _null_ _null_ _null_ int8_avg_accum _null_ _null_ _null_ _null_ )
insert ( 3567 int2_accum_inv 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 21' _null_ _null_ _null_ _null_ _null_ int2_accum_inv _null_ _null_ _null_ _null_ )
insert ( 3568 int4_accum_inv 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 23' _null_ _null_ _null_ _null_ _null_ int4_accum_inv _null_ _null_ _null_ _null_ )
insert ( 3569 int8_accum_inv 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 20' _null_ _null_ _null_ _null_ _null_ int8_accum_inv _null_ _null_ _null_ _null_ )
insert ( 3387 int8_avg_accum_inv 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 20' _null_ _null_ _null_ _null_ _null_ int8_avg_accum_inv _null_ _null_ _null_ _null_ )
insert ( 2785 int8_avg_combine 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 2281' _null_ _null_ _null_ _null_ _null_ int8_avg_combine _null_ _null_ _null_ _null_ )
insert ( 2786 int8_avg_serialize 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2281 _null_ _null_ _null_ _null_ _null_ int8_avg_serialize _null_ _null_ _null_ _null_ )
insert ( 2787 int8_avg_deserialize 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '17 2281' _null_ _null_ _null_ _null_ _null_ int8_avg_deserialize _null_ _null_ _null_ _null_ )
insert ( 3324 int4_avg_combine 11 10 12 1 0 0 0 f f f t f i s 2 0 1016 '1016 1016' _null_ _null_ _null_ _null_ _null_ int4_avg_combine _null_ _null_ _null_ _null_ )
insert ( 3178 numeric_sum 11 10 12 1 0 0 0 f f f f f i s 1 0 1700 2281 _null_ _null_ _null_ _null_ _null_ numeric_sum _null_ _null_ _null_ _null_ )
insert ( 1837 numeric_avg 11 10 12 1 0 0 0 f f f f f i s 1 0 1700 2281 _null_ _null_ _null_ _null_ _null_ numeric_avg _null_ _null_ _null_ _null_ )
insert ( 2514 numeric_var_pop 11 10 12 1 0 0 0 f f f f f i s 1 0 1700 2281 _null_ _null_ _null_ _null_ _null_ numeric_var_pop _null_ _null_ _null_ _null_ )
insert ( 1838 numeric_var_samp 11 10 12 1 0 0 0 f f f f f i s 1 0 1700 2281 _null_ _null_ _null_ _null_ _null_ numeric_var_samp _null_ _null_ _null_ _null_ )
insert ( 2596 numeric_stddev_pop 11 10 12 1 0 0 0 f f f f f i s 1 0 1700 2281 _null_ _null_ _null_ _null_ _null_ numeric_stddev_pop _null_ _null_ _null_ _null_ )
insert ( 1839 numeric_stddev_samp 11 10 12 1 0 0 0 f f f f f i s 1 0 1700 2281 _null_ _null_ _null_ _null_ _null_ numeric_stddev_samp _null_ _null_ _null_ _null_ )
insert ( 1840 int2_sum 11 10 12 1 0 0 0 f f f f f i s 2 0 20 '20 21' _null_ _null_ _null_ _null_ _null_ int2_sum _null_ _null_ _null_ _null_ )
insert ( 1841 int4_sum 11 10 12 1 0 0 0 f f f f f i s 2 0 20 '20 23' _null_ _null_ _null_ _null_ _null_ int4_sum _null_ _null_ _null_ _null_ )
insert ( 1842 int8_sum 11 10 12 1 0 0 0 f f f f f i s 2 0 1700 '1700 20' _null_ _null_ _null_ _null_ _null_ int8_sum _null_ _null_ _null_ _null_ )
insert ( 3388 numeric_poly_sum 11 10 12 1 0 0 0 f f f f f i s 1 0 1700 2281 _null_ _null_ _null_ _null_ _null_ numeric_poly_sum _null_ _null_ _null_ _null_ )
insert ( 3389 numeric_poly_avg 11 10 12 1 0 0 0 f f f f f i s 1 0 1700 2281 _null_ _null_ _null_ _null_ _null_ numeric_poly_avg _null_ _null_ _null_ _null_ )
insert ( 3390 numeric_poly_var_pop 11 10 12 1 0 0 0 f f f f f i s 1 0 1700 2281 _null_ _null_ _null_ _null_ _null_ numeric_poly_var_pop _null_ _null_ _null_ _null_ )
insert ( 3391 numeric_poly_var_samp 11 10 12 1 0 0 0 f f f f f i s 1 0 1700 2281 _null_ _null_ _null_ _null_ _null_ numeric_poly_var_samp _null_ _null_ _null_ _null_ )
insert ( 3392 numeric_poly_stddev_pop 11 10 12 1 0 0 0 f f f f f i s 1 0 1700 2281 _null_ _null_ _null_ _null_ _null_ numeric_poly_stddev_pop _null_ _null_ _null_ _null_ )
insert ( 3393 numeric_poly_stddev_samp 11 10 12 1 0 0 0 f f f f f i s 1 0 1700 2281 _null_ _null_ _null_ _null_ _null_ numeric_poly_stddev_samp _null_ _null_ _null_ _null_ )
insert ( 1843 interval_avg_accum 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 1186' _null_ _null_ _null_ _null_ _null_ interval_avg_accum _null_ _null_ _null_ _null_ )
insert ( 3325 interval_avg_combine 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 2281' _null_ _null_ _null_ _null_ _null_ interval_avg_combine _null_ _null_ _null_ _null_ )
insert ( 3549 interval_avg_accum_inv 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 1186' _null_ _null_ _null_ _null_ _null_ interval_avg_accum_inv _null_ _null_ _null_ _null_ )
insert ( 6324 interval_avg_serialize 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2281 _null_ _null_ _null_ _null_ _null_ interval_avg_serialize _null_ _null_ _null_ _null_ )
insert ( 6325 interval_avg_deserialize 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '17 2281' _null_ _null_ _null_ _null_ _null_ interval_avg_deserialize _null_ _null_ _null_ _null_ )
insert ( 1844 interval_avg 11 10 12 1 0 0 0 f f f f f i s 1 0 1186 2281 _null_ _null_ _null_ _null_ _null_ interval_avg _null_ _null_ _null_ _null_ )
insert ( 6326 interval_sum 11 10 12 1 0 0 0 f f f f f i s 1 0 1186 2281 _null_ _null_ _null_ _null_ _null_ interval_sum _null_ _null_ _null_ _null_ )
insert ( 1962 int2_avg_accum 11 10 12 1 0 0 0 f f f t f i s 2 0 1016 '1016 21' _null_ _null_ _null_ _null_ _null_ int2_avg_accum _null_ _null_ _null_ _null_ )
insert ( 1963 int4_avg_accum 11 10 12 1 0 0 0 f f f t f i s 2 0 1016 '1016 23' _null_ _null_ _null_ _null_ _null_ int4_avg_accum _null_ _null_ _null_ _null_ )
insert ( 3570 int2_avg_accum_inv 11 10 12 1 0 0 0 f f f t f i s 2 0 1016 '1016 21' _null_ _null_ _null_ _null_ _null_ int2_avg_accum_inv _null_ _null_ _null_ _null_ )
insert ( 3571 int4_avg_accum_inv 11 10 12 1 0 0 0 f f f t f i s 2 0 1016 '1016 23' _null_ _null_ _null_ _null_ _null_ int4_avg_accum_inv _null_ _null_ _null_ _null_ )
insert ( 1964 int8_avg 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1016 _null_ _null_ _null_ _null_ _null_ int8_avg _null_ _null_ _null_ _null_ )
insert ( 3572 int2int4_sum 11 10 12 1 0 0 0 f f f t f i s 1 0 20 1016 _null_ _null_ _null_ _null_ _null_ int2int4_sum _null_ _null_ _null_ _null_ )
insert ( 2805 int8inc_float8_float8 11 10 12 1 0 0 0 f f f t f i s 3 0 20 '20 701 701' _null_ _null_ _null_ _null_ _null_ int8inc_float8_float8 _null_ _null_ _null_ _null_ )
insert ( 2806 float8_regr_accum 11 10 12 1 0 0 0 f f f t f i s 3 0 1022 '1022 701 701' _null_ _null_ _null_ _null_ _null_ float8_regr_accum _null_ _null_ _null_ _null_ )
insert ( 3342 float8_regr_combine 11 10 12 1 0 0 0 f f f t f i s 2 0 1022 '1022 1022' _null_ _null_ _null_ _null_ _null_ float8_regr_combine _null_ _null_ _null_ _null_ )
insert ( 2807 float8_regr_sxx 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_regr_sxx _null_ _null_ _null_ _null_ )
insert ( 2808 float8_regr_syy 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_regr_syy _null_ _null_ _null_ _null_ )
insert ( 2809 float8_regr_sxy 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_regr_sxy _null_ _null_ _null_ _null_ )
insert ( 2810 float8_regr_avgx 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_regr_avgx _null_ _null_ _null_ _null_ )
insert ( 2811 float8_regr_avgy 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_regr_avgy _null_ _null_ _null_ _null_ )
insert ( 2812 float8_regr_r2 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_regr_r2 _null_ _null_ _null_ _null_ )
insert ( 2813 float8_regr_slope 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_regr_slope _null_ _null_ _null_ _null_ )
insert ( 2814 float8_regr_intercept 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_regr_intercept _null_ _null_ _null_ _null_ )
insert ( 2815 float8_covar_pop 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_covar_pop _null_ _null_ _null_ _null_ )
insert ( 2816 float8_covar_samp 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_covar_samp _null_ _null_ _null_ _null_ )
insert ( 2817 float8_corr 11 10 12 1 0 0 0 f f f t f i s 1 0 701 1022 _null_ _null_ _null_ _null_ _null_ float8_corr _null_ _null_ _null_ _null_ )
insert ( 3535 string_agg_transfn 11 10 12 1 0 0 0 f f f f f i s 3 0 2281 '2281 25 25' _null_ _null_ _null_ _null_ _null_ string_agg_transfn _null_ _null_ _null_ _null_ )
insert ( 6299 string_agg_combine 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 2281' _null_ _null_ _null_ _null_ _null_ string_agg_combine _null_ _null_ _null_ _null_ )
insert ( 6300 string_agg_serialize 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2281 _null_ _null_ _null_ _null_ _null_ string_agg_serialize _null_ _null_ _null_ _null_ )
insert ( 6301 string_agg_deserialize 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '17 2281' _null_ _null_ _null_ _null_ _null_ string_agg_deserialize _null_ _null_ _null_ _null_ )
insert ( 3536 string_agg_finalfn 11 10 12 1 0 0 0 f f f f f i s 1 0 25 2281 _null_ _null_ _null_ _null_ _null_ string_agg_finalfn _null_ _null_ _null_ _null_ )
insert ( 3538 string_agg 11 10 12 1 0 0 0 a f f f f i s 2 0 25 '25 25' _null_ _null_ '{value,delimiter}' _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3543 bytea_string_agg_transfn 11 10 12 1 0 0 0 f f f f f i s 3 0 2281 '2281 17 17' _null_ _null_ _null_ _null_ _null_ bytea_string_agg_transfn _null_ _null_ _null_ _null_ )
insert ( 3544 bytea_string_agg_finalfn 11 10 12 1 0 0 0 f f f f f i s 1 0 17 2281 _null_ _null_ _null_ _null_ _null_ bytea_string_agg_finalfn _null_ _null_ _null_ _null_ )
insert ( 3545 string_agg 11 10 12 1 0 0 0 a f f f f i s 2 0 17 '17 17' _null_ _null_ '{value,delimiter}' _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 1845 to_ascii 11 10 12 1 0 0 0 f f f t f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ to_ascii_default _null_ _null_ _null_ _null_ )
insert ( 1846 to_ascii 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 23' _null_ _null_ _null_ _null_ _null_ to_ascii_enc _null_ _null_ _null_ _null_ )
insert ( 1847 to_ascii 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 19' _null_ _null_ _null_ _null_ _null_ to_ascii_encname _null_ _null_ _null_ _null_ )
insert ( 1848 interval_pl_time 11 10 14 1 0 0 0 f f f t f i s 2 0 1083 '1186 1083' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 1850 int28eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 20' _null_ _null_ _null_ _null_ _null_ int28eq _null_ _null_ _null_ _null_ )
insert ( 1851 int28ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 20' _null_ _null_ _null_ _null_ _null_ int28ne _null_ _null_ _null_ _null_ )
insert ( 1852 int28lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 20' _null_ _null_ _null_ _null_ _null_ int28lt _null_ _null_ _null_ _null_ )
insert ( 1853 int28gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 20' _null_ _null_ _null_ _null_ _null_ int28gt _null_ _null_ _null_ _null_ )
insert ( 1854 int28le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 20' _null_ _null_ _null_ _null_ _null_ int28le _null_ _null_ _null_ _null_ )
insert ( 1855 int28ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '21 20' _null_ _null_ _null_ _null_ _null_ int28ge _null_ _null_ _null_ _null_ )
insert ( 1856 int82eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 21' _null_ _null_ _null_ _null_ _null_ int82eq _null_ _null_ _null_ _null_ )
insert ( 1857 int82ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 21' _null_ _null_ _null_ _null_ _null_ int82ne _null_ _null_ _null_ _null_ )
insert ( 1858 int82lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 21' _null_ _null_ _null_ _null_ _null_ int82lt _null_ _null_ _null_ _null_ )
insert ( 1859 int82gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 21' _null_ _null_ _null_ _null_ _null_ int82gt _null_ _null_ _null_ _null_ )
insert ( 1860 int82le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 21' _null_ _null_ _null_ _null_ _null_ int82le _null_ _null_ _null_ _null_ )
insert ( 1861 int82ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '20 21' _null_ _null_ _null_ _null_ _null_ int82ge _null_ _null_ _null_ _null_ )
insert ( 1892 int2and 11 10 12 1 0 0 0 f f f t f i s 2 0 21 '21 21' _null_ _null_ _null_ _null_ _null_ int2and _null_ _null_ _null_ _null_ )
insert ( 1893 int2or 11 10 12 1 0 0 0 f f f t f i s 2 0 21 '21 21' _null_ _null_ _null_ _null_ _null_ int2or _null_ _null_ _null_ _null_ )
insert ( 1894 int2xor 11 10 12 1 0 0 0 f f f t f i s 2 0 21 '21 21' _null_ _null_ _null_ _null_ _null_ int2xor _null_ _null_ _null_ _null_ )
insert ( 1895 int2not 11 10 12 1 0 0 0 f f f t f i s 1 0 21 21 _null_ _null_ _null_ _null_ _null_ int2not _null_ _null_ _null_ _null_ )
insert ( 1896 int2shl 11 10 12 1 0 0 0 f f f t f i s 2 0 21 '21 23' _null_ _null_ _null_ _null_ _null_ int2shl _null_ _null_ _null_ _null_ )
insert ( 1897 int2shr 11 10 12 1 0 0 0 f f f t f i s 2 0 21 '21 23' _null_ _null_ _null_ _null_ _null_ int2shr _null_ _null_ _null_ _null_ )
insert ( 1898 int4and 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4and _null_ _null_ _null_ _null_ )
insert ( 1899 int4or 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4or _null_ _null_ _null_ _null_ )
insert ( 1900 int4xor 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4xor _null_ _null_ _null_ _null_ )
insert ( 1901 int4not 11 10 12 1 0 0 0 f f f t f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ int4not _null_ _null_ _null_ _null_ )
insert ( 1902 int4shl 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4shl _null_ _null_ _null_ _null_ )
insert ( 1903 int4shr 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ int4shr _null_ _null_ _null_ _null_ )
insert ( 1904 int8and 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ int8and _null_ _null_ _null_ _null_ )
insert ( 1905 int8or 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ int8or _null_ _null_ _null_ _null_ )
insert ( 1906 int8xor 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ int8xor _null_ _null_ _null_ _null_ )
insert ( 1907 int8not 11 10 12 1 0 0 0 f f f t f i s 1 0 20 20 _null_ _null_ _null_ _null_ _null_ int8not _null_ _null_ _null_ _null_ )
insert ( 1908 int8shl 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 23' _null_ _null_ _null_ _null_ _null_ int8shl _null_ _null_ _null_ _null_ )
insert ( 1909 int8shr 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '20 23' _null_ _null_ _null_ _null_ _null_ int8shr _null_ _null_ _null_ _null_ )
insert ( 1910 int8up 11 10 12 1 0 0 0 f f f t f i s 1 0 20 20 _null_ _null_ _null_ _null_ _null_ int8up _null_ _null_ _null_ _null_ )
insert ( 1911 int2up 11 10 12 1 0 0 0 f f f t f i s 1 0 21 21 _null_ _null_ _null_ _null_ _null_ int2up _null_ _null_ _null_ _null_ )
insert ( 1912 int4up 11 10 12 1 0 0 0 f f f t f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ int4up _null_ _null_ _null_ _null_ )
insert ( 1913 float4up 11 10 12 1 0 0 0 f f f t f i s 1 0 700 700 _null_ _null_ _null_ _null_ _null_ float4up _null_ _null_ _null_ _null_ )
insert ( 1914 float8up 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ float8up _null_ _null_ _null_ _null_ )
insert ( 1915 numeric_uplus 11 10 12 1 0 0 0 f f f t f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ numeric_uplus _null_ _null_ _null_ _null_ )
insert ( 1922 has_table_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 25 25' _null_ _null_ _null_ _null_ _null_ has_table_privilege_name_name _null_ _null_ _null_ _null_ )
insert ( 1923 has_table_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 26 25' _null_ _null_ _null_ _null_ _null_ has_table_privilege_name_id _null_ _null_ _null_ _null_ )
insert ( 1924 has_table_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 25 25' _null_ _null_ _null_ _null_ _null_ has_table_privilege_id_name _null_ _null_ _null_ _null_ )
insert ( 1925 has_table_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 26 25' _null_ _null_ _null_ _null_ _null_ has_table_privilege_id_id _null_ _null_ _null_ _null_ )
insert ( 1926 has_table_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ has_table_privilege_name _null_ _null_ _null_ _null_ )
insert ( 1927 has_table_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '26 25' _null_ _null_ _null_ _null_ _null_ has_table_privilege_id _null_ _null_ _null_ _null_ )
insert ( 2181 has_sequence_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 25 25' _null_ _null_ _null_ _null_ _null_ has_sequence_privilege_name_name _null_ _null_ _null_ _null_ )
insert ( 2182 has_sequence_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 26 25' _null_ _null_ _null_ _null_ _null_ has_sequence_privilege_name_id _null_ _null_ _null_ _null_ )
insert ( 2183 has_sequence_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 25 25' _null_ _null_ _null_ _null_ _null_ has_sequence_privilege_id_name _null_ _null_ _null_ _null_ )
insert ( 2184 has_sequence_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 26 25' _null_ _null_ _null_ _null_ _null_ has_sequence_privilege_id_id _null_ _null_ _null_ _null_ )
insert ( 2185 has_sequence_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ has_sequence_privilege_name _null_ _null_ _null_ _null_ )
insert ( 2186 has_sequence_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '26 25' _null_ _null_ _null_ _null_ _null_ has_sequence_privilege_id _null_ _null_ _null_ _null_ )
insert ( 3012 has_column_privilege 11 10 12 1 0 0 0 f f f t f s s 4 0 16 '19 25 25 25' _null_ _null_ _null_ _null_ _null_ has_column_privilege_name_name_name _null_ _null_ _null_ _null_ )
insert ( 3013 has_column_privilege 11 10 12 1 0 0 0 f f f t f s s 4 0 16 '19 25 21 25' _null_ _null_ _null_ _null_ _null_ has_column_privilege_name_name_attnum _null_ _null_ _null_ _null_ )
insert ( 3014 has_column_privilege 11 10 12 1 0 0 0 f f f t f s s 4 0 16 '19 26 25 25' _null_ _null_ _null_ _null_ _null_ has_column_privilege_name_id_name _null_ _null_ _null_ _null_ )
insert ( 3015 has_column_privilege 11 10 12 1 0 0 0 f f f t f s s 4 0 16 '19 26 21 25' _null_ _null_ _null_ _null_ _null_ has_column_privilege_name_id_attnum _null_ _null_ _null_ _null_ )
insert ( 3016 has_column_privilege 11 10 12 1 0 0 0 f f f t f s s 4 0 16 '26 25 25 25' _null_ _null_ _null_ _null_ _null_ has_column_privilege_id_name_name _null_ _null_ _null_ _null_ )
insert ( 3017 has_column_privilege 11 10 12 1 0 0 0 f f f t f s s 4 0 16 '26 25 21 25' _null_ _null_ _null_ _null_ _null_ has_column_privilege_id_name_attnum _null_ _null_ _null_ _null_ )
insert ( 3018 has_column_privilege 11 10 12 1 0 0 0 f f f t f s s 4 0 16 '26 26 25 25' _null_ _null_ _null_ _null_ _null_ has_column_privilege_id_id_name _null_ _null_ _null_ _null_ )
insert ( 3019 has_column_privilege 11 10 12 1 0 0 0 f f f t f s s 4 0 16 '26 26 21 25' _null_ _null_ _null_ _null_ _null_ has_column_privilege_id_id_attnum _null_ _null_ _null_ _null_ )
insert ( 3020 has_column_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '25 25 25' _null_ _null_ _null_ _null_ _null_ has_column_privilege_name_name _null_ _null_ _null_ _null_ )
insert ( 3021 has_column_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '25 21 25' _null_ _null_ _null_ _null_ _null_ has_column_privilege_name_attnum _null_ _null_ _null_ _null_ )
insert ( 3022 has_column_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 25 25' _null_ _null_ _null_ _null_ _null_ has_column_privilege_id_name _null_ _null_ _null_ _null_ )
insert ( 3023 has_column_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 21 25' _null_ _null_ _null_ _null_ _null_ has_column_privilege_id_attnum _null_ _null_ _null_ _null_ )
insert ( 3024 has_any_column_privilege 11 10 12 10 0 0 0 f f f t f s s 3 0 16 '19 25 25' _null_ _null_ _null_ _null_ _null_ has_any_column_privilege_name_name _null_ _null_ _null_ _null_ )
insert ( 3025 has_any_column_privilege 11 10 12 10 0 0 0 f f f t f s s 3 0 16 '19 26 25' _null_ _null_ _null_ _null_ _null_ has_any_column_privilege_name_id _null_ _null_ _null_ _null_ )
insert ( 3026 has_any_column_privilege 11 10 12 10 0 0 0 f f f t f s s 3 0 16 '26 25 25' _null_ _null_ _null_ _null_ _null_ has_any_column_privilege_id_name _null_ _null_ _null_ _null_ )
insert ( 3027 has_any_column_privilege 11 10 12 10 0 0 0 f f f t f s s 3 0 16 '26 26 25' _null_ _null_ _null_ _null_ _null_ has_any_column_privilege_id_id _null_ _null_ _null_ _null_ )
insert ( 3028 has_any_column_privilege 11 10 12 10 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ has_any_column_privilege_name _null_ _null_ _null_ _null_ )
insert ( 3029 has_any_column_privilege 11 10 12 10 0 0 0 f f f t f s s 2 0 16 '26 25' _null_ _null_ _null_ _null_ _null_ has_any_column_privilege_id _null_ _null_ _null_ _null_ )
insert ( 3355 pg_ndistinct_in 11 10 12 1 0 0 0 f f f t f i s 1 0 3361 2275 _null_ _null_ _null_ _null_ _null_ pg_ndistinct_in _null_ _null_ _null_ _null_ )
insert ( 3356 pg_ndistinct_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 3361 _null_ _null_ _null_ _null_ _null_ pg_ndistinct_out _null_ _null_ _null_ _null_ )
insert ( 3357 pg_ndistinct_recv 11 10 12 1 0 0 0 f f f t f s s 1 0 3361 2281 _null_ _null_ _null_ _null_ _null_ pg_ndistinct_recv _null_ _null_ _null_ _null_ )
insert ( 3358 pg_ndistinct_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 3361 _null_ _null_ _null_ _null_ _null_ pg_ndistinct_send _null_ _null_ _null_ _null_ )
insert ( 3404 pg_dependencies_in 11 10 12 1 0 0 0 f f f t f i s 1 0 3402 2275 _null_ _null_ _null_ _null_ _null_ pg_dependencies_in _null_ _null_ _null_ _null_ )
insert ( 3405 pg_dependencies_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 3402 _null_ _null_ _null_ _null_ _null_ pg_dependencies_out _null_ _null_ _null_ _null_ )
insert ( 3406 pg_dependencies_recv 11 10 12 1 0 0 0 f f f t f s s 1 0 3402 2281 _null_ _null_ _null_ _null_ _null_ pg_dependencies_recv _null_ _null_ _null_ _null_ )
insert ( 3407 pg_dependencies_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 3402 _null_ _null_ _null_ _null_ _null_ pg_dependencies_send _null_ _null_ _null_ _null_ )
insert ( 5018 pg_mcv_list_in 11 10 12 1 0 0 0 f f f t f i s 1 0 5017 2275 _null_ _null_ _null_ _null_ _null_ pg_mcv_list_in _null_ _null_ _null_ _null_ )
insert ( 5019 pg_mcv_list_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 5017 _null_ _null_ _null_ _null_ _null_ pg_mcv_list_out _null_ _null_ _null_ _null_ )
insert ( 5020 pg_mcv_list_recv 11 10 12 1 0 0 0 f f f t f s s 1 0 5017 2281 _null_ _null_ _null_ _null_ _null_ pg_mcv_list_recv _null_ _null_ _null_ _null_ )
insert ( 5021 pg_mcv_list_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 5017 _null_ _null_ _null_ _null_ _null_ pg_mcv_list_send _null_ _null_ _null_ _null_ )
insert ( 3427 pg_mcv_list_items 11 10 12 1 1000 0 0 f f f t t s s 1 0 2249 5017 '{5017,23,1009,1000,701,701}' '{i,o,o,o,o,o}' '{mcv_list,index,values,nulls,frequency,base_frequency}' _null_ _null_ pg_stats_ext_mcvlist_items _null_ _null_ _null_ _null_ )
insert ( 1928 pg_stat_get_numscans 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_numscans _null_ _null_ _null_ _null_ )
insert ( 6310 pg_stat_get_lastscan 11 10 12 1 0 0 0 f f f t f s r 1 0 1184 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_lastscan _null_ _null_ _null_ _null_ )
insert ( 1929 pg_stat_get_tuples_returned 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_tuples_returned _null_ _null_ _null_ _null_ )
insert ( 1930 pg_stat_get_tuples_fetched 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_tuples_fetched _null_ _null_ _null_ _null_ )
insert ( 1931 pg_stat_get_tuples_inserted 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_tuples_inserted _null_ _null_ _null_ _null_ )
insert ( 1932 pg_stat_get_tuples_updated 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_tuples_updated _null_ _null_ _null_ _null_ )
insert ( 1933 pg_stat_get_tuples_deleted 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_tuples_deleted _null_ _null_ _null_ _null_ )
insert ( 1972 pg_stat_get_tuples_hot_updated 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_tuples_hot_updated _null_ _null_ _null_ _null_ )
insert ( 6217 pg_stat_get_tuples_newpage_updated 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_tuples_newpage_updated _null_ _null_ _null_ _null_ )
insert ( 2878 pg_stat_get_live_tuples 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_live_tuples _null_ _null_ _null_ _null_ )
insert ( 2879 pg_stat_get_dead_tuples 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_dead_tuples _null_ _null_ _null_ _null_ )
insert ( 3177 pg_stat_get_mod_since_analyze 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_mod_since_analyze _null_ _null_ _null_ _null_ )
insert ( 5053 pg_stat_get_ins_since_vacuum 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_ins_since_vacuum _null_ _null_ _null_ _null_ )
insert ( 1934 pg_stat_get_blocks_fetched 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_blocks_fetched _null_ _null_ _null_ _null_ )
insert ( 1935 pg_stat_get_blocks_hit 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_blocks_hit _null_ _null_ _null_ _null_ )
insert ( 2781 pg_stat_get_last_vacuum_time 11 10 12 1 0 0 0 f f f t f s r 1 0 1184 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_last_vacuum_time _null_ _null_ _null_ _null_ )
insert ( 2782 pg_stat_get_last_autovacuum_time 11 10 12 1 0 0 0 f f f t f s r 1 0 1184 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_last_autovacuum_time _null_ _null_ _null_ _null_ )
insert ( 2783 pg_stat_get_last_analyze_time 11 10 12 1 0 0 0 f f f t f s r 1 0 1184 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_last_analyze_time _null_ _null_ _null_ _null_ )
insert ( 2784 pg_stat_get_last_autoanalyze_time 11 10 12 1 0 0 0 f f f t f s r 1 0 1184 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_last_autoanalyze_time _null_ _null_ _null_ _null_ )
insert ( 3054 pg_stat_get_vacuum_count 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_vacuum_count _null_ _null_ _null_ _null_ )
insert ( 3055 pg_stat_get_autovacuum_count 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_autovacuum_count _null_ _null_ _null_ _null_ )
insert ( 3056 pg_stat_get_analyze_count 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_analyze_count _null_ _null_ _null_ _null_ )
insert ( 3057 pg_stat_get_autoanalyze_count 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_autoanalyze_count _null_ _null_ _null_ _null_ )
insert ( 1936 pg_stat_get_backend_idset 11 10 12 1 100 0 0 f f f t t s r 0 0 23 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_backend_idset _null_ _null_ _null_ _null_ )
insert ( 2022 pg_stat_get_activity 11 10 12 1 100 0 0 f f f f t s r 1 0 2249 23 '{23,26,23,26,25,25,25,25,25,1184,1184,1184,1184,869,25,23,28,28,25,16,25,25,23,25,1700,25,16,25,16,16,23,20}' '{i,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}' '{pid,datid,pid,usesysid,application_name,state,query,wait_event_type,wait_event,xact_start,query_start,backend_start,state_change,client_addr,client_hostname,client_port,backend_xid,backend_xmin,backend_type,ssl,sslversion,sslcipher,sslbits,ssl_client_dn,ssl_client_serial,ssl_issuer_dn,gss_auth,gss_princ,gss_enc,gss_delegation,leader_pid,query_id}' _null_ _null_ pg_stat_get_activity _null_ _null_ _null_ _null_ )
insert ( 6318 pg_get_wait_events 11 10 12 10 250 0 0 f f f t t v s 0 0 2249 '' '{25,25,25}' '{o,o,o}' '{type,name,description}' _null_ _null_ pg_get_wait_events _null_ _null_ _null_ _null_ )
insert ( 3318 pg_stat_get_progress_info 11 10 12 1 100 0 0 f f f t t s r 1 0 2249 25 '{25,23,26,26,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20}' '{i,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}' '{cmdtype,pid,datid,relid,param1,param2,param3,param4,param5,param6,param7,param8,param9,param10,param11,param12,param13,param14,param15,param16,param17,param18,param19,param20}' _null_ _null_ pg_stat_get_progress_info _null_ _null_ _null_ _null_ )
insert ( 3099 pg_stat_get_wal_senders 11 10 12 1 10 0 0 f f f f t s r 0 0 2249 '' '{23,25,3220,3220,3220,3220,1186,1186,1186,23,25,1184}' '{o,o,o,o,o,o,o,o,o,o,o,o}' '{pid,state,sent_lsn,write_lsn,flush_lsn,replay_lsn,write_lag,flush_lag,replay_lag,sync_priority,sync_state,reply_time}' _null_ _null_ pg_stat_get_wal_senders _null_ _null_ _null_ _null_ )
insert ( 3317 pg_stat_get_wal_receiver 11 10 12 1 0 0 0 f f f f f s r 0 0 2249 '' '{23,25,3220,23,3220,3220,23,1184,1184,3220,1184,25,25,23,25}' '{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}' '{pid,status,receive_start_lsn,receive_start_tli,written_lsn,flushed_lsn,received_tli,last_msg_send_time,last_msg_receipt_time,latest_end_lsn,latest_end_time,slot_name,sender_host,sender_port,conninfo}' _null_ _null_ pg_stat_get_wal_receiver _null_ _null_ _null_ _null_ )
insert ( 6169 pg_stat_get_replication_slot 11 10 12 1 0 0 0 f f f t f s r 1 0 2249 25 '{25,25,20,20,20,20,20,20,20,20,1184}' '{i,o,o,o,o,o,o,o,o,o,o}' '{slot_name,slot_name,spill_txns,spill_count,spill_bytes,stream_txns,stream_count,stream_bytes,total_txns,total_bytes,stats_reset}' _null_ _null_ pg_stat_get_replication_slot _null_ _null_ _null_ _null_ )
insert ( 6230 pg_stat_have_stats 11 10 12 1 0 0 0 f f f t f v r 3 0 16 '25 26 26' _null_ _null_ _null_ _null_ _null_ pg_stat_have_stats _null_ _null_ _null_ _null_ )
insert ( 6231 pg_stat_get_subscription_stats 11 10 12 1 0 0 0 f f f t f s r 1 0 2249 26 '{26,26,20,20,1184}' '{i,o,o,o,o}' '{subid,subid,apply_error_count,sync_error_count,stats_reset}' _null_ _null_ pg_stat_get_subscription_stats _null_ _null_ _null_ _null_ )
insert ( 6118 pg_stat_get_subscription 11 10 12 1 10 0 0 f f f f t s r 1 0 2249 26 '{26,26,26,23,23,3220,1184,1184,3220,1184,25}' '{i,o,o,o,o,o,o,o,o,o,o}' '{subid,subid,relid,pid,leader_pid,received_lsn,last_msg_send_time,last_msg_receipt_time,latest_end_lsn,latest_end_time,worker_type}' _null_ _null_ pg_stat_get_subscription _null_ _null_ _null_ _null_ )
insert ( 2026 pg_backend_pid 11 10 12 1 0 0 0 f f f t f s r 0 0 23 '' _null_ _null_ _null_ _null_ _null_ pg_backend_pid _null_ _null_ _null_ _null_ )
insert ( 1937 pg_stat_get_backend_pid 11 10 12 1 0 0 0 f f f t f s r 1 0 23 23 _null_ _null_ _null_ _null_ _null_ pg_stat_get_backend_pid _null_ _null_ _null_ _null_ )
insert ( 1938 pg_stat_get_backend_dbid 11 10 12 1 0 0 0 f f f t f s r 1 0 26 23 _null_ _null_ _null_ _null_ _null_ pg_stat_get_backend_dbid _null_ _null_ _null_ _null_ )
insert ( 6107 pg_stat_get_backend_subxact 11 10 12 1 0 0 0 f f f t f s r 1 0 2249 23 '{23,23,16}' '{i,o,o}' '{bid,subxact_count,subxact_overflowed}' _null_ _null_ pg_stat_get_backend_subxact _null_ _null_ _null_ _null_ )
insert ( 1939 pg_stat_get_backend_userid 11 10 12 1 0 0 0 f f f t f s r 1 0 26 23 _null_ _null_ _null_ _null_ _null_ pg_stat_get_backend_userid _null_ _null_ _null_ _null_ )
insert ( 1940 pg_stat_get_backend_activity 11 10 12 1 0 0 0 f f f t f s r 1 0 25 23 _null_ _null_ _null_ _null_ _null_ pg_stat_get_backend_activity _null_ _null_ _null_ _null_ )
insert ( 2788 pg_stat_get_backend_wait_event_type 11 10 12 1 0 0 0 f f f t f s r 1 0 25 23 _null_ _null_ _null_ _null_ _null_ pg_stat_get_backend_wait_event_type _null_ _null_ _null_ _null_ )
insert ( 2853 pg_stat_get_backend_wait_event 11 10 12 1 0 0 0 f f f t f s r 1 0 25 23 _null_ _null_ _null_ _null_ _null_ pg_stat_get_backend_wait_event _null_ _null_ _null_ _null_ )
insert ( 2094 pg_stat_get_backend_activity_start 11 10 12 1 0 0 0 f f f t f s r 1 0 1184 23 _null_ _null_ _null_ _null_ _null_ pg_stat_get_backend_activity_start _null_ _null_ _null_ _null_ )
insert ( 2857 pg_stat_get_backend_xact_start 11 10 12 1 0 0 0 f f f t f s r 1 0 1184 23 _null_ _null_ _null_ _null_ _null_ pg_stat_get_backend_xact_start _null_ _null_ _null_ _null_ )
insert ( 1391 pg_stat_get_backend_start 11 10 12 1 0 0 0 f f f t f s r 1 0 1184 23 _null_ _null_ _null_ _null_ _null_ pg_stat_get_backend_start _null_ _null_ _null_ _null_ )
insert ( 1392 pg_stat_get_backend_client_addr 11 10 12 1 0 0 0 f f f t f s r 1 0 869 23 _null_ _null_ _null_ _null_ _null_ pg_stat_get_backend_client_addr _null_ _null_ _null_ _null_ )
insert ( 1393 pg_stat_get_backend_client_port 11 10 12 1 0 0 0 f f f t f s r 1 0 23 23 _null_ _null_ _null_ _null_ _null_ pg_stat_get_backend_client_port _null_ _null_ _null_ _null_ )
insert ( 1941 pg_stat_get_db_numbackends 11 10 12 1 0 0 0 f f f t f s r 1 0 23 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_numbackends _null_ _null_ _null_ _null_ )
insert ( 1942 pg_stat_get_db_xact_commit 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_xact_commit _null_ _null_ _null_ _null_ )
insert ( 1943 pg_stat_get_db_xact_rollback 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_xact_rollback _null_ _null_ _null_ _null_ )
insert ( 1944 pg_stat_get_db_blocks_fetched 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_blocks_fetched _null_ _null_ _null_ _null_ )
insert ( 1945 pg_stat_get_db_blocks_hit 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_blocks_hit _null_ _null_ _null_ _null_ )
insert ( 2758 pg_stat_get_db_tuples_returned 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_tuples_returned _null_ _null_ _null_ _null_ )
insert ( 2759 pg_stat_get_db_tuples_fetched 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_tuples_fetched _null_ _null_ _null_ _null_ )
insert ( 2760 pg_stat_get_db_tuples_inserted 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_tuples_inserted _null_ _null_ _null_ _null_ )
insert ( 2761 pg_stat_get_db_tuples_updated 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_tuples_updated _null_ _null_ _null_ _null_ )
insert ( 2762 pg_stat_get_db_tuples_deleted 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_tuples_deleted _null_ _null_ _null_ _null_ )
insert ( 3065 pg_stat_get_db_conflict_tablespace 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_conflict_tablespace _null_ _null_ _null_ _null_ )
insert ( 3066 pg_stat_get_db_conflict_lock 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_conflict_lock _null_ _null_ _null_ _null_ )
insert ( 3067 pg_stat_get_db_conflict_snapshot 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_conflict_snapshot _null_ _null_ _null_ _null_ )
insert ( 6309 pg_stat_get_db_conflict_logicalslot 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_conflict_logicalslot _null_ _null_ _null_ _null_ )
insert ( 3068 pg_stat_get_db_conflict_bufferpin 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_conflict_bufferpin _null_ _null_ _null_ _null_ )
insert ( 3069 pg_stat_get_db_conflict_startup_deadlock 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_conflict_startup_deadlock _null_ _null_ _null_ _null_ )
insert ( 3070 pg_stat_get_db_conflict_all 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_conflict_all _null_ _null_ _null_ _null_ )
insert ( 3152 pg_stat_get_db_deadlocks 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_deadlocks _null_ _null_ _null_ _null_ )
insert ( 3426 pg_stat_get_db_checksum_failures 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_checksum_failures _null_ _null_ _null_ _null_ )
insert ( 3428 pg_stat_get_db_checksum_last_failure 11 10 12 1 0 0 0 f f f t f s r 1 0 1184 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_checksum_last_failure _null_ _null_ _null_ _null_ )
insert ( 3074 pg_stat_get_db_stat_reset_time 11 10 12 1 0 0 0 f f f t f s r 1 0 1184 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_stat_reset_time _null_ _null_ _null_ _null_ )
insert ( 3150 pg_stat_get_db_temp_files 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_temp_files _null_ _null_ _null_ _null_ )
insert ( 3151 pg_stat_get_db_temp_bytes 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_temp_bytes _null_ _null_ _null_ _null_ )
insert ( 2844 pg_stat_get_db_blk_read_time 11 10 12 1 0 0 0 f f f t f s r 1 0 701 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_blk_read_time _null_ _null_ _null_ _null_ )
insert ( 2845 pg_stat_get_db_blk_write_time 11 10 12 1 0 0 0 f f f t f s r 1 0 701 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_blk_write_time _null_ _null_ _null_ _null_ )
insert ( 6185 pg_stat_get_db_session_time 11 10 12 1 0 0 0 f f f t f s r 1 0 701 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_session_time _null_ _null_ _null_ _null_ )
insert ( 6186 pg_stat_get_db_active_time 11 10 12 1 0 0 0 f f f t f s r 1 0 701 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_active_time _null_ _null_ _null_ _null_ )
insert ( 6187 pg_stat_get_db_idle_in_transaction_time 11 10 12 1 0 0 0 f f f t f s r 1 0 701 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_idle_in_transaction_time _null_ _null_ _null_ _null_ )
insert ( 6188 pg_stat_get_db_sessions 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_sessions _null_ _null_ _null_ _null_ )
insert ( 6189 pg_stat_get_db_sessions_abandoned 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_sessions_abandoned _null_ _null_ _null_ _null_ )
insert ( 6190 pg_stat_get_db_sessions_fatal 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_sessions_fatal _null_ _null_ _null_ _null_ )
insert ( 6191 pg_stat_get_db_sessions_killed 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_sessions_killed _null_ _null_ _null_ _null_ )
insert ( 3195 pg_stat_get_archiver 11 10 12 1 0 0 0 f f f f f s r 0 0 2249 '' '{20,25,1184,20,25,1184,1184}' '{o,o,o,o,o,o,o}' '{archived_count,last_archived_wal,last_archived_time,failed_count,last_failed_wal,last_failed_time,stats_reset}' _null_ _null_ pg_stat_get_archiver _null_ _null_ _null_ _null_ )
insert ( 2769 pg_stat_get_checkpointer_num_timed 11 10 12 1 0 0 0 f f f t f s r 0 0 20 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_checkpointer_num_timed _null_ _null_ _null_ _null_ )
insert ( 2770 pg_stat_get_checkpointer_num_requested 11 10 12 1 0 0 0 f f f t f s r 0 0 20 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_checkpointer_num_requested _null_ _null_ _null_ _null_ )
insert ( 6327 pg_stat_get_checkpointer_restartpoints_timed 11 10 12 1 0 0 0 f f f t f s r 0 0 20 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_checkpointer_restartpoints_timed _null_ _null_ _null_ _null_ )
insert ( 6328 pg_stat_get_checkpointer_restartpoints_requested 11 10 12 1 0 0 0 f f f t f s r 0 0 20 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_checkpointer_restartpoints_requested _null_ _null_ _null_ _null_ )
insert ( 6329 pg_stat_get_checkpointer_restartpoints_performed 11 10 12 1 0 0 0 f f f t f s r 0 0 20 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_checkpointer_restartpoints_performed _null_ _null_ _null_ _null_ )
insert ( 2771 pg_stat_get_checkpointer_buffers_written 11 10 12 1 0 0 0 f f f t f s r 0 0 20 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_checkpointer_buffers_written _null_ _null_ _null_ _null_ )
insert ( 6314 pg_stat_get_checkpointer_stat_reset_time 11 10 12 1 0 0 0 f f f t f s r 0 0 1184 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_checkpointer_stat_reset_time _null_ _null_ _null_ _null_ )
insert ( 2772 pg_stat_get_bgwriter_buf_written_clean 11 10 12 1 0 0 0 f f f t f s r 0 0 20 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_bgwriter_buf_written_clean _null_ _null_ _null_ _null_ )
insert ( 2773 pg_stat_get_bgwriter_maxwritten_clean 11 10 12 1 0 0 0 f f f t f s r 0 0 20 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_bgwriter_maxwritten_clean _null_ _null_ _null_ _null_ )
insert ( 3075 pg_stat_get_bgwriter_stat_reset_time 11 10 12 1 0 0 0 f f f t f s r 0 0 1184 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_bgwriter_stat_reset_time _null_ _null_ _null_ _null_ )
insert ( 3160 pg_stat_get_checkpointer_write_time 11 10 12 1 0 0 0 f f f t f s r 0 0 701 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_checkpointer_write_time _null_ _null_ _null_ _null_ )
insert ( 3161 pg_stat_get_checkpointer_sync_time 11 10 12 1 0 0 0 f f f t f s r 0 0 701 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_checkpointer_sync_time _null_ _null_ _null_ _null_ )
insert ( 2859 pg_stat_get_buf_alloc 11 10 12 1 0 0 0 f f f t f s r 0 0 20 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_buf_alloc _null_ _null_ _null_ _null_ )
insert ( 6214 pg_stat_get_io 11 10 12 1 30 0 0 f f f t t v r 0 0 2249 '' '{25,25,25,20,701,20,701,20,701,20,701,20,20,20,20,20,701,1184}' '{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}' '{backend_type,object,context,reads,read_time,writes,write_time,writebacks,writeback_time,extends,extend_time,op_bytes,hits,evictions,reuses,fsyncs,fsync_time,stats_reset}' _null_ _null_ pg_stat_get_io _null_ _null_ _null_ _null_ )
insert ( 1136 pg_stat_get_wal 11 10 12 1 0 0 0 f f f f f s r 0 0 2249 '' '{20,20,1700,20,20,20,701,701,1184}' '{o,o,o,o,o,o,o,o,o}' '{wal_records,wal_fpi,wal_bytes,wal_buffers_full,wal_write,wal_sync,wal_write_time,wal_sync_time,stats_reset}' _null_ _null_ pg_stat_get_wal _null_ _null_ _null_ _null_ )
insert ( 6248 pg_stat_get_recovery_prefetch 11 10 12 1 1 0 0 f f f t t v s 0 0 2249 '' '{1184,20,20,20,20,20,20,23,23,23}' '{o,o,o,o,o,o,o,o,o,o}' '{stats_reset,prefetch,hit,skip_init,skip_new,skip_fpw,skip_rep,wal_distance,block_distance,io_depth}' _null_ _null_ pg_stat_get_recovery_prefetch _null_ _null_ _null_ _null_ )
insert ( 2306 pg_stat_get_slru 11 10 12 1 100 0 0 f f f f t s r 0 0 2249 '' '{25,20,20,20,20,20,20,20,1184}' '{o,o,o,o,o,o,o,o,o}' '{name,blks_zeroed,blks_hit,blks_read,blks_written,blks_exists,flushes,truncates,stats_reset}' _null_ _null_ pg_stat_get_slru _null_ _null_ _null_ _null_ )
insert ( 2978 pg_stat_get_function_calls 11 10 12 1 0 0 0 f f f t f s r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_function_calls _null_ _null_ _null_ _null_ )
insert ( 2979 pg_stat_get_function_total_time 11 10 12 1 0 0 0 f f f t f s r 1 0 701 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_function_total_time _null_ _null_ _null_ _null_ )
insert ( 2980 pg_stat_get_function_self_time 11 10 12 1 0 0 0 f f f t f s r 1 0 701 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_function_self_time _null_ _null_ _null_ _null_ )
insert ( 3037 pg_stat_get_xact_numscans 11 10 12 1 0 0 0 f f f t f v r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_numscans _null_ _null_ _null_ _null_ )
insert ( 3038 pg_stat_get_xact_tuples_returned 11 10 12 1 0 0 0 f f f t f v r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_tuples_returned _null_ _null_ _null_ _null_ )
insert ( 3039 pg_stat_get_xact_tuples_fetched 11 10 12 1 0 0 0 f f f t f v r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_tuples_fetched _null_ _null_ _null_ _null_ )
insert ( 3040 pg_stat_get_xact_tuples_inserted 11 10 12 1 0 0 0 f f f t f v r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_tuples_inserted _null_ _null_ _null_ _null_ )
insert ( 3041 pg_stat_get_xact_tuples_updated 11 10 12 1 0 0 0 f f f t f v r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_tuples_updated _null_ _null_ _null_ _null_ )
insert ( 3042 pg_stat_get_xact_tuples_deleted 11 10 12 1 0 0 0 f f f t f v r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_tuples_deleted _null_ _null_ _null_ _null_ )
insert ( 3043 pg_stat_get_xact_tuples_hot_updated 11 10 12 1 0 0 0 f f f t f v r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_tuples_hot_updated _null_ _null_ _null_ _null_ )
insert ( 6218 pg_stat_get_xact_tuples_newpage_updated 11 10 12 1 0 0 0 f f f t f v r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_tuples_newpage_updated _null_ _null_ _null_ _null_ )
insert ( 3044 pg_stat_get_xact_blocks_fetched 11 10 12 1 0 0 0 f f f t f v r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_blocks_fetched _null_ _null_ _null_ _null_ )
insert ( 3045 pg_stat_get_xact_blocks_hit 11 10 12 1 0 0 0 f f f t f v r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_blocks_hit _null_ _null_ _null_ _null_ )
insert ( 3046 pg_stat_get_xact_function_calls 11 10 12 1 0 0 0 f f f t f v r 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_function_calls _null_ _null_ _null_ _null_ )
insert ( 3047 pg_stat_get_xact_function_total_time 11 10 12 1 0 0 0 f f f t f v r 1 0 701 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_function_total_time _null_ _null_ _null_ _null_ )
insert ( 3048 pg_stat_get_xact_function_self_time 11 10 12 1 0 0 0 f f f t f v r 1 0 701 26 _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_function_self_time _null_ _null_ _null_ _null_ )
insert ( 3788 pg_stat_get_snapshot_timestamp 11 10 12 1 0 0 0 f f f t f s r 0 0 1184 '' _null_ _null_ _null_ _null_ _null_ pg_stat_get_snapshot_timestamp _null_ _null_ _null_ _null_ )
insert ( 2230 pg_stat_clear_snapshot 11 10 12 1 0 0 0 f f f f f v r 0 0 2278 '' _null_ _null_ _null_ _null_ _null_ pg_stat_clear_snapshot _null_ _null_ _null_ _null_ )
insert ( 2137 pg_stat_force_next_flush 11 10 12 1 0 0 0 f f f f f v r 0 0 2278 '' _null_ _null_ _null_ _null_ _null_ pg_stat_force_next_flush _null_ _null_ _null_ _null_ )
insert ( 2274 pg_stat_reset 11 10 12 1 0 0 0 f f f f f v s 0 0 2278 '' _null_ _null_ _null_ _null_ _null_ pg_stat_reset _null_ _null_ _null_ _null_ )
insert ( 3775 pg_stat_reset_shared 11 10 12 1 0 0 0 f f f f f v s 1 0 2278 25 _null_ _null_ _null_ _null_ _null_ pg_stat_reset_shared _null_ _null_ _null_ _null_ )
insert ( 3776 pg_stat_reset_single_table_counters 11 10 12 1 0 0 0 f f f t f v s 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ pg_stat_reset_single_table_counters _null_ _null_ _null_ _null_ )
insert ( 3777 pg_stat_reset_single_function_counters 11 10 12 1 0 0 0 f f f t f v s 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ pg_stat_reset_single_function_counters _null_ _null_ _null_ _null_ )
insert ( 2307 pg_stat_reset_slru 11 10 12 1 0 0 0 f f f f f v s 1 0 2278 25 _null_ _null_ '{target}' _null_ _null_ pg_stat_reset_slru _null_ _null_ _null_ _null_ )
insert ( 6170 pg_stat_reset_replication_slot 11 10 12 1 0 0 0 f f f f f v s 1 0 2278 25 _null_ _null_ _null_ _null_ _null_ pg_stat_reset_replication_slot _null_ _null_ _null_ _null_ )
insert ( 6232 pg_stat_reset_subscription_stats 11 10 12 1 0 0 0 f f f f f v s 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ pg_stat_reset_subscription_stats _null_ _null_ _null_ _null_ )
insert ( 3163 pg_trigger_depth 11 10 12 1 0 0 0 f f f t f s r 0 0 23 '' _null_ _null_ _null_ _null_ _null_ pg_trigger_depth _null_ _null_ _null_ _null_ )
insert ( 3778 pg_tablespace_location 11 10 12 1 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_tablespace_location _null_ _null_ _null_ _null_ )
insert ( 1946 encode 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '17 25' _null_ _null_ _null_ _null_ _null_ binary_encode _null_ _null_ _null_ _null_ )
insert ( 1947 decode 11 10 12 1 0 0 0 f f f t f i s 2 0 17 '25 25' _null_ _null_ _null_ _null_ _null_ binary_decode _null_ _null_ _null_ _null_ )
insert ( 1948 byteaeq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '17 17' _null_ _null_ _null_ _null_ _null_ byteaeq _null_ _null_ _null_ _null_ )
insert ( 1949 bytealt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '17 17' _null_ _null_ _null_ _null_ _null_ bytealt _null_ _null_ _null_ _null_ )
insert ( 1950 byteale 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '17 17' _null_ _null_ _null_ _null_ _null_ byteale _null_ _null_ _null_ _null_ )
insert ( 1951 byteagt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '17 17' _null_ _null_ _null_ _null_ _null_ byteagt _null_ _null_ _null_ _null_ )
insert ( 1952 byteage 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '17 17' _null_ _null_ _null_ _null_ _null_ byteage _null_ _null_ _null_ _null_ )
insert ( 1953 byteane 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '17 17' _null_ _null_ _null_ _null_ _null_ byteane _null_ _null_ _null_ _null_ )
insert ( 1954 byteacmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '17 17' _null_ _null_ _null_ _null_ _null_ byteacmp _null_ _null_ _null_ _null_ )
insert ( 3331 bytea_sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ bytea_sortsupport _null_ _null_ _null_ _null_ )
insert ( 3917 timestamp_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ timestamp_support _null_ _null_ _null_ _null_ )
insert ( 3944 time_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ time_support _null_ _null_ _null_ _null_ )
insert ( 1961 timestamp 11 10 12 1 0 0 3917 f f f t f i s 2 0 1114 '1114 23' _null_ _null_ _null_ _null_ _null_ timestamp_scale _null_ _null_ _null_ _null_ )
insert ( 1965 oidlarger 11 10 12 1 0 0 0 f f f t f i s 2 0 26 '26 26' _null_ _null_ _null_ _null_ _null_ oidlarger _null_ _null_ _null_ _null_ )
insert ( 1966 oidsmaller 11 10 12 1 0 0 0 f f f t f i s 2 0 26 '26 26' _null_ _null_ _null_ _null_ _null_ oidsmaller _null_ _null_ _null_ _null_ )
insert ( 1967 timestamptz 11 10 12 1 0 0 3917 f f f t f i s 2 0 1184 '1184 23' _null_ _null_ _null_ _null_ _null_ timestamptz_scale _null_ _null_ _null_ _null_ )
insert ( 1968 time 11 10 12 1 0 0 3944 f f f t f i s 2 0 1083 '1083 23' _null_ _null_ _null_ _null_ _null_ time_scale _null_ _null_ _null_ _null_ )
insert ( 1969 timetz 11 10 12 1 0 0 3944 f f f t f i s 2 0 1266 '1266 23' _null_ _null_ _null_ _null_ _null_ timetz_scale _null_ _null_ _null_ _null_ )
insert ( 2003 textanycat 11 10 14 1 0 0 0 f f f t f s s 2 0 25 '25 2776' _null_ _null_ _null_ _null_ _null_ 'select $1 operator(pg_catalog.||) $2::pg_catalog.text' _null_ _null_ _null_ _null_ )
insert ( 2004 anytextcat 11 10 14 1 0 0 0 f f f t f s s 2 0 25 '2776 25' _null_ _null_ _null_ _null_ _null_ 'select $1::pg_catalog.text operator(pg_catalog.||) $2' _null_ _null_ _null_ _null_ )
insert ( 2005 bytealike 11 10 12 1 0 0 1023 f f f t f i s 2 0 16 '17 17' _null_ _null_ _null_ _null_ _null_ bytealike _null_ _null_ _null_ _null_ )
insert ( 2006 byteanlike 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '17 17' _null_ _null_ _null_ _null_ _null_ byteanlike _null_ _null_ _null_ _null_ )
insert ( 2007 like 11 10 12 1 0 0 1023 f f f t f i s 2 0 16 '17 17' _null_ _null_ _null_ _null_ _null_ bytealike _null_ _null_ _null_ _null_ )
insert ( 2008 notlike 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '17 17' _null_ _null_ _null_ _null_ _null_ byteanlike _null_ _null_ _null_ _null_ )
insert ( 2009 like_escape 11 10 12 1 0 0 0 f f f t f i s 2 0 17 '17 17' _null_ _null_ _null_ _null_ _null_ like_escape_bytea _null_ _null_ _null_ _null_ )
insert ( 2010 length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 17 _null_ _null_ _null_ _null_ _null_ byteaoctetlen _null_ _null_ _null_ _null_ )
insert ( 2011 byteacat 11 10 12 1 0 0 0 f f f t f i s 2 0 17 '17 17' _null_ _null_ _null_ _null_ _null_ byteacat _null_ _null_ _null_ _null_ )
insert ( 2012 substring 11 10 12 1 0 0 0 f f f t f i s 3 0 17 '17 23 23' _null_ _null_ _null_ _null_ _null_ bytea_substr _null_ _null_ _null_ _null_ )
insert ( 2013 substring 11 10 12 1 0 0 0 f f f t f i s 2 0 17 '17 23' _null_ _null_ _null_ _null_ _null_ bytea_substr_no_len _null_ _null_ _null_ _null_ )
insert ( 2085 substr 11 10 12 1 0 0 0 f f f t f i s 3 0 17 '17 23 23' _null_ _null_ _null_ _null_ _null_ bytea_substr _null_ _null_ _null_ _null_ )
insert ( 2086 substr 11 10 12 1 0 0 0 f f f t f i s 2 0 17 '17 23' _null_ _null_ _null_ _null_ _null_ bytea_substr_no_len _null_ _null_ _null_ _null_ )
insert ( 2014 position 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '17 17' _null_ _null_ _null_ _null_ _null_ byteapos _null_ _null_ _null_ _null_ )
insert ( 2015 btrim 11 10 12 1 0 0 0 f f f t f i s 2 0 17 '17 17' _null_ _null_ _null_ _null_ _null_ byteatrim _null_ _null_ _null_ _null_ )
insert ( 6195 ltrim 11 10 12 1 0 0 0 f f f t f i s 2 0 17 '17 17' _null_ _null_ _null_ _null_ _null_ bytealtrim _null_ _null_ _null_ _null_ )
insert ( 6196 rtrim 11 10 12 1 0 0 0 f f f t f i s 2 0 17 '17 17' _null_ _null_ _null_ _null_ _null_ byteartrim _null_ _null_ _null_ _null_ )
insert ( 2019 time 11 10 12 1 0 0 0 f f f t f s s 1 0 1083 1184 _null_ _null_ _null_ _null_ _null_ timestamptz_time _null_ _null_ _null_ _null_ )
insert ( 2020 date_trunc 11 10 12 1 0 0 0 f f f t f i s 2 0 1114 '25 1114' _null_ _null_ _null_ _null_ _null_ timestamp_trunc _null_ _null_ _null_ _null_ )
insert ( 6177 date_bin 11 10 12 1 0 0 0 f f f t f i s 3 0 1114 '1186 1114 1114' _null_ _null_ _null_ _null_ _null_ timestamp_bin _null_ _null_ _null_ _null_ )
insert ( 6178 date_bin 11 10 12 1 0 0 0 f f f t f i s 3 0 1184 '1186 1184 1184' _null_ _null_ _null_ _null_ _null_ timestamptz_bin _null_ _null_ _null_ _null_ )
insert ( 2021 date_part 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '25 1114' _null_ _null_ _null_ _null_ _null_ timestamp_part _null_ _null_ _null_ _null_ )
insert ( 6202 extract 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '25 1114' _null_ _null_ _null_ _null_ _null_ extract_timestamp _null_ _null_ _null_ _null_ )
insert ( 2024 timestamp 11 10 12 1 0 0 0 f f f t f i s 1 0 1114 1082 _null_ _null_ _null_ _null_ _null_ date_timestamp _null_ _null_ _null_ _null_ )
insert ( 2025 timestamp 11 10 12 1 0 0 0 f f f t f i s 2 0 1114 '1082 1083' _null_ _null_ _null_ _null_ _null_ datetime_timestamp _null_ _null_ _null_ _null_ )
insert ( 2027 timestamp 11 10 12 1 0 0 0 f f f t f s s 1 0 1114 1184 _null_ _null_ _null_ _null_ _null_ timestamptz_timestamp _null_ _null_ _null_ _null_ )
insert ( 2028 timestamptz 11 10 12 1 0 0 0 f f f t f s s 1 0 1184 1114 _null_ _null_ _null_ _null_ _null_ timestamp_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2029 date 11 10 12 1 0 0 0 f f f t f i s 1 0 1082 1114 _null_ _null_ _null_ _null_ _null_ timestamp_date _null_ _null_ _null_ _null_ )
insert ( 2031 timestamp_mi 11 10 12 1 0 0 0 f f f t f i s 2 0 1186 '1114 1114' _null_ _null_ _null_ _null_ _null_ timestamp_mi _null_ _null_ _null_ _null_ )
insert ( 2032 timestamp_pl_interval 11 10 12 1 0 0 0 f f f t f i s 2 0 1114 '1114 1186' _null_ _null_ _null_ _null_ _null_ timestamp_pl_interval _null_ _null_ _null_ _null_ )
insert ( 2033 timestamp_mi_interval 11 10 12 1 0 0 0 f f f t f i s 2 0 1114 '1114 1186' _null_ _null_ _null_ _null_ _null_ timestamp_mi_interval _null_ _null_ _null_ _null_ )
insert ( 2035 timestamp_smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 1114 '1114 1114' _null_ _null_ _null_ _null_ _null_ timestamp_smaller _null_ _null_ _null_ _null_ )
insert ( 2036 timestamp_larger 11 10 12 1 0 0 0 f f f t f i s 2 0 1114 '1114 1114' _null_ _null_ _null_ _null_ _null_ timestamp_larger _null_ _null_ _null_ _null_ )
insert ( 2037 timezone 11 10 12 1 0 0 0 f f f t f s s 2 0 1266 '25 1266' _null_ _null_ _null_ _null_ _null_ timetz_zone _null_ _null_ _null_ _null_ )
insert ( 2038 timezone 11 10 12 1 0 0 0 f f f t f i s 2 0 1266 '1186 1266' _null_ _null_ _null_ _null_ _null_ timetz_izone _null_ _null_ _null_ _null_ )
insert ( 6336 timezone 11 10 12 1 0 0 0 f f f t f s s 1 0 1266 1266 _null_ _null_ _null_ _null_ _null_ timetz_at_local _null_ _null_ _null_ _null_ )
insert ( 2039 timestamp_hash 11 10 12 1 0 0 0 f f f t f i s 1 0 23 1114 _null_ _null_ _null_ _null_ _null_ timestamp_hash _null_ _null_ _null_ _null_ )
insert ( 3411 timestamp_hash_extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '1114 20' _null_ _null_ _null_ _null_ _null_ timestamp_hash_extended _null_ _null_ _null_ _null_ )
insert ( 2041 overlaps 11 10 12 1 0 0 0 f f f f f i s 4 0 16 '1114 1114 1114 1114' _null_ _null_ _null_ _null_ _null_ overlaps_timestamp _null_ _null_ _null_ _null_ )
insert ( 2042 overlaps 11 10 14 1 0 0 0 f f f f f i s 4 0 16 '1114 1186 1114 1186' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 2043 overlaps 11 10 14 1 0 0 0 f f f f f i s 4 0 16 '1114 1114 1114 1186' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 2044 overlaps 11 10 14 1 0 0 0 f f f f f i s 4 0 16 '1114 1186 1114 1114' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 2045 timestamp_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '1114 1114' _null_ _null_ _null_ _null_ _null_ timestamp_cmp _null_ _null_ _null_ _null_ )
insert ( 3137 timestamp_sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ timestamp_sortsupport _null_ _null_ _null_ _null_ )
insert ( 4134 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '1114 1114 1186 16 16' _null_ _null_ _null_ _null_ _null_ in_range_timestamp_interval _null_ _null_ _null_ _null_ )
insert ( 4135 in_range 11 10 12 1 0 0 0 f f f t f s s 5 0 16 '1184 1184 1186 16 16' _null_ _null_ _null_ _null_ _null_ in_range_timestamptz_interval _null_ _null_ _null_ _null_ )
insert ( 4136 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '1186 1186 1186 16 16' _null_ _null_ _null_ _null_ _null_ in_range_interval_interval _null_ _null_ _null_ _null_ )
insert ( 4137 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '1083 1083 1186 16 16' _null_ _null_ _null_ _null_ _null_ in_range_time_interval _null_ _null_ _null_ _null_ )
insert ( 4138 in_range 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '1266 1266 1186 16 16' _null_ _null_ _null_ _null_ _null_ in_range_timetz_interval _null_ _null_ _null_ _null_ )
insert ( 2046 time 11 10 12 1 0 0 0 f f f t f i s 1 0 1083 1266 _null_ _null_ _null_ _null_ _null_ timetz_time _null_ _null_ _null_ _null_ )
insert ( 2047 timetz 11 10 12 1 0 0 0 f f f t f s s 1 0 1266 1083 _null_ _null_ _null_ _null_ _null_ time_timetz _null_ _null_ _null_ _null_ )
insert ( 2048 isfinite 11 10 12 1 0 0 0 f f f t f i s 1 0 16 1114 _null_ _null_ _null_ _null_ _null_ timestamp_finite _null_ _null_ _null_ _null_ )
insert ( 2049 to_char 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '1114 25' _null_ _null_ _null_ _null_ _null_ timestamp_to_char _null_ _null_ _null_ _null_ )
insert ( 2052 timestamp_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1114 1114' _null_ _null_ _null_ _null_ _null_ timestamp_eq _null_ _null_ _null_ _null_ )
insert ( 2053 timestamp_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1114 1114' _null_ _null_ _null_ _null_ _null_ timestamp_ne _null_ _null_ _null_ _null_ )
insert ( 2054 timestamp_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1114 1114' _null_ _null_ _null_ _null_ _null_ timestamp_lt _null_ _null_ _null_ _null_ )
insert ( 2055 timestamp_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1114 1114' _null_ _null_ _null_ _null_ _null_ timestamp_le _null_ _null_ _null_ _null_ )
insert ( 2056 timestamp_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1114 1114' _null_ _null_ _null_ _null_ _null_ timestamp_ge _null_ _null_ _null_ _null_ )
insert ( 2057 timestamp_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1114 1114' _null_ _null_ _null_ _null_ _null_ timestamp_gt _null_ _null_ _null_ _null_ )
insert ( 2058 age 11 10 12 1 0 0 0 f f f t f i s 2 0 1186 '1114 1114' _null_ _null_ _null_ _null_ _null_ timestamp_age _null_ _null_ _null_ _null_ )
insert ( 2059 age 11 10 14 1 0 0 0 f f f t f s s 1 0 1186 1114 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 2069 timezone 11 10 12 1 0 0 0 f f f t f i s 2 0 1184 '25 1114' _null_ _null_ _null_ _null_ _null_ timestamp_zone _null_ _null_ _null_ _null_ )
insert ( 2070 timezone 11 10 12 1 0 0 0 f f f t f i s 2 0 1184 '1186 1114' _null_ _null_ _null_ _null_ _null_ timestamp_izone _null_ _null_ _null_ _null_ )
insert ( 6335 timezone 11 10 12 1 0 0 0 f f f t f s s 1 0 1184 1114 _null_ _null_ _null_ _null_ _null_ timestamp_at_local _null_ _null_ _null_ _null_ )
insert ( 2071 date_pl_interval 11 10 12 1 0 0 0 f f f t f i s 2 0 1114 '1082 1186' _null_ _null_ _null_ _null_ _null_ date_pl_interval _null_ _null_ _null_ _null_ )
insert ( 2072 date_mi_interval 11 10 12 1 0 0 0 f f f t f i s 2 0 1114 '1082 1186' _null_ _null_ _null_ _null_ _null_ date_mi_interval _null_ _null_ _null_ _null_ )
insert ( 2073 substring 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ textregexsubstr _null_ _null_ _null_ _null_ )
insert ( 2074 substring 11 10 14 1 0 0 0 f f f t f i s 3 0 25 '25 25 25' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 2075 bit 11 10 12 1 0 0 0 f f f t f i s 2 0 1560 '20 23' _null_ _null_ _null_ _null_ _null_ bitfromint8 _null_ _null_ _null_ _null_ )
insert ( 2076 int8 11 10 12 1 0 0 0 f f f t f i s 1 0 20 1560 _null_ _null_ _null_ _null_ _null_ bittoint8 _null_ _null_ _null_ _null_ )
insert ( 2077 current_setting 11 10 12 1 0 0 0 f f f t f s s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ show_config_by_name _null_ _null_ _null_ _null_ )
insert ( 3294 current_setting 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '25 16' _null_ _null_ _null_ _null_ _null_ show_config_by_name_missing_ok _null_ _null_ _null_ _null_ )
insert ( 2078 set_config 11 10 12 1 0 0 0 f f f f f v u 3 0 25 '25 25 16' _null_ _null_ _null_ _null_ _null_ set_config_by_name _null_ _null_ _null_ _null_ )
insert ( 2084 pg_show_all_settings 11 10 12 1 1000 0 0 f f f t t s s 0 0 2249 '' '{25,25,25,25,25,25,25,25,25,25,25,1009,25,25,25,23,16}' '{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}' '{name,setting,unit,category,short_desc,extra_desc,context,vartype,source,min_val,max_val,enumvals,boot_val,reset_val,sourcefile,sourceline,pending_restart}' _null_ _null_ show_all_settings _null_ _null_ _null_ _null_ )
insert ( 6240 pg_settings_get_flags 11 10 12 1 0 0 0 f f f t f s s 1 0 1009 25 _null_ _null_ _null_ _null_ _null_ pg_settings_get_flags _null_ _null_ _null_ _null_ )
insert ( 3329 pg_show_all_file_settings 11 10 12 1 1000 0 0 f f f t t v s 0 0 2249 '' '{25,23,23,25,25,16,25}' '{o,o,o,o,o,o,o}' '{sourcefile,sourceline,seqno,name,setting,applied,error}' _null_ _null_ show_all_file_settings _null_ _null_ _null_ _null_ )
insert ( 3401 pg_hba_file_rules 11 10 12 1 1000 0 0 f f f t t v s 0 0 2249 '' '{23,25,23,25,1009,1009,25,25,25,1009,25}' '{o,o,o,o,o,o,o,o,o,o,o}' '{rule_number,file_name,line_number,type,database,user_name,address,netmask,auth_method,options,error}' _null_ _null_ pg_hba_file_rules _null_ _null_ _null_ _null_ )
insert ( 6250 pg_ident_file_mappings 11 10 12 1 1000 0 0 f f f t t v s 0 0 2249 '' '{23,25,23,25,25,25,25}' '{o,o,o,o,o,o,o}' '{map_number,file_name,line_number,map_name,sys_name,pg_username,error}' _null_ _null_ pg_ident_file_mappings _null_ _null_ _null_ _null_ )
insert ( 1371 pg_lock_status 11 10 12 1 1000 0 0 f f f t t v s 0 0 2249 '' '{25,26,26,23,21,25,28,26,26,21,25,23,25,16,16,1184}' '{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}' '{locktype,database,relation,page,tuple,virtualxid,transactionid,classid,objid,objsubid,virtualtransaction,pid,mode,granted,fastpath,waitstart}' _null_ _null_ pg_lock_status _null_ _null_ _null_ _null_ )
insert ( 2561 pg_blocking_pids 11 10 12 1 0 0 0 f f f t f v s 1 0 1007 23 _null_ _null_ _null_ _null_ _null_ pg_blocking_pids _null_ _null_ _null_ _null_ )
insert ( 3376 pg_safe_snapshot_blocking_pids 11 10 12 1 0 0 0 f f f t f v s 1 0 1007 23 _null_ _null_ _null_ _null_ _null_ pg_safe_snapshot_blocking_pids _null_ _null_ _null_ _null_ )
insert ( 3378 pg_isolation_test_session_is_blocked 11 10 12 1 0 0 0 f f f t f v s 2 0 16 '23 1007' _null_ _null_ _null_ _null_ _null_ pg_isolation_test_session_is_blocked _null_ _null_ _null_ _null_ )
insert ( 1065 pg_prepared_xact 11 10 12 1 1000 0 0 f f f t t v s 0 0 2249 '' '{28,25,1184,26,26}' '{o,o,o,o,o}' '{transaction,gid,prepared,ownerid,dbid}' _null_ _null_ pg_prepared_xact _null_ _null_ _null_ _null_ )
insert ( 3819 pg_get_multixact_members 11 10 12 1 1000 0 0 f f f t t v s 1 0 2249 28 '{28,28,25}' '{i,o,o}' '{multixid,xid,mode}' _null_ _null_ pg_get_multixact_members _null_ _null_ _null_ _null_ )
insert ( 3581 pg_xact_commit_timestamp 11 10 12 1 0 0 0 f f f t f v s 1 0 1184 28 _null_ _null_ _null_ _null_ _null_ pg_xact_commit_timestamp _null_ _null_ _null_ _null_ )
insert ( 6168 pg_xact_commit_timestamp_origin 11 10 12 1 0 0 0 f f f t f v s 1 0 2249 28 '{28,1184,26}' '{i,o,o}' '{xid,timestamp,roident}' _null_ _null_ pg_xact_commit_timestamp_origin _null_ _null_ _null_ _null_ )
insert ( 3583 pg_last_committed_xact 11 10 12 1 0 0 0 f f f t f v s 0 0 2249 '' '{28,1184,26}' '{o,o,o}' '{xid,timestamp,roident}' _null_ _null_ pg_last_committed_xact _null_ _null_ _null_ _null_ )
insert ( 3537 pg_describe_object 11 10 12 1 0 0 0 f f f t f s s 3 0 25 '26 26 23' _null_ _null_ _null_ _null_ _null_ pg_describe_object _null_ _null_ _null_ _null_ )
insert ( 3839 pg_identify_object 11 10 12 1 0 0 0 f f f t f s s 3 0 2249 '26 26 23' '{26,26,23,25,25,25,25}' '{i,i,i,o,o,o,o}' '{classid,objid,objsubid,type,schema,name,identity}' _null_ _null_ pg_identify_object _null_ _null_ _null_ _null_ )
insert ( 3382 pg_identify_object_as_address 11 10 12 1 0 0 0 f f f t f s s 3 0 2249 '26 26 23' '{26,26,23,25,1009,1009}' '{i,i,i,o,o,o}' '{classid,objid,objsubid,type,object_names,object_args}' _null_ _null_ pg_identify_object_as_address _null_ _null_ _null_ _null_ )
insert ( 3954 pg_get_object_address 11 10 12 1 0 0 0 f f f t f s s 3 0 2249 '25 1009 1009' '{25,1009,1009,26,26,23}' '{i,i,i,o,o,o}' '{type,object_names,object_args,classid,objid,objsubid}' _null_ _null_ pg_get_object_address _null_ _null_ _null_ _null_ )
insert ( 2079 pg_table_is_visible 11 10 12 10 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_table_is_visible _null_ _null_ _null_ _null_ )
insert ( 2080 pg_type_is_visible 11 10 12 10 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_type_is_visible _null_ _null_ _null_ _null_ )
insert ( 2081 pg_function_is_visible 11 10 12 10 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_function_is_visible _null_ _null_ _null_ _null_ )
insert ( 2082 pg_operator_is_visible 11 10 12 10 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_operator_is_visible _null_ _null_ _null_ _null_ )
insert ( 2083 pg_opclass_is_visible 11 10 12 10 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_opclass_is_visible _null_ _null_ _null_ _null_ )
insert ( 3829 pg_opfamily_is_visible 11 10 12 10 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_opfamily_is_visible _null_ _null_ _null_ _null_ )
insert ( 2093 pg_conversion_is_visible 11 10 12 10 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_conversion_is_visible _null_ _null_ _null_ _null_ )
insert ( 3403 pg_statistics_obj_is_visible 11 10 12 10 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_statistics_obj_is_visible _null_ _null_ _null_ _null_ )
insert ( 3756 pg_ts_parser_is_visible 11 10 12 10 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_ts_parser_is_visible _null_ _null_ _null_ _null_ )
insert ( 3757 pg_ts_dict_is_visible 11 10 12 10 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_ts_dict_is_visible _null_ _null_ _null_ _null_ )
insert ( 3768 pg_ts_template_is_visible 11 10 12 10 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_ts_template_is_visible _null_ _null_ _null_ _null_ )
insert ( 3758 pg_ts_config_is_visible 11 10 12 10 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_ts_config_is_visible _null_ _null_ _null_ _null_ )
insert ( 3815 pg_collation_is_visible 11 10 12 10 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_collation_is_visible _null_ _null_ _null_ _null_ )
insert ( 2854 pg_my_temp_schema 11 10 12 1 0 0 0 f f f t f s r 0 0 26 '' _null_ _null_ _null_ _null_ _null_ pg_my_temp_schema _null_ _null_ _null_ _null_ )
insert ( 2855 pg_is_other_temp_schema 11 10 12 1 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ pg_is_other_temp_schema _null_ _null_ _null_ _null_ )
insert ( 2171 pg_cancel_backend 11 10 12 1 0 0 0 f f f t f v s 1 0 16 23 _null_ _null_ _null_ _null_ _null_ pg_cancel_backend _null_ _null_ _null_ _null_ )
insert ( 2096 pg_terminate_backend 11 10 12 1 0 0 0 f f f t f v s 2 0 16 '23 20' _null_ _null_ '{pid,timeout}' _null_ _null_ pg_terminate_backend _null_ _null_ _null_ _null_ )
insert ( 2172 pg_backup_start 11 10 12 1 0 0 0 f f f t f v r 2 0 3220 '25 16' _null_ _null_ _null_ _null_ _null_ pg_backup_start _null_ _null_ _null_ _null_ )
insert ( 2739 pg_backup_stop 11 10 12 1 0 0 0 f f f t f v r 1 0 2249 16 '{16,3220,25,25}' '{i,o,o,o}' '{wait_for_archive,lsn,labelfile,spcmapfile}' _null_ _null_ pg_backup_stop _null_ _null_ _null_ _null_ )
insert ( 3436 pg_promote 11 10 12 1 0 0 0 f f f t f v s 2 0 16 '16 23' _null_ _null_ '{wait,wait_seconds}' _null_ _null_ pg_promote _null_ _null_ _null_ _null_ )
insert ( 2848 pg_switch_wal 11 10 12 1 0 0 0 f f f t f v s 0 0 3220 '' _null_ _null_ _null_ _null_ _null_ pg_switch_wal _null_ _null_ _null_ _null_ )
insert ( 6305 pg_log_standby_snapshot 11 10 12 1 0 0 0 f f f t f v s 0 0 3220 '' _null_ _null_ _null_ _null_ _null_ pg_log_standby_snapshot _null_ _null_ _null_ _null_ )
insert ( 3098 pg_create_restore_point 11 10 12 1 0 0 0 f f f t f v s 1 0 3220 25 _null_ _null_ _null_ _null_ _null_ pg_create_restore_point _null_ _null_ _null_ _null_ )
insert ( 2849 pg_current_wal_lsn 11 10 12 1 0 0 0 f f f t f v s 0 0 3220 '' _null_ _null_ _null_ _null_ _null_ pg_current_wal_lsn _null_ _null_ _null_ _null_ )
insert ( 2852 pg_current_wal_insert_lsn 11 10 12 1 0 0 0 f f f t f v s 0 0 3220 '' _null_ _null_ _null_ _null_ _null_ pg_current_wal_insert_lsn _null_ _null_ _null_ _null_ )
insert ( 3330 pg_current_wal_flush_lsn 11 10 12 1 0 0 0 f f f t f v s 0 0 3220 '' _null_ _null_ _null_ _null_ _null_ pg_current_wal_flush_lsn _null_ _null_ _null_ _null_ )
insert ( 2850 pg_walfile_name_offset 11 10 12 1 0 0 0 f f f t f i s 1 0 2249 3220 '{3220,25,23}' '{i,o,o}' '{lsn,file_name,file_offset}' _null_ _null_ pg_walfile_name_offset _null_ _null_ _null_ _null_ )
insert ( 2851 pg_walfile_name 11 10 12 1 0 0 0 f f f t f i s 1 0 25 3220 _null_ _null_ _null_ _null_ _null_ pg_walfile_name _null_ _null_ _null_ _null_ )
insert ( 6213 pg_split_walfile_name 11 10 12 1 0 0 0 f f f t f s s 1 0 2249 25 '{25,1700,20}' '{i,o,o}' '{file_name,segment_number,timeline_id}' _null_ _null_ pg_split_walfile_name _null_ _null_ _null_ _null_ )
insert ( 3165 pg_wal_lsn_diff 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '3220 3220' _null_ _null_ _null_ _null_ _null_ pg_wal_lsn_diff _null_ _null_ _null_ _null_ )
insert ( 3809 pg_export_snapshot 11 10 12 1 0 0 0 f f f t f v u 0 0 25 '' _null_ _null_ _null_ _null_ _null_ pg_export_snapshot _null_ _null_ _null_ _null_ )
insert ( 3810 pg_is_in_recovery 11 10 12 1 0 0 0 f f f t f v s 0 0 16 '' _null_ _null_ _null_ _null_ _null_ pg_is_in_recovery _null_ _null_ _null_ _null_ )
insert ( 3820 pg_last_wal_receive_lsn 11 10 12 1 0 0 0 f f f t f v s 0 0 3220 '' _null_ _null_ _null_ _null_ _null_ pg_last_wal_receive_lsn _null_ _null_ _null_ _null_ )
insert ( 3821 pg_last_wal_replay_lsn 11 10 12 1 0 0 0 f f f t f v s 0 0 3220 '' _null_ _null_ _null_ _null_ _null_ pg_last_wal_replay_lsn _null_ _null_ _null_ _null_ )
insert ( 3830 pg_last_xact_replay_timestamp 11 10 12 1 0 0 0 f f f t f v s 0 0 1184 '' _null_ _null_ _null_ _null_ _null_ pg_last_xact_replay_timestamp _null_ _null_ _null_ _null_ )
insert ( 3071 pg_wal_replay_pause 11 10 12 1 0 0 0 f f f t f v s 0 0 2278 '' _null_ _null_ _null_ _null_ _null_ pg_wal_replay_pause _null_ _null_ _null_ _null_ )
insert ( 3072 pg_wal_replay_resume 11 10 12 1 0 0 0 f f f t f v s 0 0 2278 '' _null_ _null_ _null_ _null_ _null_ pg_wal_replay_resume _null_ _null_ _null_ _null_ )
insert ( 3073 pg_is_wal_replay_paused 11 10 12 1 0 0 0 f f f t f v s 0 0 16 '' _null_ _null_ _null_ _null_ _null_ pg_is_wal_replay_paused _null_ _null_ _null_ _null_ )
insert ( 1137 pg_get_wal_replay_pause_state 11 10 12 1 0 0 0 f f f t f v s 0 0 25 '' _null_ _null_ _null_ _null_ _null_ pg_get_wal_replay_pause_state _null_ _null_ _null_ _null_ )
insert ( 6224 pg_get_wal_resource_managers 11 10 12 1 50 0 0 f f f t t v s 0 0 2249 '' '{23,25,16}' '{o,o,o}' '{rm_id, rm_name, rm_builtin}' _null_ _null_ pg_get_wal_resource_managers _null_ _null_ _null_ _null_ )
insert ( 2621 pg_reload_conf 11 10 12 1 0 0 0 f f f t f v s 0 0 16 '' _null_ _null_ _null_ _null_ _null_ pg_reload_conf _null_ _null_ _null_ _null_ )
insert ( 2622 pg_rotate_logfile 11 10 12 1 0 0 0 f f f t f v s 0 0 16 '' _null_ _null_ _null_ _null_ _null_ pg_rotate_logfile _null_ _null_ _null_ _null_ )
insert ( 3800 pg_current_logfile 11 10 12 1 0 0 0 f f f f f v s 0 0 25 '' _null_ _null_ _null_ _null_ _null_ pg_current_logfile _null_ _null_ _null_ _null_ )
insert ( 3801 pg_current_logfile 11 10 12 1 0 0 0 f f f f f v s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ pg_current_logfile_1arg _null_ _null_ _null_ _null_ )
insert ( 2623 pg_stat_file 11 10 12 1 0 0 0 f f f t f v s 1 0 2249 25 '{25,20,1184,1184,1184,1184,16}' '{i,o,o,o,o,o,o}' '{filename,size,access,modification,change,creation,isdir}' _null_ _null_ pg_stat_file_1arg _null_ _null_ _null_ _null_ )
insert ( 3307 pg_stat_file 11 10 12 1 0 0 0 f f f t f v s 2 0 2249 '25 16' '{25,16,20,1184,1184,1184,1184,16}' '{i,i,o,o,o,o,o,o}' '{filename,missing_ok,size,access,modification,change,creation,isdir}' _null_ _null_ pg_stat_file _null_ _null_ _null_ _null_ )
insert ( 2624 pg_read_file 11 10 12 1 0 0 0 f f f t f v s 3 0 25 '25 20 20' _null_ _null_ _null_ _null_ _null_ pg_read_file_off_len _null_ _null_ _null_ _null_ )
insert ( 3293 pg_read_file 11 10 12 1 0 0 0 f f f t f v s 4 0 25 '25 20 20 16' _null_ _null_ _null_ _null_ _null_ pg_read_file_off_len_missing _null_ _null_ _null_ _null_ )
insert ( 3826 pg_read_file 11 10 12 1 0 0 0 f f f t f v s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ pg_read_file_all _null_ _null_ _null_ _null_ )
insert ( 6208 pg_read_file 11 10 12 1 0 0 0 f f f t f v s 2 0 25 '25 16' _null_ _null_ _null_ _null_ _null_ pg_read_file_all_missing _null_ _null_ _null_ _null_ )
insert ( 3827 pg_read_binary_file 11 10 12 1 0 0 0 f f f t f v s 3 0 17 '25 20 20' _null_ _null_ _null_ _null_ _null_ pg_read_binary_file_off_len _null_ _null_ _null_ _null_ )
insert ( 3295 pg_read_binary_file 11 10 12 1 0 0 0 f f f t f v s 4 0 17 '25 20 20 16' _null_ _null_ _null_ _null_ _null_ pg_read_binary_file_off_len_missing _null_ _null_ _null_ _null_ )
insert ( 3828 pg_read_binary_file 11 10 12 1 0 0 0 f f f t f v s 1 0 17 25 _null_ _null_ _null_ _null_ _null_ pg_read_binary_file_all _null_ _null_ _null_ _null_ )
insert ( 6209 pg_read_binary_file 11 10 12 1 0 0 0 f f f t f v s 2 0 17 '25 16' _null_ _null_ _null_ _null_ _null_ pg_read_binary_file_all_missing _null_ _null_ _null_ _null_ )
insert ( 2625 pg_ls_dir 11 10 12 1 1000 0 0 f f f t t v s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ pg_ls_dir_1arg _null_ _null_ _null_ _null_ )
insert ( 3297 pg_ls_dir 11 10 12 1 1000 0 0 f f f t t v s 3 0 25 '25 16 16' _null_ _null_ _null_ _null_ _null_ pg_ls_dir _null_ _null_ _null_ _null_ )
insert ( 2626 pg_sleep 11 10 12 1 0 0 0 f f f t f v s 1 0 2278 701 _null_ _null_ _null_ _null_ _null_ pg_sleep _null_ _null_ _null_ _null_ )
insert ( 3935 pg_sleep_for 11 10 14 1 0 0 0 f f f t f v s 1 0 2278 1186 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 3936 pg_sleep_until 11 10 14 1 0 0 0 f f f t f v s 1 0 2278 1184 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 315 pg_jit_available 11 10 12 1 0 0 0 f f f t f v s 0 0 16 '' _null_ _null_ _null_ _null_ _null_ pg_jit_available _null_ _null_ _null_ _null_ )
insert ( 2971 text 11 10 12 1 0 0 0 f f f t f i s 1 0 25 16 _null_ _null_ _null_ _null_ _null_ booltext _null_ _null_ _null_ _null_ )
insert ( 2100 avg 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 20 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2101 avg 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 23 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2102 avg 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 21 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2103 avg 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2104 avg 11 10 12 1 0 0 0 a f f f f i s 1 0 701 700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2105 avg 11 10 12 1 0 0 0 a f f f f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2106 avg 11 10 12 1 0 0 0 a f f f f i s 1 0 1186 1186 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2107 sum 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 20 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2108 sum 11 10 12 1 0 0 0 a f f f f i s 1 0 20 23 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2109 sum 11 10 12 1 0 0 0 a f f f f i s 1 0 20 21 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2110 sum 11 10 12 1 0 0 0 a f f f f i s 1 0 700 700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2111 sum 11 10 12 1 0 0 0 a f f f f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2112 sum 11 10 12 1 0 0 0 a f f f f i s 1 0 790 790 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2113 sum 11 10 12 1 0 0 0 a f f f f i s 1 0 1186 1186 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2114 sum 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2115 max 11 10 12 1 0 0 0 a f f f f i s 1 0 20 20 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2116 max 11 10 12 1 0 0 0 a f f f f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2117 max 11 10 12 1 0 0 0 a f f f f i s 1 0 21 21 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2118 max 11 10 12 1 0 0 0 a f f f f i s 1 0 26 26 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2119 max 11 10 12 1 0 0 0 a f f f f i s 1 0 700 700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2120 max 11 10 12 1 0 0 0 a f f f f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2122 max 11 10 12 1 0 0 0 a f f f f i s 1 0 1082 1082 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2123 max 11 10 12 1 0 0 0 a f f f f i s 1 0 1083 1083 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2124 max 11 10 12 1 0 0 0 a f f f f i s 1 0 1266 1266 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2125 max 11 10 12 1 0 0 0 a f f f f i s 1 0 790 790 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2126 max 11 10 12 1 0 0 0 a f f f f i s 1 0 1114 1114 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2127 max 11 10 12 1 0 0 0 a f f f f i s 1 0 1184 1184 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2128 max 11 10 12 1 0 0 0 a f f f f i s 1 0 1186 1186 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2129 max 11 10 12 1 0 0 0 a f f f f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2130 max 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2050 max 11 10 12 1 0 0 0 a f f f f i s 1 0 2277 2277 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2244 max 11 10 12 1 0 0 0 a f f f f i s 1 0 1042 1042 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2797 max 11 10 12 1 0 0 0 a f f f f i s 1 0 27 27 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3564 max 11 10 12 1 0 0 0 a f f f f i s 1 0 869 869 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 4189 max 11 10 12 1 0 0 0 a f f f f i s 1 0 3220 3220 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 5099 max 11 10 12 1 0 0 0 a f f f f i s 1 0 5069 5069 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2131 min 11 10 12 1 0 0 0 a f f f f i s 1 0 20 20 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2132 min 11 10 12 1 0 0 0 a f f f f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2133 min 11 10 12 1 0 0 0 a f f f f i s 1 0 21 21 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2134 min 11 10 12 1 0 0 0 a f f f f i s 1 0 26 26 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2135 min 11 10 12 1 0 0 0 a f f f f i s 1 0 700 700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2136 min 11 10 12 1 0 0 0 a f f f f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2138 min 11 10 12 1 0 0 0 a f f f f i s 1 0 1082 1082 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2139 min 11 10 12 1 0 0 0 a f f f f i s 1 0 1083 1083 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2140 min 11 10 12 1 0 0 0 a f f f f i s 1 0 1266 1266 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2141 min 11 10 12 1 0 0 0 a f f f f i s 1 0 790 790 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2142 min 11 10 12 1 0 0 0 a f f f f i s 1 0 1114 1114 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2143 min 11 10 12 1 0 0 0 a f f f f i s 1 0 1184 1184 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2144 min 11 10 12 1 0 0 0 a f f f f i s 1 0 1186 1186 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2145 min 11 10 12 1 0 0 0 a f f f f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2146 min 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2051 min 11 10 12 1 0 0 0 a f f f f i s 1 0 2277 2277 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2245 min 11 10 12 1 0 0 0 a f f f f i s 1 0 1042 1042 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2798 min 11 10 12 1 0 0 0 a f f f f i s 1 0 27 27 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3565 min 11 10 12 1 0 0 0 a f f f f i s 1 0 869 869 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 4190 min 11 10 12 1 0 0 0 a f f f f i s 1 0 3220 3220 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 5100 min 11 10 12 1 0 0 0 a f f f f i s 1 0 5069 5069 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2147 count 11 10 12 1 0 0 6236 a f f f f i s 1 0 20 2276 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2803 count 11 10 12 1 0 0 6236 a f f f f i s 0 0 20 '' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6236 int8inc_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ int8inc_support _null_ _null_ _null_ _null_ )
insert ( 2718 var_pop 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 20 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2719 var_pop 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 23 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2720 var_pop 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 21 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2721 var_pop 11 10 12 1 0 0 0 a f f f f i s 1 0 701 700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2722 var_pop 11 10 12 1 0 0 0 a f f f f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2723 var_pop 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2641 var_samp 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 20 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2642 var_samp 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 23 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2643 var_samp 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 21 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2644 var_samp 11 10 12 1 0 0 0 a f f f f i s 1 0 701 700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2645 var_samp 11 10 12 1 0 0 0 a f f f f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2646 var_samp 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2148 variance 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 20 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2149 variance 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 23 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2150 variance 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 21 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2151 variance 11 10 12 1 0 0 0 a f f f f i s 1 0 701 700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2152 variance 11 10 12 1 0 0 0 a f f f f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2153 variance 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2724 stddev_pop 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 20 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2725 stddev_pop 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 23 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2726 stddev_pop 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 21 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2727 stddev_pop 11 10 12 1 0 0 0 a f f f f i s 1 0 701 700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2728 stddev_pop 11 10 12 1 0 0 0 a f f f f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2729 stddev_pop 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2712 stddev_samp 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 20 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2713 stddev_samp 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 23 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2714 stddev_samp 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 21 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2715 stddev_samp 11 10 12 1 0 0 0 a f f f f i s 1 0 701 700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2716 stddev_samp 11 10 12 1 0 0 0 a f f f f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2717 stddev_samp 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2154 stddev 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 20 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2155 stddev 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 23 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2156 stddev 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 21 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2157 stddev 11 10 12 1 0 0 0 a f f f f i s 1 0 701 700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2158 stddev 11 10 12 1 0 0 0 a f f f f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2159 stddev 11 10 12 1 0 0 0 a f f f f i s 1 0 1700 1700 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2818 regr_count 11 10 12 1 0 0 0 a f f f f i s 2 0 20 '701 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2819 regr_sxx 11 10 12 1 0 0 0 a f f f f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2820 regr_syy 11 10 12 1 0 0 0 a f f f f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2821 regr_sxy 11 10 12 1 0 0 0 a f f f f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2822 regr_avgx 11 10 12 1 0 0 0 a f f f f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2823 regr_avgy 11 10 12 1 0 0 0 a f f f f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2824 regr_r2 11 10 12 1 0 0 0 a f f f f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2825 regr_slope 11 10 12 1 0 0 0 a f f f f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2826 regr_intercept 11 10 12 1 0 0 0 a f f f f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2827 covar_pop 11 10 12 1 0 0 0 a f f f f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2828 covar_samp 11 10 12 1 0 0 0 a f f f f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2829 corr 11 10 12 1 0 0 0 a f f f f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2160 text_pattern_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ text_pattern_lt _null_ _null_ _null_ _null_ )
insert ( 2161 text_pattern_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ text_pattern_le _null_ _null_ _null_ _null_ )
insert ( 2163 text_pattern_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ text_pattern_ge _null_ _null_ _null_ _null_ )
insert ( 2164 text_pattern_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ text_pattern_gt _null_ _null_ _null_ _null_ )
insert ( 2166 bttext_pattern_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '25 25' _null_ _null_ _null_ _null_ _null_ bttext_pattern_cmp _null_ _null_ _null_ _null_ )
insert ( 3332 bttext_pattern_sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ bttext_pattern_sortsupport _null_ _null_ _null_ _null_ )
insert ( 2174 bpchar_pattern_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1042 1042' _null_ _null_ _null_ _null_ _null_ bpchar_pattern_lt _null_ _null_ _null_ _null_ )
insert ( 2175 bpchar_pattern_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1042 1042' _null_ _null_ _null_ _null_ _null_ bpchar_pattern_le _null_ _null_ _null_ _null_ )
insert ( 2177 bpchar_pattern_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1042 1042' _null_ _null_ _null_ _null_ _null_ bpchar_pattern_ge _null_ _null_ _null_ _null_ )
insert ( 2178 bpchar_pattern_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '1042 1042' _null_ _null_ _null_ _null_ _null_ bpchar_pattern_gt _null_ _null_ _null_ _null_ )
insert ( 2180 btbpchar_pattern_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '1042 1042' _null_ _null_ _null_ _null_ _null_ btbpchar_pattern_cmp _null_ _null_ _null_ _null_ )
insert ( 3333 btbpchar_pattern_sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ btbpchar_pattern_sortsupport _null_ _null_ _null_ _null_ )
insert ( 2188 btint48cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '23 20' _null_ _null_ _null_ _null_ _null_ btint48cmp _null_ _null_ _null_ _null_ )
insert ( 2189 btint84cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '20 23' _null_ _null_ _null_ _null_ _null_ btint84cmp _null_ _null_ _null_ _null_ )
insert ( 2190 btint24cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '21 23' _null_ _null_ _null_ _null_ _null_ btint24cmp _null_ _null_ _null_ _null_ )
insert ( 2191 btint42cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '23 21' _null_ _null_ _null_ _null_ _null_ btint42cmp _null_ _null_ _null_ _null_ )
insert ( 2192 btint28cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '21 20' _null_ _null_ _null_ _null_ _null_ btint28cmp _null_ _null_ _null_ _null_ )
insert ( 2193 btint82cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '20 21' _null_ _null_ _null_ _null_ _null_ btint82cmp _null_ _null_ _null_ _null_ )
insert ( 2194 btfloat48cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '700 701' _null_ _null_ _null_ _null_ _null_ btfloat48cmp _null_ _null_ _null_ _null_ )
insert ( 2195 btfloat84cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '701 700' _null_ _null_ _null_ _null_ _null_ btfloat84cmp _null_ _null_ _null_ _null_ )
insert ( 2212 regprocedurein 11 10 12 1 0 0 0 f f f t f s s 1 0 2202 2275 _null_ _null_ _null_ _null_ _null_ regprocedurein _null_ _null_ _null_ _null_ )
insert ( 2213 regprocedureout 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 2202 _null_ _null_ _null_ _null_ _null_ regprocedureout _null_ _null_ _null_ _null_ )
insert ( 2214 regoperin 11 10 12 1 0 0 0 f f f t f s s 1 0 2203 2275 _null_ _null_ _null_ _null_ _null_ regoperin _null_ _null_ _null_ _null_ )
insert ( 2215 regoperout 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 2203 _null_ _null_ _null_ _null_ _null_ regoperout _null_ _null_ _null_ _null_ )
insert ( 3492 to_regoper 11 10 12 1 0 0 0 f f f t f s s 1 0 2203 25 _null_ _null_ _null_ _null_ _null_ to_regoper _null_ _null_ _null_ _null_ )
insert ( 3476 to_regoperator 11 10 12 1 0 0 0 f f f t f s s 1 0 2204 25 _null_ _null_ _null_ _null_ _null_ to_regoperator _null_ _null_ _null_ _null_ )
insert ( 2216 regoperatorin 11 10 12 1 0 0 0 f f f t f s s 1 0 2204 2275 _null_ _null_ _null_ _null_ _null_ regoperatorin _null_ _null_ _null_ _null_ )
insert ( 2217 regoperatorout 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 2204 _null_ _null_ _null_ _null_ _null_ regoperatorout _null_ _null_ _null_ _null_ )
insert ( 2218 regclassin 11 10 12 1 0 0 0 f f f t f s s 1 0 2205 2275 _null_ _null_ _null_ _null_ _null_ regclassin _null_ _null_ _null_ _null_ )
insert ( 2219 regclassout 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 2205 _null_ _null_ _null_ _null_ _null_ regclassout _null_ _null_ _null_ _null_ )
insert ( 3495 to_regclass 11 10 12 1 0 0 0 f f f t f s s 1 0 2205 25 _null_ _null_ _null_ _null_ _null_ to_regclass _null_ _null_ _null_ _null_ )
insert ( 4193 regcollationin 11 10 12 1 0 0 0 f f f t f s s 1 0 4191 2275 _null_ _null_ _null_ _null_ _null_ regcollationin _null_ _null_ _null_ _null_ )
insert ( 4194 regcollationout 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 4191 _null_ _null_ _null_ _null_ _null_ regcollationout _null_ _null_ _null_ _null_ )
insert ( 4195 to_regcollation 11 10 12 1 0 0 0 f f f t f s s 1 0 4191 25 _null_ _null_ _null_ _null_ _null_ to_regcollation _null_ _null_ _null_ _null_ )
insert ( 2220 regtypein 11 10 12 1 0 0 0 f f f t f s s 1 0 2206 2275 _null_ _null_ _null_ _null_ _null_ regtypein _null_ _null_ _null_ _null_ )
insert ( 2221 regtypeout 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 2206 _null_ _null_ _null_ _null_ _null_ regtypeout _null_ _null_ _null_ _null_ )
insert ( 3493 to_regtype 11 10 12 1 0 0 0 f f f t f s s 1 0 2206 25 _null_ _null_ _null_ _null_ _null_ to_regtype _null_ _null_ _null_ _null_ )
insert ( 6317 to_regtypemod 11 10 12 1 0 0 0 f f f t f s s 1 0 23 25 _null_ _null_ _null_ _null_ _null_ to_regtypemod _null_ _null_ _null_ _null_ )
insert ( 1079 regclass 11 10 12 1 0 0 0 f f f t f s s 1 0 2205 25 _null_ _null_ _null_ _null_ _null_ text_regclass _null_ _null_ _null_ _null_ )
insert ( 4098 regrolein 11 10 12 1 0 0 0 f f f t f s s 1 0 4096 2275 _null_ _null_ _null_ _null_ _null_ regrolein _null_ _null_ _null_ _null_ )
insert ( 4092 regroleout 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 4096 _null_ _null_ _null_ _null_ _null_ regroleout _null_ _null_ _null_ _null_ )
insert ( 4093 to_regrole 11 10 12 1 0 0 0 f f f t f s s 1 0 4096 25 _null_ _null_ _null_ _null_ _null_ to_regrole _null_ _null_ _null_ _null_ )
insert ( 4084 regnamespacein 11 10 12 1 0 0 0 f f f t f s s 1 0 4089 2275 _null_ _null_ _null_ _null_ _null_ regnamespacein _null_ _null_ _null_ _null_ )
insert ( 4085 regnamespaceout 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 4089 _null_ _null_ _null_ _null_ _null_ regnamespaceout _null_ _null_ _null_ _null_ )
insert ( 4086 to_regnamespace 11 10 12 1 0 0 0 f f f t f s s 1 0 4089 25 _null_ _null_ _null_ _null_ _null_ to_regnamespace _null_ _null_ _null_ _null_ )
insert ( 6210 pg_input_is_valid 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ pg_input_is_valid _null_ _null_ _null_ _null_ )
insert ( 6211 pg_input_error_info 11 10 12 1 0 0 0 f f f t f s s 2 0 2249 '25 25' '{25,25,25,25,25,25}' '{i,i,o,o,o,o}' '{value,type_name,message,detail,hint,sql_error_code}' _null_ _null_ pg_input_error_info _null_ _null_ _null_ _null_ )
insert ( 1268 parse_ident 11 10 12 1 0 0 0 f f f t f i s 2 0 1009 '25 16' _null_ _null_ '{str,strict}' _null_ _null_ parse_ident _null_ _null_ _null_ _null_ )
insert ( 2246 fmgr_internal_validator 11 10 12 1 0 0 0 f f f t f s s 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ fmgr_internal_validator _null_ _null_ _null_ _null_ )
insert ( 2247 fmgr_c_validator 11 10 12 1 0 0 0 f f f t f s s 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ fmgr_c_validator _null_ _null_ _null_ _null_ )
insert ( 2248 fmgr_sql_validator 11 10 12 1 0 0 0 f f f t f s s 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ fmgr_sql_validator _null_ _null_ _null_ _null_ )
insert ( 2250 has_database_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 25 25' _null_ _null_ _null_ _null_ _null_ has_database_privilege_name_name _null_ _null_ _null_ _null_ )
insert ( 2251 has_database_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 26 25' _null_ _null_ _null_ _null_ _null_ has_database_privilege_name_id _null_ _null_ _null_ _null_ )
insert ( 2252 has_database_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 25 25' _null_ _null_ _null_ _null_ _null_ has_database_privilege_id_name _null_ _null_ _null_ _null_ )
insert ( 2253 has_database_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 26 25' _null_ _null_ _null_ _null_ _null_ has_database_privilege_id_id _null_ _null_ _null_ _null_ )
insert ( 2254 has_database_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ has_database_privilege_name _null_ _null_ _null_ _null_ )
insert ( 2255 has_database_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '26 25' _null_ _null_ _null_ _null_ _null_ has_database_privilege_id _null_ _null_ _null_ _null_ )
insert ( 2256 has_function_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 25 25' _null_ _null_ _null_ _null_ _null_ has_function_privilege_name_name _null_ _null_ _null_ _null_ )
insert ( 2257 has_function_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 26 25' _null_ _null_ _null_ _null_ _null_ has_function_privilege_name_id _null_ _null_ _null_ _null_ )
insert ( 2258 has_function_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 25 25' _null_ _null_ _null_ _null_ _null_ has_function_privilege_id_name _null_ _null_ _null_ _null_ )
insert ( 2259 has_function_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 26 25' _null_ _null_ _null_ _null_ _null_ has_function_privilege_id_id _null_ _null_ _null_ _null_ )
insert ( 2260 has_function_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ has_function_privilege_name _null_ _null_ _null_ _null_ )
insert ( 2261 has_function_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '26 25' _null_ _null_ _null_ _null_ _null_ has_function_privilege_id _null_ _null_ _null_ _null_ )
insert ( 2262 has_language_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 25 25' _null_ _null_ _null_ _null_ _null_ has_language_privilege_name_name _null_ _null_ _null_ _null_ )
insert ( 2263 has_language_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 26 25' _null_ _null_ _null_ _null_ _null_ has_language_privilege_name_id _null_ _null_ _null_ _null_ )
insert ( 2264 has_language_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 25 25' _null_ _null_ _null_ _null_ _null_ has_language_privilege_id_name _null_ _null_ _null_ _null_ )
insert ( 2265 has_language_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 26 25' _null_ _null_ _null_ _null_ _null_ has_language_privilege_id_id _null_ _null_ _null_ _null_ )
insert ( 2266 has_language_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ has_language_privilege_name _null_ _null_ _null_ _null_ )
insert ( 2267 has_language_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '26 25' _null_ _null_ _null_ _null_ _null_ has_language_privilege_id _null_ _null_ _null_ _null_ )
insert ( 2268 has_schema_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 25 25' _null_ _null_ _null_ _null_ _null_ has_schema_privilege_name_name _null_ _null_ _null_ _null_ )
insert ( 2269 has_schema_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 26 25' _null_ _null_ _null_ _null_ _null_ has_schema_privilege_name_id _null_ _null_ _null_ _null_ )
insert ( 2270 has_schema_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 25 25' _null_ _null_ _null_ _null_ _null_ has_schema_privilege_id_name _null_ _null_ _null_ _null_ )
insert ( 2271 has_schema_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 26 25' _null_ _null_ _null_ _null_ _null_ has_schema_privilege_id_id _null_ _null_ _null_ _null_ )
insert ( 2272 has_schema_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ has_schema_privilege_name _null_ _null_ _null_ _null_ )
insert ( 2273 has_schema_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '26 25' _null_ _null_ _null_ _null_ _null_ has_schema_privilege_id _null_ _null_ _null_ _null_ )
insert ( 2390 has_tablespace_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 25 25' _null_ _null_ _null_ _null_ _null_ has_tablespace_privilege_name_name _null_ _null_ _null_ _null_ )
insert ( 2391 has_tablespace_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 26 25' _null_ _null_ _null_ _null_ _null_ has_tablespace_privilege_name_id _null_ _null_ _null_ _null_ )
insert ( 2392 has_tablespace_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 25 25' _null_ _null_ _null_ _null_ _null_ has_tablespace_privilege_id_name _null_ _null_ _null_ _null_ )
insert ( 2393 has_tablespace_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 26 25' _null_ _null_ _null_ _null_ _null_ has_tablespace_privilege_id_id _null_ _null_ _null_ _null_ )
insert ( 2394 has_tablespace_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ has_tablespace_privilege_name _null_ _null_ _null_ _null_ )
insert ( 2395 has_tablespace_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '26 25' _null_ _null_ _null_ _null_ _null_ has_tablespace_privilege_id _null_ _null_ _null_ _null_ )
insert ( 3000 has_foreign_data_wrapper_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 25 25' _null_ _null_ _null_ _null_ _null_ has_foreign_data_wrapper_privilege_name_name _null_ _null_ _null_ _null_ )
insert ( 3001 has_foreign_data_wrapper_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 26 25' _null_ _null_ _null_ _null_ _null_ has_foreign_data_wrapper_privilege_name_id _null_ _null_ _null_ _null_ )
insert ( 3002 has_foreign_data_wrapper_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 25 25' _null_ _null_ _null_ _null_ _null_ has_foreign_data_wrapper_privilege_id_name _null_ _null_ _null_ _null_ )
insert ( 3003 has_foreign_data_wrapper_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 26 25' _null_ _null_ _null_ _null_ _null_ has_foreign_data_wrapper_privilege_id_id _null_ _null_ _null_ _null_ )
insert ( 3004 has_foreign_data_wrapper_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ has_foreign_data_wrapper_privilege_name _null_ _null_ _null_ _null_ )
insert ( 3005 has_foreign_data_wrapper_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '26 25' _null_ _null_ _null_ _null_ _null_ has_foreign_data_wrapper_privilege_id _null_ _null_ _null_ _null_ )
insert ( 3006 has_server_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 25 25' _null_ _null_ _null_ _null_ _null_ has_server_privilege_name_name _null_ _null_ _null_ _null_ )
insert ( 3007 has_server_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 26 25' _null_ _null_ _null_ _null_ _null_ has_server_privilege_name_id _null_ _null_ _null_ _null_ )
insert ( 3008 has_server_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 25 25' _null_ _null_ _null_ _null_ _null_ has_server_privilege_id_name _null_ _null_ _null_ _null_ )
insert ( 3009 has_server_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 26 25' _null_ _null_ _null_ _null_ _null_ has_server_privilege_id_id _null_ _null_ _null_ _null_ )
insert ( 3010 has_server_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ has_server_privilege_name _null_ _null_ _null_ _null_ )
insert ( 3011 has_server_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '26 25' _null_ _null_ _null_ _null_ _null_ has_server_privilege_id _null_ _null_ _null_ _null_ )
insert ( 3138 has_type_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 25 25' _null_ _null_ _null_ _null_ _null_ has_type_privilege_name_name _null_ _null_ _null_ _null_ )
insert ( 3139 has_type_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 26 25' _null_ _null_ _null_ _null_ _null_ has_type_privilege_name_id _null_ _null_ _null_ _null_ )
insert ( 3140 has_type_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 25 25' _null_ _null_ _null_ _null_ _null_ has_type_privilege_id_name _null_ _null_ _null_ _null_ )
insert ( 3141 has_type_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 26 25' _null_ _null_ _null_ _null_ _null_ has_type_privilege_id_id _null_ _null_ _null_ _null_ )
insert ( 3142 has_type_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ has_type_privilege_name _null_ _null_ _null_ _null_ )
insert ( 3143 has_type_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '26 25' _null_ _null_ _null_ _null_ _null_ has_type_privilege_id _null_ _null_ _null_ _null_ )
insert ( 6205 has_parameter_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 25 25' _null_ _null_ _null_ _null_ _null_ has_parameter_privilege_name_name _null_ _null_ _null_ _null_ )
insert ( 6206 has_parameter_privilege 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 25 25' _null_ _null_ _null_ _null_ _null_ has_parameter_privilege_id_name _null_ _null_ _null_ _null_ )
insert ( 6207 has_parameter_privilege 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ has_parameter_privilege_name _null_ _null_ _null_ _null_ )
insert ( 2705 pg_has_role 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 19 25' _null_ _null_ _null_ _null_ _null_ pg_has_role_name_name _null_ _null_ _null_ _null_ )
insert ( 2706 pg_has_role 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '19 26 25' _null_ _null_ _null_ _null_ _null_ pg_has_role_name_id _null_ _null_ _null_ _null_ )
insert ( 2707 pg_has_role 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 19 25' _null_ _null_ _null_ _null_ _null_ pg_has_role_id_name _null_ _null_ _null_ _null_ )
insert ( 2708 pg_has_role 11 10 12 1 0 0 0 f f f t f s s 3 0 16 '26 26 25' _null_ _null_ _null_ _null_ _null_ pg_has_role_id_id _null_ _null_ _null_ _null_ )
insert ( 2709 pg_has_role 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '19 25' _null_ _null_ _null_ _null_ _null_ pg_has_role_name _null_ _null_ _null_ _null_ )
insert ( 2710 pg_has_role 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '26 25' _null_ _null_ _null_ _null_ _null_ pg_has_role_id _null_ _null_ _null_ _null_ )
insert ( 1269 pg_column_size 11 10 12 1 0 0 0 f f f t f s s 1 0 23 2276 _null_ _null_ _null_ _null_ _null_ pg_column_size _null_ _null_ _null_ _null_ )
insert ( 2121 pg_column_compression 11 10 12 1 0 0 0 f f f t f s s 1 0 25 2276 _null_ _null_ _null_ _null_ _null_ pg_column_compression _null_ _null_ _null_ _null_ )
insert ( 6316 pg_column_toast_chunk_id 11 10 12 1 0 0 0 f f f t f s s 1 0 26 2276 _null_ _null_ _null_ _null_ _null_ pg_column_toast_chunk_id _null_ _null_ _null_ _null_ )
insert ( 2322 pg_tablespace_size 11 10 12 1 0 0 0 f f f t f v s 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_tablespace_size_oid _null_ _null_ _null_ _null_ )
insert ( 2323 pg_tablespace_size 11 10 12 1 0 0 0 f f f t f v s 1 0 20 19 _null_ _null_ _null_ _null_ _null_ pg_tablespace_size_name _null_ _null_ _null_ _null_ )
insert ( 2324 pg_database_size 11 10 12 1 0 0 0 f f f t f v s 1 0 20 26 _null_ _null_ _null_ _null_ _null_ pg_database_size_oid _null_ _null_ _null_ _null_ )
insert ( 2168 pg_database_size 11 10 12 1 0 0 0 f f f t f v s 1 0 20 19 _null_ _null_ _null_ _null_ _null_ pg_database_size_name _null_ _null_ _null_ _null_ )
insert ( 2325 pg_relation_size 11 10 14 1 0 0 0 f f f t f v s 1 0 20 2205 _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 2332 pg_relation_size 11 10 12 1 0 0 0 f f f t f v s 2 0 20 '2205 25' _null_ _null_ _null_ _null_ _null_ pg_relation_size _null_ _null_ _null_ _null_ )
insert ( 2286 pg_total_relation_size 11 10 12 1 0 0 0 f f f t f v s 1 0 20 2205 _null_ _null_ _null_ _null_ _null_ pg_total_relation_size _null_ _null_ _null_ _null_ )
insert ( 2288 pg_size_pretty 11 10 12 1 0 0 0 f f f t f i s 1 0 25 20 _null_ _null_ _null_ _null_ _null_ pg_size_pretty _null_ _null_ _null_ _null_ )
insert ( 3166 pg_size_pretty 11 10 12 1 0 0 0 f f f t f i s 1 0 25 1700 _null_ _null_ _null_ _null_ _null_ pg_size_pretty_numeric _null_ _null_ _null_ _null_ )
insert ( 3334 pg_size_bytes 11 10 12 1 0 0 0 f f f t f i s 1 0 20 25 _null_ _null_ _null_ _null_ _null_ pg_size_bytes _null_ _null_ _null_ _null_ )
insert ( 2997 pg_table_size 11 10 12 1 0 0 0 f f f t f v s 1 0 20 2205 _null_ _null_ _null_ _null_ _null_ pg_table_size _null_ _null_ _null_ _null_ )
insert ( 2998 pg_indexes_size 11 10 12 1 0 0 0 f f f t f v s 1 0 20 2205 _null_ _null_ _null_ _null_ _null_ pg_indexes_size _null_ _null_ _null_ _null_ )
insert ( 2999 pg_relation_filenode 11 10 12 1 0 0 0 f f f t f s s 1 0 26 2205 _null_ _null_ _null_ _null_ _null_ pg_relation_filenode _null_ _null_ _null_ _null_ )
insert ( 3454 pg_filenode_relation 11 10 12 1 0 0 0 f f f t f s s 2 0 2205 '26 26' _null_ _null_ _null_ _null_ _null_ pg_filenode_relation _null_ _null_ _null_ _null_ )
insert ( 3034 pg_relation_filepath 11 10 12 1 0 0 0 f f f t f s s 1 0 25 2205 _null_ _null_ _null_ _null_ _null_ pg_relation_filepath _null_ _null_ _null_ _null_ )
insert ( 2316 postgresql_fdw_validator 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1009 26' _null_ _null_ _null_ _null_ _null_ postgresql_fdw_validator _null_ _null_ _null_ _null_ )
insert ( 2290 record_in 11 10 12 1 0 0 0 f f f t f s s 3 0 2249 '2275 26 23' _null_ _null_ _null_ _null_ _null_ record_in _null_ _null_ _null_ _null_ )
insert ( 2291 record_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 2249 _null_ _null_ _null_ _null_ _null_ record_out _null_ _null_ _null_ _null_ )
insert ( 2292 cstring_in 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 2275 _null_ _null_ _null_ _null_ _null_ cstring_in _null_ _null_ _null_ _null_ )
insert ( 2293 cstring_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 2275 _null_ _null_ _null_ _null_ _null_ cstring_out _null_ _null_ _null_ _null_ )
insert ( 2294 any_in 11 10 12 1 0 0 0 f f f t f i s 1 0 2276 2275 _null_ _null_ _null_ _null_ _null_ any_in _null_ _null_ _null_ _null_ )
insert ( 2295 any_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 2276 _null_ _null_ _null_ _null_ _null_ any_out _null_ _null_ _null_ _null_ )
insert ( 2296 anyarray_in 11 10 12 1 0 0 0 f f f t f i s 1 0 2277 2275 _null_ _null_ _null_ _null_ _null_ anyarray_in _null_ _null_ _null_ _null_ )
insert ( 2297 anyarray_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 2277 _null_ _null_ _null_ _null_ _null_ anyarray_out _null_ _null_ _null_ _null_ )
insert ( 2298 void_in 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2275 _null_ _null_ _null_ _null_ _null_ void_in _null_ _null_ _null_ _null_ )
insert ( 2299 void_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 2278 _null_ _null_ _null_ _null_ _null_ void_out _null_ _null_ _null_ _null_ )
insert ( 2300 trigger_in 11 10 12 1 0 0 0 f f f f f i s 1 0 2279 2275 _null_ _null_ _null_ _null_ _null_ trigger_in _null_ _null_ _null_ _null_ )
insert ( 2301 trigger_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 2279 _null_ _null_ _null_ _null_ _null_ trigger_out _null_ _null_ _null_ _null_ )
insert ( 3594 event_trigger_in 11 10 12 1 0 0 0 f f f f f i s 1 0 3838 2275 _null_ _null_ _null_ _null_ _null_ event_trigger_in _null_ _null_ _null_ _null_ )
insert ( 3595 event_trigger_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 3838 _null_ _null_ _null_ _null_ _null_ event_trigger_out _null_ _null_ _null_ _null_ )
insert ( 2302 language_handler_in 11 10 12 1 0 0 0 f f f f f i s 1 0 2280 2275 _null_ _null_ _null_ _null_ _null_ language_handler_in _null_ _null_ _null_ _null_ )
insert ( 2303 language_handler_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 2280 _null_ _null_ _null_ _null_ _null_ language_handler_out _null_ _null_ _null_ _null_ )
insert ( 2304 internal_in 11 10 12 1 0 0 0 f f f f f i s 1 0 2281 2275 _null_ _null_ _null_ _null_ _null_ internal_in _null_ _null_ _null_ _null_ )
insert ( 2305 internal_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 2281 _null_ _null_ _null_ _null_ _null_ internal_out _null_ _null_ _null_ _null_ )
insert ( 2312 anyelement_in 11 10 12 1 0 0 0 f f f t f i s 1 0 2283 2275 _null_ _null_ _null_ _null_ _null_ anyelement_in _null_ _null_ _null_ _null_ )
insert ( 2313 anyelement_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 2283 _null_ _null_ _null_ _null_ _null_ anyelement_out _null_ _null_ _null_ _null_ )
insert ( 2398 shell_in 11 10 12 1 0 0 0 f f f f f i s 1 0 2278 2275 _null_ _null_ _null_ _null_ _null_ shell_in _null_ _null_ _null_ _null_ )
insert ( 2399 shell_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 2278 _null_ _null_ _null_ _null_ _null_ shell_out _null_ _null_ _null_ _null_ )
insert ( 2597 domain_in 11 10 12 1 0 0 0 f f f f f s s 3 0 2276 '2275 26 23' _null_ _null_ _null_ _null_ _null_ domain_in _null_ _null_ _null_ _null_ )
insert ( 2598 domain_recv 11 10 12 1 0 0 0 f f f f f s s 3 0 2276 '2281 26 23' _null_ _null_ _null_ _null_ _null_ domain_recv _null_ _null_ _null_ _null_ )
insert ( 2777 anynonarray_in 11 10 12 1 0 0 0 f f f t f i s 1 0 2776 2275 _null_ _null_ _null_ _null_ _null_ anynonarray_in _null_ _null_ _null_ _null_ )
insert ( 2778 anynonarray_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 2776 _null_ _null_ _null_ _null_ _null_ anynonarray_out _null_ _null_ _null_ _null_ )
insert ( 3116 fdw_handler_in 11 10 12 1 0 0 0 f f f f f i s 1 0 3115 2275 _null_ _null_ _null_ _null_ _null_ fdw_handler_in _null_ _null_ _null_ _null_ )
insert ( 3117 fdw_handler_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 3115 _null_ _null_ _null_ _null_ _null_ fdw_handler_out _null_ _null_ _null_ _null_ )
insert ( 326 index_am_handler_in 11 10 12 1 0 0 0 f f f f f i s 1 0 325 2275 _null_ _null_ _null_ _null_ _null_ index_am_handler_in _null_ _null_ _null_ _null_ )
insert ( 327 index_am_handler_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 325 _null_ _null_ _null_ _null_ _null_ index_am_handler_out _null_ _null_ _null_ _null_ )
insert ( 3311 tsm_handler_in 11 10 12 1 0 0 0 f f f f f i s 1 0 3310 2275 _null_ _null_ _null_ _null_ _null_ tsm_handler_in _null_ _null_ _null_ _null_ )
insert ( 3312 tsm_handler_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 3310 _null_ _null_ _null_ _null_ _null_ tsm_handler_out _null_ _null_ _null_ _null_ )
insert ( 267 table_am_handler_in 11 10 12 1 0 0 0 f f f f f i s 1 0 269 2275 _null_ _null_ _null_ _null_ _null_ table_am_handler_in _null_ _null_ _null_ _null_ )
insert ( 268 table_am_handler_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 269 _null_ _null_ _null_ _null_ _null_ table_am_handler_out _null_ _null_ _null_ _null_ )
insert ( 5086 anycompatible_in 11 10 12 1 0 0 0 f f f t f i s 1 0 5077 2275 _null_ _null_ _null_ _null_ _null_ anycompatible_in _null_ _null_ _null_ _null_ )
insert ( 5087 anycompatible_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 5077 _null_ _null_ _null_ _null_ _null_ anycompatible_out _null_ _null_ _null_ _null_ )
insert ( 5088 anycompatiblearray_in 11 10 12 1 0 0 0 f f f t f i s 1 0 5078 2275 _null_ _null_ _null_ _null_ _null_ anycompatiblearray_in _null_ _null_ _null_ _null_ )
insert ( 5089 anycompatiblearray_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 5078 _null_ _null_ _null_ _null_ _null_ anycompatiblearray_out _null_ _null_ _null_ _null_ )
insert ( 5090 anycompatiblearray_recv 11 10 12 1 0 0 0 f f f t f s s 1 0 5078 2281 _null_ _null_ _null_ _null_ _null_ anycompatiblearray_recv _null_ _null_ _null_ _null_ )
insert ( 5091 anycompatiblearray_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 5078 _null_ _null_ _null_ _null_ _null_ anycompatiblearray_send _null_ _null_ _null_ _null_ )
insert ( 5092 anycompatiblenonarray_in 11 10 12 1 0 0 0 f f f t f i s 1 0 5079 2275 _null_ _null_ _null_ _null_ _null_ anycompatiblenonarray_in _null_ _null_ _null_ _null_ )
insert ( 5093 anycompatiblenonarray_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 5079 _null_ _null_ _null_ _null_ _null_ anycompatiblenonarray_out _null_ _null_ _null_ _null_ )
insert ( 5094 anycompatiblerange_in 11 10 12 1 0 0 0 f f f t f s s 3 0 5080 '2275 26 23' _null_ _null_ _null_ _null_ _null_ anycompatiblerange_in _null_ _null_ _null_ _null_ )
insert ( 5095 anycompatiblerange_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 5080 _null_ _null_ _null_ _null_ _null_ anycompatiblerange_out _null_ _null_ _null_ _null_ )
insert ( 4226 anycompatiblemultirange_in 11 10 12 1 0 0 0 f f f t f s s 3 0 4538 '2275 26 23' _null_ _null_ _null_ _null_ _null_ anycompatiblemultirange_in _null_ _null_ _null_ _null_ )
insert ( 4227 anycompatiblemultirange_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 4538 _null_ _null_ _null_ _null_ _null_ anycompatiblemultirange_out _null_ _null_ _null_ _null_ )
insert ( 3313 bernoulli 11 10 12 1 0 0 0 f f f t f v s 1 0 3310 2281 _null_ _null_ _null_ _null_ _null_ tsm_bernoulli_handler _null_ _null_ _null_ _null_ )
insert ( 3314 system 11 10 12 1 0 0 0 f f f t f v s 1 0 3310 2281 _null_ _null_ _null_ _null_ _null_ tsm_system_handler _null_ _null_ _null_ _null_ )
insert ( 2311 md5 11 10 12 1 0 0 0 f f t t f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ md5_text _null_ _null_ _null_ _null_ )
insert ( 2321 md5 11 10 12 1 0 0 0 f f t t f i s 1 0 25 17 _null_ _null_ _null_ _null_ _null_ md5_bytea _null_ _null_ _null_ _null_ )
insert ( 3419 sha224 11 10 12 1 0 0 0 f f t t f i s 1 0 17 17 _null_ _null_ _null_ _null_ _null_ sha224_bytea _null_ _null_ _null_ _null_ )
insert ( 3420 sha256 11 10 12 1 0 0 0 f f t t f i s 1 0 17 17 _null_ _null_ _null_ _null_ _null_ sha256_bytea _null_ _null_ _null_ _null_ )
insert ( 3421 sha384 11 10 12 1 0 0 0 f f t t f i s 1 0 17 17 _null_ _null_ _null_ _null_ _null_ sha384_bytea _null_ _null_ _null_ _null_ )
insert ( 3422 sha512 11 10 12 1 0 0 0 f f t t f i s 1 0 17 17 _null_ _null_ _null_ _null_ _null_ sha512_bytea _null_ _null_ _null_ _null_ )
insert ( 2338 date_lt_timestamp 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1082 1114' _null_ _null_ _null_ _null_ _null_ date_lt_timestamp _null_ _null_ _null_ _null_ )
insert ( 2339 date_le_timestamp 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1082 1114' _null_ _null_ _null_ _null_ _null_ date_le_timestamp _null_ _null_ _null_ _null_ )
insert ( 2340 date_eq_timestamp 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1082 1114' _null_ _null_ _null_ _null_ _null_ date_eq_timestamp _null_ _null_ _null_ _null_ )
insert ( 2341 date_gt_timestamp 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1082 1114' _null_ _null_ _null_ _null_ _null_ date_gt_timestamp _null_ _null_ _null_ _null_ )
insert ( 2342 date_ge_timestamp 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1082 1114' _null_ _null_ _null_ _null_ _null_ date_ge_timestamp _null_ _null_ _null_ _null_ )
insert ( 2343 date_ne_timestamp 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1082 1114' _null_ _null_ _null_ _null_ _null_ date_ne_timestamp _null_ _null_ _null_ _null_ )
insert ( 2344 date_cmp_timestamp 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '1082 1114' _null_ _null_ _null_ _null_ _null_ date_cmp_timestamp _null_ _null_ _null_ _null_ )
insert ( 2351 date_lt_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1082 1184' _null_ _null_ _null_ _null_ _null_ date_lt_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2352 date_le_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1082 1184' _null_ _null_ _null_ _null_ _null_ date_le_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2353 date_eq_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1082 1184' _null_ _null_ _null_ _null_ _null_ date_eq_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2354 date_gt_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1082 1184' _null_ _null_ _null_ _null_ _null_ date_gt_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2355 date_ge_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1082 1184' _null_ _null_ _null_ _null_ _null_ date_ge_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2356 date_ne_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1082 1184' _null_ _null_ _null_ _null_ _null_ date_ne_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2357 date_cmp_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 23 '1082 1184' _null_ _null_ _null_ _null_ _null_ date_cmp_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2364 timestamp_lt_date 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1114 1082' _null_ _null_ _null_ _null_ _null_ timestamp_lt_date _null_ _null_ _null_ _null_ )
insert ( 2365 timestamp_le_date 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1114 1082' _null_ _null_ _null_ _null_ _null_ timestamp_le_date _null_ _null_ _null_ _null_ )
insert ( 2366 timestamp_eq_date 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1114 1082' _null_ _null_ _null_ _null_ _null_ timestamp_eq_date _null_ _null_ _null_ _null_ )
insert ( 2367 timestamp_gt_date 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1114 1082' _null_ _null_ _null_ _null_ _null_ timestamp_gt_date _null_ _null_ _null_ _null_ )
insert ( 2368 timestamp_ge_date 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1114 1082' _null_ _null_ _null_ _null_ _null_ timestamp_ge_date _null_ _null_ _null_ _null_ )
insert ( 2369 timestamp_ne_date 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '1114 1082' _null_ _null_ _null_ _null_ _null_ timestamp_ne_date _null_ _null_ _null_ _null_ )
insert ( 2370 timestamp_cmp_date 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '1114 1082' _null_ _null_ _null_ _null_ _null_ timestamp_cmp_date _null_ _null_ _null_ _null_ )
insert ( 2377 timestamptz_lt_date 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1184 1082' _null_ _null_ _null_ _null_ _null_ timestamptz_lt_date _null_ _null_ _null_ _null_ )
insert ( 2378 timestamptz_le_date 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1184 1082' _null_ _null_ _null_ _null_ _null_ timestamptz_le_date _null_ _null_ _null_ _null_ )
insert ( 2379 timestamptz_eq_date 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1184 1082' _null_ _null_ _null_ _null_ _null_ timestamptz_eq_date _null_ _null_ _null_ _null_ )
insert ( 2380 timestamptz_gt_date 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1184 1082' _null_ _null_ _null_ _null_ _null_ timestamptz_gt_date _null_ _null_ _null_ _null_ )
insert ( 2381 timestamptz_ge_date 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1184 1082' _null_ _null_ _null_ _null_ _null_ timestamptz_ge_date _null_ _null_ _null_ _null_ )
insert ( 2382 timestamptz_ne_date 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1184 1082' _null_ _null_ _null_ _null_ _null_ timestamptz_ne_date _null_ _null_ _null_ _null_ )
insert ( 2383 timestamptz_cmp_date 11 10 12 1 0 0 0 f f f t f s s 2 0 23 '1184 1082' _null_ _null_ _null_ _null_ _null_ timestamptz_cmp_date _null_ _null_ _null_ _null_ )
insert ( 2520 timestamp_lt_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1114 1184' _null_ _null_ _null_ _null_ _null_ timestamp_lt_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2521 timestamp_le_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1114 1184' _null_ _null_ _null_ _null_ _null_ timestamp_le_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2522 timestamp_eq_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1114 1184' _null_ _null_ _null_ _null_ _null_ timestamp_eq_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2523 timestamp_gt_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1114 1184' _null_ _null_ _null_ _null_ _null_ timestamp_gt_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2524 timestamp_ge_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1114 1184' _null_ _null_ _null_ _null_ _null_ timestamp_ge_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2525 timestamp_ne_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1114 1184' _null_ _null_ _null_ _null_ _null_ timestamp_ne_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2526 timestamp_cmp_timestamptz 11 10 12 1 0 0 0 f f f t f s s 2 0 23 '1114 1184' _null_ _null_ _null_ _null_ _null_ timestamp_cmp_timestamptz _null_ _null_ _null_ _null_ )
insert ( 2527 timestamptz_lt_timestamp 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1184 1114' _null_ _null_ _null_ _null_ _null_ timestamptz_lt_timestamp _null_ _null_ _null_ _null_ )
insert ( 2528 timestamptz_le_timestamp 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1184 1114' _null_ _null_ _null_ _null_ _null_ timestamptz_le_timestamp _null_ _null_ _null_ _null_ )
insert ( 2529 timestamptz_eq_timestamp 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1184 1114' _null_ _null_ _null_ _null_ _null_ timestamptz_eq_timestamp _null_ _null_ _null_ _null_ )
insert ( 2530 timestamptz_gt_timestamp 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1184 1114' _null_ _null_ _null_ _null_ _null_ timestamptz_gt_timestamp _null_ _null_ _null_ _null_ )
insert ( 2531 timestamptz_ge_timestamp 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1184 1114' _null_ _null_ _null_ _null_ _null_ timestamptz_ge_timestamp _null_ _null_ _null_ _null_ )
insert ( 2532 timestamptz_ne_timestamp 11 10 12 1 0 0 0 f f f t f s s 2 0 16 '1184 1114' _null_ _null_ _null_ _null_ _null_ timestamptz_ne_timestamp _null_ _null_ _null_ _null_ )
insert ( 2533 timestamptz_cmp_timestamp 11 10 12 1 0 0 0 f f f t f s s 2 0 23 '1184 1114' _null_ _null_ _null_ _null_ _null_ timestamptz_cmp_timestamp _null_ _null_ _null_ _null_ )
insert ( 2400 array_recv 11 10 12 1 0 0 0 f f f t f s s 3 0 2277 '2281 26 23' _null_ _null_ _null_ _null_ _null_ array_recv _null_ _null_ _null_ _null_ )
insert ( 2401 array_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 2277 _null_ _null_ _null_ _null_ _null_ array_send _null_ _null_ _null_ _null_ )
insert ( 2402 record_recv 11 10 12 1 0 0 0 f f f t f s s 3 0 2249 '2281 26 23' _null_ _null_ _null_ _null_ _null_ record_recv _null_ _null_ _null_ _null_ )
insert ( 2403 record_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 2249 _null_ _null_ _null_ _null_ _null_ record_send _null_ _null_ _null_ _null_ )
insert ( 2404 int2recv 11 10 12 1 0 0 0 f f f t f i s 1 0 21 2281 _null_ _null_ _null_ _null_ _null_ int2recv _null_ _null_ _null_ _null_ )
insert ( 2405 int2send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 21 _null_ _null_ _null_ _null_ _null_ int2send _null_ _null_ _null_ _null_ )
insert ( 2406 int4recv 11 10 12 1 0 0 0 f f f t f i s 1 0 23 2281 _null_ _null_ _null_ _null_ _null_ int4recv _null_ _null_ _null_ _null_ )
insert ( 2407 int4send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 23 _null_ _null_ _null_ _null_ _null_ int4send _null_ _null_ _null_ _null_ )
insert ( 2408 int8recv 11 10 12 1 0 0 0 f f f t f i s 1 0 20 2281 _null_ _null_ _null_ _null_ _null_ int8recv _null_ _null_ _null_ _null_ )
insert ( 2409 int8send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 20 _null_ _null_ _null_ _null_ _null_ int8send _null_ _null_ _null_ _null_ )
insert ( 2410 int2vectorrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 22 2281 _null_ _null_ _null_ _null_ _null_ int2vectorrecv _null_ _null_ _null_ _null_ )
insert ( 2411 int2vectorsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 22 _null_ _null_ _null_ _null_ _null_ int2vectorsend _null_ _null_ _null_ _null_ )
insert ( 2412 bytearecv 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2281 _null_ _null_ _null_ _null_ _null_ bytearecv _null_ _null_ _null_ _null_ )
insert ( 2413 byteasend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 17 _null_ _null_ _null_ _null_ _null_ byteasend _null_ _null_ _null_ _null_ )
insert ( 2414 textrecv 11 10 12 1 0 0 0 f f f t f s s 1 0 25 2281 _null_ _null_ _null_ _null_ _null_ textrecv _null_ _null_ _null_ _null_ )
insert ( 2415 textsend 11 10 12 1 0 0 0 f f f t f s s 1 0 17 25 _null_ _null_ _null_ _null_ _null_ textsend _null_ _null_ _null_ _null_ )
insert ( 2416 unknownrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 705 2281 _null_ _null_ _null_ _null_ _null_ unknownrecv _null_ _null_ _null_ _null_ )
insert ( 2417 unknownsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 705 _null_ _null_ _null_ _null_ _null_ unknownsend _null_ _null_ _null_ _null_ )
insert ( 2418 oidrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 26 2281 _null_ _null_ _null_ _null_ _null_ oidrecv _null_ _null_ _null_ _null_ )
insert ( 2419 oidsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 26 _null_ _null_ _null_ _null_ _null_ oidsend _null_ _null_ _null_ _null_ )
insert ( 2420 oidvectorrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 30 2281 _null_ _null_ _null_ _null_ _null_ oidvectorrecv _null_ _null_ _null_ _null_ )
insert ( 2421 oidvectorsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 30 _null_ _null_ _null_ _null_ _null_ oidvectorsend _null_ _null_ _null_ _null_ )
insert ( 2422 namerecv 11 10 12 1 0 0 0 f f f t f s s 1 0 19 2281 _null_ _null_ _null_ _null_ _null_ namerecv _null_ _null_ _null_ _null_ )
insert ( 2423 namesend 11 10 12 1 0 0 0 f f f t f s s 1 0 17 19 _null_ _null_ _null_ _null_ _null_ namesend _null_ _null_ _null_ _null_ )
insert ( 2424 float4recv 11 10 12 1 0 0 0 f f f t f i s 1 0 700 2281 _null_ _null_ _null_ _null_ _null_ float4recv _null_ _null_ _null_ _null_ )
insert ( 2425 float4send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 700 _null_ _null_ _null_ _null_ _null_ float4send _null_ _null_ _null_ _null_ )
insert ( 2426 float8recv 11 10 12 1 0 0 0 f f f t f i s 1 0 701 2281 _null_ _null_ _null_ _null_ _null_ float8recv _null_ _null_ _null_ _null_ )
insert ( 2427 float8send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 701 _null_ _null_ _null_ _null_ _null_ float8send _null_ _null_ _null_ _null_ )
insert ( 2428 point_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 600 2281 _null_ _null_ _null_ _null_ _null_ point_recv _null_ _null_ _null_ _null_ )
insert ( 2429 point_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 600 _null_ _null_ _null_ _null_ _null_ point_send _null_ _null_ _null_ _null_ )
insert ( 2430 bpcharrecv 11 10 12 1 0 0 0 f f f t f s s 3 0 1042 '2281 26 23' _null_ _null_ _null_ _null_ _null_ bpcharrecv _null_ _null_ _null_ _null_ )
insert ( 2431 bpcharsend 11 10 12 1 0 0 0 f f f t f s s 1 0 17 1042 _null_ _null_ _null_ _null_ _null_ bpcharsend _null_ _null_ _null_ _null_ )
insert ( 2432 varcharrecv 11 10 12 1 0 0 0 f f f t f s s 3 0 1043 '2281 26 23' _null_ _null_ _null_ _null_ _null_ varcharrecv _null_ _null_ _null_ _null_ )
insert ( 2433 varcharsend 11 10 12 1 0 0 0 f f f t f s s 1 0 17 1043 _null_ _null_ _null_ _null_ _null_ varcharsend _null_ _null_ _null_ _null_ )
insert ( 2434 charrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 18 2281 _null_ _null_ _null_ _null_ _null_ charrecv _null_ _null_ _null_ _null_ )
insert ( 2435 charsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 18 _null_ _null_ _null_ _null_ _null_ charsend _null_ _null_ _null_ _null_ )
insert ( 2436 boolrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 16 2281 _null_ _null_ _null_ _null_ _null_ boolrecv _null_ _null_ _null_ _null_ )
insert ( 2437 boolsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 16 _null_ _null_ _null_ _null_ _null_ boolsend _null_ _null_ _null_ _null_ )
insert ( 2438 tidrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 27 2281 _null_ _null_ _null_ _null_ _null_ tidrecv _null_ _null_ _null_ _null_ )
insert ( 2439 tidsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 27 _null_ _null_ _null_ _null_ _null_ tidsend _null_ _null_ _null_ _null_ )
insert ( 2440 xidrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 28 2281 _null_ _null_ _null_ _null_ _null_ xidrecv _null_ _null_ _null_ _null_ )
insert ( 2441 xidsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 28 _null_ _null_ _null_ _null_ _null_ xidsend _null_ _null_ _null_ _null_ )
insert ( 2442 cidrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 29 2281 _null_ _null_ _null_ _null_ _null_ cidrecv _null_ _null_ _null_ _null_ )
insert ( 2443 cidsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 29 _null_ _null_ _null_ _null_ _null_ cidsend _null_ _null_ _null_ _null_ )
insert ( 2444 regprocrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 24 2281 _null_ _null_ _null_ _null_ _null_ regprocrecv _null_ _null_ _null_ _null_ )
insert ( 2445 regprocsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 24 _null_ _null_ _null_ _null_ _null_ regprocsend _null_ _null_ _null_ _null_ )
insert ( 2446 regprocedurerecv 11 10 12 1 0 0 0 f f f t f i s 1 0 2202 2281 _null_ _null_ _null_ _null_ _null_ regprocedurerecv _null_ _null_ _null_ _null_ )
insert ( 2447 regproceduresend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2202 _null_ _null_ _null_ _null_ _null_ regproceduresend _null_ _null_ _null_ _null_ )
insert ( 2448 regoperrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 2203 2281 _null_ _null_ _null_ _null_ _null_ regoperrecv _null_ _null_ _null_ _null_ )
insert ( 2449 regopersend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2203 _null_ _null_ _null_ _null_ _null_ regopersend _null_ _null_ _null_ _null_ )
insert ( 2450 regoperatorrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 2204 2281 _null_ _null_ _null_ _null_ _null_ regoperatorrecv _null_ _null_ _null_ _null_ )
insert ( 2451 regoperatorsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2204 _null_ _null_ _null_ _null_ _null_ regoperatorsend _null_ _null_ _null_ _null_ )
insert ( 2452 regclassrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 2205 2281 _null_ _null_ _null_ _null_ _null_ regclassrecv _null_ _null_ _null_ _null_ )
insert ( 2453 regclasssend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2205 _null_ _null_ _null_ _null_ _null_ regclasssend _null_ _null_ _null_ _null_ )
insert ( 4196 regcollationrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 4191 2281 _null_ _null_ _null_ _null_ _null_ regcollationrecv _null_ _null_ _null_ _null_ )
insert ( 4197 regcollationsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 4191 _null_ _null_ _null_ _null_ _null_ regcollationsend _null_ _null_ _null_ _null_ )
insert ( 2454 regtyperecv 11 10 12 1 0 0 0 f f f t f i s 1 0 2206 2281 _null_ _null_ _null_ _null_ _null_ regtyperecv _null_ _null_ _null_ _null_ )
insert ( 2455 regtypesend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2206 _null_ _null_ _null_ _null_ _null_ regtypesend _null_ _null_ _null_ _null_ )
insert ( 4094 regrolerecv 11 10 12 1 0 0 0 f f f t f i s 1 0 4096 2281 _null_ _null_ _null_ _null_ _null_ regrolerecv _null_ _null_ _null_ _null_ )
insert ( 4095 regrolesend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 4096 _null_ _null_ _null_ _null_ _null_ regrolesend _null_ _null_ _null_ _null_ )
insert ( 4087 regnamespacerecv 11 10 12 1 0 0 0 f f f t f i s 1 0 4089 2281 _null_ _null_ _null_ _null_ _null_ regnamespacerecv _null_ _null_ _null_ _null_ )
insert ( 4088 regnamespacesend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 4089 _null_ _null_ _null_ _null_ _null_ regnamespacesend _null_ _null_ _null_ _null_ )
insert ( 2456 bit_recv 11 10 12 1 0 0 0 f f f t f i s 3 0 1560 '2281 26 23' _null_ _null_ _null_ _null_ _null_ bit_recv _null_ _null_ _null_ _null_ )
insert ( 2457 bit_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 1560 _null_ _null_ _null_ _null_ _null_ bit_send _null_ _null_ _null_ _null_ )
insert ( 2458 varbit_recv 11 10 12 1 0 0 0 f f f t f i s 3 0 1562 '2281 26 23' _null_ _null_ _null_ _null_ _null_ varbit_recv _null_ _null_ _null_ _null_ )
insert ( 2459 varbit_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 1562 _null_ _null_ _null_ _null_ _null_ varbit_send _null_ _null_ _null_ _null_ )
insert ( 2460 numeric_recv 11 10 12 1 0 0 0 f f f t f i s 3 0 1700 '2281 26 23' _null_ _null_ _null_ _null_ _null_ numeric_recv _null_ _null_ _null_ _null_ )
insert ( 2461 numeric_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 1700 _null_ _null_ _null_ _null_ _null_ numeric_send _null_ _null_ _null_ _null_ )
insert ( 2468 date_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 1082 2281 _null_ _null_ _null_ _null_ _null_ date_recv _null_ _null_ _null_ _null_ )
insert ( 2469 date_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 1082 _null_ _null_ _null_ _null_ _null_ date_send _null_ _null_ _null_ _null_ )
insert ( 2470 time_recv 11 10 12 1 0 0 0 f f f t f i s 3 0 1083 '2281 26 23' _null_ _null_ _null_ _null_ _null_ time_recv _null_ _null_ _null_ _null_ )
insert ( 2471 time_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 1083 _null_ _null_ _null_ _null_ _null_ time_send _null_ _null_ _null_ _null_ )
insert ( 2472 timetz_recv 11 10 12 1 0 0 0 f f f t f i s 3 0 1266 '2281 26 23' _null_ _null_ _null_ _null_ _null_ timetz_recv _null_ _null_ _null_ _null_ )
insert ( 2473 timetz_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 1266 _null_ _null_ _null_ _null_ _null_ timetz_send _null_ _null_ _null_ _null_ )
insert ( 2474 timestamp_recv 11 10 12 1 0 0 0 f f f t f i s 3 0 1114 '2281 26 23' _null_ _null_ _null_ _null_ _null_ timestamp_recv _null_ _null_ _null_ _null_ )
insert ( 2475 timestamp_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 1114 _null_ _null_ _null_ _null_ _null_ timestamp_send _null_ _null_ _null_ _null_ )
insert ( 2476 timestamptz_recv 11 10 12 1 0 0 0 f f f t f i s 3 0 1184 '2281 26 23' _null_ _null_ _null_ _null_ _null_ timestamptz_recv _null_ _null_ _null_ _null_ )
insert ( 2477 timestamptz_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 1184 _null_ _null_ _null_ _null_ _null_ timestamptz_send _null_ _null_ _null_ _null_ )
insert ( 2478 interval_recv 11 10 12 1 0 0 0 f f f t f i s 3 0 1186 '2281 26 23' _null_ _null_ _null_ _null_ _null_ interval_recv _null_ _null_ _null_ _null_ )
insert ( 2479 interval_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 1186 _null_ _null_ _null_ _null_ _null_ interval_send _null_ _null_ _null_ _null_ )
insert ( 2480 lseg_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 601 2281 _null_ _null_ _null_ _null_ _null_ lseg_recv _null_ _null_ _null_ _null_ )
insert ( 2481 lseg_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 601 _null_ _null_ _null_ _null_ _null_ lseg_send _null_ _null_ _null_ _null_ )
insert ( 2482 path_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 602 2281 _null_ _null_ _null_ _null_ _null_ path_recv _null_ _null_ _null_ _null_ )
insert ( 2483 path_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 602 _null_ _null_ _null_ _null_ _null_ path_send _null_ _null_ _null_ _null_ )
insert ( 2484 box_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 603 2281 _null_ _null_ _null_ _null_ _null_ box_recv _null_ _null_ _null_ _null_ )
insert ( 2485 box_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 603 _null_ _null_ _null_ _null_ _null_ box_send _null_ _null_ _null_ _null_ )
insert ( 2486 poly_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 604 2281 _null_ _null_ _null_ _null_ _null_ poly_recv _null_ _null_ _null_ _null_ )
insert ( 2487 poly_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 604 _null_ _null_ _null_ _null_ _null_ poly_send _null_ _null_ _null_ _null_ )
insert ( 2488 line_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 628 2281 _null_ _null_ _null_ _null_ _null_ line_recv _null_ _null_ _null_ _null_ )
insert ( 2489 line_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 628 _null_ _null_ _null_ _null_ _null_ line_send _null_ _null_ _null_ _null_ )
insert ( 2490 circle_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 718 2281 _null_ _null_ _null_ _null_ _null_ circle_recv _null_ _null_ _null_ _null_ )
insert ( 2491 circle_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 718 _null_ _null_ _null_ _null_ _null_ circle_send _null_ _null_ _null_ _null_ )
insert ( 2492 cash_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 790 2281 _null_ _null_ _null_ _null_ _null_ cash_recv _null_ _null_ _null_ _null_ )
insert ( 2493 cash_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 790 _null_ _null_ _null_ _null_ _null_ cash_send _null_ _null_ _null_ _null_ )
insert ( 2494 macaddr_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 829 2281 _null_ _null_ _null_ _null_ _null_ macaddr_recv _null_ _null_ _null_ _null_ )
insert ( 2495 macaddr_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 829 _null_ _null_ _null_ _null_ _null_ macaddr_send _null_ _null_ _null_ _null_ )
insert ( 2496 inet_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 869 2281 _null_ _null_ _null_ _null_ _null_ inet_recv _null_ _null_ _null_ _null_ )
insert ( 2497 inet_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 869 _null_ _null_ _null_ _null_ _null_ inet_send _null_ _null_ _null_ _null_ )
insert ( 2498 cidr_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 650 2281 _null_ _null_ _null_ _null_ _null_ cidr_recv _null_ _null_ _null_ _null_ )
insert ( 2499 cidr_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 650 _null_ _null_ _null_ _null_ _null_ cidr_send _null_ _null_ _null_ _null_ )
insert ( 2500 cstring_recv 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 2281 _null_ _null_ _null_ _null_ _null_ cstring_recv _null_ _null_ _null_ _null_ )
insert ( 2501 cstring_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 2275 _null_ _null_ _null_ _null_ _null_ cstring_send _null_ _null_ _null_ _null_ )
insert ( 2502 anyarray_recv 11 10 12 1 0 0 0 f f f t f s s 1 0 2277 2281 _null_ _null_ _null_ _null_ _null_ anyarray_recv _null_ _null_ _null_ _null_ )
insert ( 2503 anyarray_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 2277 _null_ _null_ _null_ _null_ _null_ anyarray_send _null_ _null_ _null_ _null_ )
insert ( 3120 void_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ void_recv _null_ _null_ _null_ _null_ )
insert ( 3121 void_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2278 _null_ _null_ _null_ _null_ _null_ void_send _null_ _null_ _null_ _null_ )
insert ( 3446 macaddr8_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 774 2281 _null_ _null_ _null_ _null_ _null_ macaddr8_recv _null_ _null_ _null_ _null_ )
insert ( 3447 macaddr8_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 774 _null_ _null_ _null_ _null_ _null_ macaddr8_send _null_ _null_ _null_ _null_ )
insert ( 2504 pg_get_ruledef 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '26 16' _null_ _null_ _null_ _null_ _null_ pg_get_ruledef_ext _null_ _null_ _null_ _null_ )
insert ( 2505 pg_get_viewdef 11 10 12 1 0 0 0 f f f t f s r 2 0 25 '25 16' _null_ _null_ _null_ _null_ _null_ pg_get_viewdef_name_ext _null_ _null_ _null_ _null_ )
insert ( 2506 pg_get_viewdef 11 10 12 1 0 0 0 f f f t f s r 2 0 25 '26 16' _null_ _null_ _null_ _null_ _null_ pg_get_viewdef_ext _null_ _null_ _null_ _null_ )
insert ( 3159 pg_get_viewdef 11 10 12 1 0 0 0 f f f t f s r 2 0 25 '26 23' _null_ _null_ _null_ _null_ _null_ pg_get_viewdef_wrap _null_ _null_ _null_ _null_ )
insert ( 2507 pg_get_indexdef 11 10 12 1 0 0 0 f f f t f s s 3 0 25 '26 23 16' _null_ _null_ _null_ _null_ _null_ pg_get_indexdef_ext _null_ _null_ _null_ _null_ )
insert ( 2508 pg_get_constraintdef 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '26 16' _null_ _null_ _null_ _null_ _null_ pg_get_constraintdef_ext _null_ _null_ _null_ _null_ )
insert ( 2509 pg_get_expr 11 10 12 1 0 0 0 f f f t f s s 3 0 25 '194 26 16' _null_ _null_ _null_ _null_ _null_ pg_get_expr_ext _null_ _null_ _null_ _null_ )
insert ( 2510 pg_prepared_statement 11 10 12 1 1000 0 0 f f f t t s r 0 0 2249 '' '{25,25,1184,2211,2211,16,20,20}' '{o,o,o,o,o,o,o,o}' '{name,statement,prepare_time,parameter_types,result_types,from_sql,generic_plans,custom_plans}' _null_ _null_ pg_prepared_statement _null_ _null_ _null_ _null_ )
insert ( 2511 pg_cursor 11 10 12 1 1000 0 0 f f f t t s r 0 0 2249 '' '{25,25,16,16,16,1184}' '{o,o,o,o,o,o}' '{name,statement,is_holdable,is_binary,is_scrollable,creation_time}' _null_ _null_ pg_cursor _null_ _null_ _null_ _null_ )
insert ( 2599 pg_timezone_abbrevs 11 10 12 1 1000 0 0 f f f t t s s 0 0 2249 '' '{25,1186,16}' '{o,o,o}' '{abbrev,utc_offset,is_dst}' _null_ _null_ pg_timezone_abbrevs _null_ _null_ _null_ _null_ )
insert ( 2856 pg_timezone_names 11 10 12 1 1000 0 0 f f f t t s s 0 0 2249 '' '{25,25,1186,16}' '{o,o,o,o}' '{name,abbrev,utc_offset,is_dst}' _null_ _null_ pg_timezone_names _null_ _null_ _null_ _null_ )
insert ( 2730 pg_get_triggerdef 11 10 12 1 0 0 0 f f f t f s s 2 0 25 '26 16' _null_ _null_ _null_ _null_ _null_ pg_get_triggerdef_ext _null_ _null_ _null_ _null_ )
insert ( 3035 pg_listening_channels 11 10 12 1 10 0 0 f f f t t s r 0 0 25 '' _null_ _null_ _null_ _null_ _null_ pg_listening_channels _null_ _null_ _null_ _null_ )
insert ( 3036 pg_notify 11 10 12 1 0 0 0 f f f f f v r 2 0 2278 '25 25' _null_ _null_ _null_ _null_ _null_ pg_notify _null_ _null_ _null_ _null_ )
insert ( 3296 pg_notification_queue_usage 11 10 12 1 0 0 0 f f f t f v r 0 0 701 '' _null_ _null_ _null_ _null_ _null_ pg_notification_queue_usage _null_ _null_ _null_ _null_ )
insert ( 5052 pg_get_shmem_allocations 11 10 12 1 50 0 0 f f f t t v s 0 0 2249 '' '{25,20,20,20}' '{o,o,o,o}' '{name,off,size,allocated_size}' _null_ _null_ pg_get_shmem_allocations _null_ _null_ _null_ _null_ )
insert ( 2282 pg_get_backend_memory_contexts 11 10 12 1 100 0 0 f f f t t v r 0 0 2249 '' '{25,25,25,23,20,20,20,20,20}' '{o,o,o,o,o,o,o,o,o}' '{name, ident, parent, level, total_bytes, total_nblocks, free_bytes, free_chunks, used_bytes}' _null_ _null_ pg_get_backend_memory_contexts _null_ _null_ _null_ _null_ )
insert ( 4543 pg_log_backend_memory_contexts 11 10 12 1 0 0 0 f f f t f v s 1 0 16 23 _null_ _null_ _null_ _null_ _null_ pg_log_backend_memory_contexts _null_ _null_ _null_ _null_ )
insert ( 1066 generate_series 11 10 12 1 1000 0 3994 f f f t t i s 3 0 23 '23 23 23' _null_ _null_ _null_ _null_ _null_ generate_series_step_int4 _null_ _null_ _null_ _null_ )
insert ( 1067 generate_series 11 10 12 1 1000 0 3994 f f f t t i s 2 0 23 '23 23' _null_ _null_ _null_ _null_ _null_ generate_series_int4 _null_ _null_ _null_ _null_ )
insert ( 3994 generate_series_int4_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ generate_series_int4_support _null_ _null_ _null_ _null_ )
insert ( 1068 generate_series 11 10 12 1 1000 0 3995 f f f t t i s 3 0 20 '20 20 20' _null_ _null_ _null_ _null_ _null_ generate_series_step_int8 _null_ _null_ _null_ _null_ )
insert ( 1069 generate_series 11 10 12 1 1000 0 3995 f f f t t i s 2 0 20 '20 20' _null_ _null_ _null_ _null_ _null_ generate_series_int8 _null_ _null_ _null_ _null_ )
insert ( 3995 generate_series_int8_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ generate_series_int8_support _null_ _null_ _null_ _null_ )
insert ( 3259 generate_series 11 10 12 1 1000 0 0 f f f t t i s 3 0 1700 '1700 1700 1700' _null_ _null_ _null_ _null_ _null_ generate_series_step_numeric _null_ _null_ _null_ _null_ )
insert ( 3260 generate_series 11 10 12 1 1000 0 0 f f f t t i s 2 0 1700 '1700 1700' _null_ _null_ _null_ _null_ _null_ generate_series_numeric _null_ _null_ _null_ _null_ )
insert ( 938 generate_series 11 10 12 1 1000 0 0 f f f t t i s 3 0 1114 '1114 1114 1186' _null_ _null_ _null_ _null_ _null_ generate_series_timestamp _null_ _null_ _null_ _null_ )
insert ( 939 generate_series 11 10 12 1 1000 0 0 f f f t t s s 3 0 1184 '1184 1184 1186' _null_ _null_ _null_ _null_ _null_ generate_series_timestamptz _null_ _null_ _null_ _null_ )
insert ( 6274 generate_series 11 10 12 1 1000 0 0 f f f t t i s 4 0 1184 '1184 1184 1186 25' _null_ _null_ _null_ _null_ _null_ generate_series_timestamptz_at_zone _null_ _null_ _null_ _null_ )
insert ( 2515 booland_statefunc 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '16 16' _null_ _null_ _null_ _null_ _null_ booland_statefunc _null_ _null_ _null_ _null_ )
insert ( 2516 boolor_statefunc 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '16 16' _null_ _null_ _null_ _null_ _null_ boolor_statefunc _null_ _null_ _null_ _null_ )
insert ( 3496 bool_accum 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 16' _null_ _null_ _null_ _null_ _null_ bool_accum _null_ _null_ _null_ _null_ )
insert ( 3497 bool_accum_inv 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 16' _null_ _null_ _null_ _null_ _null_ bool_accum_inv _null_ _null_ _null_ _null_ )
insert ( 3498 bool_alltrue 11 10 12 1 0 0 0 f f f t f i s 1 0 16 2281 _null_ _null_ _null_ _null_ _null_ bool_alltrue _null_ _null_ _null_ _null_ )
insert ( 3499 bool_anytrue 11 10 12 1 0 0 0 f f f t f i s 1 0 16 2281 _null_ _null_ _null_ _null_ _null_ bool_anytrue _null_ _null_ _null_ _null_ )
insert ( 2517 bool_and 11 10 12 1 0 0 0 a f f f f i s 1 0 16 16 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2518 bool_or 11 10 12 1 0 0 0 a f f f f i s 1 0 16 16 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2519 every 11 10 12 1 0 0 0 a f f f f i s 1 0 16 16 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2236 bit_and 11 10 12 1 0 0 0 a f f f f i s 1 0 21 21 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2237 bit_or 11 10 12 1 0 0 0 a f f f f i s 1 0 21 21 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6164 bit_xor 11 10 12 1 0 0 0 a f f f f i s 1 0 21 21 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2238 bit_and 11 10 12 1 0 0 0 a f f f f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2239 bit_or 11 10 12 1 0 0 0 a f f f f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6165 bit_xor 11 10 12 1 0 0 0 a f f f f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2240 bit_and 11 10 12 1 0 0 0 a f f f f i s 1 0 20 20 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2241 bit_or 11 10 12 1 0 0 0 a f f f f i s 1 0 20 20 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6166 bit_xor 11 10 12 1 0 0 0 a f f f f i s 1 0 20 20 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2242 bit_and 11 10 12 1 0 0 0 a f f f f i s 1 0 1560 1560 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2243 bit_or 11 10 12 1 0 0 0 a f f f f i s 1 0 1560 1560 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6167 bit_xor 11 10 12 1 0 0 0 a f f f f i s 1 0 1560 1560 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2546 interval_pl_date 11 10 14 1 0 0 0 f f f t f i s 2 0 1114 '1186 1082' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 2547 interval_pl_timetz 11 10 14 1 0 0 0 f f f t f i s 2 0 1266 '1186 1266' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 2548 interval_pl_timestamp 11 10 14 1 0 0 0 f f f t f i s 2 0 1114 '1186 1114' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 2549 interval_pl_timestamptz 11 10 14 1 0 0 0 f f f t f s s 2 0 1184 '1186 1184' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 2550 integer_pl_date 11 10 14 1 0 0 0 f f f t f i s 2 0 1082 '23 1082' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 2556 pg_tablespace_databases 11 10 12 1 1000 0 0 f f f t t s s 1 0 26 26 _null_ _null_ _null_ _null_ _null_ pg_tablespace_databases _null_ _null_ _null_ _null_ )
insert ( 2557 bool 11 10 12 1 0 0 0 f f t t f i s 1 0 16 23 _null_ _null_ _null_ _null_ _null_ int4_bool _null_ _null_ _null_ _null_ )
insert ( 2558 int4 11 10 12 1 0 0 0 f f t t f i s 1 0 23 16 _null_ _null_ _null_ _null_ _null_ bool_int4 _null_ _null_ _null_ _null_ )
insert ( 2559 lastval 11 10 12 1 0 0 0 f f f t f v u 0 0 20 '' _null_ _null_ _null_ _null_ _null_ lastval _null_ _null_ _null_ _null_ )
insert ( 2560 pg_postmaster_start_time 11 10 12 1 0 0 0 f f f t f s s 0 0 1184 '' _null_ _null_ _null_ _null_ _null_ pg_postmaster_start_time _null_ _null_ _null_ _null_ )
insert ( 2034 pg_conf_load_time 11 10 12 1 0 0 0 f f f t f s r 0 0 1184 '' _null_ _null_ _null_ _null_ _null_ pg_conf_load_time _null_ _null_ _null_ _null_ )
insert ( 2562 box_below 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_below _null_ _null_ _null_ _null_ )
insert ( 2563 box_overbelow 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_overbelow _null_ _null_ _null_ _null_ )
insert ( 2564 box_overabove 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_overabove _null_ _null_ _null_ _null_ )
insert ( 2565 box_above 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '603 603' _null_ _null_ _null_ _null_ _null_ box_above _null_ _null_ _null_ _null_ )
insert ( 2566 poly_below 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '604 604' _null_ _null_ _null_ _null_ _null_ poly_below _null_ _null_ _null_ _null_ )
insert ( 2567 poly_overbelow 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '604 604' _null_ _null_ _null_ _null_ _null_ poly_overbelow _null_ _null_ _null_ _null_ )
insert ( 2568 poly_overabove 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '604 604' _null_ _null_ _null_ _null_ _null_ poly_overabove _null_ _null_ _null_ _null_ )
insert ( 2569 poly_above 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '604 604' _null_ _null_ _null_ _null_ _null_ poly_above _null_ _null_ _null_ _null_ )
insert ( 2587 circle_overbelow 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_overbelow _null_ _null_ _null_ _null_ )
insert ( 2588 circle_overabove 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '718 718' _null_ _null_ _null_ _null_ _null_ circle_overabove _null_ _null_ _null_ _null_ )
insert ( 2578 gist_box_consistent 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '2281 603 21 26 2281' _null_ _null_ _null_ _null_ _null_ gist_box_consistent _null_ _null_ _null_ _null_ )
insert ( 2581 gist_box_penalty 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gist_box_penalty _null_ _null_ _null_ _null_ )
insert ( 2582 gist_box_picksplit 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '2281 2281' _null_ _null_ _null_ _null_ _null_ gist_box_picksplit _null_ _null_ _null_ _null_ )
insert ( 2583 gist_box_union 11 10 12 1 0 0 0 f f f t f i s 2 0 603 '2281 2281' _null_ _null_ _null_ _null_ _null_ gist_box_union _null_ _null_ _null_ _null_ )
insert ( 2584 gist_box_same 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '603 603 2281' _null_ _null_ _null_ _null_ _null_ gist_box_same _null_ _null_ _null_ _null_ )
insert ( 3998 gist_box_distance 11 10 12 1 0 0 0 f f f t f i s 5 0 701 '2281 603 21 26 2281' _null_ _null_ _null_ _null_ _null_ gist_box_distance _null_ _null_ _null_ _null_ )
insert ( 2585 gist_poly_consistent 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '2281 604 21 26 2281' _null_ _null_ _null_ _null_ _null_ gist_poly_consistent _null_ _null_ _null_ _null_ )
insert ( 2586 gist_poly_compress 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ gist_poly_compress _null_ _null_ _null_ _null_ )
insert ( 2591 gist_circle_consistent 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '2281 718 21 26 2281' _null_ _null_ _null_ _null_ _null_ gist_circle_consistent _null_ _null_ _null_ _null_ )
insert ( 2592 gist_circle_compress 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ gist_circle_compress _null_ _null_ _null_ _null_ )
insert ( 1030 gist_point_compress 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ gist_point_compress _null_ _null_ _null_ _null_ )
insert ( 3282 gist_point_fetch 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ gist_point_fetch _null_ _null_ _null_ _null_ )
insert ( 2179 gist_point_consistent 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '2281 600 21 26 2281' _null_ _null_ _null_ _null_ _null_ gist_point_consistent _null_ _null_ _null_ _null_ )
insert ( 3064 gist_point_distance 11 10 12 1 0 0 0 f f f t f i s 5 0 701 '2281 600 21 26 2281' _null_ _null_ _null_ _null_ _null_ gist_point_distance _null_ _null_ _null_ _null_ )
insert ( 3280 gist_circle_distance 11 10 12 1 0 0 0 f f f t f i s 5 0 701 '2281 718 21 26 2281' _null_ _null_ _null_ _null_ _null_ gist_circle_distance _null_ _null_ _null_ _null_ )
insert ( 3288 gist_poly_distance 11 10 12 1 0 0 0 f f f t f i s 5 0 701 '2281 604 21 26 2281' _null_ _null_ _null_ _null_ _null_ gist_poly_distance _null_ _null_ _null_ _null_ )
insert ( 3435 gist_point_sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ gist_point_sortsupport _null_ _null_ _null_ _null_ )
insert ( 2743 ginarrayextract 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '2277 2281 2281' _null_ _null_ _null_ _null_ _null_ ginarrayextract _null_ _null_ _null_ _null_ )
insert ( 2774 ginqueryarrayextract 11 10 12 1 0 0 0 f f f t f i s 7 0 2281 '2277 2281 21 2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ ginqueryarrayextract _null_ _null_ _null_ _null_ )
insert ( 2744 ginarrayconsistent 11 10 12 1 0 0 0 f f f t f i s 8 0 16 '2281 21 2277 23 2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ ginarrayconsistent _null_ _null_ _null_ _null_ )
insert ( 3920 ginarraytriconsistent 11 10 12 1 0 0 0 f f f t f i s 7 0 18 '2281 21 2277 23 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ ginarraytriconsistent _null_ _null_ _null_ _null_ )
insert ( 3076 ginarrayextract 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '2277 2281' _null_ _null_ _null_ _null_ _null_ ginarrayextract_2args _null_ _null_ _null_ _null_ )
insert ( 2747 arrayoverlap 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2277 2277' _null_ _null_ _null_ _null_ _null_ arrayoverlap _null_ _null_ _null_ _null_ )
insert ( 2748 arraycontains 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2277 2277' _null_ _null_ _null_ _null_ _null_ arraycontains _null_ _null_ _null_ _null_ )
insert ( 2749 arraycontained 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2277 2277' _null_ _null_ _null_ _null_ _null_ arraycontained _null_ _null_ _null_ _null_ )
insert ( 3383 brin_minmax_opcinfo 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ brin_minmax_opcinfo _null_ _null_ _null_ _null_ )
insert ( 3384 brin_minmax_add_value 11 10 12 1 0 0 0 f f f t f i s 4 0 16 '2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_add_value _null_ _null_ _null_ _null_ )
insert ( 3385 brin_minmax_consistent 11 10 12 1 0 0 0 f f f t f i s 3 0 16 '2281 2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_consistent _null_ _null_ _null_ _null_ )
insert ( 3386 brin_minmax_union 11 10 12 1 0 0 0 f f f t f i s 3 0 16 '2281 2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_union _null_ _null_ _null_ _null_ )
insert ( 4616 brin_minmax_multi_opcinfo 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_opcinfo _null_ _null_ _null_ _null_ )
insert ( 4617 brin_minmax_multi_add_value 11 10 12 1 0 0 0 f f f t f i s 4 0 16 '2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_add_value _null_ _null_ _null_ _null_ )
insert ( 4618 brin_minmax_multi_consistent 11 10 12 1 0 0 0 f f f t f i s 4 0 16 '2281 2281 2281 23' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_consistent _null_ _null_ _null_ _null_ )
insert ( 4619 brin_minmax_multi_union 11 10 12 1 0 0 0 f f f t f i s 3 0 16 '2281 2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_union _null_ _null_ _null_ _null_ )
insert ( 4620 brin_minmax_multi_options 11 10 12 1 0 0 0 f f f f f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_options _null_ _null_ _null_ _null_ )
insert ( 4621 brin_minmax_multi_distance_int2 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_int2 _null_ _null_ _null_ _null_ )
insert ( 4622 brin_minmax_multi_distance_int4 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_int4 _null_ _null_ _null_ _null_ )
insert ( 4623 brin_minmax_multi_distance_int8 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_int8 _null_ _null_ _null_ _null_ )
insert ( 4624 brin_minmax_multi_distance_float4 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_float4 _null_ _null_ _null_ _null_ )
insert ( 4625 brin_minmax_multi_distance_float8 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_float8 _null_ _null_ _null_ _null_ )
insert ( 4626 brin_minmax_multi_distance_numeric 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_numeric _null_ _null_ _null_ _null_ )
insert ( 4627 brin_minmax_multi_distance_tid 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_tid _null_ _null_ _null_ _null_ )
insert ( 4628 brin_minmax_multi_distance_uuid 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_uuid _null_ _null_ _null_ _null_ )
insert ( 4629 brin_minmax_multi_distance_date 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_date _null_ _null_ _null_ _null_ )
insert ( 4630 brin_minmax_multi_distance_time 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_time _null_ _null_ _null_ _null_ )
insert ( 4631 brin_minmax_multi_distance_interval 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_interval _null_ _null_ _null_ _null_ )
insert ( 4632 brin_minmax_multi_distance_timetz 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_timetz _null_ _null_ _null_ _null_ )
insert ( 4633 brin_minmax_multi_distance_pg_lsn 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_pg_lsn _null_ _null_ _null_ _null_ )
insert ( 4634 brin_minmax_multi_distance_macaddr 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_macaddr _null_ _null_ _null_ _null_ )
insert ( 4635 brin_minmax_multi_distance_macaddr8 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_macaddr8 _null_ _null_ _null_ _null_ )
insert ( 4636 brin_minmax_multi_distance_inet 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_inet _null_ _null_ _null_ _null_ )
insert ( 4637 brin_minmax_multi_distance_timestamp 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '2281 2281' _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_distance_timestamp _null_ _null_ _null_ _null_ )
insert ( 4105 brin_inclusion_opcinfo 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ brin_inclusion_opcinfo _null_ _null_ _null_ _null_ )
insert ( 4106 brin_inclusion_add_value 11 10 12 1 0 0 0 f f f t f i s 4 0 16 '2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ brin_inclusion_add_value _null_ _null_ _null_ _null_ )
insert ( 4107 brin_inclusion_consistent 11 10 12 1 0 0 0 f f f t f i s 3 0 16 '2281 2281 2281' _null_ _null_ _null_ _null_ _null_ brin_inclusion_consistent _null_ _null_ _null_ _null_ )
insert ( 4108 brin_inclusion_union 11 10 12 1 0 0 0 f f f t f i s 3 0 16 '2281 2281 2281' _null_ _null_ _null_ _null_ _null_ brin_inclusion_union _null_ _null_ _null_ _null_ )
insert ( 4591 brin_bloom_opcinfo 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ brin_bloom_opcinfo _null_ _null_ _null_ _null_ )
insert ( 4592 brin_bloom_add_value 11 10 12 1 0 0 0 f f f t f i s 4 0 16 '2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ brin_bloom_add_value _null_ _null_ _null_ _null_ )
insert ( 4593 brin_bloom_consistent 11 10 12 1 0 0 0 f f f t f i s 4 0 16 '2281 2281 2281 23' _null_ _null_ _null_ _null_ _null_ brin_bloom_consistent _null_ _null_ _null_ _null_ )
insert ( 4594 brin_bloom_union 11 10 12 1 0 0 0 f f f t f i s 3 0 16 '2281 2281 2281' _null_ _null_ _null_ _null_ _null_ brin_bloom_union _null_ _null_ _null_ _null_ )
insert ( 4595 brin_bloom_options 11 10 12 1 0 0 0 f f f f f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ brin_bloom_options _null_ _null_ _null_ _null_ )
insert ( 2880 pg_advisory_lock 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 20 _null_ _null_ _null_ _null_ _null_ pg_advisory_lock_int8 _null_ _null_ _null_ _null_ )
insert ( 3089 pg_advisory_xact_lock 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 20 _null_ _null_ _null_ _null_ _null_ pg_advisory_xact_lock_int8 _null_ _null_ _null_ _null_ )
insert ( 2881 pg_advisory_lock_shared 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 20 _null_ _null_ _null_ _null_ _null_ pg_advisory_lock_shared_int8 _null_ _null_ _null_ _null_ )
insert ( 3090 pg_advisory_xact_lock_shared 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 20 _null_ _null_ _null_ _null_ _null_ pg_advisory_xact_lock_shared_int8 _null_ _null_ _null_ _null_ )
insert ( 2882 pg_try_advisory_lock 11 10 12 1 0 0 0 f f f t f v r 1 0 16 20 _null_ _null_ _null_ _null_ _null_ pg_try_advisory_lock_int8 _null_ _null_ _null_ _null_ )
insert ( 3091 pg_try_advisory_xact_lock 11 10 12 1 0 0 0 f f f t f v r 1 0 16 20 _null_ _null_ _null_ _null_ _null_ pg_try_advisory_xact_lock_int8 _null_ _null_ _null_ _null_ )
insert ( 2883 pg_try_advisory_lock_shared 11 10 12 1 0 0 0 f f f t f v r 1 0 16 20 _null_ _null_ _null_ _null_ _null_ pg_try_advisory_lock_shared_int8 _null_ _null_ _null_ _null_ )
insert ( 3092 pg_try_advisory_xact_lock_shared 11 10 12 1 0 0 0 f f f t f v r 1 0 16 20 _null_ _null_ _null_ _null_ _null_ pg_try_advisory_xact_lock_shared_int8 _null_ _null_ _null_ _null_ )
insert ( 2884 pg_advisory_unlock 11 10 12 1 0 0 0 f f f t f v r 1 0 16 20 _null_ _null_ _null_ _null_ _null_ pg_advisory_unlock_int8 _null_ _null_ _null_ _null_ )
insert ( 2885 pg_advisory_unlock_shared 11 10 12 1 0 0 0 f f f t f v r 1 0 16 20 _null_ _null_ _null_ _null_ _null_ pg_advisory_unlock_shared_int8 _null_ _null_ _null_ _null_ )
insert ( 2886 pg_advisory_lock 11 10 12 1 0 0 0 f f f t f v r 2 0 2278 '23 23' _null_ _null_ _null_ _null_ _null_ pg_advisory_lock_int4 _null_ _null_ _null_ _null_ )
insert ( 3093 pg_advisory_xact_lock 11 10 12 1 0 0 0 f f f t f v r 2 0 2278 '23 23' _null_ _null_ _null_ _null_ _null_ pg_advisory_xact_lock_int4 _null_ _null_ _null_ _null_ )
insert ( 2887 pg_advisory_lock_shared 11 10 12 1 0 0 0 f f f t f v r 2 0 2278 '23 23' _null_ _null_ _null_ _null_ _null_ pg_advisory_lock_shared_int4 _null_ _null_ _null_ _null_ )
insert ( 3094 pg_advisory_xact_lock_shared 11 10 12 1 0 0 0 f f f t f v r 2 0 2278 '23 23' _null_ _null_ _null_ _null_ _null_ pg_advisory_xact_lock_shared_int4 _null_ _null_ _null_ _null_ )
insert ( 2888 pg_try_advisory_lock 11 10 12 1 0 0 0 f f f t f v r 2 0 16 '23 23' _null_ _null_ _null_ _null_ _null_ pg_try_advisory_lock_int4 _null_ _null_ _null_ _null_ )
insert ( 3095 pg_try_advisory_xact_lock 11 10 12 1 0 0 0 f f f t f v r 2 0 16 '23 23' _null_ _null_ _null_ _null_ _null_ pg_try_advisory_xact_lock_int4 _null_ _null_ _null_ _null_ )
insert ( 2889 pg_try_advisory_lock_shared 11 10 12 1 0 0 0 f f f t f v r 2 0 16 '23 23' _null_ _null_ _null_ _null_ _null_ pg_try_advisory_lock_shared_int4 _null_ _null_ _null_ _null_ )
insert ( 3096 pg_try_advisory_xact_lock_shared 11 10 12 1 0 0 0 f f f t f v r 2 0 16 '23 23' _null_ _null_ _null_ _null_ _null_ pg_try_advisory_xact_lock_shared_int4 _null_ _null_ _null_ _null_ )
insert ( 2890 pg_advisory_unlock 11 10 12 1 0 0 0 f f f t f v r 2 0 16 '23 23' _null_ _null_ _null_ _null_ _null_ pg_advisory_unlock_int4 _null_ _null_ _null_ _null_ )
insert ( 2891 pg_advisory_unlock_shared 11 10 12 1 0 0 0 f f f t f v r 2 0 16 '23 23' _null_ _null_ _null_ _null_ _null_ pg_advisory_unlock_shared_int4 _null_ _null_ _null_ _null_ )
insert ( 2892 pg_advisory_unlock_all 11 10 12 1 0 0 0 f f f t f v r 0 0 2278 '' _null_ _null_ _null_ _null_ _null_ pg_advisory_unlock_all _null_ _null_ _null_ _null_ )
insert ( 2893 xml_in 11 10 12 1 0 0 0 f f f t f s s 1 0 142 2275 _null_ _null_ _null_ _null_ _null_ xml_in _null_ _null_ _null_ _null_ )
insert ( 2894 xml_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 142 _null_ _null_ _null_ _null_ _null_ xml_out _null_ _null_ _null_ _null_ )
insert ( 2895 xmlcomment 11 10 12 1 0 0 0 f f f t f i s 1 0 142 25 _null_ _null_ _null_ _null_ _null_ xmlcomment _null_ _null_ _null_ _null_ )
insert ( 2896 xml 11 10 12 1 0 0 0 f f f t f s s 1 0 142 25 _null_ _null_ _null_ _null_ _null_ texttoxml _null_ _null_ _null_ _null_ )
insert ( 2897 xmlvalidate 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '142 25' _null_ _null_ _null_ _null_ _null_ xmlvalidate _null_ _null_ _null_ _null_ )
insert ( 2898 xml_recv 11 10 12 1 0 0 0 f f f t f s s 1 0 142 2281 _null_ _null_ _null_ _null_ _null_ xml_recv _null_ _null_ _null_ _null_ )
insert ( 2899 xml_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 142 _null_ _null_ _null_ _null_ _null_ xml_send _null_ _null_ _null_ _null_ )
insert ( 2900 xmlconcat2 11 10 12 1 0 0 0 f f f f f i s 2 0 142 '142 142' _null_ _null_ _null_ _null_ _null_ xmlconcat2 _null_ _null_ _null_ _null_ )
insert ( 2901 xmlagg 11 10 12 1 0 0 0 a f f f f i s 1 0 142 142 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 2922 text 11 10 12 1 0 0 0 f f f t f i s 1 0 25 142 _null_ _null_ _null_ _null_ _null_ xmltotext _null_ _null_ _null_ _null_ )
insert ( 3813 xmltext 11 10 12 1 0 0 0 f f f t f i s 1 0 142 25 _null_ _null_ _null_ _null_ _null_ xmltext _null_ _null_ _null_ _null_ )
insert ( 2923 table_to_xml 11 10 12 100 0 0 0 f f f t f s r 4 0 142 '2205 16 16 25' _null_ _null_ '{tbl,nulls,tableforest,targetns}' _null_ _null_ table_to_xml _null_ _null_ _null_ _null_ )
insert ( 2924 query_to_xml 11 10 12 100 0 0 0 f f f t f v u 4 0 142 '25 16 16 25' _null_ _null_ '{query,nulls,tableforest,targetns}' _null_ _null_ query_to_xml _null_ _null_ _null_ _null_ )
insert ( 2925 cursor_to_xml 11 10 12 100 0 0 0 f f f t f v u 5 0 142 '1790 23 16 16 25' _null_ _null_ '{cursor,count,nulls,tableforest,targetns}' _null_ _null_ cursor_to_xml _null_ _null_ _null_ _null_ )
insert ( 2926 table_to_xmlschema 11 10 12 100 0 0 0 f f f t f s r 4 0 142 '2205 16 16 25' _null_ _null_ '{tbl,nulls,tableforest,targetns}' _null_ _null_ table_to_xmlschema _null_ _null_ _null_ _null_ )
insert ( 2927 query_to_xmlschema 11 10 12 100 0 0 0 f f f t f v u 4 0 142 '25 16 16 25' _null_ _null_ '{query,nulls,tableforest,targetns}' _null_ _null_ query_to_xmlschema _null_ _null_ _null_ _null_ )
insert ( 2928 cursor_to_xmlschema 11 10 12 100 0 0 0 f f f t f v u 4 0 142 '1790 16 16 25' _null_ _null_ '{cursor,nulls,tableforest,targetns}' _null_ _null_ cursor_to_xmlschema _null_ _null_ _null_ _null_ )
insert ( 2929 table_to_xml_and_xmlschema 11 10 12 100 0 0 0 f f f t f s r 4 0 142 '2205 16 16 25' _null_ _null_ '{tbl,nulls,tableforest,targetns}' _null_ _null_ table_to_xml_and_xmlschema _null_ _null_ _null_ _null_ )
insert ( 2930 query_to_xml_and_xmlschema 11 10 12 100 0 0 0 f f f t f v u 4 0 142 '25 16 16 25' _null_ _null_ '{query,nulls,tableforest,targetns}' _null_ _null_ query_to_xml_and_xmlschema _null_ _null_ _null_ _null_ )
insert ( 2933 schema_to_xml 11 10 12 100 0 0 0 f f f t f s r 4 0 142 '19 16 16 25' _null_ _null_ '{schema,nulls,tableforest,targetns}' _null_ _null_ schema_to_xml _null_ _null_ _null_ _null_ )
insert ( 2934 schema_to_xmlschema 11 10 12 100 0 0 0 f f f t f s r 4 0 142 '19 16 16 25' _null_ _null_ '{schema,nulls,tableforest,targetns}' _null_ _null_ schema_to_xmlschema _null_ _null_ _null_ _null_ )
insert ( 2935 schema_to_xml_and_xmlschema 11 10 12 100 0 0 0 f f f t f s r 4 0 142 '19 16 16 25' _null_ _null_ '{schema,nulls,tableforest,targetns}' _null_ _null_ schema_to_xml_and_xmlschema _null_ _null_ _null_ _null_ )
insert ( 2936 database_to_xml 11 10 12 100 0 0 0 f f f t f s r 3 0 142 '16 16 25' _null_ _null_ '{nulls,tableforest,targetns}' _null_ _null_ database_to_xml _null_ _null_ _null_ _null_ )
insert ( 2937 database_to_xmlschema 11 10 12 100 0 0 0 f f f t f s r 3 0 142 '16 16 25' _null_ _null_ '{nulls,tableforest,targetns}' _null_ _null_ database_to_xmlschema _null_ _null_ _null_ _null_ )
insert ( 2938 database_to_xml_and_xmlschema 11 10 12 100 0 0 0 f f f t f s r 3 0 142 '16 16 25' _null_ _null_ '{nulls,tableforest,targetns}' _null_ _null_ database_to_xml_and_xmlschema _null_ _null_ _null_ _null_ )
insert ( 2931 xpath 11 10 12 1 0 0 0 f f f t f i s 3 0 143 '25 142 1009' _null_ _null_ _null_ _null_ _null_ xpath _null_ _null_ _null_ _null_ )
insert ( 2932 xpath 11 10 14 1 0 0 0 f f f t f i s 2 0 143 '25 142' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 2614 xmlexists 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '25 142' _null_ _null_ _null_ _null_ _null_ xmlexists _null_ _null_ _null_ _null_ )
insert ( 3049 xpath_exists 11 10 12 1 0 0 0 f f f t f i s 3 0 16 '25 142 1009' _null_ _null_ _null_ _null_ _null_ xpath_exists _null_ _null_ _null_ _null_ )
insert ( 3050 xpath_exists 11 10 14 1 0 0 0 f f f t f i s 2 0 16 '25 142' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 3051 xml_is_well_formed 11 10 12 1 0 0 0 f f f t f s s 1 0 16 25 _null_ _null_ _null_ _null_ _null_ xml_is_well_formed _null_ _null_ _null_ _null_ )
insert ( 3052 xml_is_well_formed_document 11 10 12 1 0 0 0 f f f t f i s 1 0 16 25 _null_ _null_ _null_ _null_ _null_ xml_is_well_formed_document _null_ _null_ _null_ _null_ )
insert ( 3053 xml_is_well_formed_content 11 10 12 1 0 0 0 f f f t f i s 1 0 16 25 _null_ _null_ _null_ _null_ _null_ xml_is_well_formed_content _null_ _null_ _null_ _null_ )
insert ( 321 json_in 11 10 12 1 0 0 0 f f f t f i s 1 0 114 2275 _null_ _null_ _null_ _null_ _null_ json_in _null_ _null_ _null_ _null_ )
insert ( 322 json_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 114 _null_ _null_ _null_ _null_ _null_ json_out _null_ _null_ _null_ _null_ )
insert ( 323 json_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 114 2281 _null_ _null_ _null_ _null_ _null_ json_recv _null_ _null_ _null_ _null_ )
insert ( 324 json_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 114 _null_ _null_ _null_ _null_ _null_ json_send _null_ _null_ _null_ _null_ )
insert ( 3153 array_to_json 11 10 12 1 0 0 0 f f f t f s s 1 0 114 2277 _null_ _null_ _null_ _null_ _null_ array_to_json _null_ _null_ _null_ _null_ )
insert ( 3154 array_to_json 11 10 12 1 0 0 0 f f f t f s s 2 0 114 '2277 16' _null_ _null_ _null_ _null_ _null_ array_to_json_pretty _null_ _null_ _null_ _null_ )
insert ( 3155 row_to_json 11 10 12 1 0 0 0 f f f t f s s 1 0 114 2249 _null_ _null_ _null_ _null_ _null_ row_to_json _null_ _null_ _null_ _null_ )
insert ( 3156 row_to_json 11 10 12 1 0 0 0 f f f t f s s 2 0 114 '2249 16' _null_ _null_ _null_ _null_ _null_ row_to_json_pretty _null_ _null_ _null_ _null_ )
insert ( 3173 json_agg_transfn 11 10 12 1 0 0 0 f f f f f s s 2 0 2281 '2281 2283' _null_ _null_ _null_ _null_ _null_ json_agg_transfn _null_ _null_ _null_ _null_ )
insert ( 6275 json_agg_strict_transfn 11 10 12 1 0 0 0 f f f f f s s 2 0 2281 '2281 2283' _null_ _null_ _null_ _null_ _null_ json_agg_strict_transfn _null_ _null_ _null_ _null_ )
insert ( 3174 json_agg_finalfn 11 10 12 1 0 0 0 f f f f f i s 1 0 114 2281 _null_ _null_ _null_ _null_ _null_ json_agg_finalfn _null_ _null_ _null_ _null_ )
insert ( 3175 json_agg 11 10 12 1 0 0 0 a f f f f s s 1 0 114 2283 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6276 json_agg_strict 11 10 12 1 0 0 0 a f f f f s s 1 0 114 2283 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3180 json_object_agg_transfn 11 10 12 1 0 0 0 f f f f f s s 3 0 2281 '2281 2276 2276' _null_ _null_ _null_ _null_ _null_ json_object_agg_transfn _null_ _null_ _null_ _null_ )
insert ( 6277 json_object_agg_strict_transfn 11 10 12 1 0 0 0 f f f f f s s 3 0 2281 '2281 2276 2276' _null_ _null_ _null_ _null_ _null_ json_object_agg_strict_transfn _null_ _null_ _null_ _null_ )
insert ( 6278 json_object_agg_unique_transfn 11 10 12 1 0 0 0 f f f f f s s 3 0 2281 '2281 2276 2276' _null_ _null_ _null_ _null_ _null_ json_object_agg_unique_transfn _null_ _null_ _null_ _null_ )
insert ( 6279 json_object_agg_unique_strict_transfn 11 10 12 1 0 0 0 f f f f f s s 3 0 2281 '2281 2276 2276' _null_ _null_ _null_ _null_ _null_ json_object_agg_unique_strict_transfn _null_ _null_ _null_ _null_ )
insert ( 3196 json_object_agg_finalfn 11 10 12 1 0 0 0 f f f f f i s 1 0 114 2281 _null_ _null_ _null_ _null_ _null_ json_object_agg_finalfn _null_ _null_ _null_ _null_ )
insert ( 3197 json_object_agg 11 10 12 1 0 0 0 a f f f f s s 2 0 114 '2276 2276' _null_ _null_ '{key,value}' _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6280 json_object_agg_strict 11 10 12 1 0 0 0 a f f f f s s 2 0 114 '2276 2276' _null_ _null_ '{key,value}' _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6281 json_object_agg_unique 11 10 12 1 0 0 0 a f f f f s s 2 0 114 '2276 2276' _null_ _null_ '{key,value}' _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6282 json_object_agg_unique_strict 11 10 12 1 0 0 0 a f f f f s s 2 0 114 '2276 2276' _null_ _null_ '{key,value}' _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3198 json_build_array 11 10 12 1 0 2276 0 f f f f f s s 1 0 114 2276 '{2276}' '{v}' _null_ _null_ _null_ json_build_array _null_ _null_ _null_ _null_ )
insert ( 3199 json_build_array 11 10 12 1 0 0 0 f f f f f s s 0 0 114 '' _null_ _null_ _null_ _null_ _null_ json_build_array_noargs _null_ _null_ _null_ _null_ )
insert ( 3200 json_build_object 11 10 12 1 0 2276 0 f f f f f s s 1 0 114 2276 '{2276}' '{v}' _null_ _null_ _null_ json_build_object _null_ _null_ _null_ _null_ )
insert ( 3201 json_build_object 11 10 12 1 0 0 0 f f f f f s s 0 0 114 '' _null_ _null_ _null_ _null_ _null_ json_build_object_noargs _null_ _null_ _null_ _null_ )
insert ( 3202 json_object 11 10 12 1 0 0 0 f f f t f i s 1 0 114 1009 _null_ _null_ _null_ _null_ _null_ json_object _null_ _null_ _null_ _null_ )
insert ( 3203 json_object 11 10 12 1 0 0 0 f f f t f i s 2 0 114 '1009 1009' _null_ _null_ _null_ _null_ _null_ json_object_two_arg _null_ _null_ _null_ _null_ )
insert ( 3176 to_json 11 10 12 1 0 0 0 f f f t f s s 1 0 114 2283 _null_ _null_ _null_ _null_ _null_ to_json _null_ _null_ _null_ _null_ )
insert ( 3261 json_strip_nulls 11 10 12 1 0 0 0 f f f t f i s 1 0 114 114 _null_ _null_ _null_ _null_ _null_ json_strip_nulls _null_ _null_ _null_ _null_ )
insert ( 3947 json_object_field 11 10 12 1 0 0 0 f f f t f i s 2 0 114 '114 25' _null_ _null_ '{from_json, field_name}' _null_ _null_ json_object_field _null_ _null_ _null_ _null_ )
insert ( 3948 json_object_field_text 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '114 25' _null_ _null_ '{from_json, field_name}' _null_ _null_ json_object_field_text _null_ _null_ _null_ _null_ )
insert ( 3949 json_array_element 11 10 12 1 0 0 0 f f f t f i s 2 0 114 '114 23' _null_ _null_ '{from_json, element_index}' _null_ _null_ json_array_element _null_ _null_ _null_ _null_ )
insert ( 3950 json_array_element_text 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '114 23' _null_ _null_ '{from_json, element_index}' _null_ _null_ json_array_element_text _null_ _null_ _null_ _null_ )
insert ( 3951 json_extract_path 11 10 12 1 0 25 0 f f f t f i s 2 0 114 '114 1009' '{114,1009}' '{i,v}' '{from_json,path_elems}' _null_ _null_ json_extract_path _null_ _null_ _null_ _null_ )
insert ( 3953 json_extract_path_text 11 10 12 1 0 25 0 f f f t f i s 2 0 25 '114 1009' '{114,1009}' '{i,v}' '{from_json,path_elems}' _null_ _null_ json_extract_path_text _null_ _null_ _null_ _null_ )
insert ( 3955 json_array_elements 11 10 12 1 100 0 0 f f f t t i s 1 0 114 114 '{114,114}' '{i,o}' '{from_json,value}' _null_ _null_ json_array_elements _null_ _null_ _null_ _null_ )
insert ( 3969 json_array_elements_text 11 10 12 1 100 0 0 f f f t t i s 1 0 25 114 '{114,25}' '{i,o}' '{from_json,value}' _null_ _null_ json_array_elements_text _null_ _null_ _null_ _null_ )
insert ( 3956 json_array_length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 114 _null_ _null_ _null_ _null_ _null_ json_array_length _null_ _null_ _null_ _null_ )
insert ( 3957 json_object_keys 11 10 12 1 100 0 0 f f f t t i s 1 0 25 114 _null_ _null_ _null_ _null_ _null_ json_object_keys _null_ _null_ _null_ _null_ )
insert ( 3958 json_each 11 10 12 1 100 0 0 f f f t t i s 1 0 2249 114 '{114,25,114}' '{i,o,o}' '{from_json,key,value}' _null_ _null_ json_each _null_ _null_ _null_ _null_ )
insert ( 3959 json_each_text 11 10 12 1 100 0 0 f f f t t i s 1 0 2249 114 '{114,25,25}' '{i,o,o}' '{from_json,key,value}' _null_ _null_ json_each_text _null_ _null_ _null_ _null_ )
insert ( 3960 json_populate_record 11 10 12 1 0 0 0 f f f f f s s 3 0 2283 '2283 114 16' _null_ _null_ _null_ _null_ _null_ json_populate_record _null_ _null_ _null_ _null_ )
insert ( 3961 json_populate_recordset 11 10 12 1 100 0 0 f f f f t s s 3 0 2283 '2283 114 16' _null_ _null_ _null_ _null_ _null_ json_populate_recordset _null_ _null_ _null_ _null_ )
insert ( 3204 json_to_record 11 10 12 1 0 0 0 f f f t f s s 1 0 2249 114 _null_ _null_ _null_ _null_ _null_ json_to_record _null_ _null_ _null_ _null_ )
insert ( 3205 json_to_recordset 11 10 12 1 100 0 0 f f f f t s s 1 0 2249 114 _null_ _null_ _null_ _null_ _null_ json_to_recordset _null_ _null_ _null_ _null_ )
insert ( 3968 json_typeof 11 10 12 1 0 0 0 f f f t f i s 1 0 25 114 _null_ _null_ _null_ _null_ _null_ json_typeof _null_ _null_ _null_ _null_ )
insert ( 2952 uuid_in 11 10 12 1 0 0 0 f f f t f i s 1 0 2950 2275 _null_ _null_ _null_ _null_ _null_ uuid_in _null_ _null_ _null_ _null_ )
insert ( 2953 uuid_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 2950 _null_ _null_ _null_ _null_ _null_ uuid_out _null_ _null_ _null_ _null_ )
insert ( 2954 uuid_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '2950 2950' _null_ _null_ _null_ _null_ _null_ uuid_lt _null_ _null_ _null_ _null_ )
insert ( 2955 uuid_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '2950 2950' _null_ _null_ _null_ _null_ _null_ uuid_le _null_ _null_ _null_ _null_ )
insert ( 2956 uuid_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '2950 2950' _null_ _null_ _null_ _null_ _null_ uuid_eq _null_ _null_ _null_ _null_ )
insert ( 2957 uuid_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '2950 2950' _null_ _null_ _null_ _null_ _null_ uuid_ge _null_ _null_ _null_ _null_ )
insert ( 2958 uuid_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '2950 2950' _null_ _null_ _null_ _null_ _null_ uuid_gt _null_ _null_ _null_ _null_ )
insert ( 2959 uuid_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '2950 2950' _null_ _null_ _null_ _null_ _null_ uuid_ne _null_ _null_ _null_ _null_ )
insert ( 2960 uuid_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '2950 2950' _null_ _null_ _null_ _null_ _null_ uuid_cmp _null_ _null_ _null_ _null_ )
insert ( 3300 uuid_sortsupport 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ uuid_sortsupport _null_ _null_ _null_ _null_ )
insert ( 2961 uuid_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 2950 2281 _null_ _null_ _null_ _null_ _null_ uuid_recv _null_ _null_ _null_ _null_ )
insert ( 2962 uuid_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2950 _null_ _null_ _null_ _null_ _null_ uuid_send _null_ _null_ _null_ _null_ )
insert ( 2963 uuid_hash 11 10 12 1 0 0 0 f f f t f i s 1 0 23 2950 _null_ _null_ _null_ _null_ _null_ uuid_hash _null_ _null_ _null_ _null_ )
insert ( 3412 uuid_hash_extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '2950 20' _null_ _null_ _null_ _null_ _null_ uuid_hash_extended _null_ _null_ _null_ _null_ )
insert ( 3432 gen_random_uuid 11 10 12 1 0 0 0 f f t t f v s 0 0 2950 '' _null_ _null_ _null_ _null_ _null_ gen_random_uuid _null_ _null_ _null_ _null_ )
insert ( 6342 uuid_extract_timestamp 11 10 12 1 0 0 0 f f t t f i s 1 0 1184 2950 _null_ _null_ _null_ _null_ _null_ uuid_extract_timestamp _null_ _null_ _null_ _null_ )
insert ( 6343 uuid_extract_version 11 10 12 1 0 0 0 f f t t f i s 1 0 21 2950 _null_ _null_ _null_ _null_ _null_ uuid_extract_version _null_ _null_ _null_ _null_ )
insert ( 3229 pg_lsn_in 11 10 12 1 0 0 0 f f f t f i s 1 0 3220 2275 _null_ _null_ _null_ _null_ _null_ pg_lsn_in _null_ _null_ _null_ _null_ )
insert ( 3230 pg_lsn_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 3220 _null_ _null_ _null_ _null_ _null_ pg_lsn_out _null_ _null_ _null_ _null_ )
insert ( 3231 pg_lsn_lt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '3220 3220' _null_ _null_ _null_ _null_ _null_ pg_lsn_lt _null_ _null_ _null_ _null_ )
insert ( 3232 pg_lsn_le 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '3220 3220' _null_ _null_ _null_ _null_ _null_ pg_lsn_le _null_ _null_ _null_ _null_ )
insert ( 3233 pg_lsn_eq 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '3220 3220' _null_ _null_ _null_ _null_ _null_ pg_lsn_eq _null_ _null_ _null_ _null_ )
insert ( 3234 pg_lsn_ge 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '3220 3220' _null_ _null_ _null_ _null_ _null_ pg_lsn_ge _null_ _null_ _null_ _null_ )
insert ( 3235 pg_lsn_gt 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '3220 3220' _null_ _null_ _null_ _null_ _null_ pg_lsn_gt _null_ _null_ _null_ _null_ )
insert ( 3236 pg_lsn_ne 11 10 12 1 0 0 0 f f t t f i s 2 0 16 '3220 3220' _null_ _null_ _null_ _null_ _null_ pg_lsn_ne _null_ _null_ _null_ _null_ )
insert ( 3237 pg_lsn_mi 11 10 12 1 0 0 0 f f f t f i s 2 0 1700 '3220 3220' _null_ _null_ _null_ _null_ _null_ pg_lsn_mi _null_ _null_ _null_ _null_ )
insert ( 3238 pg_lsn_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 3220 2281 _null_ _null_ _null_ _null_ _null_ pg_lsn_recv _null_ _null_ _null_ _null_ )
insert ( 3239 pg_lsn_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 3220 _null_ _null_ _null_ _null_ _null_ pg_lsn_send _null_ _null_ _null_ _null_ )
insert ( 3251 pg_lsn_cmp 11 10 12 1 0 0 0 f f t t f i s 2 0 23 '3220 3220' _null_ _null_ _null_ _null_ _null_ pg_lsn_cmp _null_ _null_ _null_ _null_ )
insert ( 3252 pg_lsn_hash 11 10 12 1 0 0 0 f f f t f i s 1 0 23 3220 _null_ _null_ _null_ _null_ _null_ pg_lsn_hash _null_ _null_ _null_ _null_ )
insert ( 3413 pg_lsn_hash_extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '3220 20' _null_ _null_ _null_ _null_ _null_ pg_lsn_hash_extended _null_ _null_ _null_ _null_ )
insert ( 4187 pg_lsn_larger 11 10 12 1 0 0 0 f f f t f i s 2 0 3220 '3220 3220' _null_ _null_ _null_ _null_ _null_ pg_lsn_larger _null_ _null_ _null_ _null_ )
insert ( 4188 pg_lsn_smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 3220 '3220 3220' _null_ _null_ _null_ _null_ _null_ pg_lsn_smaller _null_ _null_ _null_ _null_ )
insert ( 5022 pg_lsn_pli 11 10 12 1 0 0 0 f f f t f i s 2 0 3220 '3220 1700' _null_ _null_ _null_ _null_ _null_ pg_lsn_pli _null_ _null_ _null_ _null_ )
insert ( 5023 numeric_pl_pg_lsn 11 10 14 1 0 0 0 f f f t f i s 2 0 3220 '1700 3220' _null_ _null_ _null_ _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 5024 pg_lsn_mii 11 10 12 1 0 0 0 f f f t f i s 2 0 3220 '3220 1700' _null_ _null_ _null_ _null_ _null_ pg_lsn_mii _null_ _null_ _null_ _null_ )
insert ( 3504 anyenum_in 11 10 12 1 0 0 0 f f f t f i s 1 0 3500 2275 _null_ _null_ _null_ _null_ _null_ anyenum_in _null_ _null_ _null_ _null_ )
insert ( 3505 anyenum_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 3500 _null_ _null_ _null_ _null_ _null_ anyenum_out _null_ _null_ _null_ _null_ )
insert ( 3506 enum_in 11 10 12 1 0 0 0 f f f t f s s 2 0 3500 '2275 26' _null_ _null_ _null_ _null_ _null_ enum_in _null_ _null_ _null_ _null_ )
insert ( 3507 enum_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 3500 _null_ _null_ _null_ _null_ _null_ enum_out _null_ _null_ _null_ _null_ )
insert ( 3508 enum_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3500 3500' _null_ _null_ _null_ _null_ _null_ enum_eq _null_ _null_ _null_ _null_ )
insert ( 3509 enum_ne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3500 3500' _null_ _null_ _null_ _null_ _null_ enum_ne _null_ _null_ _null_ _null_ )
insert ( 3510 enum_lt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3500 3500' _null_ _null_ _null_ _null_ _null_ enum_lt _null_ _null_ _null_ _null_ )
insert ( 3511 enum_gt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3500 3500' _null_ _null_ _null_ _null_ _null_ enum_gt _null_ _null_ _null_ _null_ )
insert ( 3512 enum_le 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3500 3500' _null_ _null_ _null_ _null_ _null_ enum_le _null_ _null_ _null_ _null_ )
insert ( 3513 enum_ge 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3500 3500' _null_ _null_ _null_ _null_ _null_ enum_ge _null_ _null_ _null_ _null_ )
insert ( 3514 enum_cmp 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '3500 3500' _null_ _null_ _null_ _null_ _null_ enum_cmp _null_ _null_ _null_ _null_ )
insert ( 3515 hashenum 11 10 12 1 0 0 0 f f f t f i s 1 0 23 3500 _null_ _null_ _null_ _null_ _null_ hashenum _null_ _null_ _null_ _null_ )
insert ( 3414 hashenumextended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '3500 20' _null_ _null_ _null_ _null_ _null_ hashenumextended _null_ _null_ _null_ _null_ )
insert ( 3524 enum_smaller 11 10 12 1 0 0 0 f f f t f i s 2 0 3500 '3500 3500' _null_ _null_ _null_ _null_ _null_ enum_smaller _null_ _null_ _null_ _null_ )
insert ( 3525 enum_larger 11 10 12 1 0 0 0 f f f t f i s 2 0 3500 '3500 3500' _null_ _null_ _null_ _null_ _null_ enum_larger _null_ _null_ _null_ _null_ )
insert ( 3526 max 11 10 12 1 0 0 0 a f f f f i s 1 0 3500 3500 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3527 min 11 10 12 1 0 0 0 a f f f f i s 1 0 3500 3500 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3528 enum_first 11 10 12 1 0 0 0 f f f f f s s 1 0 3500 3500 _null_ _null_ _null_ _null_ _null_ enum_first _null_ _null_ _null_ _null_ )
insert ( 3529 enum_last 11 10 12 1 0 0 0 f f f f f s s 1 0 3500 3500 _null_ _null_ _null_ _null_ _null_ enum_last _null_ _null_ _null_ _null_ )
insert ( 3530 enum_range 11 10 12 1 0 0 0 f f f f f s s 2 0 2277 '3500 3500' _null_ _null_ _null_ _null_ _null_ enum_range_bounds _null_ _null_ _null_ _null_ )
insert ( 3531 enum_range 11 10 12 1 0 0 0 f f f f f s s 1 0 2277 3500 _null_ _null_ _null_ _null_ _null_ enum_range_all _null_ _null_ _null_ _null_ )
insert ( 3532 enum_recv 11 10 12 1 0 0 0 f f f t f s s 2 0 3500 '2281 26' _null_ _null_ _null_ _null_ _null_ enum_recv _null_ _null_ _null_ _null_ )
insert ( 3533 enum_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 3500 _null_ _null_ _null_ _null_ _null_ enum_send _null_ _null_ _null_ _null_ )
insert ( 3610 tsvectorin 11 10 12 1 0 0 0 f f f t f i s 1 0 3614 2275 _null_ _null_ _null_ _null_ _null_ tsvectorin _null_ _null_ _null_ _null_ )
insert ( 3639 tsvectorrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 3614 2281 _null_ _null_ _null_ _null_ _null_ tsvectorrecv _null_ _null_ _null_ _null_ )
insert ( 3611 tsvectorout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 3614 _null_ _null_ _null_ _null_ _null_ tsvectorout _null_ _null_ _null_ _null_ )
insert ( 3638 tsvectorsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 3614 _null_ _null_ _null_ _null_ _null_ tsvectorsend _null_ _null_ _null_ _null_ )
insert ( 3612 tsqueryin 11 10 12 1 0 0 0 f f f t f i s 1 0 3615 2275 _null_ _null_ _null_ _null_ _null_ tsqueryin _null_ _null_ _null_ _null_ )
insert ( 3641 tsqueryrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 3615 2281 _null_ _null_ _null_ _null_ _null_ tsqueryrecv _null_ _null_ _null_ _null_ )
insert ( 3613 tsqueryout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 3615 _null_ _null_ _null_ _null_ _null_ tsqueryout _null_ _null_ _null_ _null_ )
insert ( 3640 tsquerysend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 3615 _null_ _null_ _null_ _null_ _null_ tsquerysend _null_ _null_ _null_ _null_ )
insert ( 3646 gtsvectorin 11 10 12 1 0 0 0 f f f t f i s 1 0 3642 2275 _null_ _null_ _null_ _null_ _null_ gtsvectorin _null_ _null_ _null_ _null_ )
insert ( 3647 gtsvectorout 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 3642 _null_ _null_ _null_ _null_ _null_ gtsvectorout _null_ _null_ _null_ _null_ )
insert ( 3616 tsvector_lt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3614 3614' _null_ _null_ _null_ _null_ _null_ tsvector_lt _null_ _null_ _null_ _null_ )
insert ( 3617 tsvector_le 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3614 3614' _null_ _null_ _null_ _null_ _null_ tsvector_le _null_ _null_ _null_ _null_ )
insert ( 3618 tsvector_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3614 3614' _null_ _null_ _null_ _null_ _null_ tsvector_eq _null_ _null_ _null_ _null_ )
insert ( 3619 tsvector_ne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3614 3614' _null_ _null_ _null_ _null_ _null_ tsvector_ne _null_ _null_ _null_ _null_ )
insert ( 3620 tsvector_ge 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3614 3614' _null_ _null_ _null_ _null_ _null_ tsvector_ge _null_ _null_ _null_ _null_ )
insert ( 3621 tsvector_gt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3614 3614' _null_ _null_ _null_ _null_ _null_ tsvector_gt _null_ _null_ _null_ _null_ )
insert ( 3622 tsvector_cmp 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '3614 3614' _null_ _null_ _null_ _null_ _null_ tsvector_cmp _null_ _null_ _null_ _null_ )
insert ( 3711 length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 3614 _null_ _null_ _null_ _null_ _null_ tsvector_length _null_ _null_ _null_ _null_ )
insert ( 3623 strip 11 10 12 1 0 0 0 f f f t f i s 1 0 3614 3614 _null_ _null_ _null_ _null_ _null_ tsvector_strip _null_ _null_ _null_ _null_ )
insert ( 3624 setweight 11 10 12 1 0 0 0 f f f t f i s 2 0 3614 '3614 18' _null_ _null_ _null_ _null_ _null_ tsvector_setweight _null_ _null_ _null_ _null_ )
insert ( 3320 setweight 11 10 12 1 0 0 0 f f f t f i s 3 0 3614 '3614 18 1009' _null_ _null_ _null_ _null_ _null_ tsvector_setweight_by_filter _null_ _null_ _null_ _null_ )
insert ( 3625 tsvector_concat 11 10 12 1 0 0 0 f f f t f i s 2 0 3614 '3614 3614' _null_ _null_ _null_ _null_ _null_ tsvector_concat _null_ _null_ _null_ _null_ )
insert ( 3321 ts_delete 11 10 12 1 0 0 0 f f f t f i s 2 0 3614 '3614 25' _null_ _null_ _null_ _null_ _null_ tsvector_delete_str _null_ _null_ _null_ _null_ )
insert ( 3323 ts_delete 11 10 12 1 0 0 0 f f f t f i s 2 0 3614 '3614 1009' _null_ _null_ _null_ _null_ _null_ tsvector_delete_arr _null_ _null_ _null_ _null_ )
insert ( 3322 unnest 11 10 12 1 10 0 0 f f f t t i s 1 0 2249 3614 '{3614,25,1005,1009}' '{i,o,o,o}' '{tsvector,lexeme,positions,weights}' _null_ _null_ tsvector_unnest _null_ _null_ _null_ _null_ )
insert ( 3326 tsvector_to_array 11 10 12 1 0 0 0 f f f t f i s 1 0 1009 3614 _null_ _null_ _null_ _null_ _null_ tsvector_to_array _null_ _null_ _null_ _null_ )
insert ( 3327 array_to_tsvector 11 10 12 1 0 0 0 f f f t f i s 1 0 3614 1009 _null_ _null_ _null_ _null_ _null_ array_to_tsvector _null_ _null_ _null_ _null_ )
insert ( 3319 ts_filter 11 10 12 1 0 0 0 f f f t f i s 2 0 3614 '3614 1002' _null_ _null_ _null_ _null_ _null_ tsvector_filter _null_ _null_ _null_ _null_ )
insert ( 3634 ts_match_vq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3614 3615' _null_ _null_ _null_ _null_ _null_ ts_match_vq _null_ _null_ _null_ _null_ )
insert ( 3635 ts_match_qv 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3615 3614' _null_ _null_ _null_ _null_ _null_ ts_match_qv _null_ _null_ _null_ _null_ )
insert ( 3760 ts_match_tt 11 10 12 100 0 0 0 f f f t f s s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ ts_match_tt _null_ _null_ _null_ _null_ )
insert ( 3761 ts_match_tq 11 10 12 100 0 0 0 f f f t f s s 2 0 16 '25 3615' _null_ _null_ _null_ _null_ _null_ ts_match_tq _null_ _null_ _null_ _null_ )
insert ( 3648 gtsvector_compress 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ gtsvector_compress _null_ _null_ _null_ _null_ )
insert ( 3649 gtsvector_decompress 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ gtsvector_decompress _null_ _null_ _null_ _null_ )
insert ( 3650 gtsvector_picksplit 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '2281 2281' _null_ _null_ _null_ _null_ _null_ gtsvector_picksplit _null_ _null_ _null_ _null_ )
insert ( 3651 gtsvector_union 11 10 12 1 0 0 0 f f f t f i s 2 0 3642 '2281 2281' _null_ _null_ _null_ _null_ _null_ gtsvector_union _null_ _null_ _null_ _null_ )
insert ( 3652 gtsvector_same 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '3642 3642 2281' _null_ _null_ _null_ _null_ _null_ gtsvector_same _null_ _null_ _null_ _null_ )
insert ( 3653 gtsvector_penalty 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gtsvector_penalty _null_ _null_ _null_ _null_ )
insert ( 3654 gtsvector_consistent 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '2281 3614 21 26 2281' _null_ _null_ _null_ _null_ _null_ gtsvector_consistent _null_ _null_ _null_ _null_ )
insert ( 3790 gtsvector_consistent 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '2281 3642 23 26 2281' _null_ _null_ _null_ _null_ _null_ gtsvector_consistent_oldsig _null_ _null_ _null_ _null_ )
insert ( 3434 gtsvector_options 11 10 12 1 0 0 0 f f f f f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ gtsvector_options _null_ _null_ _null_ _null_ )
insert ( 3656 gin_extract_tsvector 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '3614 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_extract_tsvector _null_ _null_ _null_ _null_ )
insert ( 3657 gin_extract_tsquery 11 10 12 1 0 0 0 f f f t f i s 7 0 2281 '3614 2281 21 2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_extract_tsquery _null_ _null_ _null_ _null_ )
insert ( 3658 gin_tsquery_consistent 11 10 12 1 0 0 0 f f f t f i s 8 0 16 '2281 21 3614 23 2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_tsquery_consistent _null_ _null_ _null_ _null_ )
insert ( 3921 gin_tsquery_triconsistent 11 10 12 1 0 0 0 f f f t f i s 7 0 18 '2281 21 3614 23 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_tsquery_triconsistent _null_ _null_ _null_ _null_ )
insert ( 3724 gin_cmp_tslexeme 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '25 25' _null_ _null_ _null_ _null_ _null_ gin_cmp_tslexeme _null_ _null_ _null_ _null_ )
insert ( 2700 gin_cmp_prefix 11 10 12 1 0 0 0 f f f t f i s 4 0 23 '25 25 21 2281' _null_ _null_ _null_ _null_ _null_ gin_cmp_prefix _null_ _null_ _null_ _null_ )
insert ( 3077 gin_extract_tsvector 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '3614 2281' _null_ _null_ _null_ _null_ _null_ gin_extract_tsvector_2args _null_ _null_ _null_ _null_ )
insert ( 3087 gin_extract_tsquery 11 10 12 1 0 0 0 f f f t f i s 5 0 2281 '3615 2281 21 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_extract_tsquery_5args _null_ _null_ _null_ _null_ )
insert ( 3088 gin_tsquery_consistent 11 10 12 1 0 0 0 f f f t f i s 6 0 16 '2281 21 3615 23 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_tsquery_consistent_6args _null_ _null_ _null_ _null_ )
insert ( 3791 gin_extract_tsquery 11 10 12 1 0 0 0 f f f t f i s 7 0 2281 '3615 2281 21 2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_extract_tsquery_oldsig _null_ _null_ _null_ _null_ )
insert ( 3792 gin_tsquery_consistent 11 10 12 1 0 0 0 f f f t f i s 8 0 16 '2281 21 3615 23 2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_tsquery_consistent_oldsig _null_ _null_ _null_ _null_ )
insert ( 3789 gin_clean_pending_list 11 10 12 1 0 0 0 f f f t f v u 1 0 20 2205 _null_ _null_ _null_ _null_ _null_ gin_clean_pending_list _null_ _null_ _null_ _null_ )
insert ( 3662 tsquery_lt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3615 3615' _null_ _null_ _null_ _null_ _null_ tsquery_lt _null_ _null_ _null_ _null_ )
insert ( 3663 tsquery_le 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3615 3615' _null_ _null_ _null_ _null_ _null_ tsquery_le _null_ _null_ _null_ _null_ )
insert ( 3664 tsquery_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3615 3615' _null_ _null_ _null_ _null_ _null_ tsquery_eq _null_ _null_ _null_ _null_ )
insert ( 3665 tsquery_ne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3615 3615' _null_ _null_ _null_ _null_ _null_ tsquery_ne _null_ _null_ _null_ _null_ )
insert ( 3666 tsquery_ge 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3615 3615' _null_ _null_ _null_ _null_ _null_ tsquery_ge _null_ _null_ _null_ _null_ )
insert ( 3667 tsquery_gt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3615 3615' _null_ _null_ _null_ _null_ _null_ tsquery_gt _null_ _null_ _null_ _null_ )
insert ( 3668 tsquery_cmp 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '3615 3615' _null_ _null_ _null_ _null_ _null_ tsquery_cmp _null_ _null_ _null_ _null_ )
insert ( 3669 tsquery_and 11 10 12 1 0 0 0 f f f t f i s 2 0 3615 '3615 3615' _null_ _null_ _null_ _null_ _null_ tsquery_and _null_ _null_ _null_ _null_ )
insert ( 3670 tsquery_or 11 10 12 1 0 0 0 f f f t f i s 2 0 3615 '3615 3615' _null_ _null_ _null_ _null_ _null_ tsquery_or _null_ _null_ _null_ _null_ )
insert ( 5003 tsquery_phrase 11 10 12 1 0 0 0 f f f t f i s 2 0 3615 '3615 3615' _null_ _null_ _null_ _null_ _null_ tsquery_phrase _null_ _null_ _null_ _null_ )
insert ( 5004 tsquery_phrase 11 10 12 1 0 0 0 f f f t f i s 3 0 3615 '3615 3615 23' _null_ _null_ _null_ _null_ _null_ tsquery_phrase_distance _null_ _null_ _null_ _null_ )
insert ( 3671 tsquery_not 11 10 12 1 0 0 0 f f f t f i s 1 0 3615 3615 _null_ _null_ _null_ _null_ _null_ tsquery_not _null_ _null_ _null_ _null_ )
insert ( 3691 tsq_mcontains 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3615 3615' _null_ _null_ _null_ _null_ _null_ tsq_mcontains _null_ _null_ _null_ _null_ )
insert ( 3692 tsq_mcontained 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3615 3615' _null_ _null_ _null_ _null_ _null_ tsq_mcontained _null_ _null_ _null_ _null_ )
insert ( 3672 numnode 11 10 12 1 0 0 0 f f f t f i s 1 0 23 3615 _null_ _null_ _null_ _null_ _null_ tsquery_numnode _null_ _null_ _null_ _null_ )
insert ( 3673 querytree 11 10 12 1 0 0 0 f f f t f i s 1 0 25 3615 _null_ _null_ _null_ _null_ _null_ tsquerytree _null_ _null_ _null_ _null_ )
insert ( 3684 ts_rewrite 11 10 12 1 0 0 0 f f f t f i s 3 0 3615 '3615 3615 3615' _null_ _null_ _null_ _null_ _null_ tsquery_rewrite _null_ _null_ _null_ _null_ )
insert ( 3685 ts_rewrite 11 10 12 100 0 0 0 f f f t f v u 2 0 3615 '3615 25' _null_ _null_ _null_ _null_ _null_ tsquery_rewrite_query _null_ _null_ _null_ _null_ )
insert ( 3695 gtsquery_compress 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ gtsquery_compress _null_ _null_ _null_ _null_ )
insert ( 3697 gtsquery_picksplit 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '2281 2281' _null_ _null_ _null_ _null_ _null_ gtsquery_picksplit _null_ _null_ _null_ _null_ )
insert ( 3698 gtsquery_union 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '2281 2281' _null_ _null_ _null_ _null_ _null_ gtsquery_union _null_ _null_ _null_ _null_ )
insert ( 3699 gtsquery_same 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '20 20 2281' _null_ _null_ _null_ _null_ _null_ gtsquery_same _null_ _null_ _null_ _null_ )
insert ( 3700 gtsquery_penalty 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gtsquery_penalty _null_ _null_ _null_ _null_ )
insert ( 3701 gtsquery_consistent 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '2281 3615 21 26 2281' _null_ _null_ _null_ _null_ _null_ gtsquery_consistent _null_ _null_ _null_ _null_ )
insert ( 3793 gtsquery_consistent 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '2281 2281 23 26 2281' _null_ _null_ _null_ _null_ _null_ gtsquery_consistent_oldsig _null_ _null_ _null_ _null_ )
insert ( 3686 tsmatchsel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ tsmatchsel _null_ _null_ _null_ _null_ )
insert ( 3687 tsmatchjoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ tsmatchjoinsel _null_ _null_ _null_ _null_ )
insert ( 3688 ts_typanalyze 11 10 12 1 0 0 0 f f f t f s s 1 0 16 2281 _null_ _null_ _null_ _null_ _null_ ts_typanalyze _null_ _null_ _null_ _null_ )
insert ( 3689 ts_stat 11 10 12 10 10000 0 0 f f f t t v u 1 0 2249 25 '{25,25,23,23}' '{i,o,o,o}' '{query,word,ndoc,nentry}' _null_ _null_ ts_stat1 _null_ _null_ _null_ _null_ )
insert ( 3690 ts_stat 11 10 12 10 10000 0 0 f f f t t v u 2 0 2249 '25 25' '{25,25,25,23,23}' '{i,i,o,o,o}' '{query,weights,word,ndoc,nentry}' _null_ _null_ ts_stat2 _null_ _null_ _null_ _null_ )
insert ( 3703 ts_rank 11 10 12 1 0 0 0 f f f t f i s 4 0 700 '1021 3614 3615 23' _null_ _null_ _null_ _null_ _null_ ts_rank_wttf _null_ _null_ _null_ _null_ )
insert ( 3704 ts_rank 11 10 12 1 0 0 0 f f f t f i s 3 0 700 '1021 3614 3615' _null_ _null_ _null_ _null_ _null_ ts_rank_wtt _null_ _null_ _null_ _null_ )
insert ( 3705 ts_rank 11 10 12 1 0 0 0 f f f t f i s 3 0 700 '3614 3615 23' _null_ _null_ _null_ _null_ _null_ ts_rank_ttf _null_ _null_ _null_ _null_ )
insert ( 3706 ts_rank 11 10 12 1 0 0 0 f f f t f i s 2 0 700 '3614 3615' _null_ _null_ _null_ _null_ _null_ ts_rank_tt _null_ _null_ _null_ _null_ )
insert ( 3707 ts_rank_cd 11 10 12 1 0 0 0 f f f t f i s 4 0 700 '1021 3614 3615 23' _null_ _null_ _null_ _null_ _null_ ts_rankcd_wttf _null_ _null_ _null_ _null_ )
insert ( 3708 ts_rank_cd 11 10 12 1 0 0 0 f f f t f i s 3 0 700 '1021 3614 3615' _null_ _null_ _null_ _null_ _null_ ts_rankcd_wtt _null_ _null_ _null_ _null_ )
insert ( 3709 ts_rank_cd 11 10 12 1 0 0 0 f f f t f i s 3 0 700 '3614 3615 23' _null_ _null_ _null_ _null_ _null_ ts_rankcd_ttf _null_ _null_ _null_ _null_ )
insert ( 3710 ts_rank_cd 11 10 12 1 0 0 0 f f f t f i s 2 0 700 '3614 3615' _null_ _null_ _null_ _null_ _null_ ts_rankcd_tt _null_ _null_ _null_ _null_ )
insert ( 3713 ts_token_type 11 10 12 1 16 0 0 f f f t t i s 1 0 2249 26 '{26,23,25,25}' '{i,o,o,o}' '{parser_oid,tokid,alias,description}' _null_ _null_ ts_token_type_byid _null_ _null_ _null_ _null_ )
insert ( 3714 ts_token_type 11 10 12 1 16 0 0 f f f t t s s 1 0 2249 25 '{25,23,25,25}' '{i,o,o,o}' '{parser_name,tokid,alias,description}' _null_ _null_ ts_token_type_byname _null_ _null_ _null_ _null_ )
insert ( 3715 ts_parse 11 10 12 1 1000 0 0 f f f t t i s 2 0 2249 '26 25' '{26,25,23,25}' '{i,i,o,o}' '{parser_oid,txt,tokid,token}' _null_ _null_ ts_parse_byid _null_ _null_ _null_ _null_ )
insert ( 3716 ts_parse 11 10 12 1 1000 0 0 f f f t t s s 2 0 2249 '25 25' '{25,25,23,25}' '{i,i,o,o}' '{parser_name,txt,tokid,token}' _null_ _null_ ts_parse_byname _null_ _null_ _null_ _null_ )
insert ( 3717 prsd_start 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '2281 23' _null_ _null_ _null_ _null_ _null_ prsd_start _null_ _null_ _null_ _null_ )
insert ( 3718 prsd_nexttoken 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '2281 2281 2281' _null_ _null_ _null_ _null_ _null_ prsd_nexttoken _null_ _null_ _null_ _null_ )
insert ( 3719 prsd_end 11 10 12 1 0 0 0 f f f t f i s 1 0 2278 2281 _null_ _null_ _null_ _null_ _null_ prsd_end _null_ _null_ _null_ _null_ )
insert ( 3720 prsd_headline 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '2281 2281 3615' _null_ _null_ _null_ _null_ _null_ prsd_headline _null_ _null_ _null_ _null_ )
insert ( 3721 prsd_lextype 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ prsd_lextype _null_ _null_ _null_ _null_ )
insert ( 3723 ts_lexize 11 10 12 1 0 0 0 f f f t f i s 2 0 1009 '3769 25' _null_ _null_ _null_ _null_ _null_ ts_lexize _null_ _null_ _null_ _null_ )
insert ( 6183 ts_debug 11 10 14 1 1000 0 0 f f f t t s s 2 0 2249 '3734 25' '{3734,25,25,25,25,3770,3769,1009}' '{i,i,o,o,o,o,o,o}' '{config,document,alias,description,token,dictionaries,dictionary,lexemes}' _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 6184 ts_debug 11 10 14 1 1000 0 0 f f f t t s s 1 0 2249 25 '{25,25,25,25,3770,3769,1009}' '{i,o,o,o,o,o,o}' '{document,alias,description,token,dictionaries,dictionary,lexemes}' _null_ _null_ 'see system_functions.sql' _null_ _null_ _null_ _null_ )
insert ( 3725 dsimple_init 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ dsimple_init _null_ _null_ _null_ _null_ )
insert ( 3726 dsimple_lexize 11 10 12 1 0 0 0 f f f t f i s 4 0 2281 '2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ dsimple_lexize _null_ _null_ _null_ _null_ )
insert ( 3728 dsynonym_init 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ dsynonym_init _null_ _null_ _null_ _null_ )
insert ( 3729 dsynonym_lexize 11 10 12 1 0 0 0 f f f t f i s 4 0 2281 '2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ dsynonym_lexize _null_ _null_ _null_ _null_ )
insert ( 3731 dispell_init 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ dispell_init _null_ _null_ _null_ _null_ )
insert ( 3732 dispell_lexize 11 10 12 1 0 0 0 f f f t f i s 4 0 2281 '2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ dispell_lexize _null_ _null_ _null_ _null_ )
insert ( 3740 thesaurus_init 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ thesaurus_init _null_ _null_ _null_ _null_ )
insert ( 3741 thesaurus_lexize 11 10 12 1 0 0 0 f f f t f i s 4 0 2281 '2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ thesaurus_lexize _null_ _null_ _null_ _null_ )
insert ( 3743 ts_headline 11 10 12 100 0 0 0 f f f t f i s 4 0 25 '3734 25 3615 25' _null_ _null_ _null_ _null_ _null_ ts_headline_byid_opt _null_ _null_ _null_ _null_ )
insert ( 3744 ts_headline 11 10 12 100 0 0 0 f f f t f i s 3 0 25 '3734 25 3615' _null_ _null_ _null_ _null_ _null_ ts_headline_byid _null_ _null_ _null_ _null_ )
insert ( 3754 ts_headline 11 10 12 100 0 0 0 f f f t f s s 3 0 25 '25 3615 25' _null_ _null_ _null_ _null_ _null_ ts_headline_opt _null_ _null_ _null_ _null_ )
insert ( 3755 ts_headline 11 10 12 100 0 0 0 f f f t f s s 2 0 25 '25 3615' _null_ _null_ _null_ _null_ _null_ ts_headline _null_ _null_ _null_ _null_ )
insert ( 4201 ts_headline 11 10 12 100 0 0 0 f f f t f i s 4 0 3802 '3734 3802 3615 25' _null_ _null_ _null_ _null_ _null_ ts_headline_jsonb_byid_opt _null_ _null_ _null_ _null_ )
insert ( 4202 ts_headline 11 10 12 100 0 0 0 f f f t f i s 3 0 3802 '3734 3802 3615' _null_ _null_ _null_ _null_ _null_ ts_headline_jsonb_byid _null_ _null_ _null_ _null_ )
insert ( 4203 ts_headline 11 10 12 100 0 0 0 f f f t f s s 3 0 3802 '3802 3615 25' _null_ _null_ _null_ _null_ _null_ ts_headline_jsonb_opt _null_ _null_ _null_ _null_ )
insert ( 4204 ts_headline 11 10 12 100 0 0 0 f f f t f s s 2 0 3802 '3802 3615' _null_ _null_ _null_ _null_ _null_ ts_headline_jsonb _null_ _null_ _null_ _null_ )
insert ( 4205 ts_headline 11 10 12 100 0 0 0 f f f t f i s 4 0 114 '3734 114 3615 25' _null_ _null_ _null_ _null_ _null_ ts_headline_json_byid_opt _null_ _null_ _null_ _null_ )
insert ( 4206 ts_headline 11 10 12 100 0 0 0 f f f t f i s 3 0 114 '3734 114 3615' _null_ _null_ _null_ _null_ _null_ ts_headline_json_byid _null_ _null_ _null_ _null_ )
insert ( 4207 ts_headline 11 10 12 100 0 0 0 f f f t f s s 3 0 114 '114 3615 25' _null_ _null_ _null_ _null_ _null_ ts_headline_json_opt _null_ _null_ _null_ _null_ )
insert ( 4208 ts_headline 11 10 12 100 0 0 0 f f f t f s s 2 0 114 '114 3615' _null_ _null_ _null_ _null_ _null_ ts_headline_json _null_ _null_ _null_ _null_ )
insert ( 3745 to_tsvector 11 10 12 100 0 0 0 f f f t f i s 2 0 3614 '3734 25' _null_ _null_ _null_ _null_ _null_ to_tsvector_byid _null_ _null_ _null_ _null_ )
insert ( 3746 to_tsquery 11 10 12 100 0 0 0 f f f t f i s 2 0 3615 '3734 25' _null_ _null_ _null_ _null_ _null_ to_tsquery_byid _null_ _null_ _null_ _null_ )
insert ( 3747 plainto_tsquery 11 10 12 100 0 0 0 f f f t f i s 2 0 3615 '3734 25' _null_ _null_ _null_ _null_ _null_ plainto_tsquery_byid _null_ _null_ _null_ _null_ )
insert ( 5006 phraseto_tsquery 11 10 12 100 0 0 0 f f f t f i s 2 0 3615 '3734 25' _null_ _null_ _null_ _null_ _null_ phraseto_tsquery_byid _null_ _null_ _null_ _null_ )
insert ( 5007 websearch_to_tsquery 11 10 12 100 0 0 0 f f f t f i s 2 0 3615 '3734 25' _null_ _null_ _null_ _null_ _null_ websearch_to_tsquery_byid _null_ _null_ _null_ _null_ )
insert ( 3749 to_tsvector 11 10 12 100 0 0 0 f f f t f s s 1 0 3614 25 _null_ _null_ _null_ _null_ _null_ to_tsvector _null_ _null_ _null_ _null_ )
insert ( 3750 to_tsquery 11 10 12 100 0 0 0 f f f t f s s 1 0 3615 25 _null_ _null_ _null_ _null_ _null_ to_tsquery _null_ _null_ _null_ _null_ )
insert ( 3751 plainto_tsquery 11 10 12 100 0 0 0 f f f t f s s 1 0 3615 25 _null_ _null_ _null_ _null_ _null_ plainto_tsquery _null_ _null_ _null_ _null_ )
insert ( 5001 phraseto_tsquery 11 10 12 100 0 0 0 f f f t f s s 1 0 3615 25 _null_ _null_ _null_ _null_ _null_ phraseto_tsquery _null_ _null_ _null_ _null_ )
insert ( 5009 websearch_to_tsquery 11 10 12 100 0 0 0 f f f t f s s 1 0 3615 25 _null_ _null_ _null_ _null_ _null_ websearch_to_tsquery _null_ _null_ _null_ _null_ )
insert ( 4209 to_tsvector 11 10 12 100 0 0 0 f f f t f s s 1 0 3614 3802 _null_ _null_ _null_ _null_ _null_ jsonb_string_to_tsvector _null_ _null_ _null_ _null_ )
insert ( 4213 jsonb_to_tsvector 11 10 12 100 0 0 0 f f f t f s s 2 0 3614 '3802 3802' _null_ _null_ _null_ _null_ _null_ jsonb_to_tsvector _null_ _null_ _null_ _null_ )
insert ( 4210 to_tsvector 11 10 12 100 0 0 0 f f f t f s s 1 0 3614 114 _null_ _null_ _null_ _null_ _null_ json_string_to_tsvector _null_ _null_ _null_ _null_ )
insert ( 4215 json_to_tsvector 11 10 12 100 0 0 0 f f f t f s s 2 0 3614 '114 3802' _null_ _null_ _null_ _null_ _null_ json_to_tsvector _null_ _null_ _null_ _null_ )
insert ( 4211 to_tsvector 11 10 12 100 0 0 0 f f f t f i s 2 0 3614 '3734 3802' _null_ _null_ _null_ _null_ _null_ jsonb_string_to_tsvector_byid _null_ _null_ _null_ _null_ )
insert ( 4214 jsonb_to_tsvector 11 10 12 100 0 0 0 f f f t f i s 3 0 3614 '3734 3802 3802' _null_ _null_ _null_ _null_ _null_ jsonb_to_tsvector_byid _null_ _null_ _null_ _null_ )
insert ( 4212 to_tsvector 11 10 12 100 0 0 0 f f f t f i s 2 0 3614 '3734 114' _null_ _null_ _null_ _null_ _null_ json_string_to_tsvector_byid _null_ _null_ _null_ _null_ )
insert ( 4216 json_to_tsvector 11 10 12 100 0 0 0 f f f t f i s 3 0 3614 '3734 114 3802' _null_ _null_ _null_ _null_ _null_ json_to_tsvector_byid _null_ _null_ _null_ _null_ )
insert ( 3752 tsvector_update_trigger 11 10 12 1 0 0 0 f f f f f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ tsvector_update_trigger_byid _null_ _null_ _null_ _null_ )
insert ( 3753 tsvector_update_trigger_column 11 10 12 1 0 0 0 f f f f f v s 0 0 2279 '' _null_ _null_ _null_ _null_ _null_ tsvector_update_trigger_bycolumn _null_ _null_ _null_ _null_ )
insert ( 3759 get_current_ts_config 11 10 12 1 0 0 0 f f f t f s s 0 0 3734 '' _null_ _null_ _null_ _null_ _null_ get_current_ts_config _null_ _null_ _null_ _null_ )
insert ( 3736 regconfigin 11 10 12 1 0 0 0 f f f t f s s 1 0 3734 2275 _null_ _null_ _null_ _null_ _null_ regconfigin _null_ _null_ _null_ _null_ )
insert ( 3737 regconfigout 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 3734 _null_ _null_ _null_ _null_ _null_ regconfigout _null_ _null_ _null_ _null_ )
insert ( 3738 regconfigrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 3734 2281 _null_ _null_ _null_ _null_ _null_ regconfigrecv _null_ _null_ _null_ _null_ )
insert ( 3739 regconfigsend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 3734 _null_ _null_ _null_ _null_ _null_ regconfigsend _null_ _null_ _null_ _null_ )
insert ( 3771 regdictionaryin 11 10 12 1 0 0 0 f f f t f s s 1 0 3769 2275 _null_ _null_ _null_ _null_ _null_ regdictionaryin _null_ _null_ _null_ _null_ )
insert ( 3772 regdictionaryout 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 3769 _null_ _null_ _null_ _null_ _null_ regdictionaryout _null_ _null_ _null_ _null_ )
insert ( 3773 regdictionaryrecv 11 10 12 1 0 0 0 f f f t f i s 1 0 3769 2281 _null_ _null_ _null_ _null_ _null_ regdictionaryrecv _null_ _null_ _null_ _null_ )
insert ( 3774 regdictionarysend 11 10 12 1 0 0 0 f f f t f i s 1 0 17 3769 _null_ _null_ _null_ _null_ _null_ regdictionarysend _null_ _null_ _null_ _null_ )
insert ( 3806 jsonb_in 11 10 12 1 0 0 0 f f f t f i s 1 0 3802 2275 _null_ _null_ _null_ _null_ _null_ jsonb_in _null_ _null_ _null_ _null_ )
insert ( 3805 jsonb_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 3802 2281 _null_ _null_ _null_ _null_ _null_ jsonb_recv _null_ _null_ _null_ _null_ )
insert ( 3804 jsonb_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 3802 _null_ _null_ _null_ _null_ _null_ jsonb_out _null_ _null_ _null_ _null_ )
insert ( 3803 jsonb_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 3802 _null_ _null_ _null_ _null_ _null_ jsonb_send _null_ _null_ _null_ _null_ )
insert ( 3263 jsonb_object 11 10 12 1 0 0 0 f f f t f i s 1 0 3802 1009 _null_ _null_ _null_ _null_ _null_ jsonb_object _null_ _null_ _null_ _null_ )
insert ( 3264 jsonb_object 11 10 12 1 0 0 0 f f f t f i s 2 0 3802 '1009 1009' _null_ _null_ _null_ _null_ _null_ jsonb_object_two_arg _null_ _null_ _null_ _null_ )
insert ( 3787 to_jsonb 11 10 12 1 0 0 0 f f f t f s s 1 0 3802 2283 _null_ _null_ _null_ _null_ _null_ to_jsonb _null_ _null_ _null_ _null_ )
insert ( 3265 jsonb_agg_transfn 11 10 12 1 0 0 0 f f f f f s s 2 0 2281 '2281 2283' _null_ _null_ _null_ _null_ _null_ jsonb_agg_transfn _null_ _null_ _null_ _null_ )
insert ( 6283 jsonb_agg_strict_transfn 11 10 12 1 0 0 0 f f f f f s s 2 0 2281 '2281 2283' _null_ _null_ _null_ _null_ _null_ jsonb_agg_strict_transfn _null_ _null_ _null_ _null_ )
insert ( 3266 jsonb_agg_finalfn 11 10 12 1 0 0 0 f f f f f s s 1 0 3802 2281 _null_ _null_ _null_ _null_ _null_ jsonb_agg_finalfn _null_ _null_ _null_ _null_ )
insert ( 3267 jsonb_agg 11 10 12 1 0 0 0 a f f f f s s 1 0 3802 2283 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6284 jsonb_agg_strict 11 10 12 1 0 0 0 a f f f f s s 1 0 3802 2283 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3268 jsonb_object_agg_transfn 11 10 12 1 0 0 0 f f f f f s s 3 0 2281 '2281 2276 2276' _null_ _null_ _null_ _null_ _null_ jsonb_object_agg_transfn _null_ _null_ _null_ _null_ )
insert ( 6285 jsonb_object_agg_strict_transfn 11 10 12 1 0 0 0 f f f f f s s 3 0 2281 '2281 2276 2276' _null_ _null_ _null_ _null_ _null_ jsonb_object_agg_strict_transfn _null_ _null_ _null_ _null_ )
insert ( 6286 jsonb_object_agg_unique_transfn 11 10 12 1 0 0 0 f f f f f s s 3 0 2281 '2281 2276 2276' _null_ _null_ _null_ _null_ _null_ jsonb_object_agg_unique_transfn _null_ _null_ _null_ _null_ )
insert ( 6287 jsonb_object_agg_unique_strict_transfn 11 10 12 1 0 0 0 f f f f f s s 3 0 2281 '2281 2276 2276' _null_ _null_ _null_ _null_ _null_ jsonb_object_agg_unique_strict_transfn _null_ _null_ _null_ _null_ )
insert ( 3269 jsonb_object_agg_finalfn 11 10 12 1 0 0 0 f f f f f s s 1 0 3802 2281 _null_ _null_ _null_ _null_ _null_ jsonb_object_agg_finalfn _null_ _null_ _null_ _null_ )
insert ( 3270 jsonb_object_agg 11 10 12 1 0 0 0 a f f f f i s 2 0 3802 '2276 2276' _null_ _null_ '{key,value}' _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6288 jsonb_object_agg_strict 11 10 12 1 0 0 0 a f f f f i s 2 0 3802 '2276 2276' _null_ _null_ '{key,value}' _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6289 jsonb_object_agg_unique 11 10 12 1 0 0 0 a f f f f i s 2 0 3802 '2276 2276' _null_ _null_ '{key,value}' _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6290 jsonb_object_agg_unique_strict 11 10 12 1 0 0 0 a f f f f i s 2 0 3802 '2276 2276' _null_ _null_ '{key,value}' _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3271 jsonb_build_array 11 10 12 1 0 2276 0 f f f f f s s 1 0 3802 2276 '{2276}' '{v}' _null_ _null_ _null_ jsonb_build_array _null_ _null_ _null_ _null_ )
insert ( 3272 jsonb_build_array 11 10 12 1 0 0 0 f f f f f s s 0 0 3802 '' _null_ _null_ _null_ _null_ _null_ jsonb_build_array_noargs _null_ _null_ _null_ _null_ )
insert ( 3273 jsonb_build_object 11 10 12 1 0 2276 0 f f f f f s s 1 0 3802 2276 '{2276}' '{v}' _null_ _null_ _null_ jsonb_build_object _null_ _null_ _null_ _null_ )
insert ( 3274 jsonb_build_object 11 10 12 1 0 0 0 f f f f f s s 0 0 3802 '' _null_ _null_ _null_ _null_ _null_ jsonb_build_object_noargs _null_ _null_ _null_ _null_ )
insert ( 3262 jsonb_strip_nulls 11 10 12 1 0 0 0 f f f t f i s 1 0 3802 3802 _null_ _null_ _null_ _null_ _null_ jsonb_strip_nulls _null_ _null_ _null_ _null_ )
insert ( 3478 jsonb_object_field 11 10 12 1 0 0 0 f f f t f i s 2 0 3802 '3802 25' _null_ _null_ '{from_json, field_name}' _null_ _null_ jsonb_object_field _null_ _null_ _null_ _null_ )
insert ( 3214 jsonb_object_field_text 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '3802 25' _null_ _null_ '{from_json, field_name}' _null_ _null_ jsonb_object_field_text _null_ _null_ _null_ _null_ )
insert ( 3215 jsonb_array_element 11 10 12 1 0 0 0 f f f t f i s 2 0 3802 '3802 23' _null_ _null_ '{from_json, element_index}' _null_ _null_ jsonb_array_element _null_ _null_ _null_ _null_ )
insert ( 3216 jsonb_array_element_text 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '3802 23' _null_ _null_ '{from_json, element_index}' _null_ _null_ jsonb_array_element_text _null_ _null_ _null_ _null_ )
insert ( 3217 jsonb_extract_path 11 10 12 1 0 25 0 f f f t f i s 2 0 3802 '3802 1009' '{3802,1009}' '{i,v}' '{from_json,path_elems}' _null_ _null_ jsonb_extract_path _null_ _null_ _null_ _null_ )
insert ( 3940 jsonb_extract_path_text 11 10 12 1 0 25 0 f f f t f i s 2 0 25 '3802 1009' '{3802,1009}' '{i,v}' '{from_json,path_elems}' _null_ _null_ jsonb_extract_path_text _null_ _null_ _null_ _null_ )
insert ( 3219 jsonb_array_elements 11 10 12 1 100 0 0 f f f t t i s 1 0 3802 3802 '{3802,3802}' '{i,o}' '{from_json,value}' _null_ _null_ jsonb_array_elements _null_ _null_ _null_ _null_ )
insert ( 3465 jsonb_array_elements_text 11 10 12 1 100 0 0 f f f t t i s 1 0 25 3802 '{3802,25}' '{i,o}' '{from_json,value}' _null_ _null_ jsonb_array_elements_text _null_ _null_ _null_ _null_ )
insert ( 3207 jsonb_array_length 11 10 12 1 0 0 0 f f f t f i s 1 0 23 3802 _null_ _null_ _null_ _null_ _null_ jsonb_array_length _null_ _null_ _null_ _null_ )
insert ( 3931 jsonb_object_keys 11 10 12 1 100 0 0 f f f t t i s 1 0 25 3802 _null_ _null_ _null_ _null_ _null_ jsonb_object_keys _null_ _null_ _null_ _null_ )
insert ( 3208 jsonb_each 11 10 12 1 100 0 0 f f f t t i s 1 0 2249 3802 '{3802,25,3802}' '{i,o,o}' '{from_json,key,value}' _null_ _null_ jsonb_each _null_ _null_ _null_ _null_ )
insert ( 3932 jsonb_each_text 11 10 12 1 100 0 0 f f f t t i s 1 0 2249 3802 '{3802,25,25}' '{i,o,o}' '{from_json,key,value}' _null_ _null_ jsonb_each_text _null_ _null_ _null_ _null_ )
insert ( 3209 jsonb_populate_record 11 10 12 1 0 0 0 f f f f f s s 2 0 2283 '2283 3802' _null_ _null_ _null_ _null_ _null_ jsonb_populate_record _null_ _null_ _null_ _null_ )
insert ( 6338 jsonb_populate_record_valid 11 10 12 1 0 0 0 f f f f f s s 2 0 16 '2283 3802' _null_ _null_ _null_ _null_ _null_ jsonb_populate_record_valid _null_ _null_ _null_ _null_ )
insert ( 3475 jsonb_populate_recordset 11 10 12 1 100 0 0 f f f f t s s 2 0 2283 '2283 3802' _null_ _null_ _null_ _null_ _null_ jsonb_populate_recordset _null_ _null_ _null_ _null_ )
insert ( 3490 jsonb_to_record 11 10 12 1 0 0 0 f f f t f s s 1 0 2249 3802 _null_ _null_ _null_ _null_ _null_ jsonb_to_record _null_ _null_ _null_ _null_ )
insert ( 3491 jsonb_to_recordset 11 10 12 1 100 0 0 f f f f t s s 1 0 2249 3802 _null_ _null_ _null_ _null_ _null_ jsonb_to_recordset _null_ _null_ _null_ _null_ )
insert ( 3210 jsonb_typeof 11 10 12 1 0 0 0 f f f t f i s 1 0 25 3802 _null_ _null_ _null_ _null_ _null_ jsonb_typeof _null_ _null_ _null_ _null_ )
insert ( 4038 jsonb_ne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3802 3802' _null_ _null_ _null_ _null_ _null_ jsonb_ne _null_ _null_ _null_ _null_ )
insert ( 4039 jsonb_lt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3802 3802' _null_ _null_ _null_ _null_ _null_ jsonb_lt _null_ _null_ _null_ _null_ )
insert ( 4040 jsonb_gt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3802 3802' _null_ _null_ _null_ _null_ _null_ jsonb_gt _null_ _null_ _null_ _null_ )
insert ( 4041 jsonb_le 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3802 3802' _null_ _null_ _null_ _null_ _null_ jsonb_le _null_ _null_ _null_ _null_ )
insert ( 4042 jsonb_ge 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3802 3802' _null_ _null_ _null_ _null_ _null_ jsonb_ge _null_ _null_ _null_ _null_ )
insert ( 4043 jsonb_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3802 3802' _null_ _null_ _null_ _null_ _null_ jsonb_eq _null_ _null_ _null_ _null_ )
insert ( 4044 jsonb_cmp 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '3802 3802' _null_ _null_ _null_ _null_ _null_ jsonb_cmp _null_ _null_ _null_ _null_ )
insert ( 4045 jsonb_hash 11 10 12 1 0 0 0 f f f t f i s 1 0 23 3802 _null_ _null_ _null_ _null_ _null_ jsonb_hash _null_ _null_ _null_ _null_ )
insert ( 3416 jsonb_hash_extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '3802 20' _null_ _null_ _null_ _null_ _null_ jsonb_hash_extended _null_ _null_ _null_ _null_ )
insert ( 4046 jsonb_contains 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3802 3802' _null_ _null_ _null_ _null_ _null_ jsonb_contains _null_ _null_ _null_ _null_ )
insert ( 4047 jsonb_exists 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3802 25' _null_ _null_ _null_ _null_ _null_ jsonb_exists _null_ _null_ _null_ _null_ )
insert ( 4048 jsonb_exists_any 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3802 1009' _null_ _null_ _null_ _null_ _null_ jsonb_exists_any _null_ _null_ _null_ _null_ )
insert ( 4049 jsonb_exists_all 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3802 1009' _null_ _null_ _null_ _null_ _null_ jsonb_exists_all _null_ _null_ _null_ _null_ )
insert ( 4050 jsonb_contained 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3802 3802' _null_ _null_ _null_ _null_ _null_ jsonb_contained _null_ _null_ _null_ _null_ )
insert ( 3480 gin_compare_jsonb 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '25 25' _null_ _null_ _null_ _null_ _null_ gin_compare_jsonb _null_ _null_ _null_ _null_ )
insert ( 3482 gin_extract_jsonb 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '3802 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_extract_jsonb _null_ _null_ _null_ _null_ )
insert ( 3483 gin_extract_jsonb_query 11 10 12 1 0 0 0 f f f t f i s 7 0 2281 '3802 2281 21 2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_extract_jsonb_query _null_ _null_ _null_ _null_ )
insert ( 3484 gin_consistent_jsonb 11 10 12 1 0 0 0 f f f t f i s 8 0 16 '2281 21 3802 23 2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_consistent_jsonb _null_ _null_ _null_ _null_ )
insert ( 3488 gin_triconsistent_jsonb 11 10 12 1 0 0 0 f f f t f i s 7 0 18 '2281 21 3802 23 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_triconsistent_jsonb _null_ _null_ _null_ _null_ )
insert ( 3485 gin_extract_jsonb_path 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '3802 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_extract_jsonb_path _null_ _null_ _null_ _null_ )
insert ( 3486 gin_extract_jsonb_query_path 11 10 12 1 0 0 0 f f f t f i s 7 0 2281 '3802 2281 21 2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_extract_jsonb_query_path _null_ _null_ _null_ _null_ )
insert ( 3487 gin_consistent_jsonb_path 11 10 12 1 0 0 0 f f f t f i s 8 0 16 '2281 21 3802 23 2281 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_consistent_jsonb_path _null_ _null_ _null_ _null_ )
insert ( 3489 gin_triconsistent_jsonb_path 11 10 12 1 0 0 0 f f f t f i s 7 0 18 '2281 21 3802 23 2281 2281 2281' _null_ _null_ _null_ _null_ _null_ gin_triconsistent_jsonb_path _null_ _null_ _null_ _null_ )
insert ( 3301 jsonb_concat 11 10 12 1 0 0 0 f f f t f i s 2 0 3802 '3802 3802' _null_ _null_ _null_ _null_ _null_ jsonb_concat _null_ _null_ _null_ _null_ )
insert ( 3302 jsonb_delete 11 10 12 1 0 0 0 f f f t f i s 2 0 3802 '3802 25' _null_ _null_ _null_ _null_ _null_ jsonb_delete _null_ _null_ _null_ _null_ )
insert ( 3303 jsonb_delete 11 10 12 1 0 0 0 f f f t f i s 2 0 3802 '3802 23' _null_ _null_ _null_ _null_ _null_ jsonb_delete_idx _null_ _null_ _null_ _null_ )
insert ( 3343 jsonb_delete 11 10 12 1 0 25 0 f f f t f i s 2 0 3802 '3802 1009' '{3802,1009}' '{i,v}' '{from_json,path_elems}' _null_ _null_ jsonb_delete_array _null_ _null_ _null_ _null_ )
insert ( 3304 jsonb_delete_path 11 10 12 1 0 0 0 f f f t f i s 2 0 3802 '3802 1009' _null_ _null_ _null_ _null_ _null_ jsonb_delete_path _null_ _null_ _null_ _null_ )
insert ( 5054 jsonb_set_lax 11 10 12 1 0 0 0 f f f f f i s 5 0 3802 '3802 1009 3802 16 25' _null_ _null_ _null_ _null_ _null_ jsonb_set_lax _null_ _null_ _null_ _null_ )
insert ( 3305 jsonb_set 11 10 12 1 0 0 0 f f f t f i s 4 0 3802 '3802 1009 3802 16' _null_ _null_ _null_ _null_ _null_ jsonb_set _null_ _null_ _null_ _null_ )
insert ( 3306 jsonb_pretty 11 10 12 1 0 0 0 f f f t f i s 1 0 25 3802 _null_ _null_ _null_ _null_ _null_ jsonb_pretty _null_ _null_ _null_ _null_ )
insert ( 3579 jsonb_insert 11 10 12 1 0 0 0 f f f t f i s 4 0 3802 '3802 1009 3802 16' _null_ _null_ _null_ _null_ _null_ jsonb_insert _null_ _null_ _null_ _null_ )
insert ( 4001 jsonpath_in 11 10 12 1 0 0 0 f f f t f i s 1 0 4072 2275 _null_ _null_ _null_ _null_ _null_ jsonpath_in _null_ _null_ _null_ _null_ )
insert ( 4002 jsonpath_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 4072 2281 _null_ _null_ _null_ _null_ _null_ jsonpath_recv _null_ _null_ _null_ _null_ )
insert ( 4003 jsonpath_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 4072 _null_ _null_ _null_ _null_ _null_ jsonpath_out _null_ _null_ _null_ _null_ )
insert ( 4004 jsonpath_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 4072 _null_ _null_ _null_ _null_ _null_ jsonpath_send _null_ _null_ _null_ _null_ )
insert ( 4005 jsonb_path_exists 11 10 12 1 0 0 0 f f f t f i s 4 0 16 '3802 4072 3802 16' _null_ _null_ _null_ _null_ _null_ jsonb_path_exists _null_ _null_ _null_ _null_ )
insert ( 4006 jsonb_path_query 11 10 12 1 1000 0 0 f f f t t i s 4 0 3802 '3802 4072 3802 16' _null_ _null_ _null_ _null_ _null_ jsonb_path_query _null_ _null_ _null_ _null_ )
insert ( 4007 jsonb_path_query_array 11 10 12 1 0 0 0 f f f t f i s 4 0 3802 '3802 4072 3802 16' _null_ _null_ _null_ _null_ _null_ jsonb_path_query_array _null_ _null_ _null_ _null_ )
insert ( 4008 jsonb_path_query_first 11 10 12 1 0 0 0 f f f t f i s 4 0 3802 '3802 4072 3802 16' _null_ _null_ _null_ _null_ _null_ jsonb_path_query_first _null_ _null_ _null_ _null_ )
insert ( 4009 jsonb_path_match 11 10 12 1 0 0 0 f f f t f i s 4 0 16 '3802 4072 3802 16' _null_ _null_ _null_ _null_ _null_ jsonb_path_match _null_ _null_ _null_ _null_ )
insert ( 1177 jsonb_path_exists_tz 11 10 12 1 0 0 0 f f f t f s s 4 0 16 '3802 4072 3802 16' _null_ _null_ _null_ _null_ _null_ jsonb_path_exists_tz _null_ _null_ _null_ _null_ )
insert ( 1179 jsonb_path_query_tz 11 10 12 1 1000 0 0 f f f t t s s 4 0 3802 '3802 4072 3802 16' _null_ _null_ _null_ _null_ _null_ jsonb_path_query_tz _null_ _null_ _null_ _null_ )
insert ( 1180 jsonb_path_query_array_tz 11 10 12 1 0 0 0 f f f t f s s 4 0 3802 '3802 4072 3802 16' _null_ _null_ _null_ _null_ _null_ jsonb_path_query_array_tz _null_ _null_ _null_ _null_ )
insert ( 2023 jsonb_path_query_first_tz 11 10 12 1 0 0 0 f f f t f s s 4 0 3802 '3802 4072 3802 16' _null_ _null_ _null_ _null_ _null_ jsonb_path_query_first_tz _null_ _null_ _null_ _null_ )
insert ( 2030 jsonb_path_match_tz 11 10 12 1 0 0 0 f f f t f s s 4 0 16 '3802 4072 3802 16' _null_ _null_ _null_ _null_ _null_ jsonb_path_match_tz _null_ _null_ _null_ _null_ )
insert ( 4010 jsonb_path_exists_opr 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3802 4072' _null_ _null_ _null_ _null_ _null_ jsonb_path_exists_opr _null_ _null_ _null_ _null_ )
insert ( 4011 jsonb_path_match_opr 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3802 4072' _null_ _null_ _null_ _null_ _null_ jsonb_path_match_opr _null_ _null_ _null_ _null_ )
insert ( 2939 txid_snapshot_in 11 10 12 1 0 0 0 f f f t f i s 1 0 2970 2275 _null_ _null_ _null_ _null_ _null_ pg_snapshot_in _null_ _null_ _null_ _null_ )
insert ( 2940 txid_snapshot_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 2970 _null_ _null_ _null_ _null_ _null_ pg_snapshot_out _null_ _null_ _null_ _null_ )
insert ( 2941 txid_snapshot_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 2970 2281 _null_ _null_ _null_ _null_ _null_ pg_snapshot_recv _null_ _null_ _null_ _null_ )
insert ( 2942 txid_snapshot_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 2970 _null_ _null_ _null_ _null_ _null_ pg_snapshot_send _null_ _null_ _null_ _null_ )
insert ( 2943 txid_current 11 10 12 1 0 0 0 f f f t f s u 0 0 20 '' _null_ _null_ _null_ _null_ _null_ pg_current_xact_id _null_ _null_ _null_ _null_ )
insert ( 3348 txid_current_if_assigned 11 10 12 1 0 0 0 f f f t f s u 0 0 20 '' _null_ _null_ _null_ _null_ _null_ pg_current_xact_id_if_assigned _null_ _null_ _null_ _null_ )
insert ( 2944 txid_current_snapshot 11 10 12 1 0 0 0 f f f t f s s 0 0 2970 '' _null_ _null_ _null_ _null_ _null_ pg_current_snapshot _null_ _null_ _null_ _null_ )
insert ( 2945 txid_snapshot_xmin 11 10 12 1 0 0 0 f f f t f i s 1 0 20 2970 _null_ _null_ _null_ _null_ _null_ pg_snapshot_xmin _null_ _null_ _null_ _null_ )
insert ( 2946 txid_snapshot_xmax 11 10 12 1 0 0 0 f f f t f i s 1 0 20 2970 _null_ _null_ _null_ _null_ _null_ pg_snapshot_xmax _null_ _null_ _null_ _null_ )
insert ( 2947 txid_snapshot_xip 11 10 12 1 50 0 0 f f f t t i s 1 0 20 2970 _null_ _null_ _null_ _null_ _null_ pg_snapshot_xip _null_ _null_ _null_ _null_ )
insert ( 2948 txid_visible_in_snapshot 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '20 2970' _null_ _null_ _null_ _null_ _null_ pg_visible_in_snapshot _null_ _null_ _null_ _null_ )
insert ( 3360 txid_status 11 10 12 1 0 0 0 f f f t f v s 1 0 25 20 _null_ _null_ _null_ _null_ _null_ pg_xact_status _null_ _null_ _null_ _null_ )
insert ( 5055 pg_snapshot_in 11 10 12 1 0 0 0 f f f t f i s 1 0 5038 2275 _null_ _null_ _null_ _null_ _null_ pg_snapshot_in _null_ _null_ _null_ _null_ )
insert ( 5056 pg_snapshot_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 5038 _null_ _null_ _null_ _null_ _null_ pg_snapshot_out _null_ _null_ _null_ _null_ )
insert ( 5057 pg_snapshot_recv 11 10 12 1 0 0 0 f f f t f i s 1 0 5038 2281 _null_ _null_ _null_ _null_ _null_ pg_snapshot_recv _null_ _null_ _null_ _null_ )
insert ( 5058 pg_snapshot_send 11 10 12 1 0 0 0 f f f t f i s 1 0 17 5038 _null_ _null_ _null_ _null_ _null_ pg_snapshot_send _null_ _null_ _null_ _null_ )
insert ( 5061 pg_current_snapshot 11 10 12 1 0 0 0 f f f t f s s 0 0 5038 '' _null_ _null_ _null_ _null_ _null_ pg_current_snapshot _null_ _null_ _null_ _null_ )
insert ( 5062 pg_snapshot_xmin 11 10 12 1 0 0 0 f f f t f i s 1 0 5069 5038 _null_ _null_ _null_ _null_ _null_ pg_snapshot_xmin _null_ _null_ _null_ _null_ )
insert ( 5063 pg_snapshot_xmax 11 10 12 1 0 0 0 f f f t f i s 1 0 5069 5038 _null_ _null_ _null_ _null_ _null_ pg_snapshot_xmax _null_ _null_ _null_ _null_ )
insert ( 5064 pg_snapshot_xip 11 10 12 1 50 0 0 f f f t t i s 1 0 5069 5038 _null_ _null_ _null_ _null_ _null_ pg_snapshot_xip _null_ _null_ _null_ _null_ )
insert ( 5065 pg_visible_in_snapshot 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '5069 5038' _null_ _null_ _null_ _null_ _null_ pg_visible_in_snapshot _null_ _null_ _null_ _null_ )
insert ( 5059 pg_current_xact_id 11 10 12 1 0 0 0 f f f t f s u 0 0 5069 '' _null_ _null_ _null_ _null_ _null_ pg_current_xact_id _null_ _null_ _null_ _null_ )
insert ( 5060 pg_current_xact_id_if_assigned 11 10 12 1 0 0 0 f f f t f s u 0 0 5069 '' _null_ _null_ _null_ _null_ _null_ pg_current_xact_id_if_assigned _null_ _null_ _null_ _null_ )
insert ( 5066 pg_xact_status 11 10 12 1 0 0 0 f f f t f v s 1 0 25 5069 _null_ _null_ _null_ _null_ _null_ pg_xact_status _null_ _null_ _null_ _null_ )
insert ( 2981 record_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2249 2249' _null_ _null_ _null_ _null_ _null_ record_eq _null_ _null_ _null_ _null_ )
insert ( 2982 record_ne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2249 2249' _null_ _null_ _null_ _null_ _null_ record_ne _null_ _null_ _null_ _null_ )
insert ( 2983 record_lt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2249 2249' _null_ _null_ _null_ _null_ _null_ record_lt _null_ _null_ _null_ _null_ )
insert ( 2984 record_gt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2249 2249' _null_ _null_ _null_ _null_ _null_ record_gt _null_ _null_ _null_ _null_ )
insert ( 2985 record_le 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2249 2249' _null_ _null_ _null_ _null_ _null_ record_le _null_ _null_ _null_ _null_ )
insert ( 2986 record_ge 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2249 2249' _null_ _null_ _null_ _null_ _null_ record_ge _null_ _null_ _null_ _null_ )
insert ( 2987 btrecordcmp 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '2249 2249' _null_ _null_ _null_ _null_ _null_ btrecordcmp _null_ _null_ _null_ _null_ )
insert ( 6192 hash_record 11 10 12 1 0 0 0 f f f t f i s 1 0 23 2249 _null_ _null_ _null_ _null_ _null_ hash_record _null_ _null_ _null_ _null_ )
insert ( 6193 hash_record_extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '2249 20' _null_ _null_ _null_ _null_ _null_ hash_record_extended _null_ _null_ _null_ _null_ )
insert ( 3181 record_image_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2249 2249' _null_ _null_ _null_ _null_ _null_ record_image_eq _null_ _null_ _null_ _null_ )
insert ( 3182 record_image_ne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2249 2249' _null_ _null_ _null_ _null_ _null_ record_image_ne _null_ _null_ _null_ _null_ )
insert ( 3183 record_image_lt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2249 2249' _null_ _null_ _null_ _null_ _null_ record_image_lt _null_ _null_ _null_ _null_ )
insert ( 3184 record_image_gt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2249 2249' _null_ _null_ _null_ _null_ _null_ record_image_gt _null_ _null_ _null_ _null_ )
insert ( 3185 record_image_le 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2249 2249' _null_ _null_ _null_ _null_ _null_ record_image_le _null_ _null_ _null_ _null_ )
insert ( 3186 record_image_ge 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2249 2249' _null_ _null_ _null_ _null_ _null_ record_image_ge _null_ _null_ _null_ _null_ )
insert ( 3187 btrecordimagecmp 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '2249 2249' _null_ _null_ _null_ _null_ _null_ btrecordimagecmp _null_ _null_ _null_ _null_ )
insert ( 5051 btequalimage 11 10 12 1 0 0 0 f f f t f i s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ btequalimage _null_ _null_ _null_ _null_ )
insert ( 3082 pg_available_extensions 11 10 12 10 100 0 0 f f f t t s s 0 0 2249 '' '{19,25,25}' '{o,o,o}' '{name,default_version,comment}' _null_ _null_ pg_available_extensions _null_ _null_ _null_ _null_ )
insert ( 3083 pg_available_extension_versions 11 10 12 10 100 0 0 f f f t t s s 0 0 2249 '' '{19,25,16,16,16,19,1003,25}' '{o,o,o,o,o,o,o,o}' '{name,version,superuser,trusted,relocatable,schema,requires,comment}' _null_ _null_ pg_available_extension_versions _null_ _null_ _null_ _null_ )
insert ( 3084 pg_extension_update_paths 11 10 12 10 100 0 0 f f f t t s s 1 0 2249 19 '{19,25,25,25}' '{i,o,o,o}' '{name,source,target,path}' _null_ _null_ pg_extension_update_paths _null_ _null_ _null_ _null_ )
insert ( 3086 pg_extension_config_dump 11 10 12 1 0 0 0 f f f t f v u 2 0 2278 '2205 25' _null_ _null_ _null_ _null_ _null_ pg_extension_config_dump _null_ _null_ _null_ _null_ )
insert ( 3100 row_number 11 10 12 1 0 0 6233 w f f f f i s 0 0 20 '' _null_ _null_ _null_ _null_ _null_ window_row_number _null_ _null_ _null_ _null_ )
insert ( 6233 window_row_number_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ window_row_number_support _null_ _null_ _null_ _null_ )
insert ( 3101 rank 11 10 12 1 0 0 6234 w f f f f i s 0 0 20 '' _null_ _null_ _null_ _null_ _null_ window_rank _null_ _null_ _null_ _null_ )
insert ( 6234 window_rank_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ window_rank_support _null_ _null_ _null_ _null_ )
insert ( 3102 dense_rank 11 10 12 1 0 0 6235 w f f f f i s 0 0 20 '' _null_ _null_ _null_ _null_ _null_ window_dense_rank _null_ _null_ _null_ _null_ )
insert ( 6235 window_dense_rank_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ window_dense_rank_support _null_ _null_ _null_ _null_ )
insert ( 3103 percent_rank 11 10 12 1 0 0 6306 w f f f f i s 0 0 701 '' _null_ _null_ _null_ _null_ _null_ window_percent_rank _null_ _null_ _null_ _null_ )
insert ( 6306 window_percent_rank_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ window_percent_rank_support _null_ _null_ _null_ _null_ )
insert ( 3104 cume_dist 11 10 12 1 0 0 6307 w f f f f i s 0 0 701 '' _null_ _null_ _null_ _null_ _null_ window_cume_dist _null_ _null_ _null_ _null_ )
insert ( 6307 window_cume_dist_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ window_cume_dist_support _null_ _null_ _null_ _null_ )
insert ( 3105 ntile 11 10 12 1 0 0 6308 w f f t f i s 1 0 23 23 _null_ _null_ _null_ _null_ _null_ window_ntile _null_ _null_ _null_ _null_ )
insert ( 6308 window_ntile_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ window_ntile_support _null_ _null_ _null_ _null_ )
insert ( 3106 lag 11 10 12 1 0 0 0 w f f t f i s 1 0 2283 2283 _null_ _null_ _null_ _null_ _null_ window_lag _null_ _null_ _null_ _null_ )
insert ( 3107 lag 11 10 12 1 0 0 0 w f f t f i s 2 0 2283 '2283 23' _null_ _null_ _null_ _null_ _null_ window_lag_with_offset _null_ _null_ _null_ _null_ )
insert ( 3108 lag 11 10 12 1 0 0 0 w f f t f i s 3 0 5077 '5077 23 5077' _null_ _null_ _null_ _null_ _null_ window_lag_with_offset_and_default _null_ _null_ _null_ _null_ )
insert ( 3109 lead 11 10 12 1 0 0 0 w f f t f i s 1 0 2283 2283 _null_ _null_ _null_ _null_ _null_ window_lead _null_ _null_ _null_ _null_ )
insert ( 3110 lead 11 10 12 1 0 0 0 w f f t f i s 2 0 2283 '2283 23' _null_ _null_ _null_ _null_ _null_ window_lead_with_offset _null_ _null_ _null_ _null_ )
insert ( 3111 lead 11 10 12 1 0 0 0 w f f t f i s 3 0 5077 '5077 23 5077' _null_ _null_ _null_ _null_ _null_ window_lead_with_offset_and_default _null_ _null_ _null_ _null_ )
insert ( 3112 first_value 11 10 12 1 0 0 0 w f f t f i s 1 0 2283 2283 _null_ _null_ _null_ _null_ _null_ window_first_value _null_ _null_ _null_ _null_ )
insert ( 3113 last_value 11 10 12 1 0 0 0 w f f t f i s 1 0 2283 2283 _null_ _null_ _null_ _null_ _null_ window_last_value _null_ _null_ _null_ _null_ )
insert ( 3114 nth_value 11 10 12 1 0 0 0 w f f t f i s 2 0 2283 '2283 23' _null_ _null_ _null_ _null_ _null_ window_nth_value _null_ _null_ _null_ _null_ )
insert ( 3832 anyrange_in 11 10 12 1 0 0 0 f f f t f s s 3 0 3831 '2275 26 23' _null_ _null_ _null_ _null_ _null_ anyrange_in _null_ _null_ _null_ _null_ )
insert ( 3833 anyrange_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 3831 _null_ _null_ _null_ _null_ _null_ anyrange_out _null_ _null_ _null_ _null_ )
insert ( 3834 range_in 11 10 12 1 0 0 0 f f f t f s s 3 0 3831 '2275 26 23' _null_ _null_ _null_ _null_ _null_ range_in _null_ _null_ _null_ _null_ )
insert ( 3835 range_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 3831 _null_ _null_ _null_ _null_ _null_ range_out _null_ _null_ _null_ _null_ )
insert ( 3836 range_recv 11 10 12 1 0 0 0 f f f t f s s 3 0 3831 '2281 26 23' _null_ _null_ _null_ _null_ _null_ range_recv _null_ _null_ _null_ _null_ )
insert ( 3837 range_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 3831 _null_ _null_ _null_ _null_ _null_ range_send _null_ _null_ _null_ _null_ )
insert ( 3848 lower 11 10 12 1 0 0 0 f f f t f i s 1 0 2283 3831 _null_ _null_ _null_ _null_ _null_ range_lower _null_ _null_ _null_ _null_ )
insert ( 3849 upper 11 10 12 1 0 0 0 f f f t f i s 1 0 2283 3831 _null_ _null_ _null_ _null_ _null_ range_upper _null_ _null_ _null_ _null_ )
insert ( 3850 isempty 11 10 12 1 0 0 0 f f f t f i s 1 0 16 3831 _null_ _null_ _null_ _null_ _null_ range_empty _null_ _null_ _null_ _null_ )
insert ( 3851 lower_inc 11 10 12 1 0 0 0 f f f t f i s 1 0 16 3831 _null_ _null_ _null_ _null_ _null_ range_lower_inc _null_ _null_ _null_ _null_ )
insert ( 3852 upper_inc 11 10 12 1 0 0 0 f f f t f i s 1 0 16 3831 _null_ _null_ _null_ _null_ _null_ range_upper_inc _null_ _null_ _null_ _null_ )
insert ( 3853 lower_inf 11 10 12 1 0 0 0 f f f t f i s 1 0 16 3831 _null_ _null_ _null_ _null_ _null_ range_lower_inf _null_ _null_ _null_ _null_ )
insert ( 3854 upper_inf 11 10 12 1 0 0 0 f f f t f i s 1 0 16 3831 _null_ _null_ _null_ _null_ _null_ range_upper_inf _null_ _null_ _null_ _null_ )
insert ( 3855 range_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_eq _null_ _null_ _null_ _null_ )
insert ( 3856 range_ne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_ne _null_ _null_ _null_ _null_ )
insert ( 3857 range_overlaps 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_overlaps _null_ _null_ _null_ _null_ )
insert ( 3858 range_contains_elem 11 10 12 1 0 0 6345 f f f t f i s 2 0 16 '3831 2283' _null_ _null_ _null_ _null_ _null_ range_contains_elem _null_ _null_ _null_ _null_ )
insert ( 3859 range_contains 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_contains _null_ _null_ _null_ _null_ )
insert ( 3860 elem_contained_by_range 11 10 12 1 0 0 6346 f f f t f i s 2 0 16 '2283 3831' _null_ _null_ _null_ _null_ _null_ elem_contained_by_range _null_ _null_ _null_ _null_ )
insert ( 3861 range_contained_by 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_contained_by _null_ _null_ _null_ _null_ )
insert ( 3862 range_adjacent 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_adjacent _null_ _null_ _null_ _null_ )
insert ( 3863 range_before 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_before _null_ _null_ _null_ _null_ )
insert ( 3864 range_after 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_after _null_ _null_ _null_ _null_ )
insert ( 3865 range_overleft 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_overleft _null_ _null_ _null_ _null_ )
insert ( 3866 range_overright 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_overright _null_ _null_ _null_ _null_ )
insert ( 3867 range_union 11 10 12 1 0 0 0 f f f t f i s 2 0 3831 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_union _null_ _null_ _null_ _null_ )
insert ( 6345 range_contains_elem_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ range_contains_elem_support _null_ _null_ _null_ _null_ )
insert ( 6346 elem_contained_by_range_support 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ elem_contained_by_range_support _null_ _null_ _null_ _null_ )
insert ( 4057 range_merge 11 10 12 1 0 0 0 f f f t f i s 2 0 3831 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_merge _null_ _null_ _null_ _null_ )
insert ( 4228 range_merge 11 10 12 1 0 0 0 f f f t f i s 1 0 3831 4537 _null_ _null_ _null_ _null_ _null_ range_merge_from_multirange _null_ _null_ _null_ _null_ )
insert ( 3868 range_intersect 11 10 12 1 0 0 0 f f f t f i s 2 0 3831 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_intersect _null_ _null_ _null_ _null_ )
insert ( 3869 range_minus 11 10 12 1 0 0 0 f f f t f i s 2 0 3831 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_minus _null_ _null_ _null_ _null_ )
insert ( 3870 range_cmp 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_cmp _null_ _null_ _null_ _null_ )
insert ( 3871 range_lt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_lt _null_ _null_ _null_ _null_ )
insert ( 3872 range_le 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_le _null_ _null_ _null_ _null_ )
insert ( 3873 range_ge 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_ge _null_ _null_ _null_ _null_ )
insert ( 3874 range_gt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_gt _null_ _null_ _null_ _null_ )
insert ( 3875 range_gist_consistent 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '2281 3831 21 26 2281' _null_ _null_ _null_ _null_ _null_ range_gist_consistent _null_ _null_ _null_ _null_ )
insert ( 3876 range_gist_union 11 10 12 1 0 0 0 f f f t f i s 2 0 3831 '2281 2281' _null_ _null_ _null_ _null_ _null_ range_gist_union _null_ _null_ _null_ _null_ )
insert ( 3879 range_gist_penalty 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '2281 2281 2281' _null_ _null_ _null_ _null_ _null_ range_gist_penalty _null_ _null_ _null_ _null_ )
insert ( 3880 range_gist_picksplit 11 10 12 1 0 0 0 f f f t f i s 2 0 2281 '2281 2281' _null_ _null_ _null_ _null_ _null_ range_gist_picksplit _null_ _null_ _null_ _null_ )
insert ( 3881 range_gist_same 11 10 12 1 0 0 0 f f f t f i s 3 0 2281 '3831 3831 2281' _null_ _null_ _null_ _null_ _null_ range_gist_same _null_ _null_ _null_ _null_ )
insert ( 6154 multirange_gist_consistent 11 10 12 1 0 0 0 f f f t f i s 5 0 16 '2281 4537 21 26 2281' _null_ _null_ _null_ _null_ _null_ multirange_gist_consistent _null_ _null_ _null_ _null_ )
insert ( 6156 multirange_gist_compress 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ multirange_gist_compress _null_ _null_ _null_ _null_ )
insert ( 3902 hash_range 11 10 12 1 0 0 0 f f f t f i s 1 0 23 3831 _null_ _null_ _null_ _null_ _null_ hash_range _null_ _null_ _null_ _null_ )
insert ( 3417 hash_range_extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '3831 20' _null_ _null_ _null_ _null_ _null_ hash_range_extended _null_ _null_ _null_ _null_ )
insert ( 3916 range_typanalyze 11 10 12 1 0 0 0 f f f t f s s 1 0 16 2281 _null_ _null_ _null_ _null_ _null_ range_typanalyze _null_ _null_ _null_ _null_ )
insert ( 3169 rangesel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ rangesel _null_ _null_ _null_ _null_ )
insert ( 4401 range_intersect_agg_transfn 11 10 12 1 0 0 0 f f f t f i s 2 0 3831 '3831 3831' _null_ _null_ _null_ _null_ _null_ range_intersect_agg_transfn _null_ _null_ _null_ _null_ )
insert ( 4450 range_intersect_agg 11 10 12 1 0 0 0 a f f f f i s 1 0 3831 3831 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3914 int4range_canonical 11 10 12 1 0 0 0 f f f t f i s 1 0 3904 3904 _null_ _null_ _null_ _null_ _null_ int4range_canonical _null_ _null_ _null_ _null_ )
insert ( 3928 int8range_canonical 11 10 12 1 0 0 0 f f f t f i s 1 0 3926 3926 _null_ _null_ _null_ _null_ _null_ int8range_canonical _null_ _null_ _null_ _null_ )
insert ( 3915 daterange_canonical 11 10 12 1 0 0 0 f f f t f i s 1 0 3912 3912 _null_ _null_ _null_ _null_ _null_ daterange_canonical _null_ _null_ _null_ _null_ )
insert ( 3922 int4range_subdiff 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '23 23' _null_ _null_ _null_ _null_ _null_ int4range_subdiff _null_ _null_ _null_ _null_ )
insert ( 3923 int8range_subdiff 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '20 20' _null_ _null_ _null_ _null_ _null_ int8range_subdiff _null_ _null_ _null_ _null_ )
insert ( 3924 numrange_subdiff 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '1700 1700' _null_ _null_ _null_ _null_ _null_ numrange_subdiff _null_ _null_ _null_ _null_ )
insert ( 3925 daterange_subdiff 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '1082 1082' _null_ _null_ _null_ _null_ _null_ daterange_subdiff _null_ _null_ _null_ _null_ )
insert ( 3929 tsrange_subdiff 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '1114 1114' _null_ _null_ _null_ _null_ _null_ tsrange_subdiff _null_ _null_ _null_ _null_ )
insert ( 3930 tstzrange_subdiff 11 10 12 1 0 0 0 f f f t f i s 2 0 701 '1184 1184' _null_ _null_ _null_ _null_ _null_ tstzrange_subdiff _null_ _null_ _null_ _null_ )
insert ( 3840 int4range 11 10 12 1 0 0 0 f f f f f i s 2 0 3904 '23 23' _null_ _null_ _null_ _null_ _null_ range_constructor2 _null_ _null_ _null_ _null_ )
insert ( 3841 int4range 11 10 12 1 0 0 0 f f f f f i s 3 0 3904 '23 23 25' _null_ _null_ _null_ _null_ _null_ range_constructor3 _null_ _null_ _null_ _null_ )
insert ( 3844 numrange 11 10 12 1 0 0 0 f f f f f i s 2 0 3906 '1700 1700' _null_ _null_ _null_ _null_ _null_ range_constructor2 _null_ _null_ _null_ _null_ )
insert ( 3845 numrange 11 10 12 1 0 0 0 f f f f f i s 3 0 3906 '1700 1700 25' _null_ _null_ _null_ _null_ _null_ range_constructor3 _null_ _null_ _null_ _null_ )
insert ( 3933 tsrange 11 10 12 1 0 0 0 f f f f f i s 2 0 3908 '1114 1114' _null_ _null_ _null_ _null_ _null_ range_constructor2 _null_ _null_ _null_ _null_ )
insert ( 3934 tsrange 11 10 12 1 0 0 0 f f f f f i s 3 0 3908 '1114 1114 25' _null_ _null_ _null_ _null_ _null_ range_constructor3 _null_ _null_ _null_ _null_ )
insert ( 3937 tstzrange 11 10 12 1 0 0 0 f f f f f i s 2 0 3910 '1184 1184' _null_ _null_ _null_ _null_ _null_ range_constructor2 _null_ _null_ _null_ _null_ )
insert ( 3938 tstzrange 11 10 12 1 0 0 0 f f f f f i s 3 0 3910 '1184 1184 25' _null_ _null_ _null_ _null_ _null_ range_constructor3 _null_ _null_ _null_ _null_ )
insert ( 3941 daterange 11 10 12 1 0 0 0 f f f f f i s 2 0 3912 '1082 1082' _null_ _null_ _null_ _null_ _null_ range_constructor2 _null_ _null_ _null_ _null_ )
insert ( 3942 daterange 11 10 12 1 0 0 0 f f f f f i s 3 0 3912 '1082 1082 25' _null_ _null_ _null_ _null_ _null_ range_constructor3 _null_ _null_ _null_ _null_ )
insert ( 3945 int8range 11 10 12 1 0 0 0 f f f f f i s 2 0 3926 '20 20' _null_ _null_ _null_ _null_ _null_ range_constructor2 _null_ _null_ _null_ _null_ )
insert ( 3946 int8range 11 10 12 1 0 0 0 f f f f f i s 3 0 3926 '20 20 25' _null_ _null_ _null_ _null_ _null_ range_constructor3 _null_ _null_ _null_ _null_ )
insert ( 4229 anymultirange_in 11 10 12 1 0 0 0 f f f t f s s 3 0 4537 '2275 26 23' _null_ _null_ _null_ _null_ _null_ anymultirange_in _null_ _null_ _null_ _null_ )
insert ( 4230 anymultirange_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 4537 _null_ _null_ _null_ _null_ _null_ anymultirange_out _null_ _null_ _null_ _null_ )
insert ( 4231 multirange_in 11 10 12 1 0 0 0 f f f t f s s 3 0 4537 '2275 26 23' _null_ _null_ _null_ _null_ _null_ multirange_in _null_ _null_ _null_ _null_ )
insert ( 4232 multirange_out 11 10 12 1 0 0 0 f f f t f s s 1 0 2275 4537 _null_ _null_ _null_ _null_ _null_ multirange_out _null_ _null_ _null_ _null_ )
insert ( 4233 multirange_recv 11 10 12 1 0 0 0 f f f t f s s 3 0 4537 '2281 26 23' _null_ _null_ _null_ _null_ _null_ multirange_recv _null_ _null_ _null_ _null_ )
insert ( 4234 multirange_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 4537 _null_ _null_ _null_ _null_ _null_ multirange_send _null_ _null_ _null_ _null_ )
insert ( 4235 lower 11 10 12 1 0 0 0 f f f t f i s 1 0 2283 4537 _null_ _null_ _null_ _null_ _null_ multirange_lower _null_ _null_ _null_ _null_ )
insert ( 4236 upper 11 10 12 1 0 0 0 f f f t f i s 1 0 2283 4537 _null_ _null_ _null_ _null_ _null_ multirange_upper _null_ _null_ _null_ _null_ )
insert ( 4237 isempty 11 10 12 1 0 0 0 f f f t f i s 1 0 16 4537 _null_ _null_ _null_ _null_ _null_ multirange_empty _null_ _null_ _null_ _null_ )
insert ( 4238 lower_inc 11 10 12 1 0 0 0 f f f t f i s 1 0 16 4537 _null_ _null_ _null_ _null_ _null_ multirange_lower_inc _null_ _null_ _null_ _null_ )
insert ( 4239 upper_inc 11 10 12 1 0 0 0 f f f t f i s 1 0 16 4537 _null_ _null_ _null_ _null_ _null_ multirange_upper_inc _null_ _null_ _null_ _null_ )
insert ( 4240 lower_inf 11 10 12 1 0 0 0 f f f t f i s 1 0 16 4537 _null_ _null_ _null_ _null_ _null_ multirange_lower_inf _null_ _null_ _null_ _null_ )
insert ( 4241 upper_inf 11 10 12 1 0 0 0 f f f t f i s 1 0 16 4537 _null_ _null_ _null_ _null_ _null_ multirange_upper_inf _null_ _null_ _null_ _null_ )
insert ( 4242 multirange_typanalyze 11 10 12 1 0 0 0 f f f t f s s 1 0 16 2281 _null_ _null_ _null_ _null_ _null_ multirange_typanalyze _null_ _null_ _null_ _null_ )
insert ( 4243 multirangesel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ multirangesel _null_ _null_ _null_ _null_ )
insert ( 4244 multirange_eq 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_eq _null_ _null_ _null_ _null_ )
insert ( 4245 multirange_ne 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_ne _null_ _null_ _null_ _null_ )
insert ( 4246 range_overlaps_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 4537' _null_ _null_ _null_ _null_ _null_ range_overlaps_multirange _null_ _null_ _null_ _null_ )
insert ( 4247 multirange_overlaps_range 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 3831' _null_ _null_ _null_ _null_ _null_ multirange_overlaps_range _null_ _null_ _null_ _null_ )
insert ( 4248 multirange_overlaps_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_overlaps_multirange _null_ _null_ _null_ _null_ )
insert ( 4249 multirange_contains_elem 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 2283' _null_ _null_ _null_ _null_ _null_ multirange_contains_elem _null_ _null_ _null_ _null_ )
insert ( 4250 multirange_contains_range 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 3831' _null_ _null_ _null_ _null_ _null_ multirange_contains_range _null_ _null_ _null_ _null_ )
insert ( 4251 multirange_contains_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_contains_multirange _null_ _null_ _null_ _null_ )
insert ( 4252 elem_contained_by_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2283 4537' _null_ _null_ _null_ _null_ _null_ elem_contained_by_multirange _null_ _null_ _null_ _null_ )
insert ( 4253 range_contained_by_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 4537' _null_ _null_ _null_ _null_ _null_ range_contained_by_multirange _null_ _null_ _null_ _null_ )
insert ( 4541 range_contains_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 4537' _null_ _null_ _null_ _null_ _null_ range_contains_multirange _null_ _null_ _null_ _null_ )
insert ( 4542 multirange_contained_by_range 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 3831' _null_ _null_ _null_ _null_ _null_ multirange_contained_by_range _null_ _null_ _null_ _null_ )
insert ( 4254 multirange_contained_by_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_contained_by_multirange _null_ _null_ _null_ _null_ )
insert ( 4255 range_adjacent_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 4537' _null_ _null_ _null_ _null_ _null_ range_adjacent_multirange _null_ _null_ _null_ _null_ )
insert ( 4256 multirange_adjacent_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_adjacent_multirange _null_ _null_ _null_ _null_ )
insert ( 4257 multirange_adjacent_range 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 3831' _null_ _null_ _null_ _null_ _null_ multirange_adjacent_range _null_ _null_ _null_ _null_ )
insert ( 4258 range_before_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 4537' _null_ _null_ _null_ _null_ _null_ range_before_multirange _null_ _null_ _null_ _null_ )
insert ( 4259 multirange_before_range 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 3831' _null_ _null_ _null_ _null_ _null_ multirange_before_range _null_ _null_ _null_ _null_ )
insert ( 4260 multirange_before_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_before_multirange _null_ _null_ _null_ _null_ )
insert ( 4261 range_after_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 4537' _null_ _null_ _null_ _null_ _null_ range_after_multirange _null_ _null_ _null_ _null_ )
insert ( 4262 multirange_after_range 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 3831' _null_ _null_ _null_ _null_ _null_ multirange_after_range _null_ _null_ _null_ _null_ )
insert ( 4263 multirange_after_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_after_multirange _null_ _null_ _null_ _null_ )
insert ( 4264 range_overleft_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 4537' _null_ _null_ _null_ _null_ _null_ range_overleft_multirange _null_ _null_ _null_ _null_ )
insert ( 4265 multirange_overleft_range 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 3831' _null_ _null_ _null_ _null_ _null_ multirange_overleft_range _null_ _null_ _null_ _null_ )
insert ( 4266 multirange_overleft_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_overleft_multirange _null_ _null_ _null_ _null_ )
insert ( 4267 range_overright_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '3831 4537' _null_ _null_ _null_ _null_ _null_ range_overright_multirange _null_ _null_ _null_ _null_ )
insert ( 4268 multirange_overright_range 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 3831' _null_ _null_ _null_ _null_ _null_ multirange_overright_range _null_ _null_ _null_ _null_ )
insert ( 4269 multirange_overright_multirange 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_overright_multirange _null_ _null_ _null_ _null_ )
insert ( 4270 multirange_union 11 10 12 1 0 0 0 f f f t f i s 2 0 4537 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_union _null_ _null_ _null_ _null_ )
insert ( 4271 multirange_minus 11 10 12 1 0 0 0 f f f t f i s 2 0 4537 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_minus _null_ _null_ _null_ _null_ )
insert ( 4272 multirange_intersect 11 10 12 1 0 0 0 f f f t f i s 2 0 4537 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_intersect _null_ _null_ _null_ _null_ )
insert ( 4273 multirange_cmp 11 10 12 1 0 0 0 f f f t f i s 2 0 23 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_cmp _null_ _null_ _null_ _null_ )
insert ( 4274 multirange_lt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_lt _null_ _null_ _null_ _null_ )
insert ( 4275 multirange_le 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_le _null_ _null_ _null_ _null_ )
insert ( 4276 multirange_ge 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_ge _null_ _null_ _null_ _null_ )
insert ( 4277 multirange_gt 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_gt _null_ _null_ _null_ _null_ )
insert ( 4278 hash_multirange 11 10 12 1 0 0 0 f f f t f i s 1 0 23 4537 _null_ _null_ _null_ _null_ _null_ hash_multirange _null_ _null_ _null_ _null_ )
insert ( 4279 hash_multirange_extended 11 10 12 1 0 0 0 f f f t f i s 2 0 20 '4537 20' _null_ _null_ _null_ _null_ _null_ hash_multirange_extended _null_ _null_ _null_ _null_ )
insert ( 4280 int4multirange 11 10 12 1 0 0 0 f f f t f i s 0 0 4451 '' _null_ _null_ _null_ _null_ _null_ multirange_constructor0 _null_ _null_ _null_ _null_ )
insert ( 4281 int4multirange 11 10 12 1 0 0 0 f f f t f i s 1 0 4451 3904 _null_ _null_ _null_ _null_ _null_ multirange_constructor1 _null_ _null_ _null_ _null_ )
insert ( 4282 int4multirange 11 10 12 1 0 3904 0 f f f t f i s 1 0 4451 3905 '{3905}' '{v}' _null_ _null_ _null_ multirange_constructor2 _null_ _null_ _null_ _null_ )
insert ( 4283 nummultirange 11 10 12 1 0 0 0 f f f t f i s 0 0 4532 '' _null_ _null_ _null_ _null_ _null_ multirange_constructor0 _null_ _null_ _null_ _null_ )
insert ( 4284 nummultirange 11 10 12 1 0 0 0 f f f t f i s 1 0 4532 3906 _null_ _null_ _null_ _null_ _null_ multirange_constructor1 _null_ _null_ _null_ _null_ )
insert ( 4285 nummultirange 11 10 12 1 0 3906 0 f f f t f i s 1 0 4532 3907 '{3907}' '{v}' _null_ _null_ _null_ multirange_constructor2 _null_ _null_ _null_ _null_ )
insert ( 4286 tsmultirange 11 10 12 1 0 0 0 f f f t f i s 0 0 4533 '' _null_ _null_ _null_ _null_ _null_ multirange_constructor0 _null_ _null_ _null_ _null_ )
insert ( 4287 tsmultirange 11 10 12 1 0 0 0 f f f t f i s 1 0 4533 3908 _null_ _null_ _null_ _null_ _null_ multirange_constructor1 _null_ _null_ _null_ _null_ )
insert ( 4288 tsmultirange 11 10 12 1 0 3908 0 f f f t f i s 1 0 4533 3909 '{3909}' '{v}' _null_ _null_ _null_ multirange_constructor2 _null_ _null_ _null_ _null_ )
insert ( 4289 tstzmultirange 11 10 12 1 0 0 0 f f f t f i s 0 0 4534 '' _null_ _null_ _null_ _null_ _null_ multirange_constructor0 _null_ _null_ _null_ _null_ )
insert ( 4290 tstzmultirange 11 10 12 1 0 0 0 f f f t f i s 1 0 4534 3910 _null_ _null_ _null_ _null_ _null_ multirange_constructor1 _null_ _null_ _null_ _null_ )
insert ( 4291 tstzmultirange 11 10 12 1 0 3910 0 f f f t f i s 1 0 4534 3911 '{3911}' '{v}' _null_ _null_ _null_ multirange_constructor2 _null_ _null_ _null_ _null_ )
insert ( 4292 datemultirange 11 10 12 1 0 0 0 f f f t f i s 0 0 4535 '' _null_ _null_ _null_ _null_ _null_ multirange_constructor0 _null_ _null_ _null_ _null_ )
insert ( 4293 datemultirange 11 10 12 1 0 0 0 f f f t f i s 1 0 4535 3912 _null_ _null_ _null_ _null_ _null_ multirange_constructor1 _null_ _null_ _null_ _null_ )
insert ( 4294 datemultirange 11 10 12 1 0 3912 0 f f f t f i s 1 0 4535 3913 '{3913}' '{v}' _null_ _null_ _null_ multirange_constructor2 _null_ _null_ _null_ _null_ )
insert ( 4295 int8multirange 11 10 12 1 0 0 0 f f f t f i s 0 0 4536 '' _null_ _null_ _null_ _null_ _null_ multirange_constructor0 _null_ _null_ _null_ _null_ )
insert ( 4296 int8multirange 11 10 12 1 0 0 0 f f f t f i s 1 0 4536 3926 _null_ _null_ _null_ _null_ _null_ multirange_constructor1 _null_ _null_ _null_ _null_ )
insert ( 4297 int8multirange 11 10 12 1 0 3926 0 f f f t f i s 1 0 4536 3927 '{3927}' '{v}' _null_ _null_ _null_ multirange_constructor2 _null_ _null_ _null_ _null_ )
insert ( 4298 multirange 11 10 12 1 0 0 0 f f f t f i s 1 0 4537 3831 _null_ _null_ _null_ _null_ _null_ multirange_constructor1 _null_ _null_ _null_ _null_ )
insert ( 4299 range_agg_transfn 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 3831' _null_ _null_ _null_ _null_ _null_ range_agg_transfn _null_ _null_ _null_ _null_ )
insert ( 4300 range_agg_finalfn 11 10 12 1 0 0 0 f f f f f i s 2 0 4537 '2281 3831' _null_ _null_ _null_ _null_ _null_ range_agg_finalfn _null_ _null_ _null_ _null_ )
insert ( 4301 range_agg 11 10 12 1 0 0 0 a f f f f i s 1 0 4537 3831 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6225 multirange_agg_transfn 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 4537' _null_ _null_ _null_ _null_ _null_ multirange_agg_transfn _null_ _null_ _null_ _null_ )
insert ( 6226 multirange_agg_finalfn 11 10 12 1 0 0 0 f f f f f i s 2 0 4537 '2281 4537' _null_ _null_ _null_ _null_ _null_ range_agg_finalfn _null_ _null_ _null_ _null_ )
insert ( 6227 range_agg 11 10 12 1 0 0 0 a f f f f i s 1 0 4537 4537 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 4388 multirange_intersect_agg_transfn 11 10 12 1 0 0 0 f f f t f i s 2 0 4537 '4537 4537' _null_ _null_ _null_ _null_ _null_ multirange_intersect_agg_transfn _null_ _null_ _null_ _null_ )
insert ( 4389 range_intersect_agg 11 10 12 1 0 0 0 a f f f f i s 1 0 4537 4537 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 1293 unnest 11 10 12 1 100 0 0 f f f t t i s 1 0 3831 4537 _null_ _null_ _null_ _null_ _null_ multirange_unnest _null_ _null_ _null_ _null_ )
insert ( 3846 make_date 11 10 12 1 0 0 0 f f f t f i s 3 0 1082 '23 23 23' _null_ _null_ '{year,month,day}' _null_ _null_ make_date _null_ _null_ _null_ _null_ )
insert ( 3847 make_time 11 10 12 1 0 0 0 f f f t f i s 3 0 1083 '23 23 701' _null_ _null_ '{hour,min,sec}' _null_ _null_ make_time _null_ _null_ _null_ _null_ )
insert ( 3461 make_timestamp 11 10 12 1 0 0 0 f f f t f i s 6 0 1114 '23 23 23 23 23 701' _null_ _null_ '{year,month,mday,hour,min,sec}' _null_ _null_ make_timestamp _null_ _null_ _null_ _null_ )
insert ( 3462 make_timestamptz 11 10 12 1 0 0 0 f f f t f s s 6 0 1184 '23 23 23 23 23 701' _null_ _null_ '{year,month,mday,hour,min,sec}' _null_ _null_ make_timestamptz _null_ _null_ _null_ _null_ )
insert ( 3463 make_timestamptz 11 10 12 1 0 0 0 f f f t f s s 7 0 1184 '23 23 23 23 23 701 25' _null_ _null_ '{year,month,mday,hour,min,sec,timezone}' _null_ _null_ make_timestamptz_at_timezone _null_ _null_ _null_ _null_ )
insert ( 3464 make_interval 11 10 12 1 0 0 0 f f f t f i s 7 0 1186 '23 23 23 23 23 23 701' _null_ _null_ '{years,months,weeks,days,hours,mins,secs}' _null_ _null_ make_interval _null_ _null_ _null_ _null_ )
insert ( 4018 spg_quad_config 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_quad_config _null_ _null_ _null_ _null_ )
insert ( 4019 spg_quad_choose 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_quad_choose _null_ _null_ _null_ _null_ )
insert ( 4020 spg_quad_picksplit 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_quad_picksplit _null_ _null_ _null_ _null_ )
insert ( 4021 spg_quad_inner_consistent 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_quad_inner_consistent _null_ _null_ _null_ _null_ )
insert ( 4022 spg_quad_leaf_consistent 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_quad_leaf_consistent _null_ _null_ _null_ _null_ )
insert ( 4023 spg_kd_config 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_kd_config _null_ _null_ _null_ _null_ )
insert ( 4024 spg_kd_choose 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_kd_choose _null_ _null_ _null_ _null_ )
insert ( 4025 spg_kd_picksplit 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_kd_picksplit _null_ _null_ _null_ _null_ )
insert ( 4026 spg_kd_inner_consistent 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_kd_inner_consistent _null_ _null_ _null_ _null_ )
insert ( 4027 spg_text_config 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_text_config _null_ _null_ _null_ _null_ )
insert ( 4028 spg_text_choose 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_text_choose _null_ _null_ _null_ _null_ )
insert ( 4029 spg_text_picksplit 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_text_picksplit _null_ _null_ _null_ _null_ )
insert ( 4030 spg_text_inner_consistent 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_text_inner_consistent _null_ _null_ _null_ _null_ )
insert ( 4031 spg_text_leaf_consistent 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_text_leaf_consistent _null_ _null_ _null_ _null_ )
insert ( 3469 spg_range_quad_config 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_range_quad_config _null_ _null_ _null_ _null_ )
insert ( 3470 spg_range_quad_choose 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_range_quad_choose _null_ _null_ _null_ _null_ )
insert ( 3471 spg_range_quad_picksplit 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_range_quad_picksplit _null_ _null_ _null_ _null_ )
insert ( 3472 spg_range_quad_inner_consistent 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_range_quad_inner_consistent _null_ _null_ _null_ _null_ )
insert ( 3473 spg_range_quad_leaf_consistent 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_range_quad_leaf_consistent _null_ _null_ _null_ _null_ )
insert ( 5012 spg_box_quad_config 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_box_quad_config _null_ _null_ _null_ _null_ )
insert ( 5013 spg_box_quad_choose 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_box_quad_choose _null_ _null_ _null_ _null_ )
insert ( 5014 spg_box_quad_picksplit 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_box_quad_picksplit _null_ _null_ _null_ _null_ )
insert ( 5015 spg_box_quad_inner_consistent 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_box_quad_inner_consistent _null_ _null_ _null_ _null_ )
insert ( 5016 spg_box_quad_leaf_consistent 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_box_quad_leaf_consistent _null_ _null_ _null_ _null_ )
insert ( 5010 spg_bbox_quad_config 11 10 12 1 0 0 0 f f f t f i s 2 0 2278 '2281 2281' _null_ _null_ _null_ _null_ _null_ spg_bbox_quad_config _null_ _null_ _null_ _null_ )
insert ( 5011 spg_poly_quad_compress 11 10 12 1 0 0 0 f f f t f i s 1 0 603 604 _null_ _null_ _null_ _null_ _null_ spg_poly_quad_compress _null_ _null_ _null_ _null_ )
insert ( 3779 pg_create_physical_replication_slot 11 10 12 1 0 0 0 f f f t f v u 3 0 2249 '19 16 16' '{19,16,16,19,3220}' '{i,i,i,o,o}' '{slot_name,immediately_reserve,temporary,slot_name,lsn}' _null_ _null_ pg_create_physical_replication_slot _null_ _null_ _null_ _null_ )
insert ( 4220 pg_copy_physical_replication_slot 11 10 12 1 0 0 0 f f f t f v u 3 0 2249 '19 19 16' '{19,19,16,19,3220}' '{i,i,i,o,o}' '{src_slot_name,dst_slot_name,temporary,slot_name,lsn}' _null_ _null_ pg_copy_physical_replication_slot_a _null_ _null_ _null_ _null_ )
insert ( 4221 pg_copy_physical_replication_slot 11 10 12 1 0 0 0 f f f t f v u 2 0 2249 '19 19' '{19,19,19,3220}' '{i,i,o,o}' '{src_slot_name,dst_slot_name,slot_name,lsn}' _null_ _null_ pg_copy_physical_replication_slot_b _null_ _null_ _null_ _null_ )
insert ( 3780 pg_drop_replication_slot 11 10 12 1 0 0 0 f f f t f v u 1 0 2278 19 _null_ _null_ _null_ _null_ _null_ pg_drop_replication_slot _null_ _null_ _null_ _null_ )
insert ( 3781 pg_get_replication_slots 11 10 12 1 10 0 0 f f f f t s s 0 0 2249 '' '{19,19,25,26,16,16,23,28,28,3220,3220,25,20,16,1184,16,25,16,16}' '{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}' '{slot_name,plugin,slot_type,datoid,temporary,active,active_pid,xmin,catalog_xmin,restart_lsn,confirmed_flush_lsn,wal_status,safe_wal_size,two_phase,inactive_since,conflicting,invalidation_reason,failover,synced}' _null_ _null_ pg_get_replication_slots _null_ _null_ _null_ _null_ )
insert ( 3786 pg_create_logical_replication_slot 11 10 12 1 0 0 0 f f f t f v u 5 0 2249 '19 19 16 16 16' '{19,19,16,16,16,19,3220}' '{i,i,i,i,i,o,o}' '{slot_name,plugin,temporary,twophase,failover,slot_name,lsn}' _null_ _null_ pg_create_logical_replication_slot _null_ _null_ _null_ _null_ )
insert ( 4222 pg_copy_logical_replication_slot 11 10 12 1 0 0 0 f f f t f v u 4 0 2249 '19 19 16 19' '{19,19,16,19,19,3220}' '{i,i,i,i,o,o}' '{src_slot_name,dst_slot_name,temporary,plugin,slot_name,lsn}' _null_ _null_ pg_copy_logical_replication_slot_a _null_ _null_ _null_ _null_ )
insert ( 4223 pg_copy_logical_replication_slot 11 10 12 1 0 0 0 f f f t f v u 3 0 2249 '19 19 16' '{19,19,16,19,3220}' '{i,i,i,o,o}' '{src_slot_name,dst_slot_name,temporary,slot_name,lsn}' _null_ _null_ pg_copy_logical_replication_slot_b _null_ _null_ _null_ _null_ )
insert ( 4224 pg_copy_logical_replication_slot 11 10 12 1 0 0 0 f f f t f v u 2 0 2249 '19 19' '{19,19,19,3220}' '{i,i,o,o}' '{src_slot_name,dst_slot_name,slot_name,lsn}' _null_ _null_ pg_copy_logical_replication_slot_c _null_ _null_ _null_ _null_ )
insert ( 3782 pg_logical_slot_get_changes 11 10 12 1000 1000 25 0 f f f f t v u 4 0 2249 '19 3220 23 1009' '{19,3220,23,1009,3220,28,25}' '{i,i,i,v,o,o,o}' '{slot_name,upto_lsn,upto_nchanges,options,lsn,xid,data}' _null_ _null_ pg_logical_slot_get_changes _null_ _null_ _null_ _null_ )
insert ( 3783 pg_logical_slot_get_binary_changes 11 10 12 1000 1000 25 0 f f f f t v u 4 0 2249 '19 3220 23 1009' '{19,3220,23,1009,3220,28,17}' '{i,i,i,v,o,o,o}' '{slot_name,upto_lsn,upto_nchanges,options,lsn,xid,data}' _null_ _null_ pg_logical_slot_get_binary_changes _null_ _null_ _null_ _null_ )
insert ( 3784 pg_logical_slot_peek_changes 11 10 12 1000 1000 25 0 f f f f t v u 4 0 2249 '19 3220 23 1009' '{19,3220,23,1009,3220,28,25}' '{i,i,i,v,o,o,o}' '{slot_name,upto_lsn,upto_nchanges,options,lsn,xid,data}' _null_ _null_ pg_logical_slot_peek_changes _null_ _null_ _null_ _null_ )
insert ( 3785 pg_logical_slot_peek_binary_changes 11 10 12 1000 1000 25 0 f f f f t v u 4 0 2249 '19 3220 23 1009' '{19,3220,23,1009,3220,28,17}' '{i,i,i,v,o,o,o}' '{slot_name,upto_lsn,upto_nchanges,options,lsn,xid,data}' _null_ _null_ pg_logical_slot_peek_binary_changes _null_ _null_ _null_ _null_ )
insert ( 3878 pg_replication_slot_advance 11 10 12 1 0 0 0 f f f t f v u 2 0 2249 '19 3220' '{19,3220,19,3220}' '{i,i,o,o}' '{slot_name,upto_lsn,slot_name,end_lsn}' _null_ _null_ pg_replication_slot_advance _null_ _null_ _null_ _null_ )
insert ( 3577 pg_logical_emit_message 11 10 12 1 0 0 0 f f f t f v u 4 0 3220 '16 25 25 16' _null_ _null_ _null_ _null_ _null_ pg_logical_emit_message_text _null_ _null_ _null_ _null_ )
insert ( 3578 pg_logical_emit_message 11 10 12 1 0 0 0 f f f t f v u 4 0 3220 '16 25 17 16' _null_ _null_ _null_ _null_ _null_ pg_logical_emit_message_bytea _null_ _null_ _null_ _null_ )
insert ( 6344 pg_sync_replication_slots 11 10 12 1 0 0 0 f f f t f v u 0 0 2278 '' _null_ _null_ _null_ _null_ _null_ pg_sync_replication_slots _null_ _null_ _null_ _null_ )
insert ( 3566 pg_event_trigger_dropped_objects 11 10 12 10 100 0 0 f f f t t s r 0 0 2249 '' '{26,26,23,16,16,16,25,25,25,25,1009,1009}' '{o,o,o,o,o,o,o,o,o,o,o,o}' '{classid, objid, objsubid, original, normal, is_temporary, object_type, schema_name, object_name, object_identity, address_names, address_args}' _null_ _null_ pg_event_trigger_dropped_objects _null_ _null_ _null_ _null_ )
insert ( 4566 pg_event_trigger_table_rewrite_oid 11 10 12 1 0 0 0 f f f t f s r 0 0 26 '' '{26}' '{o}' '{oid}' _null_ _null_ pg_event_trigger_table_rewrite_oid _null_ _null_ _null_ _null_ )
insert ( 4567 pg_event_trigger_table_rewrite_reason 11 10 12 1 0 0 0 f f f t f s r 0 0 23 '' _null_ _null_ _null_ _null_ _null_ pg_event_trigger_table_rewrite_reason _null_ _null_ _null_ _null_ )
insert ( 4568 pg_event_trigger_ddl_commands 11 10 12 10 100 0 0 f f f t t s r 0 0 2249 '' '{26,26,23,25,25,25,25,16,32}' '{o,o,o,o,o,o,o,o,o}' '{classid, objid, objsubid, command_tag, object_type, schema_name, object_identity, in_extension, command}' _null_ _null_ pg_event_trigger_ddl_commands _null_ _null_ _null_ _null_ )
insert ( 3970 ordered_set_transition 11 10 12 1 0 0 0 f f f f f i s 2 0 2281 '2281 2276' _null_ _null_ _null_ _null_ _null_ ordered_set_transition _null_ _null_ _null_ _null_ )
insert ( 3971 ordered_set_transition_multi 11 10 12 1 0 2276 0 f f f f f i s 2 0 2281 '2281 2276' '{2281,2276}' '{i,v}' _null_ _null_ _null_ ordered_set_transition_multi _null_ _null_ _null_ _null_ )
insert ( 3972 percentile_disc 11 10 12 1 0 0 0 a f f f f i s 2 0 2283 '701 2283' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3973 percentile_disc_final 11 10 12 1 0 0 0 f f f f f i s 3 0 2283 '2281 701 2283' _null_ _null_ _null_ _null_ _null_ percentile_disc_final _null_ _null_ _null_ _null_ )
insert ( 3974 percentile_cont 11 10 12 1 0 0 0 a f f f f i s 2 0 701 '701 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3975 percentile_cont_float8_final 11 10 12 1 0 0 0 f f f f f i s 2 0 701 '2281 701' _null_ _null_ _null_ _null_ _null_ percentile_cont_float8_final _null_ _null_ _null_ _null_ )
insert ( 3976 percentile_cont 11 10 12 1 0 0 0 a f f f f i s 2 0 1186 '701 1186' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3977 percentile_cont_interval_final 11 10 12 1 0 0 0 f f f f f i s 2 0 1186 '2281 701' _null_ _null_ _null_ _null_ _null_ percentile_cont_interval_final _null_ _null_ _null_ _null_ )
insert ( 3978 percentile_disc 11 10 12 1 0 0 0 a f f f f i s 2 0 2277 '1022 2283' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3979 percentile_disc_multi_final 11 10 12 1 0 0 0 f f f f f i s 3 0 2277 '2281 1022 2283' _null_ _null_ _null_ _null_ _null_ percentile_disc_multi_final _null_ _null_ _null_ _null_ )
insert ( 3980 percentile_cont 11 10 12 1 0 0 0 a f f f f i s 2 0 1022 '1022 701' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3981 percentile_cont_float8_multi_final 11 10 12 1 0 0 0 f f f f f i s 2 0 1022 '2281 1022' _null_ _null_ _null_ _null_ _null_ percentile_cont_float8_multi_final _null_ _null_ _null_ _null_ )
insert ( 3982 percentile_cont 11 10 12 1 0 0 0 a f f f f i s 2 0 1187 '1022 1186' _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3983 percentile_cont_interval_multi_final 11 10 12 1 0 0 0 f f f f f i s 2 0 1187 '2281 1022' _null_ _null_ _null_ _null_ _null_ percentile_cont_interval_multi_final _null_ _null_ _null_ _null_ )
insert ( 3984 mode 11 10 12 1 0 0 0 a f f f f i s 1 0 2283 2283 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3985 mode_final 11 10 12 1 0 0 0 f f f f f i s 2 0 2283 '2281 2283' _null_ _null_ _null_ _null_ _null_ mode_final _null_ _null_ _null_ _null_ )
insert ( 3986 rank 11 10 12 1 0 2276 0 a f f f f i s 1 0 20 2276 '{2276}' '{v}' _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3987 rank_final 11 10 12 1 0 2276 0 f f f f f i s 2 0 20 '2281 2276' '{2281,2276}' '{i,v}' _null_ _null_ _null_ hypothetical_rank_final _null_ _null_ _null_ _null_ )
insert ( 3988 percent_rank 11 10 12 1 0 2276 0 a f f f f i s 1 0 701 2276 '{2276}' '{v}' _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3989 percent_rank_final 11 10 12 1 0 2276 0 f f f f f i s 2 0 701 '2281 2276' '{2281,2276}' '{i,v}' _null_ _null_ _null_ hypothetical_percent_rank_final _null_ _null_ _null_ _null_ )
insert ( 3990 cume_dist 11 10 12 1 0 2276 0 a f f f f i s 1 0 701 2276 '{2276}' '{v}' _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3991 cume_dist_final 11 10 12 1 0 2276 0 f f f f f i s 2 0 701 '2281 2276' '{2281,2276}' '{i,v}' _null_ _null_ _null_ hypothetical_cume_dist_final _null_ _null_ _null_ _null_ )
insert ( 3992 dense_rank 11 10 12 1 0 2276 0 a f f f f i s 1 0 20 2276 '{2276}' '{v}' _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 3993 dense_rank_final 11 10 12 1 0 2276 0 f f f f f i s 2 0 20 '2281 2276' '{2281,2276}' '{i,v}' _null_ _null_ _null_ hypothetical_dense_rank_final _null_ _null_ _null_ _null_ )
insert ( 3582 binary_upgrade_set_next_pg_type_oid 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_next_pg_type_oid _null_ _null_ _null_ _null_ )
insert ( 3584 binary_upgrade_set_next_array_pg_type_oid 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_next_array_pg_type_oid _null_ _null_ _null_ _null_ )
insert ( 4390 binary_upgrade_set_next_multirange_pg_type_oid 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_next_multirange_pg_type_oid _null_ _null_ _null_ _null_ )
insert ( 4391 binary_upgrade_set_next_multirange_array_pg_type_oid 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_next_multirange_array_pg_type_oid _null_ _null_ _null_ _null_ )
insert ( 3586 binary_upgrade_set_next_heap_pg_class_oid 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_next_heap_pg_class_oid _null_ _null_ _null_ _null_ )
insert ( 3587 binary_upgrade_set_next_index_pg_class_oid 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_next_index_pg_class_oid _null_ _null_ _null_ _null_ )
insert ( 3588 binary_upgrade_set_next_toast_pg_class_oid 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_next_toast_pg_class_oid _null_ _null_ _null_ _null_ )
insert ( 3589 binary_upgrade_set_next_pg_enum_oid 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_next_pg_enum_oid _null_ _null_ _null_ _null_ )
insert ( 3590 binary_upgrade_set_next_pg_authid_oid 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_next_pg_authid_oid _null_ _null_ _null_ _null_ )
insert ( 3591 binary_upgrade_create_empty_extension 11 10 12 1 0 0 0 f f f f f v u 7 0 2278 '25 25 16 25 1028 1009 1009' _null_ _null_ _null_ _null_ _null_ binary_upgrade_create_empty_extension _null_ _null_ _null_ _null_ )
insert ( 4083 binary_upgrade_set_record_init_privs 11 10 12 1 0 0 0 f f f t f v r 1 0 2278 16 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_record_init_privs _null_ _null_ _null_ _null_ )
insert ( 4101 binary_upgrade_set_missing_value 11 10 12 1 0 0 0 f f f t f v u 3 0 2278 '26 25 25' _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_missing_value _null_ _null_ _null_ _null_ )
insert ( 4545 binary_upgrade_set_next_heap_relfilenode 11 10 12 1 0 0 0 f f f t f v u 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_next_heap_relfilenode _null_ _null_ _null_ _null_ )
insert ( 4546 binary_upgrade_set_next_index_relfilenode 11 10 12 1 0 0 0 f f f t f v u 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_next_index_relfilenode _null_ _null_ _null_ _null_ )
insert ( 4547 binary_upgrade_set_next_toast_relfilenode 11 10 12 1 0 0 0 f f f t f v u 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_next_toast_relfilenode _null_ _null_ _null_ _null_ )
insert ( 4548 binary_upgrade_set_next_pg_tablespace_oid 11 10 12 1 0 0 0 f f f t f v u 1 0 2278 26 _null_ _null_ _null_ _null_ _null_ binary_upgrade_set_next_pg_tablespace_oid _null_ _null_ _null_ _null_ )
insert ( 6312 binary_upgrade_logical_slot_has_caught_up 11 10 12 1 0 0 0 f f f t f v u 1 0 16 19 _null_ _null_ _null_ _null_ _null_ binary_upgrade_logical_slot_has_caught_up _null_ _null_ _null_ _null_ )
insert ( 6319 binary_upgrade_add_sub_rel_state 11 10 12 1 0 0 0 f f f f f v u 4 0 2278 '25 26 18 3220' _null_ _null_ _null_ _null_ _null_ binary_upgrade_add_sub_rel_state _null_ _null_ _null_ _null_ )
insert ( 6320 binary_upgrade_replorigin_advance 11 10 12 1 0 0 0 f f f f f v u 2 0 2278 '25 3220' _null_ _null_ _null_ _null_ _null_ binary_upgrade_replorigin_advance _null_ _null_ _null_ _null_ )
insert ( 4302 koi8r_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ koi8r_to_mic '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4303 mic_to_koi8r 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_koi8r '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4304 iso_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ iso_to_mic '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4305 mic_to_iso 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_iso '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4306 win1251_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ win1251_to_mic '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4307 mic_to_win1251 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_win1251 '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4308 win866_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ win866_to_mic '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4309 mic_to_win866 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_win866 '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4310 koi8r_to_win1251 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ koi8r_to_win1251 '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4311 win1251_to_koi8r 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ win1251_to_koi8r '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4312 koi8r_to_win866 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ koi8r_to_win866 '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4313 win866_to_koi8r 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ win866_to_koi8r '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4314 win866_to_win1251 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ win866_to_win1251 '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4315 win1251_to_win866 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ win1251_to_win866 '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4316 iso_to_koi8r 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ iso_to_koi8r '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4317 koi8r_to_iso 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ koi8r_to_iso '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4318 iso_to_win1251 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ iso_to_win1251 '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4319 win1251_to_iso 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ win1251_to_iso '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4320 iso_to_win866 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ iso_to_win866 '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4321 win866_to_iso 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ win866_to_iso '$libdir/cyrillic_and_mic' _null_ _null_ _null_ )
insert ( 4322 euc_cn_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ euc_cn_to_mic '$libdir/euc_cn_and_mic' _null_ _null_ _null_ )
insert ( 4323 mic_to_euc_cn 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_euc_cn '$libdir/euc_cn_and_mic' _null_ _null_ _null_ )
insert ( 4324 euc_jp_to_sjis 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ euc_jp_to_sjis '$libdir/euc_jp_and_sjis' _null_ _null_ _null_ )
insert ( 4325 sjis_to_euc_jp 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ sjis_to_euc_jp '$libdir/euc_jp_and_sjis' _null_ _null_ _null_ )
insert ( 4326 euc_jp_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ euc_jp_to_mic '$libdir/euc_jp_and_sjis' _null_ _null_ _null_ )
insert ( 4327 sjis_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ sjis_to_mic '$libdir/euc_jp_and_sjis' _null_ _null_ _null_ )
insert ( 4328 mic_to_euc_jp 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_euc_jp '$libdir/euc_jp_and_sjis' _null_ _null_ _null_ )
insert ( 4329 mic_to_sjis 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_sjis '$libdir/euc_jp_and_sjis' _null_ _null_ _null_ )
insert ( 4330 euc_kr_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ euc_kr_to_mic '$libdir/euc_kr_and_mic' _null_ _null_ _null_ )
insert ( 4331 mic_to_euc_kr 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_euc_kr '$libdir/euc_kr_and_mic' _null_ _null_ _null_ )
insert ( 4332 euc_tw_to_big5 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ euc_tw_to_big5 '$libdir/euc_tw_and_big5' _null_ _null_ _null_ )
insert ( 4333 big5_to_euc_tw 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ big5_to_euc_tw '$libdir/euc_tw_and_big5' _null_ _null_ _null_ )
insert ( 4334 euc_tw_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ euc_tw_to_mic '$libdir/euc_tw_and_big5' _null_ _null_ _null_ )
insert ( 4335 big5_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ big5_to_mic '$libdir/euc_tw_and_big5' _null_ _null_ _null_ )
insert ( 4336 mic_to_euc_tw 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_euc_tw '$libdir/euc_tw_and_big5' _null_ _null_ _null_ )
insert ( 4337 mic_to_big5 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_big5 '$libdir/euc_tw_and_big5' _null_ _null_ _null_ )
insert ( 4338 latin2_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ latin2_to_mic '$libdir/latin2_and_win1250' _null_ _null_ _null_ )
insert ( 4339 mic_to_latin2 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_latin2 '$libdir/latin2_and_win1250' _null_ _null_ _null_ )
insert ( 4340 win1250_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ win1250_to_mic '$libdir/latin2_and_win1250' _null_ _null_ _null_ )
insert ( 4341 mic_to_win1250 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_win1250 '$libdir/latin2_and_win1250' _null_ _null_ _null_ )
insert ( 4342 latin2_to_win1250 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ latin2_to_win1250 '$libdir/latin2_and_win1250' _null_ _null_ _null_ )
insert ( 4343 win1250_to_latin2 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ win1250_to_latin2 '$libdir/latin2_and_win1250' _null_ _null_ _null_ )
insert ( 4344 latin1_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ latin1_to_mic '$libdir/latin_and_mic' _null_ _null_ _null_ )
insert ( 4345 mic_to_latin1 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_latin1 '$libdir/latin_and_mic' _null_ _null_ _null_ )
insert ( 4346 latin3_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ latin3_to_mic '$libdir/latin_and_mic' _null_ _null_ _null_ )
insert ( 4347 mic_to_latin3 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_latin3 '$libdir/latin_and_mic' _null_ _null_ _null_ )
insert ( 4348 latin4_to_mic 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ latin4_to_mic '$libdir/latin_and_mic' _null_ _null_ _null_ )
insert ( 4349 mic_to_latin4 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ mic_to_latin4 '$libdir/latin_and_mic' _null_ _null_ _null_ )
insert ( 4352 big5_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ big5_to_utf8 '$libdir/utf8_and_big5' _null_ _null_ _null_ )
insert ( 4353 utf8_to_big5 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_big5 '$libdir/utf8_and_big5' _null_ _null_ _null_ )
insert ( 4354 utf8_to_koi8r 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_koi8r '$libdir/utf8_and_cyrillic' _null_ _null_ _null_ )
insert ( 4355 koi8r_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ koi8r_to_utf8 '$libdir/utf8_and_cyrillic' _null_ _null_ _null_ )
insert ( 4356 utf8_to_koi8u 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_koi8u '$libdir/utf8_and_cyrillic' _null_ _null_ _null_ )
insert ( 4357 koi8u_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ koi8u_to_utf8 '$libdir/utf8_and_cyrillic' _null_ _null_ _null_ )
insert ( 4358 utf8_to_win 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_win '$libdir/utf8_and_win' _null_ _null_ _null_ )
insert ( 4359 win_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ win_to_utf8 '$libdir/utf8_and_win' _null_ _null_ _null_ )
insert ( 4360 euc_cn_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ euc_cn_to_utf8 '$libdir/utf8_and_euc_cn' _null_ _null_ _null_ )
insert ( 4361 utf8_to_euc_cn 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_euc_cn '$libdir/utf8_and_euc_cn' _null_ _null_ _null_ )
insert ( 4362 euc_jp_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ euc_jp_to_utf8 '$libdir/utf8_and_euc_jp' _null_ _null_ _null_ )
insert ( 4363 utf8_to_euc_jp 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_euc_jp '$libdir/utf8_and_euc_jp' _null_ _null_ _null_ )
insert ( 4364 euc_kr_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ euc_kr_to_utf8 '$libdir/utf8_and_euc_kr' _null_ _null_ _null_ )
insert ( 4365 utf8_to_euc_kr 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_euc_kr '$libdir/utf8_and_euc_kr' _null_ _null_ _null_ )
insert ( 4366 euc_tw_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ euc_tw_to_utf8 '$libdir/utf8_and_euc_tw' _null_ _null_ _null_ )
insert ( 4367 utf8_to_euc_tw 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_euc_tw '$libdir/utf8_and_euc_tw' _null_ _null_ _null_ )
insert ( 4368 gb18030_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ gb18030_to_utf8 '$libdir/utf8_and_gb18030' _null_ _null_ _null_ )
insert ( 4369 utf8_to_gb18030 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_gb18030 '$libdir/utf8_and_gb18030' _null_ _null_ _null_ )
insert ( 4370 gbk_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ gbk_to_utf8 '$libdir/utf8_and_gbk' _null_ _null_ _null_ )
insert ( 4371 utf8_to_gbk 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_gbk '$libdir/utf8_and_gbk' _null_ _null_ _null_ )
insert ( 4372 utf8_to_iso8859 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_iso8859 '$libdir/utf8_and_iso8859' _null_ _null_ _null_ )
insert ( 4373 iso8859_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ iso8859_to_utf8 '$libdir/utf8_and_iso8859' _null_ _null_ _null_ )
insert ( 4374 iso8859_1_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ iso8859_1_to_utf8 '$libdir/utf8_and_iso8859_1' _null_ _null_ _null_ )
insert ( 4375 utf8_to_iso8859_1 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_iso8859_1 '$libdir/utf8_and_iso8859_1' _null_ _null_ _null_ )
insert ( 4376 johab_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ johab_to_utf8 '$libdir/utf8_and_johab' _null_ _null_ _null_ )
insert ( 4377 utf8_to_johab 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_johab '$libdir/utf8_and_johab' _null_ _null_ _null_ )
insert ( 4378 sjis_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ sjis_to_utf8 '$libdir/utf8_and_sjis' _null_ _null_ _null_ )
insert ( 4379 utf8_to_sjis 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_sjis '$libdir/utf8_and_sjis' _null_ _null_ _null_ )
insert ( 4380 uhc_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ uhc_to_utf8 '$libdir/utf8_and_uhc' _null_ _null_ _null_ )
insert ( 4381 utf8_to_uhc 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_uhc '$libdir/utf8_and_uhc' _null_ _null_ _null_ )
insert ( 4382 euc_jis_2004_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ euc_jis_2004_to_utf8 '$libdir/utf8_and_euc2004' _null_ _null_ _null_ )
insert ( 4383 utf8_to_euc_jis_2004 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_euc_jis_2004 '$libdir/utf8_and_euc2004' _null_ _null_ _null_ )
insert ( 4384 shift_jis_2004_to_utf8 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ shift_jis_2004_to_utf8 '$libdir/utf8_and_sjis2004' _null_ _null_ _null_ )
insert ( 4385 utf8_to_shift_jis_2004 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ utf8_to_shift_jis_2004 '$libdir/utf8_and_sjis2004' _null_ _null_ _null_ )
insert ( 4386 euc_jis_2004_to_shift_jis_2004 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ euc_jis_2004_to_shift_jis_2004 '$libdir/euc2004_sjis2004' _null_ _null_ _null_ )
insert ( 4387 shift_jis_2004_to_euc_jis_2004 11 10 13 1 0 0 0 f f f t f i s 6 0 23 '23 23 2275 2281 23 16' _null_ _null_ _null_ _null_ _null_ shift_jis_2004_to_euc_jis_2004 '$libdir/euc2004_sjis2004' _null_ _null_ _null_ )
insert ( 5040 matchingsel 11 10 12 1 0 0 0 f f f t f s s 4 0 701 '2281 26 2281 23' _null_ _null_ _null_ _null_ _null_ matchingsel _null_ _null_ _null_ _null_ )
insert ( 5041 matchingjoinsel 11 10 12 1 0 0 0 f f f t f s s 5 0 701 '2281 26 2281 21 2281' _null_ _null_ _null_ _null_ _null_ matchingjoinsel _null_ _null_ _null_ _null_ )
insert ( 6003 pg_replication_origin_create 11 10 12 1 0 0 0 f f f t f v u 1 0 26 25 _null_ _null_ _null_ _null_ _null_ pg_replication_origin_create _null_ _null_ _null_ _null_ )
insert ( 6004 pg_replication_origin_drop 11 10 12 1 0 0 0 f f f t f v u 1 0 2278 25 _null_ _null_ _null_ _null_ _null_ pg_replication_origin_drop _null_ _null_ _null_ _null_ )
insert ( 6005 pg_replication_origin_oid 11 10 12 1 0 0 0 f f f t f s s 1 0 26 25 _null_ _null_ _null_ _null_ _null_ pg_replication_origin_oid _null_ _null_ _null_ _null_ )
insert ( 6006 pg_replication_origin_session_setup 11 10 12 1 0 0 0 f f f t f v u 1 0 2278 25 _null_ _null_ _null_ _null_ _null_ pg_replication_origin_session_setup _null_ _null_ _null_ _null_ )
insert ( 6007 pg_replication_origin_session_reset 11 10 12 1 0 0 0 f f f t f v u 0 0 2278 '' _null_ _null_ _null_ _null_ _null_ pg_replication_origin_session_reset _null_ _null_ _null_ _null_ )
insert ( 6008 pg_replication_origin_session_is_setup 11 10 12 1 0 0 0 f f f t f v r 0 0 16 '' _null_ _null_ _null_ _null_ _null_ pg_replication_origin_session_is_setup _null_ _null_ _null_ _null_ )
insert ( 6009 pg_replication_origin_session_progress 11 10 12 1 0 0 0 f f f t f v u 1 0 3220 16 _null_ _null_ _null_ _null_ _null_ pg_replication_origin_session_progress _null_ _null_ _null_ _null_ )
insert ( 6010 pg_replication_origin_xact_setup 11 10 12 1 0 0 0 f f f t f v r 2 0 2278 '3220 1184' _null_ _null_ _null_ _null_ _null_ pg_replication_origin_xact_setup _null_ _null_ _null_ _null_ )
insert ( 6011 pg_replication_origin_xact_reset 11 10 12 1 0 0 0 f f f t f v r 0 0 2278 '' _null_ _null_ _null_ _null_ _null_ pg_replication_origin_xact_reset _null_ _null_ _null_ _null_ )
insert ( 6012 pg_replication_origin_advance 11 10 12 1 0 0 0 f f f t f v u 2 0 2278 '25 3220' _null_ _null_ _null_ _null_ _null_ pg_replication_origin_advance _null_ _null_ _null_ _null_ )
insert ( 6013 pg_replication_origin_progress 11 10 12 1 0 0 0 f f f t f v u 2 0 3220 '25 16' _null_ _null_ _null_ _null_ _null_ pg_replication_origin_progress _null_ _null_ _null_ _null_ )
insert ( 6014 pg_show_replication_origin_status 11 10 12 1 100 0 0 f f f f t v r 0 0 2249 '' '{26,25,3220,3220}' '{o,o,o,o}' '{local_id, external_id, remote_lsn, local_lsn}' _null_ _null_ pg_show_replication_origin_status _null_ _null_ _null_ _null_ )
insert ( 6119 pg_get_publication_tables 11 10 12 1 1000 25 0 f f f t t s s 1 0 2249 1009 '{1009,26,26,22,194}' '{v,o,o,o,o}' '{pubname,pubid,relid,attrs,qual}' _null_ _null_ pg_get_publication_tables _null_ _null_ _null_ _null_ )
insert ( 6121 pg_relation_is_publishable 11 10 12 1 0 0 0 f f f t f s s 1 0 16 2205 _null_ _null_ _null_ _null_ _null_ pg_relation_is_publishable _null_ _null_ _null_ _null_ )
insert ( 3298 row_security_active 11 10 12 1 0 0 0 f f f t f s s 1 0 16 26 _null_ _null_ _null_ _null_ _null_ row_security_active _null_ _null_ _null_ _null_ )
insert ( 3299 row_security_active 11 10 12 1 0 0 0 f f f t f s s 1 0 16 25 _null_ _null_ _null_ _null_ _null_ row_security_active_name _null_ _null_ _null_ _null_ )
insert ( 3400 pg_config 11 10 12 1 23 0 0 f f f t t s r 0 0 2249 '' '{25,25}' '{o,o}' '{name,setting}' _null_ _null_ pg_config _null_ _null_ _null_ _null_ )
insert ( 3441 pg_control_system 11 10 12 1 0 0 0 f f f t f v s 0 0 2249 '' '{23,23,20,1184}' '{o,o,o,o}' '{pg_control_version,catalog_version_no,system_identifier,pg_control_last_modified}' _null_ _null_ pg_control_system _null_ _null_ _null_ _null_ )
insert ( 3442 pg_control_checkpoint 11 10 12 1 0 0 0 f f f t f v s 0 0 2249 '' '{3220,3220,25,23,23,16,25,26,28,28,28,26,28,28,26,28,28,1184}' '{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}' '{checkpoint_lsn,redo_lsn,redo_wal_file,timeline_id,prev_timeline_id,full_page_writes,next_xid,next_oid,next_multixact_id,next_multi_offset,oldest_xid,oldest_xid_dbid,oldest_active_xid,oldest_multi_xid,oldest_multi_dbid,oldest_commit_ts_xid,newest_commit_ts_xid,checkpoint_time}' _null_ _null_ pg_control_checkpoint _null_ _null_ _null_ _null_ )
insert ( 3443 pg_control_recovery 11 10 12 1 0 0 0 f f f t f v s 0 0 2249 '' '{3220,23,3220,3220,16}' '{o,o,o,o,o}' '{min_recovery_end_lsn,min_recovery_end_timeline,backup_start_lsn,backup_end_lsn,end_of_backup_record_required}' _null_ _null_ pg_control_recovery _null_ _null_ _null_ _null_ )
insert ( 3444 pg_control_init 11 10 12 1 0 0 0 f f f t f v s 0 0 2249 '' '{23,23,23,23,23,23,23,23,23,16,23}' '{o,o,o,o,o,o,o,o,o,o,o}' '{max_data_alignment,database_block_size,blocks_per_segment,wal_block_size,bytes_per_wal_segment,max_identifier_length,max_index_columns,max_toast_chunk_size,large_object_chunk_size,float8_pass_by_value,data_page_checksum_version}' _null_ _null_ pg_control_init _null_ _null_ _null_ _null_ )
insert ( 6179 array_subscript_handler 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ array_subscript_handler _null_ _null_ _null_ _null_ )
insert ( 6180 raw_array_subscript_handler 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ raw_array_subscript_handler _null_ _null_ _null_ _null_ )
insert ( 6098 jsonb_subscript_handler 11 10 12 1 0 0 0 f f f t f i s 1 0 2281 2281 _null_ _null_ _null_ _null_ _null_ jsonb_subscript_handler _null_ _null_ _null_ _null_ )
insert ( 3445 pg_import_system_collations 11 10 12 100 0 0 0 f f f t f v u 1 0 23 4089 _null_ _null_ _null_ _null_ _null_ pg_import_system_collations _null_ _null_ _null_ _null_ )
insert ( 3448 pg_collation_actual_version 11 10 12 100 0 0 0 f f f t f v s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_collation_actual_version _null_ _null_ _null_ _null_ )
insert ( 6249 pg_database_collation_actual_version 11 10 12 100 0 0 0 f f f t f v s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ pg_database_collation_actual_version _null_ _null_ _null_ _null_ )
insert ( 3353 pg_ls_logdir 11 10 12 10 20 0 0 f f f t t v s 0 0 2249 '' '{25,20,1184}' '{o,o,o}' '{name,size,modification}' _null_ _null_ pg_ls_logdir _null_ _null_ _null_ _null_ )
insert ( 3354 pg_ls_waldir 11 10 12 10 20 0 0 f f f t t v s 0 0 2249 '' '{25,20,1184}' '{o,o,o}' '{name,size,modification}' _null_ _null_ pg_ls_waldir _null_ _null_ _null_ _null_ )
insert ( 5031 pg_ls_archive_statusdir 11 10 12 10 20 0 0 f f f t t v s 0 0 2249 '' '{25,20,1184}' '{o,o,o}' '{name,size,modification}' _null_ _null_ pg_ls_archive_statusdir _null_ _null_ _null_ _null_ )
insert ( 5029 pg_ls_tmpdir 11 10 12 10 20 0 0 f f f t t v s 0 0 2249 '' '{25,20,1184}' '{o,o,o}' '{name,size,modification}' _null_ _null_ pg_ls_tmpdir_noargs _null_ _null_ _null_ _null_ )
insert ( 5030 pg_ls_tmpdir 11 10 12 10 20 0 0 f f f t t v s 1 0 2249 26 '{26,25,20,1184}' '{i,o,o,o}' '{tablespace,name,size,modification}' _null_ _null_ pg_ls_tmpdir_1arg _null_ _null_ _null_ _null_ )
insert ( 6270 pg_ls_logicalsnapdir 11 10 12 10 20 0 0 f f f t t v s 0 0 2249 '' '{25,20,1184}' '{o,o,o}' '{name,size,modification}' _null_ _null_ pg_ls_logicalsnapdir _null_ _null_ _null_ _null_ )
insert ( 6271 pg_ls_logicalmapdir 11 10 12 10 20 0 0 f f f t t v s 0 0 2249 '' '{25,20,1184}' '{o,o,o}' '{name,size,modification}' _null_ _null_ pg_ls_logicalmapdir _null_ _null_ _null_ _null_ )
insert ( 6272 pg_ls_replslotdir 11 10 12 10 20 0 0 f f f t t v s 1 0 2249 25 '{25,25,20,1184}' '{i,o,o,o}' '{slot_name,name,size,modification}' _null_ _null_ pg_ls_replslotdir _null_ _null_ _null_ _null_ )
insert ( 5028 satisfies_hash_partition 11 10 12 1 0 2276 0 f f f f f i s 4 0 16 '26 23 23 2276' _null_ '{i,i,i,v}' _null_ _null_ _null_ satisfies_hash_partition _null_ _null_ _null_ _null_ )
insert ( 3423 pg_partition_tree 11 10 12 1 1000 0 0 f f f t t v s 1 0 2249 2205 '{2205,2205,2205,16,23}' '{i,o,o,o,o}' '{rootrelid,relid,parentrelid,isleaf,level}' _null_ _null_ pg_partition_tree _null_ _null_ _null_ _null_ )
insert ( 3425 pg_partition_ancestors 11 10 12 1 10 0 0 f f f t t v s 1 0 2205 2205 '{2205,2205}' '{i,o}' '{partitionid,relid}' _null_ _null_ pg_partition_ancestors _null_ _null_ _null_ _null_ )
insert ( 3424 pg_partition_root 11 10 12 1 0 0 0 f f f t f i s 1 0 2205 2205 _null_ _null_ _null_ _null_ _null_ pg_partition_root _null_ _null_ _null_ _null_ )
insert ( 4549 unicode_version 11 10 12 1 0 0 0 f f f t f i s 0 0 25 '' _null_ _null_ _null_ _null_ _null_ unicode_version _null_ _null_ _null_ _null_ )
insert ( 6099 icu_unicode_version 11 10 12 1 0 0 0 f f f t f i s 0 0 25 '' _null_ _null_ _null_ _null_ _null_ icu_unicode_version _null_ _null_ _null_ _null_ )
insert ( 6105 unicode_assigned 11 10 12 1 0 0 0 f f f t f i s 1 0 16 25 _null_ _null_ _null_ _null_ _null_ unicode_assigned _null_ _null_ _null_ _null_ )
insert ( 4350 normalize 11 10 12 1 0 0 0 f f f t f i s 2 0 25 '25 25' _null_ _null_ _null_ _null_ _null_ unicode_normalize_func _null_ _null_ _null_ _null_ )
insert ( 4351 is_normalized 11 10 12 1 0 0 0 f f f t f i s 2 0 16 '25 25' _null_ _null_ _null_ _null_ _null_ unicode_is_normalized _null_ _null_ _null_ _null_ )
insert ( 6198 unistr 11 10 12 1 0 0 0 f f f t f i s 1 0 25 25 _null_ _null_ _null_ _null_ _null_ unistr _null_ _null_ _null_ _null_ )
insert ( 4596 brin_bloom_summary_in 11 10 12 1 0 0 0 f f f t f i s 1 0 4600 2275 _null_ _null_ _null_ _null_ _null_ brin_bloom_summary_in _null_ _null_ _null_ _null_ )
insert ( 4597 brin_bloom_summary_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 4600 _null_ _null_ _null_ _null_ _null_ brin_bloom_summary_out _null_ _null_ _null_ _null_ )
insert ( 4598 brin_bloom_summary_recv 11 10 12 1 0 0 0 f f f t f s s 1 0 4600 2281 _null_ _null_ _null_ _null_ _null_ brin_bloom_summary_recv _null_ _null_ _null_ _null_ )
insert ( 4599 brin_bloom_summary_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 4600 _null_ _null_ _null_ _null_ _null_ brin_bloom_summary_send _null_ _null_ _null_ _null_ )
insert ( 4638 brin_minmax_multi_summary_in 11 10 12 1 0 0 0 f f f t f i s 1 0 4601 2275 _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_summary_in _null_ _null_ _null_ _null_ )
insert ( 4639 brin_minmax_multi_summary_out 11 10 12 1 0 0 0 f f f t f i s 1 0 2275 4601 _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_summary_out _null_ _null_ _null_ _null_ )
insert ( 4640 brin_minmax_multi_summary_recv 11 10 12 1 0 0 0 f f f t f s s 1 0 4601 2281 _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_summary_recv _null_ _null_ _null_ _null_ )
insert ( 4641 brin_minmax_multi_summary_send 11 10 12 1 0 0 0 f f f t f s s 1 0 17 4601 _null_ _null_ _null_ _null_ _null_ brin_minmax_multi_summary_send _null_ _null_ _null_ _null_ )
insert ( 6291 any_value 11 10 12 1 0 0 0 a f f f f i s 1 0 2283 2283 _null_ _null_ _null_ _null_ _null_ aggregate_dummy _null_ _null_ _null_ _null_ )
insert ( 6292 any_value_transfn 11 10 12 1 0 0 0 f f f t f i s 2 0 2283 '2283 2283' _null_ _null_ _null_ _null_ _null_ any_value_transfn _null_ _null_ _null_ _null_ )
insert ( 6321 pg_available_wal_summaries 11 10 12 1 100 0 0 f f f t t v s 0 0 2249 '' '{20,3220,3220}' '{o,o,o}' '{tli,start_lsn,end_lsn}' _null_ _null_ pg_available_wal_summaries _null_ _null_ _null_ _null_ )
insert ( 6322 pg_wal_summary_contents 11 10 12 1 100 0 0 f f f t t v s 3 0 2249 '20 3220 3220' '{20,3220,3220,26,26,26,21,20,16}' '{i,i,i,o,o,o,o,o,o}' '{tli,start_lsn,end_lsn,relfilenode,reltablespace,reldatabase,relforknumber,relblocknumber,is_limit_block}' _null_ _null_ pg_wal_summary_contents _null_ _null_ _null_ _null_ )
insert ( 6323 pg_get_wal_summarizer_state 11 10 12 1 0 0 0 f f f t f v s 0 0 2249 '' '{20,3220,3220,23}' '{o,o,o,o}' '{summarized_tli,summarized_lsn,pending_lsn,summarizer_pid}' _null_ _null_ pg_get_wal_summarizer_state _null_ _null_ _null_ _null_ )
close pg_proc
create pg_type 1247 bootstrap rowtype_oid 71
 (
 oid = oid ,
 typname = name ,
 typnamespace = oid ,
 typowner = oid ,
 typlen = int2 ,
 typbyval = bool ,
 typtype = char ,
 typcategory = char ,
 typispreferred = bool ,
 typisdefined = bool ,
 typdelim = char ,
 typrelid = oid ,
 typsubscript = regproc ,
 typelem = oid ,
 typarray = oid ,
 typinput = regproc ,
 typoutput = regproc ,
 typreceive = regproc ,
 typsend = regproc ,
 typmodin = regproc ,
 typmodout = regproc ,
 typanalyze = regproc ,
 typalign = char ,
 typstorage = char ,
 typnotnull = bool ,
 typbasetype = oid ,
 typtypmod = int4 ,
 typndims = int4 ,
 typcollation = oid ,
 typdefaultbin = pg_node_tree ,
 typdefault = text ,
 typacl = _aclitem
 )
insert ( 16 bool 11 10 1 t b B t t ',' 0 - 0 1000 1242 1243 2436 2437 - - - c p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 17 bytea 11 10 -1 f b U f t ',' 0 - 0 1001 1244 31 2412 2413 - - - i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 18 char 11 10 1 t b Z f t ',' 0 - 0 1002 1245 33 2434 2435 - - - c p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 19 name 11 10 NAMEDATALEN f b S f t ',' 0 6180 18 1003 34 35 2422 2423 - - - c p f 0 -1 0 950 _null_ _null_ _null_ )
insert ( 20 int8 11 10 8 FLOAT8PASSBYVAL b N f t ',' 0 - 0 1016 460 461 2408 2409 - - - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 21 int2 11 10 2 t b N f t ',' 0 - 0 1005 38 39 2404 2405 - - - s p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 22 int2vector 11 10 -1 f b A f t ',' 0 6179 21 1006 40 41 2410 2411 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 23 int4 11 10 4 t b N f t ',' 0 - 0 1007 42 43 2406 2407 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 24 regproc 11 10 4 t b N f t ',' 0 - 0 1008 44 45 2444 2445 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 25 text 11 10 -1 f b S t t ',' 0 - 0 1009 46 47 2414 2415 - - - i x f 0 -1 0 100 _null_ _null_ _null_ )
insert ( 26 oid 11 10 4 t b N t t ',' 0 - 0 1028 1798 1799 2418 2419 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 27 tid 11 10 6 f b U f t ',' 0 - 0 1010 48 49 2438 2439 - - - s p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 28 xid 11 10 4 t b U f t ',' 0 - 0 1011 50 51 2440 2441 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 29 cid 11 10 4 t b U f t ',' 0 - 0 1012 52 53 2442 2443 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 30 oidvector 11 10 -1 f b A f t ',' 0 6179 26 1013 54 55 2420 2421 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 71 pg_type 11 10 -1 f c C f t ',' 1247 - 0 210 2290 2291 2402 2403 - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 75 pg_attribute 11 10 -1 f c C f t ',' 1249 - 0 270 2290 2291 2402 2403 - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 81 pg_proc 11 10 -1 f c C f t ',' 1255 - 0 272 2290 2291 2402 2403 - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 83 pg_class 11 10 -1 f c C f t ',' 1259 - 0 273 2290 2291 2402 2403 - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 114 json 11 10 -1 f b U f t ',' 0 - 0 199 321 322 323 324 - - - i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 142 xml 11 10 -1 f b U f t ',' 0 - 0 143 2893 2894 2898 2899 - - - i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 194 pg_node_tree 11 10 -1 f b Z f t ',' 0 - 0 0 195 196 197 198 - - - i x f 0 -1 0 100 _null_ _null_ _null_ )
insert ( 3361 pg_ndistinct 11 10 -1 f b Z f t ',' 0 - 0 0 3355 3356 3357 3358 - - - i x f 0 -1 0 100 _null_ _null_ _null_ )
insert ( 3402 pg_dependencies 11 10 -1 f b Z f t ',' 0 - 0 0 3404 3405 3406 3407 - - - i x f 0 -1 0 100 _null_ _null_ _null_ )
insert ( 5017 pg_mcv_list 11 10 -1 f b Z f t ',' 0 - 0 0 5018 5019 5020 5021 - - - i x f 0 -1 0 100 _null_ _null_ _null_ )
insert ( 32 pg_ddl_command 11 10 SIZEOF_POINTER t p P f t ',' 0 - 0 0 86 87 88 90 - - - ALIGNOF_POINTER p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 5069 xid8 11 10 8 FLOAT8PASSBYVAL b U f t ',' 0 - 0 271 5070 5081 5082 5083 - - - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 600 point 11 10 16 f b G f t ',' 0 6180 701 1017 117 118 2428 2429 - - - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 601 lseg 11 10 32 f b G f t ',' 0 6180 600 1018 119 120 2480 2481 - - - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 602 path 11 10 -1 f b G f t ',' 0 - 0 1019 121 122 2482 2483 - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 603 box 11 10 32 f b G f t ';' 0 6180 600 1020 123 124 2484 2485 - - - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 604 polygon 11 10 -1 f b G f t ',' 0 - 0 1027 347 348 2486 2487 - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 628 line 11 10 24 f b G f t ',' 0 6180 701 629 1490 1491 2488 2489 - - - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 700 float4 11 10 4 t b N f t ',' 0 - 0 1021 200 201 2424 2425 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 701 float8 11 10 8 FLOAT8PASSBYVAL b N t t ',' 0 - 0 1022 214 215 2426 2427 - - - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 705 unknown 11 10 -2 f p X f t ',' 0 - 0 0 109 110 2416 2417 - - - c p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 718 circle 11 10 24 f b G f t ',' 0 - 0 719 1450 1451 2490 2491 - - - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 790 money 11 10 8 FLOAT8PASSBYVAL b N f t ',' 0 - 0 791 886 887 2492 2493 - - - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 829 macaddr 11 10 6 f b U f t ',' 0 - 0 1040 436 437 2494 2495 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 869 inet 11 10 -1 f b I t t ',' 0 - 0 1041 910 911 2496 2497 - - - i m f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 650 cidr 11 10 -1 f b I f t ',' 0 - 0 651 1267 1427 2498 2499 - - - i m f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 774 macaddr8 11 10 8 f b U f t ',' 0 - 0 775 4110 4111 3446 3447 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1033 aclitem 11 10 16 f b U f t ',' 0 - 0 1034 1031 1032 - - - - - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1042 bpchar 11 10 -1 f b S f t ',' 0 - 0 1014 1044 1045 2430 2431 2913 2914 - i x f 0 -1 0 100 _null_ _null_ _null_ )
insert ( 1043 varchar 11 10 -1 f b S f t ',' 0 - 0 1015 1046 1047 2432 2433 2915 2916 - i x f 0 -1 0 100 _null_ _null_ _null_ )
insert ( 1082 date 11 10 4 t b D f t ',' 0 - 0 1182 1084 1085 2468 2469 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1083 time 11 10 8 FLOAT8PASSBYVAL b D f t ',' 0 - 0 1183 1143 1144 2470 2471 2909 2910 - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1114 timestamp 11 10 8 FLOAT8PASSBYVAL b D f t ',' 0 - 0 1115 1312 1313 2474 2475 2905 2906 - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1184 timestamptz 11 10 8 FLOAT8PASSBYVAL b D t t ',' 0 - 0 1185 1150 1151 2476 2477 2907 2908 - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1186 interval 11 10 16 f b T t t ',' 0 - 0 1187 1160 1161 2478 2479 2903 2904 - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1266 timetz 11 10 12 f b D f t ',' 0 - 0 1270 1350 1351 2472 2473 2911 2912 - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1560 bit 11 10 -1 f b V f t ',' 0 - 0 1561 1564 1565 2456 2457 2919 2920 - i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1562 varbit 11 10 -1 f b V t t ',' 0 - 0 1563 1579 1580 2458 2459 2902 2921 - i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1700 numeric 11 10 -1 f b N f t ',' 0 - 0 1231 1701 1702 2460 2461 2917 2918 - i m f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1790 refcursor 11 10 -1 f b U f t ',' 0 - 0 2201 46 47 2414 2415 - - - i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2202 regprocedure 11 10 4 t b N f t ',' 0 - 0 2207 2212 2213 2446 2447 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2203 regoper 11 10 4 t b N f t ',' 0 - 0 2208 2214 2215 2448 2449 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2204 regoperator 11 10 4 t b N f t ',' 0 - 0 2209 2216 2217 2450 2451 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2205 regclass 11 10 4 t b N f t ',' 0 - 0 2210 2218 2219 2452 2453 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4191 regcollation 11 10 4 t b N f t ',' 0 - 0 4192 4193 4194 4196 4197 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2206 regtype 11 10 4 t b N f t ',' 0 - 0 2211 2220 2221 2454 2455 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4096 regrole 11 10 4 t b N f t ',' 0 - 0 4097 4098 4092 4094 4095 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4089 regnamespace 11 10 4 t b N f t ',' 0 - 0 4090 4084 4085 4087 4088 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2950 uuid 11 10 16 f b U f t ',' 0 - 0 2951 2952 2953 2961 2962 - - - c p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3220 pg_lsn 11 10 8 FLOAT8PASSBYVAL b U f t ',' 0 - 0 3221 3229 3230 3238 3239 - - - d p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3614 tsvector 11 10 -1 f b U f t ',' 0 - 0 3643 3610 3611 3639 3638 - - 3688 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3642 gtsvector 11 10 -1 f b U f t ',' 0 - 0 3644 3646 3647 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3615 tsquery 11 10 -1 f b U f t ',' 0 - 0 3645 3612 3613 3641 3640 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3734 regconfig 11 10 4 t b N f t ',' 0 - 0 3735 3736 3737 3738 3739 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3769 regdictionary 11 10 4 t b N f t ',' 0 - 0 3770 3771 3772 3773 3774 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3802 jsonb 11 10 -1 f b U f t ',' 0 6098 0 3807 3806 3804 3805 3803 - - - i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4072 jsonpath 11 10 -1 f b U f t ',' 0 - 0 4073 4001 4003 4002 4004 - - - i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2970 txid_snapshot 11 10 -1 f b U f t ',' 0 - 0 2949 2939 2940 2941 2942 - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 5038 pg_snapshot 11 10 -1 f b U f t ',' 0 - 0 5039 5055 5056 5057 5058 - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3904 int4range 11 10 -1 f r R f t ',' 0 - 0 3905 3834 3835 3836 3837 - - 3916 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3906 numrange 11 10 -1 f r R f t ',' 0 - 0 3907 3834 3835 3836 3837 - - 3916 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3908 tsrange 11 10 -1 f r R f t ',' 0 - 0 3909 3834 3835 3836 3837 - - 3916 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3910 tstzrange 11 10 -1 f r R f t ',' 0 - 0 3911 3834 3835 3836 3837 - - 3916 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3912 daterange 11 10 -1 f r R f t ',' 0 - 0 3913 3834 3835 3836 3837 - - 3916 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3926 int8range 11 10 -1 f r R f t ',' 0 - 0 3927 3834 3835 3836 3837 - - 3916 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4451 int4multirange 11 10 -1 f m R f t ',' 0 - 0 6150 4231 4232 4233 4234 - - 4242 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4532 nummultirange 11 10 -1 f m R f t ',' 0 - 0 6151 4231 4232 4233 4234 - - 4242 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4533 tsmultirange 11 10 -1 f m R f t ',' 0 - 0 6152 4231 4232 4233 4234 - - 4242 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4534 tstzmultirange 11 10 -1 f m R f t ',' 0 - 0 6153 4231 4232 4233 4234 - - 4242 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4535 datemultirange 11 10 -1 f m R f t ',' 0 - 0 6155 4231 4232 4233 4234 - - 4242 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4536 int8multirange 11 10 -1 f m R f t ',' 0 - 0 6157 4231 4232 4233 4234 - - 4242 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2249 record 11 10 -1 f p P f t ',' 0 - 0 2287 2290 2291 2402 2403 - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2287 _record 11 10 -1 f p P f t ',' 0 6179 2249 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2275 cstring 11 10 -2 f p P f t ',' 0 - 0 1263 2292 2293 2500 2501 - - - c p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2276 any 11 10 4 t p P f t ',' 0 - 0 0 2294 2295 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2277 anyarray 11 10 -1 f p P f t ',' 0 - 0 0 2296 2297 2502 2503 - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2278 void 11 10 4 t p P f t ',' 0 - 0 0 2298 2299 3120 3121 - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2279 trigger 11 10 4 t p P f t ',' 0 - 0 0 2300 2301 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3838 event_trigger 11 10 4 t p P f t ',' 0 - 0 0 3594 3595 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2280 language_handler 11 10 4 t p P f t ',' 0 - 0 0 2302 2303 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2281 internal 11 10 SIZEOF_POINTER t p P f t ',' 0 - 0 0 2304 2305 - - - - - ALIGNOF_POINTER p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2283 anyelement 11 10 4 t p P f t ',' 0 - 0 0 2312 2313 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2776 anynonarray 11 10 4 t p P f t ',' 0 - 0 0 2777 2778 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3500 anyenum 11 10 4 t p P f t ',' 0 - 0 0 3504 3505 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3115 fdw_handler 11 10 4 t p P f t ',' 0 - 0 0 3116 3117 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 325 index_am_handler 11 10 4 t p P f t ',' 0 - 0 0 326 327 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3310 tsm_handler 11 10 4 t p P f t ',' 0 - 0 0 3311 3312 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 269 table_am_handler 11 10 4 t p P f t ',' 0 - 0 0 267 268 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3831 anyrange 11 10 -1 f p P f t ',' 0 - 0 0 3832 3833 - - - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 5077 anycompatible 11 10 4 t p P f t ',' 0 - 0 0 5086 5087 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 5078 anycompatiblearray 11 10 -1 f p P f t ',' 0 - 0 0 5088 5089 5090 5091 - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 5079 anycompatiblenonarray 11 10 4 t p P f t ',' 0 - 0 0 5092 5093 - - - - - i p f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 5080 anycompatiblerange 11 10 -1 f p P f t ',' 0 - 0 0 5094 5095 - - - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4537 anymultirange 11 10 -1 f p P f t ',' 0 - 0 0 4229 4230 - - - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4538 anycompatiblemultirange 11 10 -1 f p P f t ',' 0 - 0 0 4226 4227 - - - - - d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4600 pg_brin_bloom_summary 11 10 -1 f b Z f t ',' 0 - 0 0 4596 4597 4598 4599 - - - i x f 0 -1 0 100 _null_ _null_ _null_ )
insert ( 4601 pg_brin_minmax_multi_summary 11 10 -1 f b Z f t ',' 0 - 0 0 4638 4639 4640 4641 - - - i x f 0 -1 0 100 _null_ _null_ _null_ )
insert ( 1000 _bool 11 10 -1 f b A f t ',' 0 6179 16 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1001 _bytea 11 10 -1 f b A f t ',' 0 6179 17 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1002 _char 11 10 -1 f b A f t ',' 0 6179 18 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1003 _name 11 10 -1 f b A f t ',' 0 6179 19 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 950 _null_ _null_ _null_ )
insert ( 1016 _int8 11 10 -1 f b A f t ',' 0 6179 20 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1005 _int2 11 10 -1 f b A f t ',' 0 6179 21 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1006 _int2vector 11 10 -1 f b A f t ',' 0 6179 22 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1007 _int4 11 10 -1 f b A f t ',' 0 6179 23 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1008 _regproc 11 10 -1 f b A f t ',' 0 6179 24 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1009 _text 11 10 -1 f b A f t ',' 0 6179 25 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 100 _null_ _null_ _null_ )
insert ( 1028 _oid 11 10 -1 f b A f t ',' 0 6179 26 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1010 _tid 11 10 -1 f b A f t ',' 0 6179 27 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1011 _xid 11 10 -1 f b A f t ',' 0 6179 28 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1012 _cid 11 10 -1 f b A f t ',' 0 6179 29 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1013 _oidvector 11 10 -1 f b A f t ',' 0 6179 30 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 210 _pg_type 11 10 -1 f b A f t ',' 0 6179 71 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 270 _pg_attribute 11 10 -1 f b A f t ',' 0 6179 75 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 272 _pg_proc 11 10 -1 f b A f t ',' 0 6179 81 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 273 _pg_class 11 10 -1 f b A f t ',' 0 6179 83 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 199 _json 11 10 -1 f b A f t ',' 0 6179 114 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 143 _xml 11 10 -1 f b A f t ',' 0 6179 142 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 271 _xid8 11 10 -1 f b A f t ',' 0 6179 5069 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1017 _point 11 10 -1 f b A f t ',' 0 6179 600 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1018 _lseg 11 10 -1 f b A f t ',' 0 6179 601 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1019 _path 11 10 -1 f b A f t ',' 0 6179 602 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1020 _box 11 10 -1 f b A f t ';' 0 6179 603 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1027 _polygon 11 10 -1 f b A f t ',' 0 6179 604 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 629 _line 11 10 -1 f b A f t ',' 0 6179 628 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1021 _float4 11 10 -1 f b A f t ',' 0 6179 700 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1022 _float8 11 10 -1 f b A f t ',' 0 6179 701 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 719 _circle 11 10 -1 f b A f t ',' 0 6179 718 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 791 _money 11 10 -1 f b A f t ',' 0 6179 790 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1040 _macaddr 11 10 -1 f b A f t ',' 0 6179 829 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1041 _inet 11 10 -1 f b A f t ',' 0 6179 869 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 651 _cidr 11 10 -1 f b A f t ',' 0 6179 650 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 775 _macaddr8 11 10 -1 f b A f t ',' 0 6179 774 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1034 _aclitem 11 10 -1 f b A f t ',' 0 6179 1033 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1014 _bpchar 11 10 -1 f b A f t ',' 0 6179 1042 0 750 751 2400 2401 2913 2914 3816 i x f 0 -1 0 100 _null_ _null_ _null_ )
insert ( 1015 _varchar 11 10 -1 f b A f t ',' 0 6179 1043 0 750 751 2400 2401 2915 2916 3816 i x f 0 -1 0 100 _null_ _null_ _null_ )
insert ( 1182 _date 11 10 -1 f b A f t ',' 0 6179 1082 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1183 _time 11 10 -1 f b A f t ',' 0 6179 1083 0 750 751 2400 2401 2909 2910 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1115 _timestamp 11 10 -1 f b A f t ',' 0 6179 1114 0 750 751 2400 2401 2905 2906 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1185 _timestamptz 11 10 -1 f b A f t ',' 0 6179 1184 0 750 751 2400 2401 2907 2908 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1187 _interval 11 10 -1 f b A f t ',' 0 6179 1186 0 750 751 2400 2401 2903 2904 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1270 _timetz 11 10 -1 f b A f t ',' 0 6179 1266 0 750 751 2400 2401 2911 2912 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1561 _bit 11 10 -1 f b A f t ',' 0 6179 1560 0 750 751 2400 2401 2919 2920 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1563 _varbit 11 10 -1 f b A f t ',' 0 6179 1562 0 750 751 2400 2401 2902 2921 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1231 _numeric 11 10 -1 f b A f t ',' 0 6179 1700 0 750 751 2400 2401 2917 2918 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2201 _refcursor 11 10 -1 f b A f t ',' 0 6179 1790 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2207 _regprocedure 11 10 -1 f b A f t ',' 0 6179 2202 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2208 _regoper 11 10 -1 f b A f t ',' 0 6179 2203 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2209 _regoperator 11 10 -1 f b A f t ',' 0 6179 2204 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2210 _regclass 11 10 -1 f b A f t ',' 0 6179 2205 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4192 _regcollation 11 10 -1 f b A f t ',' 0 6179 4191 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2211 _regtype 11 10 -1 f b A f t ',' 0 6179 2206 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4097 _regrole 11 10 -1 f b A f t ',' 0 6179 4096 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4090 _regnamespace 11 10 -1 f b A f t ',' 0 6179 4089 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2951 _uuid 11 10 -1 f b A f t ',' 0 6179 2950 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3221 _pg_lsn 11 10 -1 f b A f t ',' 0 6179 3220 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3643 _tsvector 11 10 -1 f b A f t ',' 0 6179 3614 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3644 _gtsvector 11 10 -1 f b A f t ',' 0 6179 3642 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3645 _tsquery 11 10 -1 f b A f t ',' 0 6179 3615 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3735 _regconfig 11 10 -1 f b A f t ',' 0 6179 3734 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3770 _regdictionary 11 10 -1 f b A f t ',' 0 6179 3769 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3807 _jsonb 11 10 -1 f b A f t ',' 0 6179 3802 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 4073 _jsonpath 11 10 -1 f b A f t ',' 0 6179 4072 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 2949 _txid_snapshot 11 10 -1 f b A f t ',' 0 6179 2970 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 5039 _pg_snapshot 11 10 -1 f b A f t ',' 0 6179 5038 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3905 _int4range 11 10 -1 f b A f t ',' 0 6179 3904 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3907 _numrange 11 10 -1 f b A f t ',' 0 6179 3906 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3909 _tsrange 11 10 -1 f b A f t ',' 0 6179 3908 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3911 _tstzrange 11 10 -1 f b A f t ',' 0 6179 3910 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3913 _daterange 11 10 -1 f b A f t ',' 0 6179 3912 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 3927 _int8range 11 10 -1 f b A f t ',' 0 6179 3926 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 6150 _int4multirange 11 10 -1 f b A f t ',' 0 6179 4451 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 6151 _nummultirange 11 10 -1 f b A f t ',' 0 6179 4532 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 6152 _tsmultirange 11 10 -1 f b A f t ',' 0 6179 4533 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 6153 _tstzmultirange 11 10 -1 f b A f t ',' 0 6179 4534 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 6155 _datemultirange 11 10 -1 f b A f t ',' 0 6179 4535 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 6157 _int8multirange 11 10 -1 f b A f t ',' 0 6179 4536 0 750 751 2400 2401 - - 3816 d x f 0 -1 0 0 _null_ _null_ _null_ )
insert ( 1263 _cstring 11 10 -1 f b A f t ',' 0 6179 2275 0 750 751 2400 2401 - - 3816 i x f 0 -1 0 0 _null_ _null_ _null_ )
close pg_type
create pg_attribute 1249 bootstrap rowtype_oid 75
 (
 attrelid = oid ,
 attname = name ,
 atttypid = oid ,
 attlen = int2 ,
 attnum = int2 ,
 attcacheoff = int4 ,
 atttypmod = int4 ,
 attndims = int2 ,
 attbyval = bool ,
 attalign = char ,
 attstorage = char ,
 attcompression = char ,
 attnotnull = bool ,
 atthasdef = bool ,
 atthasmissing = bool ,
 attidentity = char ,
 attgenerated = char ,
 attisdropped = bool ,
 attislocal = bool ,
 attinhcount = int2 ,
 attcollation = oid ,
 attstattarget = int2 FORCE NULL ,
 attacl = _aclitem ,
 attoptions = _text ,
 attfdwoptions = _text ,
 attmissingval = anyarray
 )
insert ( 1255 oid 26 4 1 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 proname 19 NAMEDATALEN 2 -1 -1 0 f c p '' t f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 pronamespace 26 4 3 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 proowner 26 4 4 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 prolang 26 4 5 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 procost 700 4 6 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 prorows 700 4 7 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 provariadic 26 4 8 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 prosupport 24 4 9 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 prokind 18 1 10 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 prosecdef 16 1 11 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 proleakproof 16 1 12 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 proisstrict 16 1 13 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 proretset 16 1 14 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 provolatile 18 1 15 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 proparallel 18 1 16 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 pronargs 21 2 17 -1 -1 0 t s p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 pronargdefaults 21 2 18 -1 -1 0 t s p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 prorettype 26 4 19 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 proargtypes 30 -1 20 -1 -1 1 f i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 proallargtypes 1028 -1 21 -1 -1 1 f i x '' f f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 proargmodes 1002 -1 22 -1 -1 1 f i x '' f f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 proargnames 1009 -1 23 -1 -1 1 f i x '' f f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 proargdefaults 194 -1 24 -1 -1 0 f i x '' f f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 protrftypes 1028 -1 25 -1 -1 1 f i x '' f f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 prosrc 25 -1 26 -1 -1 0 f i x '' t f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 probin 25 -1 27 -1 -1 0 f i x '' f f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 prosqlbody 194 -1 28 -1 -1 0 f i x '' f f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 proconfig 1009 -1 29 -1 -1 1 f i x '' f f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 proacl 1034 -1 30 -1 -1 1 f d x '' f f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 ctid 27 6 -1 -1 -1 0 f s p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 xmin 28 4 -2 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 cmin 29 4 -3 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 xmax 28 4 -4 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 cmax 29 4 -5 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1255 tableoid 26 4 -6 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 oid 26 4 1 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typname 19 NAMEDATALEN 2 -1 -1 0 f c p '' t f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typnamespace 26 4 3 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typowner 26 4 4 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typlen 21 2 5 -1 -1 0 t s p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typbyval 16 1 6 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typtype 18 1 7 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typcategory 18 1 8 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typispreferred 16 1 9 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typisdefined 16 1 10 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typdelim 18 1 11 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typrelid 26 4 12 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typsubscript 24 4 13 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typelem 26 4 14 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typarray 26 4 15 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typinput 24 4 16 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typoutput 24 4 17 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typreceive 24 4 18 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typsend 24 4 19 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typmodin 24 4 20 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typmodout 24 4 21 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typanalyze 24 4 22 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typalign 18 1 23 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typstorage 18 1 24 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typnotnull 16 1 25 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typbasetype 26 4 26 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typtypmod 23 4 27 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typndims 23 4 28 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typcollation 26 4 29 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typdefaultbin 194 -1 30 -1 -1 0 f i x '' f f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typdefault 25 -1 31 -1 -1 0 f i x '' f f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 typacl 1034 -1 32 -1 -1 1 f d x '' f f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 ctid 27 6 -1 -1 -1 0 f s p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 xmin 28 4 -2 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 cmin 29 4 -3 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 xmax 28 4 -4 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 cmax 29 4 -5 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1247 tableoid 26 4 -6 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attrelid 26 4 1 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attname 19 NAMEDATALEN 2 -1 -1 0 f c p '' t f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 atttypid 26 4 3 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attlen 21 2 4 -1 -1 0 t s p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attnum 21 2 5 -1 -1 0 t s p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attcacheoff 23 4 6 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 atttypmod 23 4 7 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attndims 21 2 8 -1 -1 0 t s p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attbyval 16 1 9 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attalign 18 1 10 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attstorage 18 1 11 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attcompression 18 1 12 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attnotnull 16 1 13 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 atthasdef 16 1 14 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 atthasmissing 16 1 15 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attidentity 18 1 16 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attgenerated 18 1 17 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attisdropped 16 1 18 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attislocal 16 1 19 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attinhcount 21 2 20 -1 -1 0 t s p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attcollation 26 4 21 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attstattarget 21 2 22 -1 -1 0 t s p '' f f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attacl 1034 -1 23 -1 -1 1 f d x '' f f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attoptions 1009 -1 24 -1 -1 1 f i x '' f f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attfdwoptions 1009 -1 25 -1 -1 1 f i x '' f f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 attmissingval 2277 -1 26 -1 -1 0 f d x '' f f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 ctid 27 6 -1 -1 -1 0 f s p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 xmin 28 4 -2 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 cmin 29 4 -3 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 xmax 28 4 -4 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 cmax 29 4 -5 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1249 tableoid 26 4 -6 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 oid 26 4 1 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relname 19 NAMEDATALEN 2 -1 -1 0 f c p '' t f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relnamespace 26 4 3 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 reltype 26 4 4 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 reloftype 26 4 5 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relowner 26 4 6 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relam 26 4 7 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relfilenode 26 4 8 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 reltablespace 26 4 9 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relpages 23 4 10 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 reltuples 700 4 11 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relallvisible 23 4 12 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 reltoastrelid 26 4 13 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relhasindex 16 1 14 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relisshared 16 1 15 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relpersistence 18 1 16 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relkind 18 1 17 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relnatts 21 2 18 -1 -1 0 t s p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relchecks 21 2 19 -1 -1 0 t s p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relhasrules 16 1 20 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relhastriggers 16 1 21 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relhassubclass 16 1 22 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relrowsecurity 16 1 23 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relforcerowsecurity 16 1 24 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relispopulated 16 1 25 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relreplident 18 1 26 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relispartition 16 1 27 -1 -1 0 t c p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relrewrite 26 4 28 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relfrozenxid 28 4 29 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relminmxid 28 4 30 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relacl 1034 -1 31 -1 -1 1 f d x '' f f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 reloptions 1009 -1 32 -1 -1 1 f i x '' f f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 relpartbound 194 -1 33 -1 -1 0 f i x '' f f f '' '' f t 0 950 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 ctid 27 6 -1 -1 -1 0 f s p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 xmin 28 4 -2 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 cmin 29 4 -3 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 xmax 28 4 -4 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 cmax 29 4 -5 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
insert ( 1259 tableoid 26 4 -6 -1 -1 0 t i p '' t f f '' '' f t 0 0 _null_ _null_ _null_ _null_ _null_ )
close pg_attribute
create pg_class 1259 bootstrap rowtype_oid 83
 (
 oid = oid ,
 relname = name ,
 relnamespace = oid ,
 reltype = oid ,
 reloftype = oid ,
 relowner = oid ,
 relam = oid ,
 relfilenode = oid ,
 reltablespace = oid ,
 relpages = int4 ,
 reltuples = float4 ,
 relallvisible = int4 ,
 reltoastrelid = oid ,
 relhasindex = bool ,
 relisshared = bool ,
 relpersistence = char ,
 relkind = char ,
 relnatts = int2 ,
 relchecks = int2 ,
 relhasrules = bool ,
 relhastriggers = bool ,
 relhassubclass = bool ,
 relrowsecurity = bool ,
 relforcerowsecurity = bool ,
 relispopulated = bool ,
 relreplident = char ,
 relispartition = bool ,
 relrewrite = oid ,
 relfrozenxid = xid ,
 relminmxid = xid ,
 relacl = _aclitem ,
 reloptions = _text ,
 relpartbound = pg_node_tree
 )
insert ( 1247 pg_type 11 71 0 10 2 0 0 0 -1 0 0 f f p r 32 0 f f f f f t n f 0 3 1 _null_ _null_ _null_ )
insert ( 1249 pg_attribute 11 75 0 10 2 0 0 0 -1 0 0 f f p r 26 0 f f f f f t n f 0 3 1 _null_ _null_ _null_ )
insert ( 1255 pg_proc 11 81 0 10 2 0 0 0 -1 0 0 f f p r 30 0 f f f f f t n f 0 3 1 _null_ _null_ _null_ )
insert ( 1259 pg_class 11 83 0 10 2 0 0 0 -1 0 0 f f p r 33 0 f f f f f t n f 0 3 1 _null_ _null_ _null_ )
close pg_class
create pg_attrdef 2604
 (
 oid = oid ,
 adrelid = oid ,
 adnum = int2 ,
 adbin = pg_node_tree FORCE NOT NULL
 )
open pg_attrdef
close pg_attrdef
create pg_constraint 2606
 (
 oid = oid ,
 conname = name ,
 connamespace = oid ,
 contype = char ,
 condeferrable = bool ,
 condeferred = bool ,
 convalidated = bool ,
 conrelid = oid ,
 contypid = oid ,
 conindid = oid ,
 conparentid = oid ,
 confrelid = oid ,
 confupdtype = char ,
 confdeltype = char ,
 confmatchtype = char ,
 conislocal = bool ,
 coninhcount = int2 ,
 connoinherit = bool ,
 conkey = _int2 ,
 confkey = _int2 ,
 conpfeqop = _oid ,
 conppeqop = _oid ,
 conffeqop = _oid ,
 confdelsetcols = _int2 ,
 conexclop = _oid ,
 conbin = pg_node_tree
 )
open pg_constraint
close pg_constraint
create pg_inherits 2611
 (
 inhrelid = oid ,
 inhparent = oid ,
 inhseqno = int4 ,
 inhdetachpending = bool
 )
open pg_inherits
close pg_inherits
create pg_index 2610
 (
 indexrelid = oid ,
 indrelid = oid ,
 indnatts = int2 ,
 indnkeyatts = int2 ,
 indisunique = bool ,
 indnullsnotdistinct = bool ,
 indisprimary = bool ,
 indisexclusion = bool ,
 indimmediate = bool ,
 indisclustered = bool ,
 indisvalid = bool ,
 indcheckxmin = bool ,
 indisready = bool ,
 indislive = bool ,
 indisreplident = bool ,
 indkey = int2vector FORCE NOT NULL ,
 indcollation = oidvector FORCE NOT NULL ,
 indclass = oidvector FORCE NOT NULL ,
 indoption = int2vector FORCE NOT NULL ,
 indexprs = pg_node_tree ,
 indpred = pg_node_tree
 )
open pg_index
close pg_index
create pg_operator 2617
 (
 oid = oid ,
 oprname = name ,
 oprnamespace = oid ,
 oprowner = oid ,
 oprkind = char ,
 oprcanmerge = bool ,
 oprcanhash = bool ,
 oprleft = oid ,
 oprright = oid ,
 oprresult = oid ,
 oprcom = oid ,
 oprnegate = oid ,
 oprcode = regproc ,
 oprrest = regproc ,
 oprjoin = regproc
 )
open pg_operator
insert ( 15 '=' 11 10 b t t 23 20 16 416 36 852 101 105 )
insert ( 36 '<>' 11 10 b f f 23 20 16 417 15 853 102 106 )
insert ( 37 '<' 11 10 b f f 23 20 16 419 82 854 103 107 )
insert ( 76 '>' 11 10 b f f 23 20 16 418 80 855 104 108 )
insert ( 80 '<=' 11 10 b f f 23 20 16 430 76 856 336 386 )
insert ( 82 '>=' 11 10 b f f 23 20 16 420 37 857 337 398 )
insert ( 58 '<' 11 10 b f f 16 16 16 59 1695 56 103 107 )
insert ( 59 '>' 11 10 b f f 16 16 16 58 1694 57 104 108 )
insert ( 85 '<>' 11 10 b f f 16 16 16 85 91 84 102 106 )
insert ( 91 '=' 11 10 b t t 16 16 16 91 85 60 101 105 )
insert ( 1694 '<=' 11 10 b f f 16 16 16 1695 59 1691 336 386 )
insert ( 1695 '>=' 11 10 b f f 16 16 16 1694 58 1692 337 398 )
insert ( 92 '=' 11 10 b t t 18 18 16 92 630 61 101 105 )
insert ( 93 '=' 11 10 b t t 19 19 16 93 643 62 101 105 )
insert ( 94 '=' 11 10 b t t 21 21 16 94 519 63 101 105 )
insert ( 95 '<' 11 10 b f f 21 21 16 520 524 64 103 107 )
insert ( 96 '=' 11 10 b t t 23 23 16 96 518 65 101 105 )
insert ( 97 '<' 11 10 b f f 23 23 16 521 525 66 103 107 )
insert ( 98 '=' 11 10 b t t 25 25 16 98 531 67 101 105 )
insert ( 3877 '^@' 11 10 b f f 25 25 16 0 0 3696 3437 3438 )
insert ( 254 '=' 11 10 b t t 19 25 16 260 259 240 101 105 )
insert ( 255 '<' 11 10 b f f 19 25 16 264 257 241 103 107 )
insert ( 256 '<=' 11 10 b f f 19 25 16 263 258 242 336 386 )
insert ( 257 '>=' 11 10 b f f 19 25 16 262 255 243 337 398 )
insert ( 258 '>' 11 10 b f f 19 25 16 261 256 244 104 108 )
insert ( 259 '<>' 11 10 b f f 19 25 16 265 254 245 102 106 )
insert ( 260 '=' 11 10 b t t 25 19 16 254 265 247 101 105 )
insert ( 261 '<' 11 10 b f f 25 19 16 258 263 248 103 107 )
insert ( 262 '<=' 11 10 b f f 25 19 16 257 264 249 336 386 )
insert ( 263 '>=' 11 10 b f f 25 19 16 256 261 250 337 398 )
insert ( 264 '>' 11 10 b f f 25 19 16 255 262 251 104 108 )
insert ( 265 '<>' 11 10 b f f 25 19 16 259 260 252 102 106 )
insert ( 349 '||' 11 10 b f f 5078 5077 5078 0 0 378 - - )
insert ( 374 '||' 11 10 b f f 5077 5078 5078 0 0 379 - - )
insert ( 375 '||' 11 10 b f f 5078 5078 5078 0 0 383 - - )
insert ( 352 '=' 11 10 b f t 28 28 16 352 3315 68 101 105 )
insert ( 353 '=' 11 10 b f f 28 23 16 0 3316 1319 101 105 )
insert ( 3315 '<>' 11 10 b f f 28 28 16 3315 352 3308 102 106 )
insert ( 3316 '<>' 11 10 b f f 28 23 16 0 353 3309 102 106 )
insert ( 5068 '=' 11 10 b t t 5069 5069 16 5068 5072 5084 101 105 )
insert ( 5072 '<>' 11 10 b f f 5069 5069 16 5072 5068 5085 102 106 )
insert ( 5073 '<' 11 10 b f f 5069 5069 16 5074 5076 5034 103 107 )
insert ( 5074 '>' 11 10 b f f 5069 5069 16 5073 5075 5035 104 108 )
insert ( 5075 '<=' 11 10 b f f 5069 5069 16 5076 5074 5036 336 386 )
insert ( 5076 '>=' 11 10 b f f 5069 5069 16 5075 5073 5037 337 398 )
insert ( 385 '=' 11 10 b f t 29 29 16 385 0 69 101 105 )
insert ( 387 '=' 11 10 b t t 27 27 16 387 402 1292 101 105 )
insert ( 402 '<>' 11 10 b f f 27 27 16 402 387 1265 102 106 )
insert ( 2799 '<' 11 10 b f f 27 27 16 2800 2802 2791 103 107 )
insert ( 2800 '>' 11 10 b f f 27 27 16 2799 2801 2790 104 108 )
insert ( 2801 '<=' 11 10 b f f 27 27 16 2802 2800 2793 336 386 )
insert ( 2802 '>=' 11 10 b f f 27 27 16 2801 2799 2792 337 398 )
insert ( 410 '=' 11 10 b t t 20 20 16 410 411 467 101 105 )
insert ( 411 '<>' 11 10 b f f 20 20 16 411 410 468 102 106 )
insert ( 412 '<' 11 10 b f f 20 20 16 413 415 469 103 107 )
insert ( 413 '>' 11 10 b f f 20 20 16 412 414 470 104 108 )
insert ( 414 '<=' 11 10 b f f 20 20 16 415 413 471 336 386 )
insert ( 415 '>=' 11 10 b f f 20 20 16 414 412 472 337 398 )
insert ( 416 '=' 11 10 b t t 20 23 16 15 417 474 101 105 )
insert ( 417 '<>' 11 10 b f f 20 23 16 36 416 475 102 106 )
insert ( 418 '<' 11 10 b f f 20 23 16 76 430 476 103 107 )
insert ( 419 '>' 11 10 b f f 20 23 16 37 420 477 104 108 )
insert ( 420 '<=' 11 10 b f f 20 23 16 82 419 478 336 386 )
insert ( 430 '>=' 11 10 b f f 20 23 16 80 418 479 337 398 )
insert ( 439 '%' 11 10 b f f 20 20 20 0 0 945 - - )
insert ( 473 '@' 11 10 l f f 0 20 20 0 0 1230 - - )
insert ( 484 - 11 10 l f f 0 20 20 0 0 462 - - )
insert ( 485 '<<' 11 10 b f f 604 604 16 0 0 341 1300 1301 )
insert ( 486 '&<' 11 10 b f f 604 604 16 0 0 342 1300 1301 )
insert ( 487 '&>' 11 10 b f f 604 604 16 0 0 343 1300 1301 )
insert ( 488 '>>' 11 10 b f f 604 604 16 0 0 344 1300 1301 )
insert ( 489 '<@' 11 10 b f f 604 604 16 490 0 345 1302 1303 )
insert ( 490 '@>' 11 10 b f f 604 604 16 489 0 340 1302 1303 )
insert ( 491 '~=' 11 10 b f f 604 604 16 491 0 339 101 105 )
insert ( 492 '&&' 11 10 b f f 604 604 16 492 0 346 139 140 )
insert ( 493 '<<' 11 10 b f f 603 603 16 0 0 188 1300 1301 )
insert ( 494 '&<' 11 10 b f f 603 603 16 0 0 189 1300 1301 )
insert ( 495 '&>' 11 10 b f f 603 603 16 0 0 190 1300 1301 )
insert ( 496 '>>' 11 10 b f f 603 603 16 0 0 191 1300 1301 )
insert ( 497 '<@' 11 10 b f f 603 603 16 498 0 192 1302 1303 )
insert ( 498 '@>' 11 10 b f f 603 603 16 497 0 187 1302 1303 )
insert ( 499 '~=' 11 10 b f f 603 603 16 499 0 186 101 105 )
insert ( 500 '&&' 11 10 b f f 603 603 16 500 0 125 139 140 )
insert ( 501 '>=' 11 10 b f f 603 603 16 505 504 126 139 140 )
insert ( 502 '>' 11 10 b f f 603 603 16 504 505 127 139 140 )
insert ( 503 '=' 11 10 b f f 603 603 16 503 0 128 101 105 )
insert ( 504 '<' 11 10 b f f 603 603 16 502 501 129 139 140 )
insert ( 505 '<=' 11 10 b f f 603 603 16 501 502 130 139 140 )
insert ( 506 '>^' 11 10 b f f 600 600 16 0 0 131 1300 1301 )
insert ( 507 '<<' 11 10 b f f 600 600 16 0 0 132 1300 1301 )
insert ( 508 '>>' 11 10 b f f 600 600 16 0 0 133 1300 1301 )
insert ( 509 '<^' 11 10 b f f 600 600 16 0 0 134 1300 1301 )
insert ( 510 '~=' 11 10 b f f 600 600 16 510 713 135 101 105 )
insert ( 511 '<@' 11 10 b f f 600 603 16 433 0 136 1302 1303 )
insert ( 433 '@>' 11 10 b f f 603 600 16 511 0 193 1302 1303 )
insert ( 512 '<@' 11 10 b f f 600 602 16 755 0 137 - - )
insert ( 513 '@@' 11 10 l f f 0 603 600 0 0 138 - - )
insert ( 514 '*' 11 10 b f f 23 23 23 514 0 141 - - )
insert ( 517 '<->' 11 10 b f f 600 600 701 517 0 991 - - )
insert ( 518 '<>' 11 10 b f f 23 23 16 518 96 144 102 106 )
insert ( 519 '<>' 11 10 b f f 21 21 16 519 94 145 102 106 )
insert ( 520 '>' 11 10 b f f 21 21 16 95 522 146 104 108 )
insert ( 521 '>' 11 10 b f f 23 23 16 97 523 147 104 108 )
insert ( 522 '<=' 11 10 b f f 21 21 16 524 520 148 336 386 )
insert ( 523 '<=' 11 10 b f f 23 23 16 525 521 149 336 386 )
insert ( 524 '>=' 11 10 b f f 21 21 16 522 95 151 337 398 )
insert ( 525 '>=' 11 10 b f f 23 23 16 523 97 150 337 398 )
insert ( 526 '*' 11 10 b f f 21 21 21 526 0 152 - - )
insert ( 527 '/' 11 10 b f f 21 21 21 0 0 153 - - )
insert ( 528 '/' 11 10 b f f 23 23 23 0 0 154 - - )
insert ( 529 '%' 11 10 b f f 21 21 21 0 0 155 - - )
insert ( 530 '%' 11 10 b f f 23 23 23 0 0 156 - - )
insert ( 531 '<>' 11 10 b f f 25 25 16 531 98 157 102 106 )
insert ( 532 '=' 11 10 b t t 21 23 16 533 538 158 101 105 )
insert ( 533 '=' 11 10 b t t 23 21 16 532 539 159 101 105 )
insert ( 534 '<' 11 10 b f f 21 23 16 537 542 160 103 107 )
insert ( 535 '<' 11 10 b f f 23 21 16 536 543 161 103 107 )
insert ( 536 '>' 11 10 b f f 21 23 16 535 540 162 104 108 )
insert ( 537 '>' 11 10 b f f 23 21 16 534 541 163 104 108 )
insert ( 538 '<>' 11 10 b f f 21 23 16 539 532 164 102 106 )
insert ( 539 '<>' 11 10 b f f 23 21 16 538 533 165 102 106 )
insert ( 540 '<=' 11 10 b f f 21 23 16 543 536 166 336 386 )
insert ( 541 '<=' 11 10 b f f 23 21 16 542 537 167 336 386 )
insert ( 542 '>=' 11 10 b f f 21 23 16 541 534 168 337 398 )
insert ( 543 '>=' 11 10 b f f 23 21 16 540 535 169 337 398 )
insert ( 544 '*' 11 10 b f f 21 23 23 545 0 170 - - )
insert ( 545 '*' 11 10 b f f 23 21 23 544 0 171 - - )
insert ( 546 '/' 11 10 b f f 21 23 23 0 0 172 - - )
insert ( 547 '/' 11 10 b f f 23 21 23 0 0 173 - - )
insert ( 550 '+' 11 10 b f f 21 21 21 550 0 176 - - )
insert ( 551 '+' 11 10 b f f 23 23 23 551 0 177 - - )
insert ( 552 '+' 11 10 b f f 21 23 23 553 0 178 - - )
insert ( 553 '+' 11 10 b f f 23 21 23 552 0 179 - - )
insert ( 554 - 11 10 b f f 21 21 21 0 0 180 - - )
insert ( 555 - 11 10 b f f 23 23 23 0 0 181 - - )
insert ( 556 - 11 10 b f f 21 23 23 0 0 182 - - )
insert ( 557 - 11 10 b f f 23 21 23 0 0 183 - - )
insert ( 558 - 11 10 l f f 0 23 23 0 0 212 - - )
insert ( 559 - 11 10 l f f 0 21 21 0 0 213 - - )
insert ( 584 - 11 10 l f f 0 700 700 0 0 206 - - )
insert ( 585 - 11 10 l f f 0 701 701 0 0 220 - - )
insert ( 586 '+' 11 10 b f f 700 700 700 586 0 204 - - )
insert ( 587 - 11 10 b f f 700 700 700 0 0 205 - - )
insert ( 588 '/' 11 10 b f f 700 700 700 0 0 203 - - )
insert ( 589 '*' 11 10 b f f 700 700 700 589 0 202 - - )
insert ( 590 '@' 11 10 l f f 0 700 700 0 0 207 - - )
insert ( 591 '+' 11 10 b f f 701 701 701 591 0 218 - - )
insert ( 592 - 11 10 b f f 701 701 701 0 0 219 - - )
insert ( 593 '/' 11 10 b f f 701 701 701 0 0 217 - - )
insert ( 594 '*' 11 10 b f f 701 701 701 594 0 216 - - )
insert ( 595 '@' 11 10 l f f 0 701 701 0 0 221 - - )
insert ( 596 '|/' 11 10 l f f 0 701 701 0 0 230 - - )
insert ( 597 '||/' 11 10 l f f 0 701 701 0 0 231 - - )
insert ( 607 '=' 11 10 b t t 26 26 16 607 608 184 101 105 )
insert ( 608 '<>' 11 10 b f f 26 26 16 608 607 185 102 106 )
insert ( 609 '<' 11 10 b f f 26 26 16 610 612 716 103 107 )
insert ( 610 '>' 11 10 b f f 26 26 16 609 611 1638 104 108 )
insert ( 611 '<=' 11 10 b f f 26 26 16 612 610 717 336 386 )
insert ( 612 '>=' 11 10 b f f 26 26 16 611 609 1639 337 398 )
insert ( 644 '<>' 11 10 b f f 30 30 16 644 649 619 102 106 )
insert ( 645 '<' 11 10 b f f 30 30 16 646 648 677 103 107 )
insert ( 646 '>' 11 10 b f f 30 30 16 645 647 681 104 108 )
insert ( 647 '<=' 11 10 b f f 30 30 16 648 646 678 336 386 )
insert ( 648 '>=' 11 10 b f f 30 30 16 647 645 680 337 398 )
insert ( 649 '=' 11 10 b t t 30 30 16 649 644 679 101 105 )
insert ( 613 '<->' 11 10 b f f 600 628 701 760 0 725 - - )
insert ( 760 '<->' 11 10 b f f 628 600 701 613 0 702 - - )
insert ( 614 '<->' 11 10 b f f 600 601 701 761 0 363 - - )
insert ( 761 '<->' 11 10 b f f 601 600 701 614 0 380 - - )
insert ( 615 '<->' 11 10 b f f 600 603 701 606 0 364 - - )
insert ( 606 '<->' 11 10 b f f 603 600 701 615 0 357 - - )
insert ( 616 '<->' 11 10 b f f 601 628 701 762 0 727 - - )
insert ( 762 '<->' 11 10 b f f 628 601 701 616 0 704 - - )
insert ( 617 '<->' 11 10 b f f 601 603 701 763 0 365 - - )
insert ( 763 '<->' 11 10 b f f 603 601 701 617 0 381 - - )
insert ( 618 '<->' 11 10 b f f 600 602 701 784 0 371 - - )
insert ( 784 '<->' 11 10 b f f 602 600 701 618 0 421 - - )
insert ( 620 '=' 11 10 b t t 700 700 16 620 621 287 101 105 )
insert ( 621 '<>' 11 10 b f f 700 700 16 621 620 288 102 106 )
insert ( 622 '<' 11 10 b f f 700 700 16 623 625 289 103 107 )
insert ( 623 '>' 11 10 b f f 700 700 16 622 624 291 104 108 )
insert ( 624 '<=' 11 10 b f f 700 700 16 625 623 290 336 386 )
insert ( 625 '>=' 11 10 b f f 700 700 16 624 622 292 337 398 )
insert ( 630 '<>' 11 10 b f f 18 18 16 630 92 70 102 106 )
insert ( 631 '<' 11 10 b f f 18 18 16 633 634 1246 103 107 )
insert ( 632 '<=' 11 10 b f f 18 18 16 634 633 72 336 386 )
insert ( 633 '>' 11 10 b f f 18 18 16 631 632 73 104 108 )
insert ( 634 '>=' 11 10 b f f 18 18 16 632 631 74 337 398 )
insert ( 639 '~' 11 10 b f f 19 25 16 0 640 79 1818 1824 )
insert ( 640 '!~' 11 10 b f f 19 25 16 0 639 1252 1821 1827 )
insert ( 641 '~' 11 10 b f f 25 25 16 0 642 1254 1818 1824 )
insert ( 642 '!~' 11 10 b f f 25 25 16 0 641 1256 1821 1827 )
insert ( 643 '<>' 11 10 b f f 19 19 16 643 93 659 102 106 )
insert ( 654 '||' 11 10 b f f 25 25 25 0 0 1258 - - )
insert ( 660 '<' 11 10 b f f 19 19 16 662 663 655 103 107 )
insert ( 661 '<=' 11 10 b f f 19 19 16 663 662 656 336 386 )
insert ( 662 '>' 11 10 b f f 19 19 16 660 661 657 104 108 )
insert ( 663 '>=' 11 10 b f f 19 19 16 661 660 658 337 398 )
insert ( 664 '<' 11 10 b f f 25 25 16 666 667 740 103 107 )
insert ( 665 '<=' 11 10 b f f 25 25 16 667 666 741 336 386 )
insert ( 666 '>' 11 10 b f f 25 25 16 664 665 742 104 108 )
insert ( 667 '>=' 11 10 b f f 25 25 16 665 664 743 337 398 )
insert ( 670 '=' 11 10 b t t 701 701 16 670 671 293 101 105 )
insert ( 671 '<>' 11 10 b f f 701 701 16 671 670 294 102 106 )
insert ( 672 '<' 11 10 b f f 701 701 16 674 675 295 103 107 )
insert ( 673 '<=' 11 10 b f f 701 701 16 675 674 296 336 386 )
insert ( 674 '>' 11 10 b f f 701 701 16 672 673 297 104 108 )
insert ( 675 '>=' 11 10 b f f 701 701 16 673 672 298 337 398 )
insert ( 682 '@' 11 10 l f f 0 21 21 0 0 1253 - - )
insert ( 684 '+' 11 10 b f f 20 20 20 684 0 463 - - )
insert ( 685 - 11 10 b f f 20 20 20 0 0 464 - - )
insert ( 686 '*' 11 10 b f f 20 20 20 686 0 465 - - )
insert ( 687 '/' 11 10 b f f 20 20 20 0 0 466 - - )
insert ( 688 '+' 11 10 b f f 20 23 20 692 0 1274 - - )
insert ( 689 - 11 10 b f f 20 23 20 0 0 1275 - - )
insert ( 690 '*' 11 10 b f f 20 23 20 694 0 1276 - - )
insert ( 691 '/' 11 10 b f f 20 23 20 0 0 1277 - - )
insert ( 692 '+' 11 10 b f f 23 20 20 688 0 1278 - - )
insert ( 693 - 11 10 b f f 23 20 20 0 0 1279 - - )
insert ( 694 '*' 11 10 b f f 23 20 20 690 0 1280 - - )
insert ( 695 '/' 11 10 b f f 23 20 20 0 0 1281 - - )
insert ( 818 '+' 11 10 b f f 20 21 20 822 0 837 - - )
insert ( 819 - 11 10 b f f 20 21 20 0 0 838 - - )
insert ( 820 '*' 11 10 b f f 20 21 20 824 0 839 - - )
insert ( 821 '/' 11 10 b f f 20 21 20 0 0 840 - - )
insert ( 822 '+' 11 10 b f f 21 20 20 818 0 841 - - )
insert ( 823 - 11 10 b f f 21 20 20 0 0 942 - - )
insert ( 824 '*' 11 10 b f f 21 20 20 820 0 943 - - )
insert ( 825 '/' 11 10 b f f 21 20 20 0 0 948 - - )
insert ( 706 '<->' 11 10 b f f 603 603 701 706 0 978 - - )
insert ( 707 '<->' 11 10 b f f 602 602 701 707 0 370 - - )
insert ( 708 '<->' 11 10 b f f 628 628 701 708 0 239 - - )
insert ( 709 '<->' 11 10 b f f 601 601 701 709 0 361 - - )
insert ( 712 '<->' 11 10 b f f 604 604 701 712 0 729 - - )
insert ( 713 '<>' 11 10 b f f 600 600 16 713 510 988 102 106 )
insert ( 731 '+' 11 10 b f f 600 600 600 731 0 1441 - - )
insert ( 732 - 11 10 b f f 600 600 600 0 0 1442 - - )
insert ( 733 '*' 11 10 b f f 600 600 600 733 0 1443 - - )
insert ( 734 '/' 11 10 b f f 600 600 600 0 0 1444 - - )
insert ( 735 '+' 11 10 b f f 602 602 602 735 0 1435 - - )
insert ( 736 '+' 11 10 b f f 602 600 602 0 0 1436 - - )
insert ( 737 - 11 10 b f f 602 600 602 0 0 1437 - - )
insert ( 738 '*' 11 10 b f f 602 600 602 0 0 1438 - - )
insert ( 739 '/' 11 10 b f f 602 600 602 0 0 1439 - - )
insert ( 755 '@>' 11 10 b f f 602 600 16 512 0 1426 - - )
insert ( 756 '<@' 11 10 b f f 600 604 16 757 0 1429 1302 1303 )
insert ( 757 '@>' 11 10 b f f 604 600 16 756 0 1428 1302 1303 )
insert ( 758 '<@' 11 10 b f f 600 718 16 759 0 1478 1302 1303 )
insert ( 759 '@>' 11 10 b f f 718 600 16 758 0 1477 1302 1303 )
insert ( 773 '@' 11 10 l f f 0 23 23 0 0 1251 - - )
insert ( 792 '=' 11 10 b f f 602 602 16 792 0 984 101 105 )
insert ( 793 '<' 11 10 b f f 602 602 16 794 0 982 - - )
insert ( 794 '>' 11 10 b f f 602 602 16 793 0 983 - - )
insert ( 795 '<=' 11 10 b f f 602 602 16 796 0 985 - - )
insert ( 796 '>=' 11 10 b f f 602 602 16 795 0 986 - - )
insert ( 797 '#' 11 10 l f f 0 602 23 0 0 1432 - - )
insert ( 798 '?#' 11 10 b f f 602 602 16 0 0 973 - - )
insert ( 799 '@-@' 11 10 l f f 0 602 701 0 0 987 - - )
insert ( 800 '>^' 11 10 b f f 603 603 16 0 0 115 1300 1301 )
insert ( 801 '<^' 11 10 b f f 603 603 16 0 0 116 1300 1301 )
insert ( 802 '?#' 11 10 b f f 603 603 16 0 0 125 139 140 )
insert ( 803 '#' 11 10 b f f 603 603 603 0 0 980 - - )
insert ( 804 '+' 11 10 b f f 603 600 603 0 0 1422 - - )
insert ( 805 - 11 10 b f f 603 600 603 0 0 1423 - - )
insert ( 806 '*' 11 10 b f f 603 600 603 0 0 1424 - - )
insert ( 807 '/' 11 10 b f f 603 600 603 0 0 1425 - - )
insert ( 808 '?-' 11 10 b f f 600 600 16 808 0 990 - - )
insert ( 809 '?|' 11 10 b f f 600 600 16 809 0 989 - - )
insert ( 843 '*' 11 10 b f f 790 700 790 845 0 846 - - )
insert ( 844 '/' 11 10 b f f 790 700 790 0 0 847 - - )
insert ( 845 '*' 11 10 b f f 700 790 790 843 0 848 - - )
insert ( 900 '=' 11 10 b t f 790 790 16 900 901 888 101 105 )
insert ( 901 '<>' 11 10 b f f 790 790 16 901 900 889 102 106 )
insert ( 902 '<' 11 10 b f f 790 790 16 903 905 890 103 107 )
insert ( 903 '>' 11 10 b f f 790 790 16 902 904 892 104 108 )
insert ( 904 '<=' 11 10 b f f 790 790 16 905 903 891 336 386 )
insert ( 905 '>=' 11 10 b f f 790 790 16 904 902 893 337 398 )
insert ( 906 '+' 11 10 b f f 790 790 790 906 0 894 - - )
insert ( 907 - 11 10 b f f 790 790 790 0 0 895 - - )
insert ( 908 '*' 11 10 b f f 790 701 790 916 0 896 - - )
insert ( 909 '/' 11 10 b f f 790 701 790 0 0 897 - - )
insert ( 3346 '*' 11 10 b f f 790 20 790 3349 0 3344 - - )
insert ( 3347 '/' 11 10 b f f 790 20 790 0 0 3345 - - )
insert ( 912 '*' 11 10 b f f 790 23 790 917 0 864 - - )
insert ( 913 '/' 11 10 b f f 790 23 790 0 0 865 - - )
insert ( 914 '*' 11 10 b f f 790 21 790 918 0 866 - - )
insert ( 915 '/' 11 10 b f f 790 21 790 0 0 867 - - )
insert ( 916 '*' 11 10 b f f 701 790 790 908 0 919 - - )
insert ( 3349 '*' 11 10 b f f 20 790 790 3346 0 3399 - - )
insert ( 917 '*' 11 10 b f f 23 790 790 912 0 862 - - )
insert ( 918 '*' 11 10 b f f 21 790 790 914 0 863 - - )
insert ( 3825 '/' 11 10 b f f 790 790 701 0 0 3822 - - )
insert ( 965 '^' 11 10 b f f 701 701 701 0 0 232 - - )
insert ( 966 '+' 11 10 b f f 1034 1033 1034 0 0 1035 - - )
insert ( 967 - 11 10 b f f 1034 1033 1034 0 0 1036 - - )
insert ( 968 '@>' 11 10 b f f 1034 1033 16 0 0 1037 - - )
insert ( 974 '=' 11 10 b f t 1033 1033 16 974 0 1062 101 105 )
insert ( 969 '@@' 11 10 l f f 0 601 600 0 0 225 - - )
insert ( 971 '@@' 11 10 l f f 0 604 600 0 0 227 - - )
insert ( 1054 '=' 11 10 b t t 1042 1042 16 1054 1057 1048 101 105 )
insert ( 1055 '~' 11 10 b f f 1042 25 16 0 1056 1658 1818 1824 )
insert ( 1056 '!~' 11 10 b f f 1042 25 16 0 1055 1659 1821 1827 )
insert ( 1057 '<>' 11 10 b f f 1042 1042 16 1057 1054 1053 102 106 )
insert ( 1058 '<' 11 10 b f f 1042 1042 16 1060 1061 1049 103 107 )
insert ( 1059 '<=' 11 10 b f f 1042 1042 16 1061 1060 1050 336 386 )
insert ( 1060 '>' 11 10 b f f 1042 1042 16 1058 1059 1051 104 108 )
insert ( 1061 '>=' 11 10 b f f 1042 1042 16 1059 1058 1052 337 398 )
insert ( 1070 '=' 11 10 b t t 2277 2277 16 1070 1071 744 101 105 )
insert ( 1071 '<>' 11 10 b f f 2277 2277 16 1071 1070 390 102 106 )
insert ( 1072 '<' 11 10 b f f 2277 2277 16 1073 1075 391 103 107 )
insert ( 1073 '>' 11 10 b f f 2277 2277 16 1072 1074 392 104 108 )
insert ( 1074 '<=' 11 10 b f f 2277 2277 16 1075 1073 393 336 386 )
insert ( 1075 '>=' 11 10 b f f 2277 2277 16 1074 1072 396 337 398 )
insert ( 1076 '+' 11 10 b f f 1082 1186 1114 2551 0 2071 - - )
insert ( 1077 - 11 10 b f f 1082 1186 1114 0 0 2072 - - )
insert ( 1093 '=' 11 10 b t t 1082 1082 16 1093 1094 1086 101 105 )
insert ( 1094 '<>' 11 10 b f f 1082 1082 16 1094 1093 1091 102 106 )
insert ( 1095 '<' 11 10 b f f 1082 1082 16 1097 1098 1087 103 107 )
insert ( 1096 '<=' 11 10 b f f 1082 1082 16 1098 1097 1088 336 386 )
insert ( 1097 '>' 11 10 b f f 1082 1082 16 1095 1096 1089 104 108 )
insert ( 1098 '>=' 11 10 b f f 1082 1082 16 1096 1095 1090 337 398 )
insert ( 1099 - 11 10 b f f 1082 1082 23 0 0 1140 - - )
insert ( 1100 '+' 11 10 b f f 1082 23 1082 2555 0 1141 - - )
insert ( 1101 - 11 10 b f f 1082 23 1082 0 0 1142 - - )
insert ( 1108 '=' 11 10 b t t 1083 1083 16 1108 1109 1145 101 105 )
insert ( 1109 '<>' 11 10 b f f 1083 1083 16 1109 1108 1106 102 106 )
insert ( 1110 '<' 11 10 b f f 1083 1083 16 1112 1113 1102 103 107 )
insert ( 1111 '<=' 11 10 b f f 1083 1083 16 1113 1112 1103 336 386 )
insert ( 1112 '>' 11 10 b f f 1083 1083 16 1110 1111 1104 104 108 )
insert ( 1113 '>=' 11 10 b f f 1083 1083 16 1111 1110 1105 337 398 )
insert ( 1550 '=' 11 10 b t t 1266 1266 16 1550 1551 1352 101 105 )
insert ( 1551 '<>' 11 10 b f f 1266 1266 16 1551 1550 1353 102 106 )
insert ( 1552 '<' 11 10 b f f 1266 1266 16 1554 1555 1354 103 107 )
insert ( 1553 '<=' 11 10 b f f 1266 1266 16 1555 1554 1355 336 386 )
insert ( 1554 '>' 11 10 b f f 1266 1266 16 1552 1553 1357 104 108 )
insert ( 1555 '>=' 11 10 b f f 1266 1266 16 1553 1552 1356 337 398 )
insert ( 1116 '+' 11 10 b f f 700 701 701 1126 0 281 - - )
insert ( 1117 - 11 10 b f f 700 701 701 0 0 282 - - )
insert ( 1118 '/' 11 10 b f f 700 701 701 0 0 280 - - )
insert ( 1119 '*' 11 10 b f f 700 701 701 1129 0 279 - - )
insert ( 1120 '=' 11 10 b t t 700 701 16 1130 1121 299 101 105 )
insert ( 1121 '<>' 11 10 b f f 700 701 16 1131 1120 300 102 106 )
insert ( 1122 '<' 11 10 b f f 700 701 16 1133 1125 301 103 107 )
insert ( 1123 '>' 11 10 b f f 700 701 16 1132 1124 303 104 108 )
insert ( 1124 '<=' 11 10 b f f 700 701 16 1135 1123 302 336 386 )
insert ( 1125 '>=' 11 10 b f f 700 701 16 1134 1122 304 337 398 )
insert ( 1126 '+' 11 10 b f f 701 700 701 1116 0 285 - - )
insert ( 1127 - 11 10 b f f 701 700 701 0 0 286 - - )
insert ( 1128 '/' 11 10 b f f 701 700 701 0 0 284 - - )
insert ( 1129 '*' 11 10 b f f 701 700 701 1119 0 283 - - )
insert ( 1130 '=' 11 10 b t t 701 700 16 1120 1131 305 101 105 )
insert ( 1131 '<>' 11 10 b f f 701 700 16 1121 1130 306 102 106 )
insert ( 1132 '<' 11 10 b f f 701 700 16 1123 1135 307 103 107 )
insert ( 1133 '>' 11 10 b f f 701 700 16 1122 1134 309 104 108 )
insert ( 1134 '<=' 11 10 b f f 701 700 16 1125 1133 308 336 386 )
insert ( 1135 '>=' 11 10 b f f 701 700 16 1124 1132 310 337 398 )
insert ( 1207 '~~' 11 10 b f f 19 25 16 0 1208 858 1819 1825 )
insert ( 1208 '!~~' 11 10 b f f 19 25 16 0 1207 859 1822 1828 )
insert ( 1209 '~~' 11 10 b f f 25 25 16 0 1210 850 1819 1825 )
insert ( 1210 '!~~' 11 10 b f f 25 25 16 0 1209 851 1822 1828 )
insert ( 1211 '~~' 11 10 b f f 1042 25 16 0 1212 1631 1819 1825 )
insert ( 1212 '!~~' 11 10 b f f 1042 25 16 0 1211 1632 1822 1828 )
insert ( 1226 '~*' 11 10 b f f 19 25 16 0 1227 1240 1820 1826 )
insert ( 1227 '!~*' 11 10 b f f 19 25 16 0 1226 1241 1823 1829 )
insert ( 1228 '~*' 11 10 b f f 25 25 16 0 1229 1238 1820 1826 )
insert ( 1229 '!~*' 11 10 b f f 25 25 16 0 1228 1239 1823 1829 )
insert ( 1234 '~*' 11 10 b f f 1042 25 16 0 1235 1656 1820 1826 )
insert ( 1235 '!~*' 11 10 b f f 1042 25 16 0 1234 1657 1823 1829 )
insert ( 1320 '=' 11 10 b t t 1184 1184 16 1320 1321 1152 101 105 )
insert ( 1321 '<>' 11 10 b f f 1184 1184 16 1321 1320 1153 102 106 )
insert ( 1322 '<' 11 10 b f f 1184 1184 16 1324 1325 1154 103 107 )
insert ( 1323 '<=' 11 10 b f f 1184 1184 16 1325 1324 1155 336 386 )
insert ( 1324 '>' 11 10 b f f 1184 1184 16 1322 1323 1157 104 108 )
insert ( 1325 '>=' 11 10 b f f 1184 1184 16 1323 1322 1156 337 398 )
insert ( 1327 '+' 11 10 b f f 1184 1186 1184 2554 0 1189 - - )
insert ( 1328 - 11 10 b f f 1184 1184 1186 0 0 1188 - - )
insert ( 1329 - 11 10 b f f 1184 1186 1184 0 0 1190 - - )
insert ( 1330 '=' 11 10 b t t 1186 1186 16 1330 1331 1162 101 105 )
insert ( 1331 '<>' 11 10 b f f 1186 1186 16 1331 1330 1163 102 106 )
insert ( 1332 '<' 11 10 b f f 1186 1186 16 1334 1335 1164 103 107 )
insert ( 1333 '<=' 11 10 b f f 1186 1186 16 1335 1334 1165 336 386 )
insert ( 1334 '>' 11 10 b f f 1186 1186 16 1332 1333 1167 104 108 )
insert ( 1335 '>=' 11 10 b f f 1186 1186 16 1333 1332 1166 337 398 )
insert ( 1336 - 11 10 l f f 0 1186 1186 0 0 1168 - - )
insert ( 1337 '+' 11 10 b f f 1186 1186 1186 1337 0 1169 - - )
insert ( 1338 - 11 10 b f f 1186 1186 1186 0 0 1170 - - )
insert ( 1360 '+' 11 10 b f f 1082 1083 1114 1363 0 1272 - - )
insert ( 1361 '+' 11 10 b f f 1082 1266 1184 1366 0 1297 - - )
insert ( 1363 '+' 11 10 b f f 1083 1082 1114 1360 0 1296 - - )
insert ( 1366 '+' 11 10 b f f 1266 1082 1184 1361 0 1298 - - )
insert ( 1399 - 11 10 b f f 1083 1083 1186 0 0 1690 - - )
insert ( 1420 '@@' 11 10 l f f 0 718 600 0 0 1472 - - )
insert ( 1500 '=' 11 10 b f f 718 718 16 1500 1501 1462 101 105 )
insert ( 1501 '<>' 11 10 b f f 718 718 16 1501 1500 1463 102 106 )
insert ( 1502 '<' 11 10 b f f 718 718 16 1503 1505 1464 139 140 )
insert ( 1503 '>' 11 10 b f f 718 718 16 1502 1504 1465 139 140 )
insert ( 1504 '<=' 11 10 b f f 718 718 16 1505 1503 1466 139 140 )
insert ( 1505 '>=' 11 10 b f f 718 718 16 1504 1502 1467 139 140 )
insert ( 1506 '<<' 11 10 b f f 718 718 16 0 0 1454 1300 1301 )
insert ( 1507 '&<' 11 10 b f f 718 718 16 0 0 1455 1300 1301 )
insert ( 1508 '&>' 11 10 b f f 718 718 16 0 0 1456 1300 1301 )
insert ( 1509 '>>' 11 10 b f f 718 718 16 0 0 1457 1300 1301 )
insert ( 1510 '<@' 11 10 b f f 718 718 16 1511 0 1458 1302 1303 )
insert ( 1511 '@>' 11 10 b f f 718 718 16 1510 0 1453 1302 1303 )
insert ( 1512 '~=' 11 10 b f f 718 718 16 1512 0 1452 101 105 )
insert ( 1513 '&&' 11 10 b f f 718 718 16 1513 0 1459 139 140 )
insert ( 1514 '|>>' 11 10 b f f 718 718 16 0 0 1461 1300 1301 )
insert ( 1515 '<<|' 11 10 b f f 718 718 16 0 0 1460 1300 1301 )
insert ( 1516 '+' 11 10 b f f 718 600 718 0 0 1146 - - )
insert ( 1517 - 11 10 b f f 718 600 718 0 0 1147 - - )
insert ( 1518 '*' 11 10 b f f 718 600 718 0 0 1148 - - )
insert ( 1519 '/' 11 10 b f f 718 600 718 0 0 1149 - - )
insert ( 1520 '<->' 11 10 b f f 718 718 701 1520 0 1471 - - )
insert ( 1521 '#' 11 10 l f f 0 604 23 0 0 1445 - - )
insert ( 1522 '<->' 11 10 b f f 600 718 701 3291 0 1476 - - )
insert ( 3291 '<->' 11 10 b f f 718 600 701 1522 0 3290 - - )
insert ( 3276 '<->' 11 10 b f f 600 604 701 3289 0 3275 - - )
insert ( 3289 '<->' 11 10 b f f 604 600 701 3276 0 3292 - - )
insert ( 1523 '<->' 11 10 b f f 718 604 701 1383 0 728 - - )
insert ( 1383 '<->' 11 10 b f f 604 718 701 1523 0 785 - - )
insert ( 1525 '?#' 11 10 b f f 601 601 16 1525 0 994 - - )
insert ( 1526 '?||' 11 10 b f f 601 601 16 1526 0 995 - - )
insert ( 1527 '?-|' 11 10 b f f 601 601 16 1527 0 996 - - )
insert ( 1528 '?-' 11 10 l f f 0 601 16 0 0 998 - - )
insert ( 1529 '?|' 11 10 l f f 0 601 16 0 0 997 - - )
insert ( 1535 '=' 11 10 b f f 601 601 16 1535 1586 999 101 105 )
insert ( 1536 '#' 11 10 b f f 601 601 600 1536 0 362 - - )
insert ( 1537 '?#' 11 10 b f f 601 628 16 0 0 277 - - )
insert ( 1538 '?#' 11 10 b f f 601 603 16 0 0 373 - - )
insert ( 1539 '?#' 11 10 b f f 628 603 16 0 0 278 - - )
insert ( 1546 '<@' 11 10 b f f 600 628 16 0 0 959 - - )
insert ( 1547 '<@' 11 10 b f f 600 601 16 0 0 369 - - )
insert ( 1548 '<@' 11 10 b f f 601 628 16 0 0 960 - - )
insert ( 1549 '<@' 11 10 b f f 601 603 16 0 0 372 - - )
insert ( 1557 '##' 11 10 b f f 600 628 600 0 0 961 - - )
insert ( 1558 '##' 11 10 b f f 600 601 600 0 0 366 - - )
insert ( 1559 '##' 11 10 b f f 600 603 600 0 0 367 - - )
insert ( 1567 '##' 11 10 b f f 601 603 600 0 0 368 - - )
insert ( 1577 '##' 11 10 b f f 628 601 600 0 0 1488 - - )
insert ( 1578 '##' 11 10 b f f 601 601 600 0 0 1489 - - )
insert ( 1583 '*' 11 10 b f f 1186 701 1186 1584 0 1618 - - )
insert ( 1584 '*' 11 10 b f f 701 1186 1186 1583 0 1624 - - )
insert ( 1585 '/' 11 10 b f f 1186 701 1186 0 0 1326 - - )
insert ( 1586 '<>' 11 10 b f f 601 601 16 1586 1535 1482 102 106 )
insert ( 1587 '<' 11 10 b f f 601 601 16 1589 1590 1483 - - )
insert ( 1588 '<=' 11 10 b f f 601 601 16 1590 1589 1484 - - )
insert ( 1589 '>' 11 10 b f f 601 601 16 1587 1588 1485 - - )
insert ( 1590 '>=' 11 10 b f f 601 601 16 1588 1587 1486 - - )
insert ( 1591 '@-@' 11 10 l f f 0 601 701 0 0 1487 - - )
insert ( 1611 '?#' 11 10 b f f 628 628 16 1611 0 1495 - - )
insert ( 1612 '?||' 11 10 b f f 628 628 16 1612 0 1496 - - )
insert ( 1613 '?-|' 11 10 b f f 628 628 16 1613 0 1497 - - )
insert ( 1614 '?-' 11 10 l f f 0 628 16 0 0 1499 - - )
insert ( 1615 '?|' 11 10 l f f 0 628 16 0 0 1498 - - )
insert ( 1616 '=' 11 10 b f f 628 628 16 1616 0 1492 101 105 )
insert ( 1617 '#' 11 10 b f f 628 628 600 1617 0 1494 - - )
insert ( 4161 '|>>' 11 10 b f f 600 600 16 0 0 131 1300 1301 )
insert ( 4162 '<<|' 11 10 b f f 600 600 16 0 0 134 1300 1301 )
insert ( 1220 '=' 11 10 b t t 829 829 16 1220 1221 830 101 105 )
insert ( 1221 '<>' 11 10 b f f 829 829 16 1221 1220 835 102 106 )
insert ( 1222 '<' 11 10 b f f 829 829 16 1224 1225 831 103 107 )
insert ( 1223 '<=' 11 10 b f f 829 829 16 1225 1224 832 336 386 )
insert ( 1224 '>' 11 10 b f f 829 829 16 1222 1223 833 104 108 )
insert ( 1225 '>=' 11 10 b f f 829 829 16 1223 1222 834 337 398 )
insert ( 3147 '~' 11 10 l f f 0 829 829 0 0 3144 - - )
insert ( 3148 '&' 11 10 b f f 829 829 829 0 0 3145 - - )
insert ( 3149 '|' 11 10 b f f 829 829 829 0 0 3146 - - )
insert ( 3362 '=' 11 10 b t t 774 774 16 3362 3363 4113 101 105 )
insert ( 3363 '<>' 11 10 b f f 774 774 16 3363 3362 4118 102 106 )
insert ( 3364 '<' 11 10 b f f 774 774 16 3366 3367 4114 103 107 )
insert ( 3365 '<=' 11 10 b f f 774 774 16 3367 3366 4115 336 386 )
insert ( 3366 '>' 11 10 b f f 774 774 16 3364 3365 4116 104 108 )
insert ( 3367 '>=' 11 10 b f f 774 774 16 3365 3364 4117 337 398 )
insert ( 3368 '~' 11 10 l f f 0 774 774 0 0 4120 - - )
insert ( 3369 '&' 11 10 b f f 774 774 774 0 0 4121 - - )
insert ( 3370 '|' 11 10 b f f 774 774 774 0 0 4122 - - )
insert ( 1201 '=' 11 10 b t t 869 869 16 1201 1202 920 101 105 )
insert ( 1202 '<>' 11 10 b f f 869 869 16 1202 1201 925 102 106 )
insert ( 1203 '<' 11 10 b f f 869 869 16 1205 1206 921 103 107 )
insert ( 1204 '<=' 11 10 b f f 869 869 16 1206 1205 922 336 386 )
insert ( 1205 '>' 11 10 b f f 869 869 16 1203 1204 923 104 108 )
insert ( 1206 '>=' 11 10 b f f 869 869 16 1204 1203 924 337 398 )
insert ( 931 '<<' 11 10 b f f 869 869 16 933 0 927 3560 3561 )
insert ( 932 '<<=' 11 10 b f f 869 869 16 934 0 928 3560 3561 )
insert ( 933 '>>' 11 10 b f f 869 869 16 931 0 929 3560 3561 )
insert ( 934 '>>=' 11 10 b f f 869 869 16 932 0 930 3560 3561 )
insert ( 3552 '&&' 11 10 b f f 869 869 16 3552 0 3551 3560 3561 )
insert ( 2634 '~' 11 10 l f f 0 869 869 0 0 2627 - - )
insert ( 2635 '&' 11 10 b f f 869 869 869 0 0 2628 - - )
insert ( 2636 '|' 11 10 b f f 869 869 869 0 0 2629 - - )
insert ( 2637 '+' 11 10 b f f 869 20 869 2638 0 2630 - - )
insert ( 2638 '+' 11 10 b f f 20 869 869 2637 0 2631 - - )
insert ( 2639 - 11 10 b f f 869 20 869 0 0 2632 - - )
insert ( 2640 - 11 10 b f f 869 869 20 0 0 2633 - - )
insert ( 1625 '~~*' 11 10 b f f 19 25 16 0 1626 1635 1814 1816 )
insert ( 1626 '!~~*' 11 10 b f f 19 25 16 0 1625 1636 1815 1817 )
insert ( 1627 '~~*' 11 10 b f f 25 25 16 0 1628 1633 1814 1816 )
insert ( 1628 '!~~*' 11 10 b f f 25 25 16 0 1627 1634 1815 1817 )
insert ( 1629 '~~*' 11 10 b f f 1042 25 16 0 1630 1660 1814 1816 )
insert ( 1630 '!~~*' 11 10 b f f 1042 25 16 0 1629 1661 1815 1817 )
insert ( 1751 - 11 10 l f f 0 1700 1700 0 0 1771 - - )
insert ( 1752 '=' 11 10 b t t 1700 1700 16 1752 1753 1718 101 105 )
insert ( 1753 '<>' 11 10 b f f 1700 1700 16 1753 1752 1719 102 106 )
insert ( 1754 '<' 11 10 b f f 1700 1700 16 1756 1757 1722 103 107 )
insert ( 1755 '<=' 11 10 b f f 1700 1700 16 1757 1756 1723 336 386 )
insert ( 1756 '>' 11 10 b f f 1700 1700 16 1754 1755 1720 104 108 )
insert ( 1757 '>=' 11 10 b f f 1700 1700 16 1755 1754 1721 337 398 )
insert ( 1758 '+' 11 10 b f f 1700 1700 1700 1758 0 1724 - - )
insert ( 1759 - 11 10 b f f 1700 1700 1700 0 0 1725 - - )
insert ( 1760 '*' 11 10 b f f 1700 1700 1700 1760 0 1726 - - )
insert ( 1761 '/' 11 10 b f f 1700 1700 1700 0 0 1727 - - )
insert ( 1762 '%' 11 10 b f f 1700 1700 1700 0 0 1729 - - )
insert ( 1038 '^' 11 10 b f f 1700 1700 1700 0 0 1739 - - )
insert ( 1763 '@' 11 10 l f f 0 1700 1700 0 0 1704 - - )
insert ( 1784 '=' 11 10 b t f 1560 1560 16 1784 1785 1581 101 105 )
insert ( 1785 '<>' 11 10 b f f 1560 1560 16 1785 1784 1582 102 106 )
insert ( 1786 '<' 11 10 b f f 1560 1560 16 1787 1789 1595 103 107 )
insert ( 1787 '>' 11 10 b f f 1560 1560 16 1786 1788 1593 104 108 )
insert ( 1788 '<=' 11 10 b f f 1560 1560 16 1789 1787 1594 336 386 )
insert ( 1789 '>=' 11 10 b f f 1560 1560 16 1788 1786 1592 337 398 )
insert ( 1791 '&' 11 10 b f f 1560 1560 1560 1791 0 1673 - - )
insert ( 1792 '|' 11 10 b f f 1560 1560 1560 1792 0 1674 - - )
insert ( 1793 '#' 11 10 b f f 1560 1560 1560 1793 0 1675 - - )
insert ( 1794 '~' 11 10 l f f 0 1560 1560 0 0 1676 - - )
insert ( 1795 '<<' 11 10 b f f 1560 23 1560 0 0 1677 - - )
insert ( 1796 '>>' 11 10 b f f 1560 23 1560 0 0 1678 - - )
insert ( 1797 '||' 11 10 b f f 1562 1562 1562 0 0 1679 - - )
insert ( 1800 '+' 11 10 b f f 1083 1186 1083 1849 0 1747 - - )
insert ( 1801 - 11 10 b f f 1083 1186 1083 0 0 1748 - - )
insert ( 1802 '+' 11 10 b f f 1266 1186 1266 2552 0 1749 - - )
insert ( 1803 - 11 10 b f f 1266 1186 1266 0 0 1750 - - )
insert ( 1804 '=' 11 10 b t f 1562 1562 16 1804 1805 1666 101 105 )
insert ( 1805 '<>' 11 10 b f f 1562 1562 16 1805 1804 1667 102 106 )
insert ( 1806 '<' 11 10 b f f 1562 1562 16 1807 1809 1671 103 107 )
insert ( 1807 '>' 11 10 b f f 1562 1562 16 1806 1808 1669 104 108 )
insert ( 1808 '<=' 11 10 b f f 1562 1562 16 1809 1807 1670 336 386 )
insert ( 1809 '>=' 11 10 b f f 1562 1562 16 1808 1806 1668 337 398 )
insert ( 1849 '+' 11 10 b f f 1186 1083 1083 1800 0 1848 - - )
insert ( 1862 '=' 11 10 b t t 21 20 16 1868 1863 1850 101 105 )
insert ( 1863 '<>' 11 10 b f f 21 20 16 1869 1862 1851 102 106 )
insert ( 1864 '<' 11 10 b f f 21 20 16 1871 1867 1852 103 107 )
insert ( 1865 '>' 11 10 b f f 21 20 16 1870 1866 1853 104 108 )
insert ( 1866 '<=' 11 10 b f f 21 20 16 1873 1865 1854 336 386 )
insert ( 1867 '>=' 11 10 b f f 21 20 16 1872 1864 1855 337 398 )
insert ( 1868 '=' 11 10 b t t 20 21 16 1862 1869 1856 101 105 )
insert ( 1869 '<>' 11 10 b f f 20 21 16 1863 1868 1857 102 106 )
insert ( 1870 '<' 11 10 b f f 20 21 16 1865 1873 1858 103 107 )
insert ( 1871 '>' 11 10 b f f 20 21 16 1864 1872 1859 104 108 )
insert ( 1872 '<=' 11 10 b f f 20 21 16 1867 1871 1860 336 386 )
insert ( 1873 '>=' 11 10 b f f 20 21 16 1866 1870 1861 337 398 )
insert ( 1874 '&' 11 10 b f f 21 21 21 1874 0 1892 - - )
insert ( 1875 '|' 11 10 b f f 21 21 21 1875 0 1893 - - )
insert ( 1876 '#' 11 10 b f f 21 21 21 1876 0 1894 - - )
insert ( 1877 '~' 11 10 l f f 0 21 21 0 0 1895 - - )
insert ( 1878 '<<' 11 10 b f f 21 23 21 0 0 1896 - - )
insert ( 1879 '>>' 11 10 b f f 21 23 21 0 0 1897 - - )
insert ( 1880 '&' 11 10 b f f 23 23 23 1880 0 1898 - - )
insert ( 1881 '|' 11 10 b f f 23 23 23 1881 0 1899 - - )
insert ( 1882 '#' 11 10 b f f 23 23 23 1882 0 1900 - - )
insert ( 1883 '~' 11 10 l f f 0 23 23 0 0 1901 - - )
insert ( 1884 '<<' 11 10 b f f 23 23 23 0 0 1902 - - )
insert ( 1885 '>>' 11 10 b f f 23 23 23 0 0 1903 - - )
insert ( 1886 '&' 11 10 b f f 20 20 20 1886 0 1904 - - )
insert ( 1887 '|' 11 10 b f f 20 20 20 1887 0 1905 - - )
insert ( 1888 '#' 11 10 b f f 20 20 20 1888 0 1906 - - )
insert ( 1889 '~' 11 10 l f f 0 20 20 0 0 1907 - - )
insert ( 1890 '<<' 11 10 b f f 20 23 20 0 0 1908 - - )
insert ( 1891 '>>' 11 10 b f f 20 23 20 0 0 1909 - - )
insert ( 1916 '+' 11 10 l f f 0 20 20 0 0 1910 - - )
insert ( 1917 '+' 11 10 l f f 0 21 21 0 0 1911 - - )
insert ( 1918 '+' 11 10 l f f 0 23 23 0 0 1912 - - )
insert ( 1919 '+' 11 10 l f f 0 700 700 0 0 1913 - - )
insert ( 1920 '+' 11 10 l f f 0 701 701 0 0 1914 - - )
insert ( 1921 '+' 11 10 l f f 0 1700 1700 0 0 1915 - - )
insert ( 1955 '=' 11 10 b t t 17 17 16 1955 1956 1948 101 105 )
insert ( 1956 '<>' 11 10 b f f 17 17 16 1956 1955 1953 102 106 )
insert ( 1957 '<' 11 10 b f f 17 17 16 1959 1960 1949 103 107 )
insert ( 1958 '<=' 11 10 b f f 17 17 16 1960 1959 1950 336 386 )
insert ( 1959 '>' 11 10 b f f 17 17 16 1957 1958 1951 104 108 )
insert ( 1960 '>=' 11 10 b f f 17 17 16 1958 1957 1952 337 398 )
insert ( 2016 '~~' 11 10 b f f 17 17 16 0 2017 2005 1819 1825 )
insert ( 2017 '!~~' 11 10 b f f 17 17 16 0 2016 2006 1822 1828 )
insert ( 2018 '||' 11 10 b f f 17 17 17 0 0 2011 - - )
insert ( 2060 '=' 11 10 b t t 1114 1114 16 2060 2061 2052 101 105 )
insert ( 2061 '<>' 11 10 b f f 1114 1114 16 2061 2060 2053 102 106 )
insert ( 2062 '<' 11 10 b f f 1114 1114 16 2064 2065 2054 103 107 )
insert ( 2063 '<=' 11 10 b f f 1114 1114 16 2065 2064 2055 336 386 )
insert ( 2064 '>' 11 10 b f f 1114 1114 16 2062 2063 2057 104 108 )
insert ( 2065 '>=' 11 10 b f f 1114 1114 16 2063 2062 2056 337 398 )
insert ( 2066 '+' 11 10 b f f 1114 1186 1114 2553 0 2032 - - )
insert ( 2067 - 11 10 b f f 1114 1114 1186 0 0 2031 - - )
insert ( 2068 - 11 10 b f f 1114 1186 1114 0 0 2033 - - )
insert ( 2314 '~<~' 11 10 b f f 25 25 16 2318 2317 2160 103 107 )
insert ( 2315 '~<=~' 11 10 b f f 25 25 16 2317 2318 2161 336 386 )
insert ( 2317 '~>=~' 11 10 b f f 25 25 16 2315 2314 2163 337 398 )
insert ( 2318 '~>~' 11 10 b f f 25 25 16 2314 2315 2164 104 108 )
insert ( 2326 '~<~' 11 10 b f f 1042 1042 16 2330 2329 2174 103 107 )
insert ( 2327 '~<=~' 11 10 b f f 1042 1042 16 2329 2330 2175 336 386 )
insert ( 2329 '~>=~' 11 10 b f f 1042 1042 16 2327 2326 2177 337 398 )
insert ( 2330 '~>~' 11 10 b f f 1042 1042 16 2326 2327 2178 104 108 )
insert ( 2345 '<' 11 10 b f f 1082 1114 16 2375 2348 2338 103 107 )
insert ( 2346 '<=' 11 10 b f f 1082 1114 16 2374 2349 2339 336 386 )
insert ( 2347 '=' 11 10 b t f 1082 1114 16 2373 2350 2340 101 105 )
insert ( 2348 '>=' 11 10 b f f 1082 1114 16 2372 2345 2342 337 398 )
insert ( 2349 '>' 11 10 b f f 1082 1114 16 2371 2346 2341 104 108 )
insert ( 2350 '<>' 11 10 b f f 1082 1114 16 2376 2347 2343 102 106 )
insert ( 2358 '<' 11 10 b f f 1082 1184 16 2388 2361 2351 103 107 )
insert ( 2359 '<=' 11 10 b f f 1082 1184 16 2387 2362 2352 336 386 )
insert ( 2360 '=' 11 10 b t f 1082 1184 16 2386 2363 2353 101 105 )
insert ( 2361 '>=' 11 10 b f f 1082 1184 16 2385 2358 2355 337 398 )
insert ( 2362 '>' 11 10 b f f 1082 1184 16 2384 2359 2354 104 108 )
insert ( 2363 '<>' 11 10 b f f 1082 1184 16 2389 2360 2356 102 106 )
insert ( 2371 '<' 11 10 b f f 1114 1082 16 2349 2374 2364 103 107 )
insert ( 2372 '<=' 11 10 b f f 1114 1082 16 2348 2375 2365 336 386 )
insert ( 2373 '=' 11 10 b t f 1114 1082 16 2347 2376 2366 101 105 )
insert ( 2374 '>=' 11 10 b f f 1114 1082 16 2346 2371 2368 337 398 )
insert ( 2375 '>' 11 10 b f f 1114 1082 16 2345 2372 2367 104 108 )
insert ( 2376 '<>' 11 10 b f f 1114 1082 16 2350 2373 2369 102 106 )
insert ( 2384 '<' 11 10 b f f 1184 1082 16 2362 2387 2377 103 107 )
insert ( 2385 '<=' 11 10 b f f 1184 1082 16 2361 2388 2378 336 386 )
insert ( 2386 '=' 11 10 b t f 1184 1082 16 2360 2389 2379 101 105 )
insert ( 2387 '>=' 11 10 b f f 1184 1082 16 2359 2384 2381 337 398 )
insert ( 2388 '>' 11 10 b f f 1184 1082 16 2358 2385 2380 104 108 )
insert ( 2389 '<>' 11 10 b f f 1184 1082 16 2363 2386 2382 102 106 )
insert ( 2534 '<' 11 10 b f f 1114 1184 16 2544 2537 2520 103 107 )
insert ( 2535 '<=' 11 10 b f f 1114 1184 16 2543 2538 2521 336 386 )
insert ( 2536 '=' 11 10 b t f 1114 1184 16 2542 2539 2522 101 105 )
insert ( 2537 '>=' 11 10 b f f 1114 1184 16 2541 2534 2524 337 398 )
insert ( 2538 '>' 11 10 b f f 1114 1184 16 2540 2535 2523 104 108 )
insert ( 2539 '<>' 11 10 b f f 1114 1184 16 2545 2536 2525 102 106 )
insert ( 2540 '<' 11 10 b f f 1184 1114 16 2538 2543 2527 103 107 )
insert ( 2541 '<=' 11 10 b f f 1184 1114 16 2537 2544 2528 336 386 )
insert ( 2542 '=' 11 10 b t f 1184 1114 16 2536 2545 2529 101 105 )
insert ( 2543 '>=' 11 10 b f f 1184 1114 16 2535 2540 2531 337 398 )
insert ( 2544 '>' 11 10 b f f 1184 1114 16 2534 2541 2530 104 108 )
insert ( 2545 '<>' 11 10 b f f 1184 1114 16 2539 2542 2532 102 106 )
insert ( 2551 '+' 11 10 b f f 1186 1082 1114 1076 0 2546 - - )
insert ( 2552 '+' 11 10 b f f 1186 1266 1266 1802 0 2547 - - )
insert ( 2553 '+' 11 10 b f f 1186 1114 1114 2066 0 2548 - - )
insert ( 2554 '+' 11 10 b f f 1186 1184 1184 1327 0 2549 - - )
insert ( 2555 '+' 11 10 b f f 23 1082 1082 1100 0 2550 - - )
insert ( 2570 '<<|' 11 10 b f f 603 603 16 0 0 2562 1300 1301 )
insert ( 2571 '&<|' 11 10 b f f 603 603 16 0 0 2563 1300 1301 )
insert ( 2572 '|&>' 11 10 b f f 603 603 16 0 0 2564 1300 1301 )
insert ( 2573 '|>>' 11 10 b f f 603 603 16 0 0 2565 1300 1301 )
insert ( 2574 '<<|' 11 10 b f f 604 604 16 0 0 2566 1300 1301 )
insert ( 2575 '&<|' 11 10 b f f 604 604 16 0 0 2567 1300 1301 )
insert ( 2576 '|&>' 11 10 b f f 604 604 16 0 0 2568 1300 1301 )
insert ( 2577 '|>>' 11 10 b f f 604 604 16 0 0 2569 1300 1301 )
insert ( 2589 '&<|' 11 10 b f f 718 718 16 0 0 2587 1300 1301 )
insert ( 2590 '|&>' 11 10 b f f 718 718 16 0 0 2588 1300 1301 )
insert ( 2750 '&&' 11 10 b f f 2277 2277 16 2750 0 2747 3817 3818 )
insert ( 2751 '@>' 11 10 b f f 2277 2277 16 2752 0 2748 3817 3818 )
insert ( 2752 '<@' 11 10 b f f 2277 2277 16 2751 0 2749 3817 3818 )
insert ( 2779 '||' 11 10 b f f 25 2776 25 0 0 2003 - - )
insert ( 2780 '||' 11 10 b f f 2776 25 25 0 0 2004 - - )
insert ( 2972 '=' 11 10 b t t 2950 2950 16 2972 2973 2956 101 105 )
insert ( 2973 '<>' 11 10 b f f 2950 2950 16 2973 2972 2959 102 106 )
insert ( 2974 '<' 11 10 b f f 2950 2950 16 2975 2977 2954 103 107 )
insert ( 2975 '>' 11 10 b f f 2950 2950 16 2974 2976 2958 104 108 )
insert ( 2976 '<=' 11 10 b f f 2950 2950 16 2977 2975 2955 336 386 )
insert ( 2977 '>=' 11 10 b f f 2950 2950 16 2976 2974 2957 337 398 )
insert ( 3222 '=' 11 10 b t t 3220 3220 16 3222 3223 3233 101 105 )
insert ( 3223 '<>' 11 10 b f f 3220 3220 16 3223 3222 3236 102 106 )
insert ( 3224 '<' 11 10 b f f 3220 3220 16 3225 3227 3231 103 107 )
insert ( 3225 '>' 11 10 b f f 3220 3220 16 3224 3226 3235 104 108 )
insert ( 3226 '<=' 11 10 b f f 3220 3220 16 3227 3225 3232 336 386 )
insert ( 3227 '>=' 11 10 b f f 3220 3220 16 3226 3224 3234 337 398 )
insert ( 3228 - 11 10 b f f 3220 3220 1700 0 0 3237 - - )
insert ( 5025 '+' 11 10 b f f 3220 1700 3220 5026 0 5022 - - )
insert ( 5026 '+' 11 10 b f f 1700 3220 3220 5025 0 5023 - - )
insert ( 5027 - 11 10 b f f 3220 1700 3220 0 0 5024 - - )
insert ( 3516 '=' 11 10 b t t 3500 3500 16 3516 3517 3508 101 105 )
insert ( 3517 '<>' 11 10 b f f 3500 3500 16 3517 3516 3509 102 106 )
insert ( 3518 '<' 11 10 b f f 3500 3500 16 3519 3521 3510 103 107 )
insert ( 3519 '>' 11 10 b f f 3500 3500 16 3518 3520 3511 104 108 )
insert ( 3520 '<=' 11 10 b f f 3500 3500 16 3521 3519 3512 336 386 )
insert ( 3521 '>=' 11 10 b f f 3500 3500 16 3520 3518 3513 337 398 )
insert ( 3627 '<' 11 10 b f f 3614 3614 16 3632 3631 3616 103 107 )
insert ( 3628 '<=' 11 10 b f f 3614 3614 16 3631 3632 3617 336 386 )
insert ( 3629 '=' 11 10 b t f 3614 3614 16 3629 3630 3618 101 105 )
insert ( 3630 '<>' 11 10 b f f 3614 3614 16 3630 3629 3619 102 106 )
insert ( 3631 '>=' 11 10 b f f 3614 3614 16 3628 3627 3620 337 398 )
insert ( 3632 '>' 11 10 b f f 3614 3614 16 3627 3628 3621 104 108 )
insert ( 3633 '||' 11 10 b f f 3614 3614 3614 0 0 3625 - - )
insert ( 3636 '@@' 11 10 b f f 3614 3615 16 3637 0 3634 3686 3687 )
insert ( 3637 '@@' 11 10 b f f 3615 3614 16 3636 0 3635 3686 3687 )
insert ( 3660 '@@@' 11 10 b f f 3614 3615 16 3661 0 3634 3686 3687 )
insert ( 3661 '@@@' 11 10 b f f 3615 3614 16 3660 0 3635 3686 3687 )
insert ( 3674 '<' 11 10 b f f 3615 3615 16 3679 3678 3662 103 107 )
insert ( 3675 '<=' 11 10 b f f 3615 3615 16 3678 3679 3663 336 386 )
insert ( 3676 '=' 11 10 b t f 3615 3615 16 3676 3677 3664 101 105 )
insert ( 3677 '<>' 11 10 b f f 3615 3615 16 3677 3676 3665 102 106 )
insert ( 3678 '>=' 11 10 b f f 3615 3615 16 3675 3674 3666 337 398 )
insert ( 3679 '>' 11 10 b f f 3615 3615 16 3674 3675 3667 104 108 )
insert ( 3680 '&&' 11 10 b f f 3615 3615 3615 0 0 3669 - - )
insert ( 3681 '||' 11 10 b f f 3615 3615 3615 0 0 3670 - - )
insert ( 5005 '<->' 11 10 b f f 3615 3615 3615 0 0 5003 - - )
insert ( 3682 '!!' 11 10 l f f 0 3615 3615 0 0 3671 - - )
insert ( 3693 '@>' 11 10 b f f 3615 3615 16 3694 0 3691 5040 5041 )
insert ( 3694 '<@' 11 10 b f f 3615 3615 16 3693 0 3692 5040 5041 )
insert ( 3762 '@@' 11 10 b f f 25 25 16 0 0 3760 5040 5041 )
insert ( 3763 '@@' 11 10 b f f 25 3615 16 0 0 3761 5040 5041 )
insert ( 2988 '=' 11 10 b t t 2249 2249 16 2988 2989 2981 101 105 )
insert ( 2989 '<>' 11 10 b f f 2249 2249 16 2989 2988 2982 102 106 )
insert ( 2990 '<' 11 10 b f f 2249 2249 16 2991 2993 2983 103 107 )
insert ( 2991 '>' 11 10 b f f 2249 2249 16 2990 2992 2984 104 108 )
insert ( 2992 '<=' 11 10 b f f 2249 2249 16 2993 2991 2985 336 386 )
insert ( 2993 '>=' 11 10 b f f 2249 2249 16 2992 2990 2986 337 398 )
insert ( 3188 '*=' 11 10 b t f 2249 2249 16 3188 3189 3181 101 105 )
insert ( 3189 '*<>' 11 10 b f f 2249 2249 16 3189 3188 3182 102 106 )
insert ( 3190 '*<' 11 10 b f f 2249 2249 16 3191 3193 3183 103 107 )
insert ( 3191 '*>' 11 10 b f f 2249 2249 16 3190 3192 3184 104 108 )
insert ( 3192 '*<=' 11 10 b f f 2249 2249 16 3193 3191 3185 336 386 )
insert ( 3193 '*>=' 11 10 b f f 2249 2249 16 3192 3190 3186 337 398 )
insert ( 3882 '=' 11 10 b t t 3831 3831 16 3882 3883 3855 101 105 )
insert ( 3883 '<>' 11 10 b f f 3831 3831 16 3883 3882 3856 102 106 )
insert ( 3884 '<' 11 10 b f f 3831 3831 16 3887 3886 3871 3169 107 )
insert ( 3885 '<=' 11 10 b f f 3831 3831 16 3886 3887 3872 3169 386 )
insert ( 3886 '>=' 11 10 b f f 3831 3831 16 3885 3884 3873 3169 398 )
insert ( 3887 '>' 11 10 b f f 3831 3831 16 3884 3885 3874 3169 108 )
insert ( 3888 '&&' 11 10 b f f 3831 3831 16 3888 0 3857 3169 140 )
insert ( 3889 '@>' 11 10 b f f 3831 2283 16 3891 0 3858 3169 1303 )
insert ( 3890 '@>' 11 10 b f f 3831 3831 16 3892 0 3859 3169 1303 )
insert ( 3891 '<@' 11 10 b f f 2283 3831 16 3889 0 3860 3169 1303 )
insert ( 3892 '<@' 11 10 b f f 3831 3831 16 3890 0 3861 3169 1303 )
insert ( 3893 '<<' 11 10 b f f 3831 3831 16 3894 0 3863 3169 107 )
insert ( 3894 '>>' 11 10 b f f 3831 3831 16 3893 0 3864 3169 108 )
insert ( 3895 '&<' 11 10 b f f 3831 3831 16 0 0 3865 3169 107 )
insert ( 3896 '&>' 11 10 b f f 3831 3831 16 0 0 3866 3169 108 )
insert ( 3897 '-|-' 11 10 b f f 3831 3831 16 3897 0 3862 5040 5041 )
insert ( 3898 '+' 11 10 b f f 3831 3831 3831 3898 0 3867 - - )
insert ( 3899 - 11 10 b f f 3831 3831 3831 0 0 3869 - - )
insert ( 3900 '*' 11 10 b f f 3831 3831 3831 3900 0 3868 - - )
insert ( 3962 '->' 11 10 b f f 114 25 114 0 0 3947 - - )
insert ( 3963 '->>' 11 10 b f f 114 25 25 0 0 3948 - - )
insert ( 3964 '->' 11 10 b f f 114 23 114 0 0 3949 - - )
insert ( 3965 '->>' 11 10 b f f 114 23 25 0 0 3950 - - )
insert ( 3966 '#>' 11 10 b f f 114 1009 114 0 0 3951 - - )
insert ( 3967 '#>>' 11 10 b f f 114 1009 25 0 0 3953 - - )
insert ( 3211 '->' 11 10 b f f 3802 25 3802 0 0 3478 - - )
insert ( 3477 '->>' 11 10 b f f 3802 25 25 0 0 3214 - - )
insert ( 3212 '->' 11 10 b f f 3802 23 3802 0 0 3215 - - )
insert ( 3481 '->>' 11 10 b f f 3802 23 25 0 0 3216 - - )
insert ( 3213 '#>' 11 10 b f f 3802 1009 3802 0 0 3217 - - )
insert ( 3206 '#>>' 11 10 b f f 3802 1009 25 0 0 3940 - - )
insert ( 3240 '=' 11 10 b t t 3802 3802 16 3240 3241 4043 101 105 )
insert ( 3241 '<>' 11 10 b f f 3802 3802 16 3241 3240 4038 102 106 )
insert ( 3242 '<' 11 10 b f f 3802 3802 16 3243 3245 4039 103 107 )
insert ( 3243 '>' 11 10 b f f 3802 3802 16 3242 3244 4040 104 108 )
insert ( 3244 '<=' 11 10 b f f 3802 3802 16 3245 3243 4041 336 386 )
insert ( 3245 '>=' 11 10 b f f 3802 3802 16 3244 3242 4042 337 398 )
insert ( 3246 '@>' 11 10 b f f 3802 3802 16 3250 0 4046 5040 5041 )
insert ( 3247 '?' 11 10 b f f 3802 25 16 0 0 4047 5040 5041 )
insert ( 3248 '?|' 11 10 b f f 3802 1009 16 0 0 4048 5040 5041 )
insert ( 3249 '?&' 11 10 b f f 3802 1009 16 0 0 4049 5040 5041 )
insert ( 3250 '<@' 11 10 b f f 3802 3802 16 3246 0 4050 5040 5041 )
insert ( 3284 '||' 11 10 b f f 3802 3802 3802 0 0 3301 - - )
insert ( 3285 - 11 10 b f f 3802 25 3802 0 0 3302 - - )
insert ( 3398 - 11 10 b f f 3802 1009 3802 0 0 3343 - - )
insert ( 3286 - 11 10 b f f 3802 23 3802 0 0 3303 - - )
insert ( 3287 '#-' 11 10 b f f 3802 1009 3802 0 0 3304 - - )
insert ( 4012 '@?' 11 10 b f f 3802 4072 16 0 0 4010 5040 5041 )
insert ( 4013 '@@' 11 10 b f f 3802 4072 16 0 0 4011 5040 5041 )
insert ( 2860 '=' 11 10 b t t 4537 4537 16 2860 2861 4244 101 105 )
insert ( 2861 '<>' 11 10 b f f 4537 4537 16 2861 2860 4245 102 106 )
insert ( 2862 '<' 11 10 b f f 4537 4537 16 2865 2864 4274 4243 107 )
insert ( 2863 '<=' 11 10 b f f 4537 4537 16 2864 2865 4275 4243 386 )
insert ( 2864 '>=' 11 10 b f f 4537 4537 16 2863 2862 4276 4243 398 )
insert ( 2865 '>' 11 10 b f f 4537 4537 16 2862 2863 4277 4243 108 )
insert ( 2866 '&&' 11 10 b f f 3831 4537 16 2867 0 4246 4243 140 )
insert ( 2867 '&&' 11 10 b f f 4537 3831 16 2866 0 4247 4243 140 )
insert ( 2868 '&&' 11 10 b f f 4537 4537 16 2868 0 4248 4243 140 )
insert ( 2869 '@>' 11 10 b f f 4537 2283 16 2872 0 4249 4243 1303 )
insert ( 2870 '@>' 11 10 b f f 4537 3831 16 2873 0 4250 4243 1303 )
insert ( 2871 '@>' 11 10 b f f 4537 4537 16 2874 0 4251 4243 1303 )
insert ( 2872 '<@' 11 10 b f f 2283 4537 16 2869 0 4252 4243 1303 )
insert ( 2873 '<@' 11 10 b f f 3831 4537 16 2870 0 4253 4243 1303 )
insert ( 2874 '<@' 11 10 b f f 4537 4537 16 2871 0 4254 4243 1303 )
insert ( 4539 '@>' 11 10 b f f 3831 4537 16 4540 0 4541 4243 1303 )
insert ( 4540 '<@' 11 10 b f f 4537 3831 16 4539 0 4542 4243 1303 )
insert ( 2875 '&<' 11 10 b f f 3831 4537 16 0 0 4264 4243 107 )
insert ( 2876 '&<' 11 10 b f f 4537 3831 16 0 0 4265 4243 107 )
insert ( 2877 '&<' 11 10 b f f 4537 4537 16 0 0 4266 4243 107 )
insert ( 3585 '&>' 11 10 b f f 3831 4537 16 0 0 4267 4243 108 )
insert ( 4035 '&>' 11 10 b f f 4537 3831 16 0 0 4268 4243 108 )
insert ( 4142 '&>' 11 10 b f f 4537 4537 16 0 0 4269 4243 108 )
insert ( 4179 '-|-' 11 10 b f f 3831 4537 16 4180 0 4255 5040 5041 )
insert ( 4180 '-|-' 11 10 b f f 4537 3831 16 4179 0 4257 5040 5041 )
insert ( 4198 '-|-' 11 10 b f f 4537 4537 16 4198 0 4256 5040 5041 )
insert ( 4392 '+' 11 10 b f f 4537 4537 4537 4392 0 4270 - - )
insert ( 4393 - 11 10 b f f 4537 4537 4537 0 0 4271 - - )
insert ( 4394 '*' 11 10 b f f 4537 4537 4537 4394 0 4272 - - )
insert ( 4395 '<<' 11 10 b f f 3831 4537 16 4399 0 4258 4243 107 )
insert ( 4396 '<<' 11 10 b f f 4537 3831 16 4398 0 4259 4243 107 )
insert ( 4397 '<<' 11 10 b f f 4537 4537 16 4400 0 4260 4243 107 )
insert ( 4398 '>>' 11 10 b f f 3831 4537 16 4396 0 4261 4243 108 )
insert ( 4399 '>>' 11 10 b f f 4537 3831 16 4395 0 4262 4243 108 )
insert ( 4400 '>>' 11 10 b f f 4537 4537 16 4397 0 4263 4243 108 )
close pg_operator
create pg_opfamily 2753
 (
 oid = oid ,
 opfmethod = oid ,
 opfname = name ,
 opfnamespace = oid ,
 opfowner = oid
 )
open pg_opfamily
insert ( 397 403 array_ops 11 10 )
insert ( 627 405 array_ops 11 10 )
insert ( 423 403 bit_ops 11 10 )
insert ( 424 403 bool_ops 11 10 )
insert ( 426 403 bpchar_ops 11 10 )
insert ( 427 405 bpchar_ops 11 10 )
insert ( 428 403 bytea_ops 11 10 )
insert ( 429 403 char_ops 11 10 )
insert ( 431 405 char_ops 11 10 )
insert ( 434 403 datetime_ops 11 10 )
insert ( 435 405 date_ops 11 10 )
insert ( 1970 403 float_ops 11 10 )
insert ( 1971 405 float_ops 11 10 )
insert ( 1974 403 network_ops 11 10 )
insert ( 1975 405 network_ops 11 10 )
insert ( 3550 783 network_ops 11 10 )
insert ( 3794 4000 network_ops 11 10 )
insert ( 1976 403 integer_ops 11 10 )
insert ( 1977 405 integer_ops 11 10 )
insert ( 1982 403 interval_ops 11 10 )
insert ( 1983 405 interval_ops 11 10 )
insert ( 1984 403 macaddr_ops 11 10 )
insert ( 1985 405 macaddr_ops 11 10 )
insert ( 3371 403 macaddr8_ops 11 10 )
insert ( 3372 405 macaddr8_ops 11 10 )
insert ( 1988 403 numeric_ops 11 10 )
insert ( 1998 405 numeric_ops 11 10 )
insert ( 1989 403 oid_ops 11 10 )
insert ( 1990 405 oid_ops 11 10 )
insert ( 1991 403 oidvector_ops 11 10 )
insert ( 1992 405 oidvector_ops 11 10 )
insert ( 2994 403 record_ops 11 10 )
insert ( 6194 405 record_ops 11 10 )
insert ( 3194 403 record_image_ops 11 10 )
insert ( 1994 403 text_ops 11 10 )
insert ( 1995 405 text_ops 11 10 )
insert ( 1996 403 time_ops 11 10 )
insert ( 1997 405 time_ops 11 10 )
insert ( 1999 405 timestamptz_ops 11 10 )
insert ( 2000 403 timetz_ops 11 10 )
insert ( 2001 405 timetz_ops 11 10 )
insert ( 2002 403 varbit_ops 11 10 )
insert ( 2040 405 timestamp_ops 11 10 )
insert ( 2095 403 text_pattern_ops 11 10 )
insert ( 2097 403 bpchar_pattern_ops 11 10 )
insert ( 2099 403 money_ops 11 10 )
insert ( 2222 405 bool_ops 11 10 )
insert ( 2223 405 bytea_ops 11 10 )
insert ( 2789 403 tid_ops 11 10 )
insert ( 2225 405 xid_ops 11 10 )
insert ( 5032 405 xid8_ops 11 10 )
insert ( 5067 403 xid8_ops 11 10 )
insert ( 2226 405 cid_ops 11 10 )
insert ( 2227 405 tid_ops 11 10 )
insert ( 2229 405 text_pattern_ops 11 10 )
insert ( 2231 405 bpchar_pattern_ops 11 10 )
insert ( 2235 405 aclitem_ops 11 10 )
insert ( 2593 783 box_ops 11 10 )
insert ( 2594 783 poly_ops 11 10 )
insert ( 2595 783 circle_ops 11 10 )
insert ( 1029 783 point_ops 11 10 )
insert ( 2745 2742 array_ops 11 10 )
insert ( 2968 403 uuid_ops 11 10 )
insert ( 2969 405 uuid_ops 11 10 )
insert ( 3253 403 pg_lsn_ops 11 10 )
insert ( 3254 405 pg_lsn_ops 11 10 )
insert ( 3522 403 enum_ops 11 10 )
insert ( 3523 405 enum_ops 11 10 )
insert ( 3626 403 tsvector_ops 11 10 )
insert ( 3655 783 tsvector_ops 11 10 )
insert ( 3659 2742 tsvector_ops 11 10 )
insert ( 3683 403 tsquery_ops 11 10 )
insert ( 3702 783 tsquery_ops 11 10 )
insert ( 3901 403 range_ops 11 10 )
insert ( 3903 405 range_ops 11 10 )
insert ( 3919 783 range_ops 11 10 )
insert ( 3474 4000 range_ops 11 10 )
insert ( 4015 4000 quad_point_ops 11 10 )
insert ( 4016 4000 kd_point_ops 11 10 )
insert ( 4017 4000 text_ops 11 10 )
insert ( 4033 403 jsonb_ops 11 10 )
insert ( 4034 405 jsonb_ops 11 10 )
insert ( 4036 2742 jsonb_ops 11 10 )
insert ( 4037 2742 jsonb_path_ops 11 10 )
insert ( 4054 3580 integer_minmax_ops 11 10 )
insert ( 4602 3580 integer_minmax_multi_ops 11 10 )
insert ( 4572 3580 integer_bloom_ops 11 10 )
insert ( 4055 3580 numeric_minmax_ops 11 10 )
insert ( 4603 3580 numeric_minmax_multi_ops 11 10 )
insert ( 4056 3580 text_minmax_ops 11 10 )
insert ( 4573 3580 text_bloom_ops 11 10 )
insert ( 4574 3580 numeric_bloom_ops 11 10 )
insert ( 4058 3580 timetz_minmax_ops 11 10 )
insert ( 4604 3580 timetz_minmax_multi_ops 11 10 )
insert ( 4575 3580 timetz_bloom_ops 11 10 )
insert ( 4059 3580 datetime_minmax_ops 11 10 )
insert ( 4605 3580 datetime_minmax_multi_ops 11 10 )
insert ( 4576 3580 datetime_bloom_ops 11 10 )
insert ( 4062 3580 char_minmax_ops 11 10 )
insert ( 4577 3580 char_bloom_ops 11 10 )
insert ( 4064 3580 bytea_minmax_ops 11 10 )
insert ( 4578 3580 bytea_bloom_ops 11 10 )
insert ( 4065 3580 name_minmax_ops 11 10 )
insert ( 4579 3580 name_bloom_ops 11 10 )
insert ( 4068 3580 oid_minmax_ops 11 10 )
insert ( 4606 3580 oid_minmax_multi_ops 11 10 )
insert ( 4580 3580 oid_bloom_ops 11 10 )
insert ( 4069 3580 tid_minmax_ops 11 10 )
insert ( 4581 3580 tid_bloom_ops 11 10 )
insert ( 4607 3580 tid_minmax_multi_ops 11 10 )
insert ( 4070 3580 float_minmax_ops 11 10 )
insert ( 4608 3580 float_minmax_multi_ops 11 10 )
insert ( 4582 3580 float_bloom_ops 11 10 )
insert ( 4074 3580 macaddr_minmax_ops 11 10 )
insert ( 4609 3580 macaddr_minmax_multi_ops 11 10 )
insert ( 4583 3580 macaddr_bloom_ops 11 10 )
insert ( 4109 3580 macaddr8_minmax_ops 11 10 )
insert ( 4610 3580 macaddr8_minmax_multi_ops 11 10 )
insert ( 4584 3580 macaddr8_bloom_ops 11 10 )
insert ( 4075 3580 network_minmax_ops 11 10 )
insert ( 4611 3580 network_minmax_multi_ops 11 10 )
insert ( 4102 3580 network_inclusion_ops 11 10 )
insert ( 4585 3580 network_bloom_ops 11 10 )
insert ( 4076 3580 bpchar_minmax_ops 11 10 )
insert ( 4586 3580 bpchar_bloom_ops 11 10 )
insert ( 4077 3580 time_minmax_ops 11 10 )
insert ( 4612 3580 time_minmax_multi_ops 11 10 )
insert ( 4587 3580 time_bloom_ops 11 10 )
insert ( 4078 3580 interval_minmax_ops 11 10 )
insert ( 4613 3580 interval_minmax_multi_ops 11 10 )
insert ( 4588 3580 interval_bloom_ops 11 10 )
insert ( 4079 3580 bit_minmax_ops 11 10 )
insert ( 4080 3580 varbit_minmax_ops 11 10 )
insert ( 4081 3580 uuid_minmax_ops 11 10 )
insert ( 4614 3580 uuid_minmax_multi_ops 11 10 )
insert ( 4589 3580 uuid_bloom_ops 11 10 )
insert ( 4103 3580 range_inclusion_ops 11 10 )
insert ( 4082 3580 pg_lsn_minmax_ops 11 10 )
insert ( 4615 3580 pg_lsn_minmax_multi_ops 11 10 )
insert ( 4590 3580 pg_lsn_bloom_ops 11 10 )
insert ( 4104 3580 box_inclusion_ops 11 10 )
insert ( 5000 4000 box_ops 11 10 )
insert ( 5008 4000 poly_ops 11 10 )
insert ( 4199 403 multirange_ops 11 10 )
insert ( 4225 405 multirange_ops 11 10 )
insert ( 6158 783 multirange_ops 11 10 )
close pg_opfamily
create pg_opclass 2616
 (
 oid = oid ,
 opcmethod = oid ,
 opcname = name ,
 opcnamespace = oid ,
 opcowner = oid ,
 opcfamily = oid ,
 opcintype = oid ,
 opcdefault = bool ,
 opckeytype = oid
 )
open pg_opclass
insert ( 10000 403 array_ops 11 10 397 2277 t 0 )
insert ( 10001 405 array_ops 11 10 627 2277 t 0 )
insert ( 10002 403 bit_ops 11 10 423 1560 t 0 )
insert ( 10003 403 bool_ops 11 10 424 16 t 0 )
insert ( 10004 403 bpchar_ops 11 10 426 1042 t 0 )
insert ( 10005 405 bpchar_ops 11 10 427 1042 t 0 )
insert ( 10006 403 bytea_ops 11 10 428 17 t 0 )
insert ( 10007 403 char_ops 11 10 429 18 t 0 )
insert ( 10008 405 char_ops 11 10 431 18 t 0 )
insert ( 10009 403 cidr_ops 11 10 1974 869 f 0 )
insert ( 10010 405 cidr_ops 11 10 1975 869 f 0 )
insert ( 3122 403 date_ops 11 10 434 1082 t 0 )
insert ( 10011 405 date_ops 11 10 435 1082 t 0 )
insert ( 10012 403 float4_ops 11 10 1970 700 t 0 )
insert ( 10013 405 float4_ops 11 10 1971 700 t 0 )
insert ( 3123 403 float8_ops 11 10 1970 701 t 0 )
insert ( 10014 405 float8_ops 11 10 1971 701 t 0 )
insert ( 10015 403 inet_ops 11 10 1974 869 t 0 )
insert ( 10016 405 inet_ops 11 10 1975 869 t 0 )
insert ( 10017 783 inet_ops 11 10 3550 869 f 0 )
insert ( 10018 4000 inet_ops 11 10 3794 869 t 0 )
insert ( 1979 403 int2_ops 11 10 1976 21 t 0 )
insert ( 10019 405 int2_ops 11 10 1977 21 t 0 )
insert ( 1978 403 int4_ops 11 10 1976 23 t 0 )
insert ( 10020 405 int4_ops 11 10 1977 23 t 0 )
insert ( 3124 403 int8_ops 11 10 1976 20 t 0 )
insert ( 10021 405 int8_ops 11 10 1977 20 t 0 )
insert ( 10022 403 interval_ops 11 10 1982 1186 t 0 )
insert ( 10023 405 interval_ops 11 10 1983 1186 t 0 )
insert ( 10024 403 macaddr_ops 11 10 1984 829 t 0 )
insert ( 10025 405 macaddr_ops 11 10 1985 829 t 0 )
insert ( 10026 403 macaddr8_ops 11 10 3371 774 t 0 )
insert ( 10027 405 macaddr8_ops 11 10 3372 774 t 0 )
insert ( 10028 403 name_ops 11 10 1994 19 t 2275 )
insert ( 10029 405 name_ops 11 10 1995 19 t 0 )
insert ( 3125 403 numeric_ops 11 10 1988 1700 t 0 )
insert ( 10030 405 numeric_ops 11 10 1998 1700 t 0 )
insert ( 1981 403 oid_ops 11 10 1989 26 t 0 )
insert ( 10031 405 oid_ops 11 10 1990 26 t 0 )
insert ( 10032 403 oidvector_ops 11 10 1991 30 t 0 )
insert ( 10033 405 oidvector_ops 11 10 1992 30 t 0 )
insert ( 10034 403 record_ops 11 10 2994 2249 t 0 )
insert ( 10035 405 record_ops 11 10 6194 2249 t 0 )
insert ( 10036 403 record_image_ops 11 10 3194 2249 f 0 )
insert ( 3126 403 text_ops 11 10 1994 25 t 0 )
insert ( 10037 405 text_ops 11 10 1995 25 t 0 )
insert ( 10038 403 time_ops 11 10 1996 1083 t 0 )
insert ( 10039 405 time_ops 11 10 1997 1083 t 0 )
insert ( 3127 403 timestamptz_ops 11 10 434 1184 t 0 )
insert ( 10040 405 timestamptz_ops 11 10 1999 1184 t 0 )
insert ( 10041 403 timetz_ops 11 10 2000 1266 t 0 )
insert ( 10042 405 timetz_ops 11 10 2001 1266 t 0 )
insert ( 10043 403 varbit_ops 11 10 2002 1562 t 0 )
insert ( 10044 403 varchar_ops 11 10 1994 25 f 0 )
insert ( 10045 405 varchar_ops 11 10 1995 25 f 0 )
insert ( 3128 403 timestamp_ops 11 10 434 1114 t 0 )
insert ( 10046 405 timestamp_ops 11 10 2040 1114 t 0 )
insert ( 4217 403 text_pattern_ops 11 10 2095 25 f 0 )
insert ( 4218 403 varchar_pattern_ops 11 10 2095 25 f 0 )
insert ( 4219 403 bpchar_pattern_ops 11 10 2097 1042 f 0 )
insert ( 10047 403 money_ops 11 10 2099 790 t 0 )
insert ( 10048 405 bool_ops 11 10 2222 16 t 0 )
insert ( 10049 405 bytea_ops 11 10 2223 17 t 0 )
insert ( 10050 403 tid_ops 11 10 2789 27 t 0 )
insert ( 10051 405 xid_ops 11 10 2225 28 t 0 )
insert ( 10052 405 xid8_ops 11 10 5032 5069 t 0 )
insert ( 10053 403 xid8_ops 11 10 5067 5069 t 0 )
insert ( 10054 405 cid_ops 11 10 2226 29 t 0 )
insert ( 10055 405 tid_ops 11 10 2227 27 t 0 )
insert ( 10056 405 text_pattern_ops 11 10 2229 25 f 0 )
insert ( 10057 405 varchar_pattern_ops 11 10 2229 25 f 0 )
insert ( 10058 405 bpchar_pattern_ops 11 10 2231 1042 f 0 )
insert ( 10059 405 aclitem_ops 11 10 2235 1033 t 0 )
insert ( 10060 783 box_ops 11 10 2593 603 t 0 )
insert ( 10061 783 point_ops 11 10 1029 600 t 603 )
insert ( 10062 783 poly_ops 11 10 2594 604 t 603 )
insert ( 10063 783 circle_ops 11 10 2595 718 t 603 )
insert ( 10064 2742 array_ops 11 10 2745 2277 t 2283 )
insert ( 10065 403 uuid_ops 11 10 2968 2950 t 0 )
insert ( 10066 405 uuid_ops 11 10 2969 2950 t 0 )
insert ( 10067 403 pg_lsn_ops 11 10 3253 3220 t 0 )
insert ( 10068 405 pg_lsn_ops 11 10 3254 3220 t 0 )
insert ( 10069 403 enum_ops 11 10 3522 3500 t 0 )
insert ( 10070 405 enum_ops 11 10 3523 3500 t 0 )
insert ( 10071 403 tsvector_ops 11 10 3626 3614 t 0 )
insert ( 10072 783 tsvector_ops 11 10 3655 3614 t 3642 )
insert ( 10073 2742 tsvector_ops 11 10 3659 3614 t 25 )
insert ( 10074 403 tsquery_ops 11 10 3683 3615 t 0 )
insert ( 10075 783 tsquery_ops 11 10 3702 3615 t 20 )
insert ( 10076 403 range_ops 11 10 3901 3831 t 0 )
insert ( 10077 405 range_ops 11 10 3903 3831 t 0 )
insert ( 10078 783 range_ops 11 10 3919 3831 t 0 )
insert ( 10079 4000 range_ops 11 10 3474 3831 t 0 )
insert ( 10080 403 multirange_ops 11 10 4199 4537 t 0 )
insert ( 10081 405 multirange_ops 11 10 4225 4537 t 0 )
insert ( 10082 783 multirange_ops 11 10 6158 4537 t 3831 )
insert ( 10083 4000 box_ops 11 10 5000 603 t 0 )
insert ( 10084 4000 quad_point_ops 11 10 4015 600 t 0 )
insert ( 10085 4000 kd_point_ops 11 10 4016 600 f 0 )
insert ( 10086 4000 text_ops 11 10 4017 25 t 0 )
insert ( 10087 4000 poly_ops 11 10 5008 604 t 603 )
insert ( 10088 403 jsonb_ops 11 10 4033 3802 t 0 )
insert ( 10089 405 jsonb_ops 11 10 4034 3802 t 0 )
insert ( 10090 2742 jsonb_ops 11 10 4036 3802 t 25 )
insert ( 10091 2742 jsonb_path_ops 11 10 4037 3802 f 23 )
insert ( 10092 3580 bytea_minmax_ops 11 10 4064 17 t 17 )
insert ( 10093 3580 bytea_bloom_ops 11 10 4578 17 f 17 )
insert ( 10094 3580 char_minmax_ops 11 10 4062 18 t 18 )
insert ( 10095 3580 char_bloom_ops 11 10 4577 18 f 18 )
insert ( 10096 3580 name_minmax_ops 11 10 4065 19 t 19 )
insert ( 10097 3580 name_bloom_ops 11 10 4579 19 f 19 )
insert ( 10098 3580 int8_minmax_ops 11 10 4054 20 t 20 )
insert ( 10099 3580 int8_minmax_multi_ops 11 10 4602 20 f 20 )
insert ( 10100 3580 int8_bloom_ops 11 10 4572 20 f 20 )
insert ( 10101 3580 int2_minmax_ops 11 10 4054 21 t 21 )
insert ( 10102 3580 int2_minmax_multi_ops 11 10 4602 21 f 21 )
insert ( 10103 3580 int2_bloom_ops 11 10 4572 21 f 21 )
insert ( 10104 3580 int4_minmax_ops 11 10 4054 23 t 23 )
insert ( 10105 3580 int4_minmax_multi_ops 11 10 4602 23 f 23 )
insert ( 10106 3580 int4_bloom_ops 11 10 4572 23 f 23 )
insert ( 10107 3580 text_minmax_ops 11 10 4056 25 t 25 )
insert ( 10108 3580 text_bloom_ops 11 10 4573 25 f 25 )
insert ( 10109 3580 oid_minmax_ops 11 10 4068 26 t 26 )
insert ( 10110 3580 oid_minmax_multi_ops 11 10 4606 26 f 26 )
insert ( 10111 3580 oid_bloom_ops 11 10 4580 26 f 26 )
insert ( 10112 3580 tid_minmax_ops 11 10 4069 27 t 27 )
insert ( 10113 3580 tid_bloom_ops 11 10 4581 27 f 27 )
insert ( 10114 3580 tid_minmax_multi_ops 11 10 4607 27 f 27 )
insert ( 10115 3580 float4_minmax_ops 11 10 4070 700 t 700 )
insert ( 10116 3580 float4_minmax_multi_ops 11 10 4608 700 f 700 )
insert ( 10117 3580 float4_bloom_ops 11 10 4582 700 f 700 )
insert ( 10118 3580 float8_minmax_ops 11 10 4070 701 t 701 )
insert ( 10119 3580 float8_minmax_multi_ops 11 10 4608 701 f 701 )
insert ( 10120 3580 float8_bloom_ops 11 10 4582 701 f 701 )
insert ( 10121 3580 macaddr_minmax_ops 11 10 4074 829 t 829 )
insert ( 10122 3580 macaddr_minmax_multi_ops 11 10 4609 829 f 829 )
insert ( 10123 3580 macaddr_bloom_ops 11 10 4583 829 f 829 )
insert ( 10124 3580 macaddr8_minmax_ops 11 10 4109 774 t 774 )
insert ( 10125 3580 macaddr8_minmax_multi_ops 11 10 4610 774 f 774 )
insert ( 10126 3580 macaddr8_bloom_ops 11 10 4584 774 f 774 )
insert ( 10127 3580 inet_minmax_ops 11 10 4075 869 f 869 )
insert ( 10128 3580 inet_minmax_multi_ops 11 10 4611 869 f 869 )
insert ( 10129 3580 inet_bloom_ops 11 10 4585 869 f 869 )
insert ( 10130 3580 inet_inclusion_ops 11 10 4102 869 t 869 )
insert ( 10131 3580 bpchar_minmax_ops 11 10 4076 1042 t 1042 )
insert ( 10132 3580 bpchar_bloom_ops 11 10 4586 1042 f 1042 )
insert ( 10133 3580 time_minmax_ops 11 10 4077 1083 t 1083 )
insert ( 10134 3580 time_minmax_multi_ops 11 10 4612 1083 f 1083 )
insert ( 10135 3580 time_bloom_ops 11 10 4587 1083 f 1083 )
insert ( 10136 3580 date_minmax_ops 11 10 4059 1082 t 1082 )
insert ( 10137 3580 date_minmax_multi_ops 11 10 4605 1082 f 1082 )
insert ( 10138 3580 date_bloom_ops 11 10 4576 1082 f 1082 )
insert ( 10139 3580 timestamp_minmax_ops 11 10 4059 1114 t 1114 )
insert ( 10140 3580 timestamp_minmax_multi_ops 11 10 4605 1114 f 1114 )
insert ( 10141 3580 timestamp_bloom_ops 11 10 4576 1114 f 1114 )
insert ( 10142 3580 timestamptz_minmax_ops 11 10 4059 1184 t 1184 )
insert ( 10143 3580 timestamptz_minmax_multi_ops 11 10 4605 1184 f 1184 )
insert ( 10144 3580 timestamptz_bloom_ops 11 10 4576 1184 f 1184 )
insert ( 10145 3580 interval_minmax_ops 11 10 4078 1186 t 1186 )
insert ( 10146 3580 interval_minmax_multi_ops 11 10 4613 1186 f 1186 )
insert ( 10147 3580 interval_bloom_ops 11 10 4588 1186 f 1186 )
insert ( 10148 3580 timetz_minmax_ops 11 10 4058 1266 t 1266 )
insert ( 10149 3580 timetz_minmax_multi_ops 11 10 4604 1266 f 1266 )
insert ( 10150 3580 timetz_bloom_ops 11 10 4575 1266 f 1266 )
insert ( 10151 3580 bit_minmax_ops 11 10 4079 1560 t 1560 )
insert ( 10152 3580 varbit_minmax_ops 11 10 4080 1562 t 1562 )
insert ( 10153 3580 numeric_minmax_ops 11 10 4055 1700 t 1700 )
insert ( 10154 3580 numeric_minmax_multi_ops 11 10 4603 1700 f 1700 )
insert ( 10155 3580 numeric_bloom_ops 11 10 4574 1700 f 1700 )
insert ( 10156 3580 uuid_minmax_ops 11 10 4081 2950 t 2950 )
insert ( 10157 3580 uuid_minmax_multi_ops 11 10 4614 2950 f 2950 )
insert ( 10158 3580 uuid_bloom_ops 11 10 4589 2950 f 2950 )
insert ( 10159 3580 range_inclusion_ops 11 10 4103 3831 t 3831 )
insert ( 10160 3580 pg_lsn_minmax_ops 11 10 4082 3220 t 3220 )
insert ( 10161 3580 pg_lsn_minmax_multi_ops 11 10 4615 3220 f 3220 )
insert ( 10162 3580 pg_lsn_bloom_ops 11 10 4590 3220 f 3220 )
insert ( 10163 3580 box_inclusion_ops 11 10 4104 603 t 603 )
close pg_opclass
create pg_am 2601
 (
 oid = oid ,
 amname = name ,
 amhandler = regproc ,
 amtype = char
 )
open pg_am
insert ( 2 heap 3 t )
insert ( 403 btree 330 i )
insert ( 405 hash 331 i )
insert ( 783 gist 332 i )
insert ( 2742 gin 333 i )
insert ( 4000 spgist 334 i )
insert ( 3580 brin 335 i )
close pg_am
create pg_amop 2602
 (
 oid = oid ,
 amopfamily = oid ,
 amoplefttype = oid ,
 amoprighttype = oid ,
 amopstrategy = int2 ,
 amoppurpose = char ,
 amopopr = oid ,
 amopmethod = oid ,
 amopsortfamily = oid
 )
open pg_amop
insert ( 10000 1976 21 21 1 s 95 403 0 )
insert ( 10001 1976 21 21 2 s 522 403 0 )
insert ( 10002 1976 21 21 3 s 94 403 0 )
insert ( 10003 1976 21 21 4 s 524 403 0 )
insert ( 10004 1976 21 21 5 s 520 403 0 )
insert ( 10005 1976 21 23 1 s 534 403 0 )
insert ( 10006 1976 21 23 2 s 540 403 0 )
insert ( 10007 1976 21 23 3 s 532 403 0 )
insert ( 10008 1976 21 23 4 s 542 403 0 )
insert ( 10009 1976 21 23 5 s 536 403 0 )
insert ( 10010 1976 21 20 1 s 1864 403 0 )
insert ( 10011 1976 21 20 2 s 1866 403 0 )
insert ( 10012 1976 21 20 3 s 1862 403 0 )
insert ( 10013 1976 21 20 4 s 1867 403 0 )
insert ( 10014 1976 21 20 5 s 1865 403 0 )
insert ( 10015 1976 23 23 1 s 97 403 0 )
insert ( 10016 1976 23 23 2 s 523 403 0 )
insert ( 10017 1976 23 23 3 s 96 403 0 )
insert ( 10018 1976 23 23 4 s 525 403 0 )
insert ( 10019 1976 23 23 5 s 521 403 0 )
insert ( 10020 1976 23 21 1 s 535 403 0 )
insert ( 10021 1976 23 21 2 s 541 403 0 )
insert ( 10022 1976 23 21 3 s 533 403 0 )
insert ( 10023 1976 23 21 4 s 543 403 0 )
insert ( 10024 1976 23 21 5 s 537 403 0 )
insert ( 10025 1976 23 20 1 s 37 403 0 )
insert ( 10026 1976 23 20 2 s 80 403 0 )
insert ( 10027 1976 23 20 3 s 15 403 0 )
insert ( 10028 1976 23 20 4 s 82 403 0 )
insert ( 10029 1976 23 20 5 s 76 403 0 )
insert ( 10030 1976 20 20 1 s 412 403 0 )
insert ( 10031 1976 20 20 2 s 414 403 0 )
insert ( 10032 1976 20 20 3 s 410 403 0 )
insert ( 10033 1976 20 20 4 s 415 403 0 )
insert ( 10034 1976 20 20 5 s 413 403 0 )
insert ( 10035 1976 20 21 1 s 1870 403 0 )
insert ( 10036 1976 20 21 2 s 1872 403 0 )
insert ( 10037 1976 20 21 3 s 1868 403 0 )
insert ( 10038 1976 20 21 4 s 1873 403 0 )
insert ( 10039 1976 20 21 5 s 1871 403 0 )
insert ( 10040 1976 20 23 1 s 418 403 0 )
insert ( 10041 1976 20 23 2 s 420 403 0 )
insert ( 10042 1976 20 23 3 s 416 403 0 )
insert ( 10043 1976 20 23 4 s 430 403 0 )
insert ( 10044 1976 20 23 5 s 419 403 0 )
insert ( 10045 1989 26 26 1 s 609 403 0 )
insert ( 10046 1989 26 26 2 s 611 403 0 )
insert ( 10047 1989 26 26 3 s 607 403 0 )
insert ( 10048 1989 26 26 4 s 612 403 0 )
insert ( 10049 1989 26 26 5 s 610 403 0 )
insert ( 10050 5067 5069 5069 1 s 5073 403 0 )
insert ( 10051 5067 5069 5069 2 s 5075 403 0 )
insert ( 10052 5067 5069 5069 3 s 5068 403 0 )
insert ( 10053 5067 5069 5069 4 s 5076 403 0 )
insert ( 10054 5067 5069 5069 5 s 5074 403 0 )
insert ( 10055 2789 27 27 1 s 2799 403 0 )
insert ( 10056 2789 27 27 2 s 2801 403 0 )
insert ( 10057 2789 27 27 3 s 387 403 0 )
insert ( 10058 2789 27 27 4 s 2802 403 0 )
insert ( 10059 2789 27 27 5 s 2800 403 0 )
insert ( 10060 1991 30 30 1 s 645 403 0 )
insert ( 10061 1991 30 30 2 s 647 403 0 )
insert ( 10062 1991 30 30 3 s 649 403 0 )
insert ( 10063 1991 30 30 4 s 648 403 0 )
insert ( 10064 1991 30 30 5 s 646 403 0 )
insert ( 10065 1970 700 700 1 s 622 403 0 )
insert ( 10066 1970 700 700 2 s 624 403 0 )
insert ( 10067 1970 700 700 3 s 620 403 0 )
insert ( 10068 1970 700 700 4 s 625 403 0 )
insert ( 10069 1970 700 700 5 s 623 403 0 )
insert ( 10070 1970 700 701 1 s 1122 403 0 )
insert ( 10071 1970 700 701 2 s 1124 403 0 )
insert ( 10072 1970 700 701 3 s 1120 403 0 )
insert ( 10073 1970 700 701 4 s 1125 403 0 )
insert ( 10074 1970 700 701 5 s 1123 403 0 )
insert ( 10075 1970 701 701 1 s 672 403 0 )
insert ( 10076 1970 701 701 2 s 673 403 0 )
insert ( 10077 1970 701 701 3 s 670 403 0 )
insert ( 10078 1970 701 701 4 s 675 403 0 )
insert ( 10079 1970 701 701 5 s 674 403 0 )
insert ( 10080 1970 701 700 1 s 1132 403 0 )
insert ( 10081 1970 701 700 2 s 1134 403 0 )
insert ( 10082 1970 701 700 3 s 1130 403 0 )
insert ( 10083 1970 701 700 4 s 1135 403 0 )
insert ( 10084 1970 701 700 5 s 1133 403 0 )
insert ( 10085 429 18 18 1 s 631 403 0 )
insert ( 10086 429 18 18 2 s 632 403 0 )
insert ( 10087 429 18 18 3 s 92 403 0 )
insert ( 10088 429 18 18 4 s 634 403 0 )
insert ( 10089 429 18 18 5 s 633 403 0 )
insert ( 10090 1994 25 25 1 s 664 403 0 )
insert ( 10091 1994 25 25 2 s 665 403 0 )
insert ( 10092 1994 25 25 3 s 98 403 0 )
insert ( 10093 1994 25 25 4 s 667 403 0 )
insert ( 10094 1994 25 25 5 s 666 403 0 )
insert ( 10095 1994 19 19 1 s 660 403 0 )
insert ( 10096 1994 19 19 2 s 661 403 0 )
insert ( 10097 1994 19 19 3 s 93 403 0 )
insert ( 10098 1994 19 19 4 s 663 403 0 )
insert ( 10099 1994 19 19 5 s 662 403 0 )
insert ( 10100 1994 19 25 1 s 255 403 0 )
insert ( 10101 1994 19 25 2 s 256 403 0 )
insert ( 10102 1994 19 25 3 s 254 403 0 )
insert ( 10103 1994 19 25 4 s 257 403 0 )
insert ( 10104 1994 19 25 5 s 258 403 0 )
insert ( 10105 1994 25 19 1 s 261 403 0 )
insert ( 10106 1994 25 19 2 s 262 403 0 )
insert ( 10107 1994 25 19 3 s 260 403 0 )
insert ( 10108 1994 25 19 4 s 263 403 0 )
insert ( 10109 1994 25 19 5 s 264 403 0 )
insert ( 10110 426 1042 1042 1 s 1058 403 0 )
insert ( 10111 426 1042 1042 2 s 1059 403 0 )
insert ( 10112 426 1042 1042 3 s 1054 403 0 )
insert ( 10113 426 1042 1042 4 s 1061 403 0 )
insert ( 10114 426 1042 1042 5 s 1060 403 0 )
insert ( 10115 428 17 17 1 s 1957 403 0 )
insert ( 10116 428 17 17 2 s 1958 403 0 )
insert ( 10117 428 17 17 3 s 1955 403 0 )
insert ( 10118 428 17 17 4 s 1960 403 0 )
insert ( 10119 428 17 17 5 s 1959 403 0 )
insert ( 10120 434 1082 1082 1 s 1095 403 0 )
insert ( 10121 434 1082 1082 2 s 1096 403 0 )
insert ( 10122 434 1082 1082 3 s 1093 403 0 )
insert ( 10123 434 1082 1082 4 s 1098 403 0 )
insert ( 10124 434 1082 1082 5 s 1097 403 0 )
insert ( 10125 434 1082 1114 1 s 2345 403 0 )
insert ( 10126 434 1082 1114 2 s 2346 403 0 )
insert ( 10127 434 1082 1114 3 s 2347 403 0 )
insert ( 10128 434 1082 1114 4 s 2348 403 0 )
insert ( 10129 434 1082 1114 5 s 2349 403 0 )
insert ( 10130 434 1082 1184 1 s 2358 403 0 )
insert ( 10131 434 1082 1184 2 s 2359 403 0 )
insert ( 10132 434 1082 1184 3 s 2360 403 0 )
insert ( 10133 434 1082 1184 4 s 2361 403 0 )
insert ( 10134 434 1082 1184 5 s 2362 403 0 )
insert ( 10135 434 1114 1114 1 s 2062 403 0 )
insert ( 10136 434 1114 1114 2 s 2063 403 0 )
insert ( 10137 434 1114 1114 3 s 2060 403 0 )
insert ( 10138 434 1114 1114 4 s 2065 403 0 )
insert ( 10139 434 1114 1114 5 s 2064 403 0 )
insert ( 10140 434 1114 1082 1 s 2371 403 0 )
insert ( 10141 434 1114 1082 2 s 2372 403 0 )
insert ( 10142 434 1114 1082 3 s 2373 403 0 )
insert ( 10143 434 1114 1082 4 s 2374 403 0 )
insert ( 10144 434 1114 1082 5 s 2375 403 0 )
insert ( 10145 434 1114 1184 1 s 2534 403 0 )
insert ( 10146 434 1114 1184 2 s 2535 403 0 )
insert ( 10147 434 1114 1184 3 s 2536 403 0 )
insert ( 10148 434 1114 1184 4 s 2537 403 0 )
insert ( 10149 434 1114 1184 5 s 2538 403 0 )
insert ( 10150 434 1184 1184 1 s 1322 403 0 )
insert ( 10151 434 1184 1184 2 s 1323 403 0 )
insert ( 10152 434 1184 1184 3 s 1320 403 0 )
insert ( 10153 434 1184 1184 4 s 1325 403 0 )
insert ( 10154 434 1184 1184 5 s 1324 403 0 )
insert ( 10155 434 1184 1082 1 s 2384 403 0 )
insert ( 10156 434 1184 1082 2 s 2385 403 0 )
insert ( 10157 434 1184 1082 3 s 2386 403 0 )
insert ( 10158 434 1184 1082 4 s 2387 403 0 )
insert ( 10159 434 1184 1082 5 s 2388 403 0 )
insert ( 10160 434 1184 1114 1 s 2540 403 0 )
insert ( 10161 434 1184 1114 2 s 2541 403 0 )
insert ( 10162 434 1184 1114 3 s 2542 403 0 )
insert ( 10163 434 1184 1114 4 s 2543 403 0 )
insert ( 10164 434 1184 1114 5 s 2544 403 0 )
insert ( 10165 1996 1083 1083 1 s 1110 403 0 )
insert ( 10166 1996 1083 1083 2 s 1111 403 0 )
insert ( 10167 1996 1083 1083 3 s 1108 403 0 )
insert ( 10168 1996 1083 1083 4 s 1113 403 0 )
insert ( 10169 1996 1083 1083 5 s 1112 403 0 )
insert ( 10170 2000 1266 1266 1 s 1552 403 0 )
insert ( 10171 2000 1266 1266 2 s 1553 403 0 )
insert ( 10172 2000 1266 1266 3 s 1550 403 0 )
insert ( 10173 2000 1266 1266 4 s 1555 403 0 )
insert ( 10174 2000 1266 1266 5 s 1554 403 0 )
insert ( 10175 1982 1186 1186 1 s 1332 403 0 )
insert ( 10176 1982 1186 1186 2 s 1333 403 0 )
insert ( 10177 1982 1186 1186 3 s 1330 403 0 )
insert ( 10178 1982 1186 1186 4 s 1335 403 0 )
insert ( 10179 1982 1186 1186 5 s 1334 403 0 )
insert ( 10180 1984 829 829 1 s 1222 403 0 )
insert ( 10181 1984 829 829 2 s 1223 403 0 )
insert ( 10182 1984 829 829 3 s 1220 403 0 )
insert ( 10183 1984 829 829 4 s 1225 403 0 )
insert ( 10184 1984 829 829 5 s 1224 403 0 )
insert ( 10185 3371 774 774 1 s 3364 403 0 )
insert ( 10186 3371 774 774 2 s 3365 403 0 )
insert ( 10187 3371 774 774 3 s 3362 403 0 )
insert ( 10188 3371 774 774 4 s 3367 403 0 )
insert ( 10189 3371 774 774 5 s 3366 403 0 )
insert ( 10190 1974 869 869 1 s 1203 403 0 )
insert ( 10191 1974 869 869 2 s 1204 403 0 )
insert ( 10192 1974 869 869 3 s 1201 403 0 )
insert ( 10193 1974 869 869 4 s 1206 403 0 )
insert ( 10194 1974 869 869 5 s 1205 403 0 )
insert ( 10195 1988 1700 1700 1 s 1754 403 0 )
insert ( 10196 1988 1700 1700 2 s 1755 403 0 )
insert ( 10197 1988 1700 1700 3 s 1752 403 0 )
insert ( 10198 1988 1700 1700 4 s 1757 403 0 )
insert ( 10199 1988 1700 1700 5 s 1756 403 0 )
insert ( 10200 424 16 16 1 s 58 403 0 )
insert ( 10201 424 16 16 2 s 1694 403 0 )
insert ( 10202 424 16 16 3 s 91 403 0 )
insert ( 10203 424 16 16 4 s 1695 403 0 )
insert ( 10204 424 16 16 5 s 59 403 0 )
insert ( 10205 423 1560 1560 1 s 1786 403 0 )
insert ( 10206 423 1560 1560 2 s 1788 403 0 )
insert ( 10207 423 1560 1560 3 s 1784 403 0 )
insert ( 10208 423 1560 1560 4 s 1789 403 0 )
insert ( 10209 423 1560 1560 5 s 1787 403 0 )
insert ( 10210 2002 1562 1562 1 s 1806 403 0 )
insert ( 10211 2002 1562 1562 2 s 1808 403 0 )
insert ( 10212 2002 1562 1562 3 s 1804 403 0 )
insert ( 10213 2002 1562 1562 4 s 1809 403 0 )
insert ( 10214 2002 1562 1562 5 s 1807 403 0 )
insert ( 10215 2095 25 25 1 s 2314 403 0 )
insert ( 10216 2095 25 25 2 s 2315 403 0 )
insert ( 10217 2095 25 25 3 s 98 403 0 )
insert ( 10218 2095 25 25 4 s 2317 403 0 )
insert ( 10219 2095 25 25 5 s 2318 403 0 )
insert ( 10220 2097 1042 1042 1 s 2326 403 0 )
insert ( 10221 2097 1042 1042 2 s 2327 403 0 )
insert ( 10222 2097 1042 1042 3 s 1054 403 0 )
insert ( 10223 2097 1042 1042 4 s 2329 403 0 )
insert ( 10224 2097 1042 1042 5 s 2330 403 0 )
insert ( 10225 2099 790 790 1 s 902 403 0 )
insert ( 10226 2099 790 790 2 s 904 403 0 )
insert ( 10227 2099 790 790 3 s 900 403 0 )
insert ( 10228 2099 790 790 4 s 905 403 0 )
insert ( 10229 2099 790 790 5 s 903 403 0 )
insert ( 10230 397 2277 2277 1 s 1072 403 0 )
insert ( 10231 397 2277 2277 2 s 1074 403 0 )
insert ( 10232 397 2277 2277 3 s 1070 403 0 )
insert ( 10233 397 2277 2277 4 s 1075 403 0 )
insert ( 10234 397 2277 2277 5 s 1073 403 0 )
insert ( 10235 2994 2249 2249 1 s 2990 403 0 )
insert ( 10236 2994 2249 2249 2 s 2992 403 0 )
insert ( 10237 2994 2249 2249 3 s 2988 403 0 )
insert ( 10238 2994 2249 2249 4 s 2993 403 0 )
insert ( 10239 2994 2249 2249 5 s 2991 403 0 )
insert ( 10240 3194 2249 2249 1 s 3190 403 0 )
insert ( 10241 3194 2249 2249 2 s 3192 403 0 )
insert ( 10242 3194 2249 2249 3 s 3188 403 0 )
insert ( 10243 3194 2249 2249 4 s 3193 403 0 )
insert ( 10244 3194 2249 2249 5 s 3191 403 0 )
insert ( 10245 2968 2950 2950 1 s 2974 403 0 )
insert ( 10246 2968 2950 2950 2 s 2976 403 0 )
insert ( 10247 2968 2950 2950 3 s 2972 403 0 )
insert ( 10248 2968 2950 2950 4 s 2977 403 0 )
insert ( 10249 2968 2950 2950 5 s 2975 403 0 )
insert ( 10250 3253 3220 3220 1 s 3224 403 0 )
insert ( 10251 3253 3220 3220 2 s 3226 403 0 )
insert ( 10252 3253 3220 3220 3 s 3222 403 0 )
insert ( 10253 3253 3220 3220 4 s 3227 403 0 )
insert ( 10254 3253 3220 3220 5 s 3225 403 0 )
insert ( 10255 427 1042 1042 1 s 1054 405 0 )
insert ( 10256 431 18 18 1 s 92 405 0 )
insert ( 10257 435 1082 1082 1 s 1093 405 0 )
insert ( 10258 1971 700 700 1 s 620 405 0 )
insert ( 10259 1971 701 701 1 s 670 405 0 )
insert ( 10260 1971 700 701 1 s 1120 405 0 )
insert ( 10261 1971 701 700 1 s 1130 405 0 )
insert ( 10262 1975 869 869 1 s 1201 405 0 )
insert ( 10263 1977 21 21 1 s 94 405 0 )
insert ( 10264 1977 23 23 1 s 96 405 0 )
insert ( 10265 1977 20 20 1 s 410 405 0 )
insert ( 10266 1977 21 23 1 s 532 405 0 )
insert ( 10267 1977 21 20 1 s 1862 405 0 )
insert ( 10268 1977 23 21 1 s 533 405 0 )
insert ( 10269 1977 23 20 1 s 15 405 0 )
insert ( 10270 1977 20 21 1 s 1868 405 0 )
insert ( 10271 1977 20 23 1 s 416 405 0 )
insert ( 10272 1983 1186 1186 1 s 1330 405 0 )
insert ( 10273 1985 829 829 1 s 1220 405 0 )
insert ( 10274 3372 774 774 1 s 3362 405 0 )
insert ( 10275 1990 26 26 1 s 607 405 0 )
insert ( 10276 1992 30 30 1 s 649 405 0 )
insert ( 10277 6194 2249 2249 1 s 2988 405 0 )
insert ( 10278 1995 25 25 1 s 98 405 0 )
insert ( 10279 1995 19 19 1 s 93 405 0 )
insert ( 10280 1995 19 25 1 s 254 405 0 )
insert ( 10281 1995 25 19 1 s 260 405 0 )
insert ( 10282 1997 1083 1083 1 s 1108 405 0 )
insert ( 10283 1999 1184 1184 1 s 1320 405 0 )
insert ( 10284 2001 1266 1266 1 s 1550 405 0 )
insert ( 10285 2040 1114 1114 1 s 2060 405 0 )
insert ( 10286 2222 16 16 1 s 91 405 0 )
insert ( 10287 2223 17 17 1 s 1955 405 0 )
insert ( 10288 2225 28 28 1 s 352 405 0 )
insert ( 10289 5032 5069 5069 1 s 5068 405 0 )
insert ( 10290 2226 29 29 1 s 385 405 0 )
insert ( 10291 2227 27 27 1 s 387 405 0 )
insert ( 10292 2229 25 25 1 s 98 405 0 )
insert ( 10293 2231 1042 1042 1 s 1054 405 0 )
insert ( 10294 2235 1033 1033 1 s 974 405 0 )
insert ( 10295 2969 2950 2950 1 s 2972 405 0 )
insert ( 10296 3254 3220 3220 1 s 3222 405 0 )
insert ( 10297 1998 1700 1700 1 s 1752 405 0 )
insert ( 10298 627 2277 2277 1 s 1070 405 0 )
insert ( 10299 2593 603 603 1 s 493 783 0 )
insert ( 10300 2593 603 603 2 s 494 783 0 )
insert ( 10301 2593 603 603 3 s 500 783 0 )
insert ( 10302 2593 603 603 4 s 495 783 0 )
insert ( 10303 2593 603 603 5 s 496 783 0 )
insert ( 10304 2593 603 603 6 s 499 783 0 )
insert ( 10305 2593 603 603 7 s 498 783 0 )
insert ( 10306 2593 603 603 8 s 497 783 0 )
insert ( 10307 2593 603 603 9 s 2571 783 0 )
insert ( 10308 2593 603 603 10 s 2570 783 0 )
insert ( 10309 2593 603 603 11 s 2573 783 0 )
insert ( 10310 2593 603 603 12 s 2572 783 0 )
insert ( 10311 2593 603 600 15 o 606 783 1970 )
insert ( 10312 1029 600 600 11 s 4161 783 0 )
insert ( 10313 1029 600 600 30 s 506 783 0 )
insert ( 10314 1029 600 600 1 s 507 783 0 )
insert ( 10315 1029 600 600 5 s 508 783 0 )
insert ( 10316 1029 600 600 10 s 4162 783 0 )
insert ( 10317 1029 600 600 29 s 509 783 0 )
insert ( 10318 1029 600 600 6 s 510 783 0 )
insert ( 10319 1029 600 600 15 o 517 783 1970 )
insert ( 10320 1029 600 603 28 s 511 783 0 )
insert ( 10321 1029 600 604 48 s 756 783 0 )
insert ( 10322 1029 600 718 68 s 758 783 0 )
insert ( 10323 2594 604 604 1 s 485 783 0 )
insert ( 10324 2594 604 604 2 s 486 783 0 )
insert ( 10325 2594 604 604 3 s 492 783 0 )
insert ( 10326 2594 604 604 4 s 487 783 0 )
insert ( 10327 2594 604 604 5 s 488 783 0 )
insert ( 10328 2594 604 604 6 s 491 783 0 )
insert ( 10329 2594 604 604 7 s 490 783 0 )
insert ( 10330 2594 604 604 8 s 489 783 0 )
insert ( 10331 2594 604 604 9 s 2575 783 0 )
insert ( 10332 2594 604 604 10 s 2574 783 0 )
insert ( 10333 2594 604 604 11 s 2577 783 0 )
insert ( 10334 2594 604 604 12 s 2576 783 0 )
insert ( 10335 2594 604 600 15 o 3289 783 1970 )
insert ( 10336 2595 718 718 1 s 1506 783 0 )
insert ( 10337 2595 718 718 2 s 1507 783 0 )
insert ( 10338 2595 718 718 3 s 1513 783 0 )
insert ( 10339 2595 718 718 4 s 1508 783 0 )
insert ( 10340 2595 718 718 5 s 1509 783 0 )
insert ( 10341 2595 718 718 6 s 1512 783 0 )
insert ( 10342 2595 718 718 7 s 1511 783 0 )
insert ( 10343 2595 718 718 8 s 1510 783 0 )
insert ( 10344 2595 718 718 9 s 2589 783 0 )
insert ( 10345 2595 718 718 10 s 1515 783 0 )
insert ( 10346 2595 718 718 11 s 1514 783 0 )
insert ( 10347 2595 718 718 12 s 2590 783 0 )
insert ( 10348 2595 718 600 15 o 3291 783 1970 )
insert ( 10349 2745 2277 2277 1 s 2750 2742 0 )
insert ( 10350 2745 2277 2277 2 s 2751 2742 0 )
insert ( 10351 2745 2277 2277 3 s 2752 2742 0 )
insert ( 10352 2745 2277 2277 4 s 1070 2742 0 )
insert ( 10353 3522 3500 3500 1 s 3518 403 0 )
insert ( 10354 3522 3500 3500 2 s 3520 403 0 )
insert ( 10355 3522 3500 3500 3 s 3516 403 0 )
insert ( 10356 3522 3500 3500 4 s 3521 403 0 )
insert ( 10357 3522 3500 3500 5 s 3519 403 0 )
insert ( 10358 3523 3500 3500 1 s 3516 405 0 )
insert ( 10359 3626 3614 3614 1 s 3627 403 0 )
insert ( 10360 3626 3614 3614 2 s 3628 403 0 )
insert ( 10361 3626 3614 3614 3 s 3629 403 0 )
insert ( 10362 3626 3614 3614 4 s 3631 403 0 )
insert ( 10363 3626 3614 3614 5 s 3632 403 0 )
insert ( 10364 3655 3614 3615 1 s 3636 783 0 )
insert ( 10365 3659 3614 3615 1 s 3636 2742 0 )
insert ( 10366 3659 3614 3615 2 s 3660 2742 0 )
insert ( 10367 3683 3615 3615 1 s 3674 403 0 )
insert ( 10368 3683 3615 3615 2 s 3675 403 0 )
insert ( 10369 3683 3615 3615 3 s 3676 403 0 )
insert ( 10370 3683 3615 3615 4 s 3678 403 0 )
insert ( 10371 3683 3615 3615 5 s 3679 403 0 )
insert ( 10372 3702 3615 3615 7 s 3693 783 0 )
insert ( 10373 3702 3615 3615 8 s 3694 783 0 )
insert ( 10374 3901 3831 3831 1 s 3884 403 0 )
insert ( 10375 3901 3831 3831 2 s 3885 403 0 )
insert ( 10376 3901 3831 3831 3 s 3882 403 0 )
insert ( 10377 3901 3831 3831 4 s 3886 403 0 )
insert ( 10378 3901 3831 3831 5 s 3887 403 0 )
insert ( 10379 3903 3831 3831 1 s 3882 405 0 )
insert ( 10380 3919 3831 3831 1 s 3893 783 0 )
insert ( 10381 3919 3831 4537 1 s 4395 783 0 )
insert ( 10382 3919 3831 3831 2 s 3895 783 0 )
insert ( 10383 3919 3831 4537 2 s 2875 783 0 )
insert ( 10384 3919 3831 3831 3 s 3888 783 0 )
insert ( 10385 3919 3831 4537 3 s 2866 783 0 )
insert ( 10386 3919 3831 3831 4 s 3896 783 0 )
insert ( 10387 3919 3831 4537 4 s 3585 783 0 )
insert ( 10388 3919 3831 3831 5 s 3894 783 0 )
insert ( 10389 3919 3831 4537 5 s 4398 783 0 )
insert ( 10390 3919 3831 3831 6 s 3897 783 0 )
insert ( 10391 3919 3831 4537 6 s 4179 783 0 )
insert ( 10392 3919 3831 3831 7 s 3890 783 0 )
insert ( 10393 3919 3831 4537 7 s 4539 783 0 )
insert ( 10394 3919 3831 3831 8 s 3892 783 0 )
insert ( 10395 3919 3831 4537 8 s 2873 783 0 )
insert ( 10396 3919 3831 2283 16 s 3889 783 0 )
insert ( 10397 3919 3831 3831 18 s 3882 783 0 )
insert ( 10398 6158 4537 4537 1 s 4397 783 0 )
insert ( 10399 6158 4537 3831 1 s 4396 783 0 )
insert ( 10400 6158 4537 4537 2 s 2877 783 0 )
insert ( 10401 6158 4537 3831 2 s 2876 783 0 )
insert ( 10402 6158 4537 4537 3 s 2868 783 0 )
insert ( 10403 6158 4537 3831 3 s 2867 783 0 )
insert ( 10404 6158 4537 4537 4 s 4142 783 0 )
insert ( 10405 6158 4537 3831 4 s 4035 783 0 )
insert ( 10406 6158 4537 4537 5 s 4400 783 0 )
insert ( 10407 6158 4537 3831 5 s 4399 783 0 )
insert ( 10408 6158 4537 4537 6 s 4198 783 0 )
insert ( 10409 6158 4537 3831 6 s 4180 783 0 )
insert ( 10410 6158 4537 4537 7 s 2871 783 0 )
insert ( 10411 6158 4537 3831 7 s 2870 783 0 )
insert ( 10412 6158 4537 4537 8 s 2874 783 0 )
insert ( 10413 6158 4537 3831 8 s 4540 783 0 )
insert ( 10414 6158 4537 2283 16 s 2869 783 0 )
insert ( 10415 6158 4537 4537 18 s 2860 783 0 )
insert ( 10416 4199 4537 4537 1 s 2862 403 0 )
insert ( 10417 4199 4537 4537 2 s 2863 403 0 )
insert ( 10418 4199 4537 4537 3 s 2860 403 0 )
insert ( 10419 4199 4537 4537 4 s 2864 403 0 )
insert ( 10420 4199 4537 4537 5 s 2865 403 0 )
insert ( 10421 4225 4537 4537 1 s 2860 405 0 )
insert ( 10422 4015 600 600 11 s 4161 4000 0 )
insert ( 10423 4015 600 600 30 s 506 4000 0 )
insert ( 10424 4015 600 600 1 s 507 4000 0 )
insert ( 10425 4015 600 600 5 s 508 4000 0 )
insert ( 10426 4015 600 600 10 s 4162 4000 0 )
insert ( 10427 4015 600 600 29 s 509 4000 0 )
insert ( 10428 4015 600 600 6 s 510 4000 0 )
insert ( 10429 4015 600 603 8 s 511 4000 0 )
insert ( 10430 4015 600 600 15 o 517 4000 1970 )
insert ( 10431 4016 600 600 11 s 4161 4000 0 )
insert ( 10432 4016 600 600 30 s 506 4000 0 )
insert ( 10433 4016 600 600 1 s 507 4000 0 )
insert ( 10434 4016 600 600 5 s 508 4000 0 )
insert ( 10435 4016 600 600 10 s 4162 4000 0 )
insert ( 10436 4016 600 600 29 s 509 4000 0 )
insert ( 10437 4016 600 600 6 s 510 4000 0 )
insert ( 10438 4016 600 603 8 s 511 4000 0 )
insert ( 10439 4016 600 600 15 o 517 4000 1970 )
insert ( 10440 4017 25 25 1 s 2314 4000 0 )
insert ( 10441 4017 25 25 2 s 2315 4000 0 )
insert ( 10442 4017 25 25 3 s 98 4000 0 )
insert ( 10443 4017 25 25 4 s 2317 4000 0 )
insert ( 10444 4017 25 25 5 s 2318 4000 0 )
insert ( 10445 4017 25 25 11 s 664 4000 0 )
insert ( 10446 4017 25 25 12 s 665 4000 0 )
insert ( 10447 4017 25 25 14 s 667 4000 0 )
insert ( 10448 4017 25 25 15 s 666 4000 0 )
insert ( 10449 4017 25 25 28 s 3877 4000 0 )
insert ( 10450 4033 3802 3802 1 s 3242 403 0 )
insert ( 10451 4033 3802 3802 2 s 3244 403 0 )
insert ( 10452 4033 3802 3802 3 s 3240 403 0 )
insert ( 10453 4033 3802 3802 4 s 3245 403 0 )
insert ( 10454 4033 3802 3802 5 s 3243 403 0 )
insert ( 10455 4034 3802 3802 1 s 3240 405 0 )
insert ( 10456 4036 3802 3802 7 s 3246 2742 0 )
insert ( 10457 4036 3802 25 9 s 3247 2742 0 )
insert ( 10458 4036 3802 1009 10 s 3248 2742 0 )
insert ( 10459 4036 3802 1009 11 s 3249 2742 0 )
insert ( 10460 4036 3802 4072 15 s 4012 2742 0 )
insert ( 10461 4036 3802 4072 16 s 4013 2742 0 )
insert ( 10462 4037 3802 3802 7 s 3246 2742 0 )
insert ( 10463 4037 3802 4072 15 s 4012 2742 0 )
insert ( 10464 4037 3802 4072 16 s 4013 2742 0 )
insert ( 10465 3474 3831 3831 1 s 3893 4000 0 )
insert ( 10466 3474 3831 3831 2 s 3895 4000 0 )
insert ( 10467 3474 3831 3831 3 s 3888 4000 0 )
insert ( 10468 3474 3831 3831 4 s 3896 4000 0 )
insert ( 10469 3474 3831 3831 5 s 3894 4000 0 )
insert ( 10470 3474 3831 3831 6 s 3897 4000 0 )
insert ( 10471 3474 3831 3831 7 s 3890 4000 0 )
insert ( 10472 3474 3831 3831 8 s 3892 4000 0 )
insert ( 10473 3474 3831 2283 16 s 3889 4000 0 )
insert ( 10474 3474 3831 3831 18 s 3882 4000 0 )
insert ( 10475 5000 603 603 1 s 493 4000 0 )
insert ( 10476 5000 603 603 2 s 494 4000 0 )
insert ( 10477 5000 603 603 3 s 500 4000 0 )
insert ( 10478 5000 603 603 4 s 495 4000 0 )
insert ( 10479 5000 603 603 5 s 496 4000 0 )
insert ( 10480 5000 603 603 6 s 499 4000 0 )
insert ( 10481 5000 603 603 7 s 498 4000 0 )
insert ( 10482 5000 603 603 8 s 497 4000 0 )
insert ( 10483 5000 603 603 9 s 2571 4000 0 )
insert ( 10484 5000 603 603 10 s 2570 4000 0 )
insert ( 10485 5000 603 603 11 s 2573 4000 0 )
insert ( 10486 5000 603 603 12 s 2572 4000 0 )
insert ( 10487 5000 603 600 15 o 606 4000 1970 )
insert ( 10488 5008 604 604 1 s 485 4000 0 )
insert ( 10489 5008 604 604 2 s 486 4000 0 )
insert ( 10490 5008 604 604 3 s 492 4000 0 )
insert ( 10491 5008 604 604 4 s 487 4000 0 )
insert ( 10492 5008 604 604 5 s 488 4000 0 )
insert ( 10493 5008 604 604 6 s 491 4000 0 )
insert ( 10494 5008 604 604 7 s 490 4000 0 )
insert ( 10495 5008 604 604 8 s 489 4000 0 )
insert ( 10496 5008 604 604 9 s 2575 4000 0 )
insert ( 10497 5008 604 604 10 s 2574 4000 0 )
insert ( 10498 5008 604 604 11 s 2577 4000 0 )
insert ( 10499 5008 604 604 12 s 2576 4000 0 )
insert ( 10500 5008 604 600 15 o 3289 4000 1970 )
insert ( 10501 3550 869 869 3 s 3552 783 0 )
insert ( 10502 3550 869 869 18 s 1201 783 0 )
insert ( 10503 3550 869 869 19 s 1202 783 0 )
insert ( 10504 3550 869 869 20 s 1203 783 0 )
insert ( 10505 3550 869 869 21 s 1204 783 0 )
insert ( 10506 3550 869 869 22 s 1205 783 0 )
insert ( 10507 3550 869 869 23 s 1206 783 0 )
insert ( 10508 3550 869 869 24 s 931 783 0 )
insert ( 10509 3550 869 869 25 s 932 783 0 )
insert ( 10510 3550 869 869 26 s 933 783 0 )
insert ( 10511 3550 869 869 27 s 934 783 0 )
insert ( 10512 3794 869 869 3 s 3552 4000 0 )
insert ( 10513 3794 869 869 18 s 1201 4000 0 )
insert ( 10514 3794 869 869 19 s 1202 4000 0 )
insert ( 10515 3794 869 869 20 s 1203 4000 0 )
insert ( 10516 3794 869 869 21 s 1204 4000 0 )
insert ( 10517 3794 869 869 22 s 1205 4000 0 )
insert ( 10518 3794 869 869 23 s 1206 4000 0 )
insert ( 10519 3794 869 869 24 s 931 4000 0 )
insert ( 10520 3794 869 869 25 s 932 4000 0 )
insert ( 10521 3794 869 869 26 s 933 4000 0 )
insert ( 10522 3794 869 869 27 s 934 4000 0 )
insert ( 10523 4064 17 17 1 s 1957 3580 0 )
insert ( 10524 4064 17 17 2 s 1958 3580 0 )
insert ( 10525 4064 17 17 3 s 1955 3580 0 )
insert ( 10526 4064 17 17 4 s 1960 3580 0 )
insert ( 10527 4064 17 17 5 s 1959 3580 0 )
insert ( 10528 4578 17 17 1 s 1955 3580 0 )
insert ( 10529 4062 18 18 1 s 631 3580 0 )
insert ( 10530 4062 18 18 2 s 632 3580 0 )
insert ( 10531 4062 18 18 3 s 92 3580 0 )
insert ( 10532 4062 18 18 4 s 634 3580 0 )
insert ( 10533 4062 18 18 5 s 633 3580 0 )
insert ( 10534 4577 18 18 1 s 92 3580 0 )
insert ( 10535 4065 19 19 1 s 660 3580 0 )
insert ( 10536 4065 19 19 2 s 661 3580 0 )
insert ( 10537 4065 19 19 3 s 93 3580 0 )
insert ( 10538 4065 19 19 4 s 663 3580 0 )
insert ( 10539 4065 19 19 5 s 662 3580 0 )
insert ( 10540 4579 19 19 1 s 93 3580 0 )
insert ( 10541 4054 20 20 1 s 412 3580 0 )
insert ( 10542 4054 20 20 2 s 414 3580 0 )
insert ( 10543 4054 20 20 3 s 410 3580 0 )
insert ( 10544 4054 20 20 4 s 415 3580 0 )
insert ( 10545 4054 20 20 5 s 413 3580 0 )
insert ( 10546 4054 20 21 1 s 1870 3580 0 )
insert ( 10547 4054 20 21 2 s 1872 3580 0 )
insert ( 10548 4054 20 21 3 s 1868 3580 0 )
insert ( 10549 4054 20 21 4 s 1873 3580 0 )
insert ( 10550 4054 20 21 5 s 1871 3580 0 )
insert ( 10551 4054 20 23 1 s 418 3580 0 )
insert ( 10552 4054 20 23 2 s 420 3580 0 )
insert ( 10553 4054 20 23 3 s 416 3580 0 )
insert ( 10554 4054 20 23 4 s 430 3580 0 )
insert ( 10555 4054 20 23 5 s 419 3580 0 )
insert ( 10556 4054 21 21 1 s 95 3580 0 )
insert ( 10557 4054 21 21 2 s 522 3580 0 )
insert ( 10558 4054 21 21 3 s 94 3580 0 )
insert ( 10559 4054 21 21 4 s 524 3580 0 )
insert ( 10560 4054 21 21 5 s 520 3580 0 )
insert ( 10561 4054 21 20 1 s 1864 3580 0 )
insert ( 10562 4054 21 20 2 s 1866 3580 0 )
insert ( 10563 4054 21 20 3 s 1862 3580 0 )
insert ( 10564 4054 21 20 4 s 1867 3580 0 )
insert ( 10565 4054 21 20 5 s 1865 3580 0 )
insert ( 10566 4054 21 23 1 s 534 3580 0 )
insert ( 10567 4054 21 23 2 s 540 3580 0 )
insert ( 10568 4054 21 23 3 s 532 3580 0 )
insert ( 10569 4054 21 23 4 s 542 3580 0 )
insert ( 10570 4054 21 23 5 s 536 3580 0 )
insert ( 10571 4054 23 23 1 s 97 3580 0 )
insert ( 10572 4054 23 23 2 s 523 3580 0 )
insert ( 10573 4054 23 23 3 s 96 3580 0 )
insert ( 10574 4054 23 23 4 s 525 3580 0 )
insert ( 10575 4054 23 23 5 s 521 3580 0 )
insert ( 10576 4054 23 21 1 s 535 3580 0 )
insert ( 10577 4054 23 21 2 s 541 3580 0 )
insert ( 10578 4054 23 21 3 s 533 3580 0 )
insert ( 10579 4054 23 21 4 s 543 3580 0 )
insert ( 10580 4054 23 21 5 s 537 3580 0 )
insert ( 10581 4054 23 20 1 s 37 3580 0 )
insert ( 10582 4054 23 20 2 s 80 3580 0 )
insert ( 10583 4054 23 20 3 s 15 3580 0 )
insert ( 10584 4054 23 20 4 s 82 3580 0 )
insert ( 10585 4054 23 20 5 s 76 3580 0 )
insert ( 10586 4602 20 20 1 s 412 3580 0 )
insert ( 10587 4602 20 20 2 s 414 3580 0 )
insert ( 10588 4602 20 20 3 s 410 3580 0 )
insert ( 10589 4602 20 20 4 s 415 3580 0 )
insert ( 10590 4602 20 20 5 s 413 3580 0 )
insert ( 10591 4602 20 21 1 s 1870 3580 0 )
insert ( 10592 4602 20 21 2 s 1872 3580 0 )
insert ( 10593 4602 20 21 3 s 1868 3580 0 )
insert ( 10594 4602 20 21 4 s 1873 3580 0 )
insert ( 10595 4602 20 21 5 s 1871 3580 0 )
insert ( 10596 4602 20 23 1 s 418 3580 0 )
insert ( 10597 4602 20 23 2 s 420 3580 0 )
insert ( 10598 4602 20 23 3 s 416 3580 0 )
insert ( 10599 4602 20 23 4 s 430 3580 0 )
insert ( 10600 4602 20 23 5 s 419 3580 0 )
insert ( 10601 4602 21 21 1 s 95 3580 0 )
insert ( 10602 4602 21 21 2 s 522 3580 0 )
insert ( 10603 4602 21 21 3 s 94 3580 0 )
insert ( 10604 4602 21 21 4 s 524 3580 0 )
insert ( 10605 4602 21 21 5 s 520 3580 0 )
insert ( 10606 4602 21 20 1 s 1864 3580 0 )
insert ( 10607 4602 21 20 2 s 1866 3580 0 )
insert ( 10608 4602 21 20 3 s 1862 3580 0 )
insert ( 10609 4602 21 20 4 s 1867 3580 0 )
insert ( 10610 4602 21 20 5 s 1865 3580 0 )
insert ( 10611 4602 21 23 1 s 534 3580 0 )
insert ( 10612 4602 21 23 2 s 540 3580 0 )
insert ( 10613 4602 21 23 3 s 532 3580 0 )
insert ( 10614 4602 21 23 4 s 542 3580 0 )
insert ( 10615 4602 21 23 5 s 536 3580 0 )
insert ( 10616 4602 23 23 1 s 97 3580 0 )
insert ( 10617 4602 23 23 2 s 523 3580 0 )
insert ( 10618 4602 23 23 3 s 96 3580 0 )
insert ( 10619 4602 23 23 4 s 525 3580 0 )
insert ( 10620 4602 23 23 5 s 521 3580 0 )
insert ( 10621 4602 23 21 1 s 535 3580 0 )
insert ( 10622 4602 23 21 2 s 541 3580 0 )
insert ( 10623 4602 23 21 3 s 533 3580 0 )
insert ( 10624 4602 23 21 4 s 543 3580 0 )
insert ( 10625 4602 23 21 5 s 537 3580 0 )
insert ( 10626 4602 23 20 1 s 37 3580 0 )
insert ( 10627 4602 23 20 2 s 80 3580 0 )
insert ( 10628 4602 23 20 3 s 15 3580 0 )
insert ( 10629 4602 23 20 4 s 82 3580 0 )
insert ( 10630 4602 23 20 5 s 76 3580 0 )
insert ( 10631 4572 20 20 1 s 410 3580 0 )
insert ( 10632 4572 21 21 1 s 94 3580 0 )
insert ( 10633 4572 23 23 1 s 96 3580 0 )
insert ( 10634 4056 25 25 1 s 664 3580 0 )
insert ( 10635 4056 25 25 2 s 665 3580 0 )
insert ( 10636 4056 25 25 3 s 98 3580 0 )
insert ( 10637 4056 25 25 4 s 667 3580 0 )
insert ( 10638 4056 25 25 5 s 666 3580 0 )
insert ( 10639 4573 25 25 1 s 98 3580 0 )
insert ( 10640 4068 26 26 1 s 609 3580 0 )
insert ( 10641 4068 26 26 2 s 611 3580 0 )
insert ( 10642 4068 26 26 3 s 607 3580 0 )
insert ( 10643 4068 26 26 4 s 612 3580 0 )
insert ( 10644 4068 26 26 5 s 610 3580 0 )
insert ( 10645 4606 26 26 1 s 609 3580 0 )
insert ( 10646 4606 26 26 2 s 611 3580 0 )
insert ( 10647 4606 26 26 3 s 607 3580 0 )
insert ( 10648 4606 26 26 4 s 612 3580 0 )
insert ( 10649 4606 26 26 5 s 610 3580 0 )
insert ( 10650 4580 26 26 1 s 607 3580 0 )
insert ( 10651 4069 27 27 1 s 2799 3580 0 )
insert ( 10652 4069 27 27 2 s 2801 3580 0 )
insert ( 10653 4069 27 27 3 s 387 3580 0 )
insert ( 10654 4069 27 27 4 s 2802 3580 0 )
insert ( 10655 4069 27 27 5 s 2800 3580 0 )
insert ( 10656 4581 27 27 1 s 387 3580 0 )
insert ( 10657 4607 27 27 1 s 2799 3580 0 )
insert ( 10658 4607 27 27 2 s 2801 3580 0 )
insert ( 10659 4607 27 27 3 s 387 3580 0 )
insert ( 10660 4607 27 27 4 s 2802 3580 0 )
insert ( 10661 4607 27 27 5 s 2800 3580 0 )
insert ( 10662 4070 700 700 1 s 622 3580 0 )
insert ( 10663 4070 700 700 2 s 624 3580 0 )
insert ( 10664 4070 700 700 3 s 620 3580 0 )
insert ( 10665 4070 700 700 4 s 625 3580 0 )
insert ( 10666 4070 700 700 5 s 623 3580 0 )
insert ( 10667 4070 700 701 1 s 1122 3580 0 )
insert ( 10668 4070 700 701 2 s 1124 3580 0 )
insert ( 10669 4070 700 701 3 s 1120 3580 0 )
insert ( 10670 4070 700 701 4 s 1125 3580 0 )
insert ( 10671 4070 700 701 5 s 1123 3580 0 )
insert ( 10672 4070 701 700 1 s 1132 3580 0 )
insert ( 10673 4070 701 700 2 s 1134 3580 0 )
insert ( 10674 4070 701 700 3 s 1130 3580 0 )
insert ( 10675 4070 701 700 4 s 1135 3580 0 )
insert ( 10676 4070 701 700 5 s 1133 3580 0 )
insert ( 10677 4070 701 701 1 s 672 3580 0 )
insert ( 10678 4070 701 701 2 s 673 3580 0 )
insert ( 10679 4070 701 701 3 s 670 3580 0 )
insert ( 10680 4070 701 701 4 s 675 3580 0 )
insert ( 10681 4070 701 701 5 s 674 3580 0 )
insert ( 10682 4608 700 700 1 s 622 3580 0 )
insert ( 10683 4608 700 700 2 s 624 3580 0 )
insert ( 10684 4608 700 700 3 s 620 3580 0 )
insert ( 10685 4608 700 700 4 s 625 3580 0 )
insert ( 10686 4608 700 700 5 s 623 3580 0 )
insert ( 10687 4608 700 701 1 s 1122 3580 0 )
insert ( 10688 4608 700 701 2 s 1124 3580 0 )
insert ( 10689 4608 700 701 3 s 1120 3580 0 )
insert ( 10690 4608 700 701 4 s 1125 3580 0 )
insert ( 10691 4608 700 701 5 s 1123 3580 0 )
insert ( 10692 4608 701 700 1 s 1132 3580 0 )
insert ( 10693 4608 701 700 2 s 1134 3580 0 )
insert ( 10694 4608 701 700 3 s 1130 3580 0 )
insert ( 10695 4608 701 700 4 s 1135 3580 0 )
insert ( 10696 4608 701 700 5 s 1133 3580 0 )
insert ( 10697 4608 701 701 1 s 672 3580 0 )
insert ( 10698 4608 701 701 2 s 673 3580 0 )
insert ( 10699 4608 701 701 3 s 670 3580 0 )
insert ( 10700 4608 701 701 4 s 675 3580 0 )
insert ( 10701 4608 701 701 5 s 674 3580 0 )
insert ( 10702 4582 700 700 1 s 620 3580 0 )
insert ( 10703 4582 701 701 1 s 670 3580 0 )
insert ( 10704 4074 829 829 1 s 1222 3580 0 )
insert ( 10705 4074 829 829 2 s 1223 3580 0 )
insert ( 10706 4074 829 829 3 s 1220 3580 0 )
insert ( 10707 4074 829 829 4 s 1225 3580 0 )
insert ( 10708 4074 829 829 5 s 1224 3580 0 )
insert ( 10709 4609 829 829 1 s 1222 3580 0 )
insert ( 10710 4609 829 829 2 s 1223 3580 0 )
insert ( 10711 4609 829 829 3 s 1220 3580 0 )
insert ( 10712 4609 829 829 4 s 1225 3580 0 )
insert ( 10713 4609 829 829 5 s 1224 3580 0 )
insert ( 10714 4583 829 829 1 s 1220 3580 0 )
insert ( 10715 4109 774 774 1 s 3364 3580 0 )
insert ( 10716 4109 774 774 2 s 3365 3580 0 )
insert ( 10717 4109 774 774 3 s 3362 3580 0 )
insert ( 10718 4109 774 774 4 s 3367 3580 0 )
insert ( 10719 4109 774 774 5 s 3366 3580 0 )
insert ( 10720 4610 774 774 1 s 3364 3580 0 )
insert ( 10721 4610 774 774 2 s 3365 3580 0 )
insert ( 10722 4610 774 774 3 s 3362 3580 0 )
insert ( 10723 4610 774 774 4 s 3367 3580 0 )
insert ( 10724 4610 774 774 5 s 3366 3580 0 )
insert ( 10725 4584 774 774 1 s 3362 3580 0 )
insert ( 10726 4075 869 869 1 s 1203 3580 0 )
insert ( 10727 4075 869 869 2 s 1204 3580 0 )
insert ( 10728 4075 869 869 3 s 1201 3580 0 )
insert ( 10729 4075 869 869 4 s 1206 3580 0 )
insert ( 10730 4075 869 869 5 s 1205 3580 0 )
insert ( 10731 4611 869 869 1 s 1203 3580 0 )
insert ( 10732 4611 869 869 2 s 1204 3580 0 )
insert ( 10733 4611 869 869 3 s 1201 3580 0 )
insert ( 10734 4611 869 869 4 s 1206 3580 0 )
insert ( 10735 4611 869 869 5 s 1205 3580 0 )
insert ( 10736 4585 869 869 1 s 1201 3580 0 )
insert ( 10737 4102 869 869 3 s 3552 3580 0 )
insert ( 10738 4102 869 869 7 s 934 3580 0 )
insert ( 10739 4102 869 869 8 s 932 3580 0 )
insert ( 10740 4102 869 869 18 s 1201 3580 0 )
insert ( 10741 4102 869 869 24 s 933 3580 0 )
insert ( 10742 4102 869 869 26 s 931 3580 0 )
insert ( 10743 4076 1042 1042 1 s 1058 3580 0 )
insert ( 10744 4076 1042 1042 2 s 1059 3580 0 )
insert ( 10745 4076 1042 1042 3 s 1054 3580 0 )
insert ( 10746 4076 1042 1042 4 s 1061 3580 0 )
insert ( 10747 4076 1042 1042 5 s 1060 3580 0 )
insert ( 10748 4586 1042 1042 1 s 1054 3580 0 )
insert ( 10749 4077 1083 1083 1 s 1110 3580 0 )
insert ( 10750 4077 1083 1083 2 s 1111 3580 0 )
insert ( 10751 4077 1083 1083 3 s 1108 3580 0 )
insert ( 10752 4077 1083 1083 4 s 1113 3580 0 )
insert ( 10753 4077 1083 1083 5 s 1112 3580 0 )
insert ( 10754 4612 1083 1083 1 s 1110 3580 0 )
insert ( 10755 4612 1083 1083 2 s 1111 3580 0 )
insert ( 10756 4612 1083 1083 3 s 1108 3580 0 )
insert ( 10757 4612 1083 1083 4 s 1113 3580 0 )
insert ( 10758 4612 1083 1083 5 s 1112 3580 0 )
insert ( 10759 4587 1083 1083 1 s 1108 3580 0 )
insert ( 10760 4059 1114 1114 1 s 2062 3580 0 )
insert ( 10761 4059 1114 1114 2 s 2063 3580 0 )
insert ( 10762 4059 1114 1114 3 s 2060 3580 0 )
insert ( 10763 4059 1114 1114 4 s 2065 3580 0 )
insert ( 10764 4059 1114 1114 5 s 2064 3580 0 )
insert ( 10765 4059 1114 1082 1 s 2371 3580 0 )
insert ( 10766 4059 1114 1082 2 s 2372 3580 0 )
insert ( 10767 4059 1114 1082 3 s 2373 3580 0 )
insert ( 10768 4059 1114 1082 4 s 2374 3580 0 )
insert ( 10769 4059 1114 1082 5 s 2375 3580 0 )
insert ( 10770 4059 1114 1184 1 s 2534 3580 0 )
insert ( 10771 4059 1114 1184 2 s 2535 3580 0 )
insert ( 10772 4059 1114 1184 3 s 2536 3580 0 )
insert ( 10773 4059 1114 1184 4 s 2537 3580 0 )
insert ( 10774 4059 1114 1184 5 s 2538 3580 0 )
insert ( 10775 4059 1082 1082 1 s 1095 3580 0 )
insert ( 10776 4059 1082 1082 2 s 1096 3580 0 )
insert ( 10777 4059 1082 1082 3 s 1093 3580 0 )
insert ( 10778 4059 1082 1082 4 s 1098 3580 0 )
insert ( 10779 4059 1082 1082 5 s 1097 3580 0 )
insert ( 10780 4059 1082 1114 1 s 2345 3580 0 )
insert ( 10781 4059 1082 1114 2 s 2346 3580 0 )
insert ( 10782 4059 1082 1114 3 s 2347 3580 0 )
insert ( 10783 4059 1082 1114 4 s 2348 3580 0 )
insert ( 10784 4059 1082 1114 5 s 2349 3580 0 )
insert ( 10785 4059 1082 1184 1 s 2358 3580 0 )
insert ( 10786 4059 1082 1184 2 s 2359 3580 0 )
insert ( 10787 4059 1082 1184 3 s 2360 3580 0 )
insert ( 10788 4059 1082 1184 4 s 2361 3580 0 )
insert ( 10789 4059 1082 1184 5 s 2362 3580 0 )
insert ( 10790 4059 1184 1082 1 s 2384 3580 0 )
insert ( 10791 4059 1184 1082 2 s 2385 3580 0 )
insert ( 10792 4059 1184 1082 3 s 2386 3580 0 )
insert ( 10793 4059 1184 1082 4 s 2387 3580 0 )
insert ( 10794 4059 1184 1082 5 s 2388 3580 0 )
insert ( 10795 4059 1184 1114 1 s 2540 3580 0 )
insert ( 10796 4059 1184 1114 2 s 2541 3580 0 )
insert ( 10797 4059 1184 1114 3 s 2542 3580 0 )
insert ( 10798 4059 1184 1114 4 s 2543 3580 0 )
insert ( 10799 4059 1184 1114 5 s 2544 3580 0 )
insert ( 10800 4059 1184 1184 1 s 1322 3580 0 )
insert ( 10801 4059 1184 1184 2 s 1323 3580 0 )
insert ( 10802 4059 1184 1184 3 s 1320 3580 0 )
insert ( 10803 4059 1184 1184 4 s 1325 3580 0 )
insert ( 10804 4059 1184 1184 5 s 1324 3580 0 )
insert ( 10805 4605 1114 1114 1 s 2062 3580 0 )
insert ( 10806 4605 1114 1114 2 s 2063 3580 0 )
insert ( 10807 4605 1114 1114 3 s 2060 3580 0 )
insert ( 10808 4605 1114 1114 4 s 2065 3580 0 )
insert ( 10809 4605 1114 1114 5 s 2064 3580 0 )
insert ( 10810 4605 1114 1082 1 s 2371 3580 0 )
insert ( 10811 4605 1114 1082 2 s 2372 3580 0 )
insert ( 10812 4605 1114 1082 3 s 2373 3580 0 )
insert ( 10813 4605 1114 1082 4 s 2374 3580 0 )
insert ( 10814 4605 1114 1082 5 s 2375 3580 0 )
insert ( 10815 4605 1114 1184 1 s 2534 3580 0 )
insert ( 10816 4605 1114 1184 2 s 2535 3580 0 )
insert ( 10817 4605 1114 1184 3 s 2536 3580 0 )
insert ( 10818 4605 1114 1184 4 s 2537 3580 0 )
insert ( 10819 4605 1114 1184 5 s 2538 3580 0 )
insert ( 10820 4605 1082 1082 1 s 1095 3580 0 )
insert ( 10821 4605 1082 1082 2 s 1096 3580 0 )
insert ( 10822 4605 1082 1082 3 s 1093 3580 0 )
insert ( 10823 4605 1082 1082 4 s 1098 3580 0 )
insert ( 10824 4605 1082 1082 5 s 1097 3580 0 )
insert ( 10825 4605 1082 1114 1 s 2345 3580 0 )
insert ( 10826 4605 1082 1114 2 s 2346 3580 0 )
insert ( 10827 4605 1082 1114 3 s 2347 3580 0 )
insert ( 10828 4605 1082 1114 4 s 2348 3580 0 )
insert ( 10829 4605 1082 1114 5 s 2349 3580 0 )
insert ( 10830 4605 1082 1184 1 s 2358 3580 0 )
insert ( 10831 4605 1082 1184 2 s 2359 3580 0 )
insert ( 10832 4605 1082 1184 3 s 2360 3580 0 )
insert ( 10833 4605 1082 1184 4 s 2361 3580 0 )
insert ( 10834 4605 1082 1184 5 s 2362 3580 0 )
insert ( 10835 4605 1184 1082 1 s 2384 3580 0 )
insert ( 10836 4605 1184 1082 2 s 2385 3580 0 )
insert ( 10837 4605 1184 1082 3 s 2386 3580 0 )
insert ( 10838 4605 1184 1082 4 s 2387 3580 0 )
insert ( 10839 4605 1184 1082 5 s 2388 3580 0 )
insert ( 10840 4605 1184 1114 1 s 2540 3580 0 )
insert ( 10841 4605 1184 1114 2 s 2541 3580 0 )
insert ( 10842 4605 1184 1114 3 s 2542 3580 0 )
insert ( 10843 4605 1184 1114 4 s 2543 3580 0 )
insert ( 10844 4605 1184 1114 5 s 2544 3580 0 )
insert ( 10845 4605 1184 1184 1 s 1322 3580 0 )
insert ( 10846 4605 1184 1184 2 s 1323 3580 0 )
insert ( 10847 4605 1184 1184 3 s 1320 3580 0 )
insert ( 10848 4605 1184 1184 4 s 1325 3580 0 )
insert ( 10849 4605 1184 1184 5 s 1324 3580 0 )
insert ( 10850 4576 1114 1114 1 s 2060 3580 0 )
insert ( 10851 4576 1082 1082 1 s 1093 3580 0 )
insert ( 10852 4576 1184 1184 1 s 1320 3580 0 )
insert ( 10853 4078 1186 1186 1 s 1332 3580 0 )
insert ( 10854 4078 1186 1186 2 s 1333 3580 0 )
insert ( 10855 4078 1186 1186 3 s 1330 3580 0 )
insert ( 10856 4078 1186 1186 4 s 1335 3580 0 )
insert ( 10857 4078 1186 1186 5 s 1334 3580 0 )
insert ( 10858 4613 1186 1186 1 s 1332 3580 0 )
insert ( 10859 4613 1186 1186 2 s 1333 3580 0 )
insert ( 10860 4613 1186 1186 3 s 1330 3580 0 )
insert ( 10861 4613 1186 1186 4 s 1335 3580 0 )
insert ( 10862 4613 1186 1186 5 s 1334 3580 0 )
insert ( 10863 4588 1186 1186 1 s 1330 3580 0 )
insert ( 10864 4058 1266 1266 1 s 1552 3580 0 )
insert ( 10865 4058 1266 1266 2 s 1553 3580 0 )
insert ( 10866 4058 1266 1266 3 s 1550 3580 0 )
insert ( 10867 4058 1266 1266 4 s 1555 3580 0 )
insert ( 10868 4058 1266 1266 5 s 1554 3580 0 )
insert ( 10869 4604 1266 1266 1 s 1552 3580 0 )
insert ( 10870 4604 1266 1266 2 s 1553 3580 0 )
insert ( 10871 4604 1266 1266 3 s 1550 3580 0 )
insert ( 10872 4604 1266 1266 4 s 1555 3580 0 )
insert ( 10873 4604 1266 1266 5 s 1554 3580 0 )
insert ( 10874 4575 1266 1266 1 s 1550 3580 0 )
insert ( 10875 4079 1560 1560 1 s 1786 3580 0 )
insert ( 10876 4079 1560 1560 2 s 1788 3580 0 )
insert ( 10877 4079 1560 1560 3 s 1784 3580 0 )
insert ( 10878 4079 1560 1560 4 s 1789 3580 0 )
insert ( 10879 4079 1560 1560 5 s 1787 3580 0 )
insert ( 10880 4080 1562 1562 1 s 1806 3580 0 )
insert ( 10881 4080 1562 1562 2 s 1808 3580 0 )
insert ( 10882 4080 1562 1562 3 s 1804 3580 0 )
insert ( 10883 4080 1562 1562 4 s 1809 3580 0 )
insert ( 10884 4080 1562 1562 5 s 1807 3580 0 )
insert ( 10885 4055 1700 1700 1 s 1754 3580 0 )
insert ( 10886 4055 1700 1700 2 s 1755 3580 0 )
insert ( 10887 4055 1700 1700 3 s 1752 3580 0 )
insert ( 10888 4055 1700 1700 4 s 1757 3580 0 )
insert ( 10889 4055 1700 1700 5 s 1756 3580 0 )
insert ( 10890 4603 1700 1700 1 s 1754 3580 0 )
insert ( 10891 4603 1700 1700 2 s 1755 3580 0 )
insert ( 10892 4603 1700 1700 3 s 1752 3580 0 )
insert ( 10893 4603 1700 1700 4 s 1757 3580 0 )
insert ( 10894 4603 1700 1700 5 s 1756 3580 0 )
insert ( 10895 4574 1700 1700 1 s 1752 3580 0 )
insert ( 10896 4081 2950 2950 1 s 2974 3580 0 )
insert ( 10897 4081 2950 2950 2 s 2976 3580 0 )
insert ( 10898 4081 2950 2950 3 s 2972 3580 0 )
insert ( 10899 4081 2950 2950 4 s 2977 3580 0 )
insert ( 10900 4081 2950 2950 5 s 2975 3580 0 )
insert ( 10901 4614 2950 2950 1 s 2974 3580 0 )
insert ( 10902 4614 2950 2950 2 s 2976 3580 0 )
insert ( 10903 4614 2950 2950 3 s 2972 3580 0 )
insert ( 10904 4614 2950 2950 4 s 2977 3580 0 )
insert ( 10905 4614 2950 2950 5 s 2975 3580 0 )
insert ( 10906 4589 2950 2950 1 s 2972 3580 0 )
insert ( 10907 4103 3831 3831 1 s 3893 3580 0 )
insert ( 10908 4103 3831 3831 2 s 3895 3580 0 )
insert ( 10909 4103 3831 3831 3 s 3888 3580 0 )
insert ( 10910 4103 3831 3831 4 s 3896 3580 0 )
insert ( 10911 4103 3831 3831 5 s 3894 3580 0 )
insert ( 10912 4103 3831 3831 7 s 3890 3580 0 )
insert ( 10913 4103 3831 3831 8 s 3892 3580 0 )
insert ( 10914 4103 3831 2283 16 s 3889 3580 0 )
insert ( 10915 4103 3831 3831 17 s 3897 3580 0 )
insert ( 10916 4103 3831 3831 18 s 3882 3580 0 )
insert ( 10917 4103 3831 3831 20 s 3884 3580 0 )
insert ( 10918 4103 3831 3831 21 s 3885 3580 0 )
insert ( 10919 4103 3831 3831 22 s 3887 3580 0 )
insert ( 10920 4103 3831 3831 23 s 3886 3580 0 )
insert ( 10921 4082 3220 3220 1 s 3224 3580 0 )
insert ( 10922 4082 3220 3220 2 s 3226 3580 0 )
insert ( 10923 4082 3220 3220 3 s 3222 3580 0 )
insert ( 10924 4082 3220 3220 4 s 3227 3580 0 )
insert ( 10925 4082 3220 3220 5 s 3225 3580 0 )
insert ( 10926 4615 3220 3220 1 s 3224 3580 0 )
insert ( 10927 4615 3220 3220 2 s 3226 3580 0 )
insert ( 10928 4615 3220 3220 3 s 3222 3580 0 )
insert ( 10929 4615 3220 3220 4 s 3227 3580 0 )
insert ( 10930 4615 3220 3220 5 s 3225 3580 0 )
insert ( 10931 4590 3220 3220 1 s 3222 3580 0 )
insert ( 10932 4104 603 603 1 s 493 3580 0 )
insert ( 10933 4104 603 603 2 s 494 3580 0 )
insert ( 10934 4104 603 603 3 s 500 3580 0 )
insert ( 10935 4104 603 603 4 s 495 3580 0 )
insert ( 10936 4104 603 603 5 s 496 3580 0 )
insert ( 10937 4104 603 603 6 s 499 3580 0 )
insert ( 10938 4104 603 603 7 s 498 3580 0 )
insert ( 10939 4104 603 603 8 s 497 3580 0 )
insert ( 10940 4104 603 603 9 s 2571 3580 0 )
insert ( 10941 4104 603 603 10 s 2570 3580 0 )
insert ( 10942 4104 603 603 11 s 2573 3580 0 )
insert ( 10943 4104 603 603 12 s 2572 3580 0 )
insert ( 10944 4104 603 600 7 s 433 3580 0 )
close pg_amop
create pg_amproc 2603
 (
 oid = oid ,
 amprocfamily = oid ,
 amproclefttype = oid ,
 amprocrighttype = oid ,
 amprocnum = int2 ,
 amproc = regproc
 )
open pg_amproc
insert ( 10000 397 2277 2277 1 382 )
insert ( 10001 423 1560 1560 1 1596 )
insert ( 10002 423 1560 1560 4 5051 )
insert ( 10003 424 16 16 1 1693 )
insert ( 10004 424 16 16 4 5051 )
insert ( 10005 426 1042 1042 1 1078 )
insert ( 10006 426 1042 1042 2 3328 )
insert ( 10007 426 1042 1042 4 5050 )
insert ( 10008 428 17 17 1 1954 )
insert ( 10009 428 17 17 2 3331 )
insert ( 10010 428 17 17 4 5051 )
insert ( 10011 429 18 18 1 358 )
insert ( 10012 429 18 18 4 5051 )
insert ( 10013 434 1082 1082 1 1092 )
insert ( 10014 434 1082 1082 2 3136 )
insert ( 10015 434 1082 1082 4 5051 )
insert ( 10016 434 1082 1114 1 2344 )
insert ( 10017 434 1082 1184 1 2357 )
insert ( 10018 434 1114 1114 1 2045 )
insert ( 10019 434 1114 1114 2 3137 )
insert ( 10020 434 1114 1114 4 5051 )
insert ( 10021 434 1114 1082 1 2370 )
insert ( 10022 434 1114 1184 1 2526 )
insert ( 10023 434 1184 1184 1 1314 )
insert ( 10024 434 1184 1184 2 3137 )
insert ( 10025 434 1184 1184 4 5051 )
insert ( 10026 434 1184 1082 1 2383 )
insert ( 10027 434 1184 1114 1 2533 )
insert ( 10028 434 1082 1186 3 4133 )
insert ( 10029 434 1114 1186 3 4134 )
insert ( 10030 434 1184 1186 3 4135 )
insert ( 10031 1970 700 700 1 354 )
insert ( 10032 1970 700 700 2 3132 )
insert ( 10033 1970 700 701 1 2194 )
insert ( 10034 1970 701 701 1 355 )
insert ( 10035 1970 701 701 2 3133 )
insert ( 10036 1970 701 700 1 2195 )
insert ( 10037 1970 701 701 3 4139 )
insert ( 10038 1970 700 701 3 4140 )
insert ( 10039 1974 869 869 1 926 )
insert ( 10040 1974 869 869 2 5033 )
insert ( 10041 1974 869 869 4 5051 )
insert ( 10042 1976 21 21 1 350 )
insert ( 10043 1976 21 21 2 3129 )
insert ( 10044 1976 21 21 4 5051 )
insert ( 10045 1976 21 23 1 2190 )
insert ( 10046 1976 21 20 1 2192 )
insert ( 10047 1976 21 20 3 4130 )
insert ( 10048 1976 21 23 3 4131 )
insert ( 10049 1976 21 21 3 4132 )
insert ( 10050 1976 23 23 1 351 )
insert ( 10051 1976 23 23 2 3130 )
insert ( 10052 1976 23 23 4 5051 )
insert ( 10053 1976 23 20 1 2188 )
insert ( 10054 1976 23 21 1 2191 )
insert ( 10055 1976 23 20 3 4127 )
insert ( 10056 1976 23 23 3 4128 )
insert ( 10057 1976 23 21 3 4129 )
insert ( 10058 1976 20 20 1 842 )
insert ( 10059 1976 20 20 2 3131 )
insert ( 10060 1976 20 20 4 5051 )
insert ( 10061 1976 20 23 1 2189 )
insert ( 10062 1976 20 21 1 2193 )
insert ( 10063 1976 20 20 3 4126 )
insert ( 10064 1982 1186 1186 1 1315 )
insert ( 10065 1982 1186 1186 3 4136 )
insert ( 10066 1984 829 829 1 836 )
insert ( 10067 1984 829 829 2 3359 )
insert ( 10068 1984 829 829 4 5051 )
insert ( 10069 1988 1700 1700 1 1769 )
insert ( 10070 1988 1700 1700 2 3283 )
insert ( 10071 1988 1700 1700 3 4141 )
insert ( 10072 1989 26 26 1 356 )
insert ( 10073 1989 26 26 2 3134 )
insert ( 10074 1989 26 26 4 5051 )
insert ( 10075 1991 30 30 1 404 )
insert ( 10076 1991 30 30 4 5051 )
insert ( 10077 1994 25 25 1 360 )
insert ( 10078 1994 25 25 2 3255 )
insert ( 10079 1994 25 25 4 5050 )
insert ( 10080 1994 19 19 1 359 )
insert ( 10081 1994 19 19 2 3135 )
insert ( 10082 1994 19 19 4 5050 )
insert ( 10083 1994 19 25 1 246 )
insert ( 10084 1994 25 19 1 253 )
insert ( 10085 1996 1083 1083 1 1107 )
insert ( 10086 1996 1083 1083 4 5051 )
insert ( 10087 1996 1083 1186 3 4137 )
insert ( 10088 2000 1266 1266 1 1358 )
insert ( 10089 2000 1266 1266 4 5051 )
insert ( 10090 2000 1266 1186 3 4138 )
insert ( 10091 2002 1562 1562 1 1672 )
insert ( 10092 2002 1562 1562 4 5051 )
insert ( 10093 2095 25 25 1 2166 )
insert ( 10094 2095 25 25 2 3332 )
insert ( 10095 2095 25 25 4 5051 )
insert ( 10096 2097 1042 1042 1 2180 )
insert ( 10097 2097 1042 1042 2 3333 )
insert ( 10098 2097 1042 1042 4 5051 )
insert ( 10099 2099 790 790 1 377 )
insert ( 10100 2099 790 790 4 5051 )
insert ( 10101 2789 27 27 1 2794 )
insert ( 10102 2789 27 27 4 5051 )
insert ( 10103 2968 2950 2950 1 2960 )
insert ( 10104 2968 2950 2950 2 3300 )
insert ( 10105 2968 2950 2950 4 5051 )
insert ( 10106 2994 2249 2249 1 2987 )
insert ( 10107 3194 2249 2249 1 3187 )
insert ( 10108 3253 3220 3220 1 3251 )
insert ( 10109 3253 3220 3220 4 5051 )
insert ( 10110 3371 774 774 1 4119 )
insert ( 10111 3371 774 774 4 5051 )
insert ( 10112 3522 3500 3500 1 3514 )
insert ( 10113 3522 3500 3500 4 5051 )
insert ( 10114 3626 3614 3614 1 3622 )
insert ( 10115 3683 3615 3615 1 3668 )
insert ( 10116 3901 3831 3831 1 3870 )
insert ( 10117 4199 4537 4537 1 4273 )
insert ( 10118 4033 3802 3802 1 4044 )
insert ( 10119 5067 5069 5069 1 5096 )
insert ( 10120 5067 5069 5069 4 5051 )
insert ( 10121 427 1042 1042 1 1080 )
insert ( 10122 427 1042 1042 2 972 )
insert ( 10123 431 18 18 1 454 )
insert ( 10124 431 18 18 2 446 )
insert ( 10125 435 1082 1082 1 450 )
insert ( 10126 435 1082 1082 2 425 )
insert ( 10127 627 2277 2277 1 626 )
insert ( 10128 627 2277 2277 2 782 )
insert ( 10129 1971 700 700 1 451 )
insert ( 10130 1971 700 700 2 443 )
insert ( 10131 1971 701 701 1 452 )
insert ( 10132 1971 701 701 2 444 )
insert ( 10133 1975 869 869 1 422 )
insert ( 10134 1975 869 869 2 779 )
insert ( 10135 1977 21 21 1 449 )
insert ( 10136 1977 21 21 2 441 )
insert ( 10137 1977 23 23 1 450 )
insert ( 10138 1977 23 23 2 425 )
insert ( 10139 1977 20 20 1 949 )
insert ( 10140 1977 20 20 2 442 )
insert ( 10141 1983 1186 1186 1 1697 )
insert ( 10142 1983 1186 1186 2 3418 )
insert ( 10143 1985 829 829 1 399 )
insert ( 10144 1985 829 829 2 778 )
insert ( 10145 1990 26 26 1 453 )
insert ( 10146 1990 26 26 2 445 )
insert ( 10147 1992 30 30 1 457 )
insert ( 10148 1992 30 30 2 776 )
insert ( 10149 1995 25 25 1 400 )
insert ( 10150 1995 25 25 2 448 )
insert ( 10151 1995 19 19 1 455 )
insert ( 10152 1995 19 19 2 447 )
insert ( 10153 1997 1083 1083 1 1688 )
insert ( 10154 1997 1083 1083 2 3409 )
insert ( 10155 1998 1700 1700 1 432 )
insert ( 10156 1998 1700 1700 2 780 )
insert ( 10157 1999 1184 1184 1 2039 )
insert ( 10158 1999 1184 1184 2 3411 )
insert ( 10159 2001 1266 1266 1 1696 )
insert ( 10160 2001 1266 1266 2 3410 )
insert ( 10161 2040 1114 1114 1 2039 )
insert ( 10162 2040 1114 1114 2 3411 )
insert ( 10163 2222 16 16 1 454 )
insert ( 10164 2222 16 16 2 446 )
insert ( 10165 2223 17 17 1 456 )
insert ( 10166 2223 17 17 2 772 )
insert ( 10167 2225 28 28 1 450 )
insert ( 10168 2225 28 28 2 425 )
insert ( 10169 5032 5069 5069 1 949 )
insert ( 10170 5032 5069 5069 2 442 )
insert ( 10171 2226 29 29 1 450 )
insert ( 10172 2226 29 29 2 425 )
insert ( 10173 2227 27 27 1 2233 )
insert ( 10174 2227 27 27 2 2234 )
insert ( 10175 2229 25 25 1 400 )
insert ( 10176 2229 25 25 2 448 )
insert ( 10177 2231 1042 1042 1 1080 )
insert ( 10178 2231 1042 1042 2 972 )
insert ( 10179 2235 1033 1033 1 329 )
insert ( 10180 2235 1033 1033 2 777 )
insert ( 10181 2969 2950 2950 1 2963 )
insert ( 10182 2969 2950 2950 2 3412 )
insert ( 10183 6194 2249 2249 1 6192 )
insert ( 10184 6194 2249 2249 2 6193 )
insert ( 10185 3254 3220 3220 1 3252 )
insert ( 10186 3254 3220 3220 2 3413 )
insert ( 10187 3372 774 774 1 328 )
insert ( 10188 3372 774 774 2 781 )
insert ( 10189 3523 3500 3500 1 3515 )
insert ( 10190 3523 3500 3500 2 3414 )
insert ( 10191 3903 3831 3831 1 3902 )
insert ( 10192 3903 3831 3831 2 3417 )
insert ( 10193 4225 4537 4537 1 4278 )
insert ( 10194 4225 4537 4537 2 4279 )
insert ( 10195 4034 3802 3802 1 4045 )
insert ( 10196 4034 3802 3802 2 3416 )
insert ( 10197 1029 600 600 1 2179 )
insert ( 10198 1029 600 600 2 2583 )
insert ( 10199 1029 600 600 3 1030 )
insert ( 10200 1029 600 600 5 2581 )
insert ( 10201 1029 600 600 6 2582 )
insert ( 10202 1029 600 600 7 2584 )
insert ( 10203 1029 600 600 8 3064 )
insert ( 10204 1029 600 600 9 3282 )
insert ( 10205 1029 600 600 11 3435 )
insert ( 10206 2593 603 603 1 2578 )
insert ( 10207 2593 603 603 2 2583 )
insert ( 10208 2593 603 603 5 2581 )
insert ( 10209 2593 603 603 6 2582 )
insert ( 10210 2593 603 603 7 2584 )
insert ( 10211 2593 603 603 8 3998 )
insert ( 10212 2594 604 604 1 2585 )
insert ( 10213 2594 604 604 2 2583 )
insert ( 10214 2594 604 604 3 2586 )
insert ( 10215 2594 604 604 5 2581 )
insert ( 10216 2594 604 604 6 2582 )
insert ( 10217 2594 604 604 7 2584 )
insert ( 10218 2594 604 604 8 3288 )
insert ( 10219 2595 718 718 1 2591 )
insert ( 10220 2595 718 718 2 2583 )
insert ( 10221 2595 718 718 3 2592 )
insert ( 10222 2595 718 718 5 2581 )
insert ( 10223 2595 718 718 6 2582 )
insert ( 10224 2595 718 718 7 2584 )
insert ( 10225 2595 718 718 8 3280 )
insert ( 10226 3655 3614 3614 1 3654 )
insert ( 10227 3655 3614 3614 2 3651 )
insert ( 10228 3655 3614 3614 3 3648 )
insert ( 10229 3655 3614 3614 4 3649 )
insert ( 10230 3655 3614 3614 5 3653 )
insert ( 10231 3655 3614 3614 6 3650 )
insert ( 10232 3655 3614 3614 7 3652 )
insert ( 10233 3655 3614 3614 10 3434 )
insert ( 10234 3702 3615 3615 1 3701 )
insert ( 10235 3702 3615 3615 2 3698 )
insert ( 10236 3702 3615 3615 3 3695 )
insert ( 10237 3702 3615 3615 5 3700 )
insert ( 10238 3702 3615 3615 6 3697 )
insert ( 10239 3702 3615 3615 7 3699 )
insert ( 10240 3919 3831 3831 1 3875 )
insert ( 10241 3919 3831 3831 2 3876 )
insert ( 10242 3919 3831 3831 5 3879 )
insert ( 10243 3919 3831 3831 6 3880 )
insert ( 10244 3919 3831 3831 7 3881 )
insert ( 10245 3550 869 869 1 3553 )
insert ( 10246 3550 869 869 2 3554 )
insert ( 10247 3550 869 869 3 3555 )
insert ( 10248 3550 869 869 5 3557 )
insert ( 10249 3550 869 869 6 3558 )
insert ( 10250 3550 869 869 7 3559 )
insert ( 10251 3550 869 869 9 3573 )
insert ( 10252 6158 4537 4537 1 6154 )
insert ( 10253 6158 4537 4537 2 3876 )
insert ( 10254 6158 4537 4537 3 6156 )
insert ( 10255 6158 4537 4537 5 3879 )
insert ( 10256 6158 4537 4537 6 3880 )
insert ( 10257 6158 4537 4537 7 3881 )
insert ( 10258 2745 2277 2277 2 2743 )
insert ( 10259 2745 2277 2277 3 2774 )
insert ( 10260 2745 2277 2277 4 2744 )
insert ( 10261 2745 2277 2277 6 3920 )
insert ( 10262 3659 3614 3614 1 3724 )
insert ( 10263 3659 3614 3614 2 3656 )
insert ( 10264 3659 3614 3614 3 3657 )
insert ( 10265 3659 3614 3614 4 3658 )
insert ( 10266 3659 3614 3614 5 2700 )
insert ( 10267 3659 3614 3614 6 3921 )
insert ( 10268 4036 3802 3802 1 3480 )
insert ( 10269 4036 3802 3802 2 3482 )
insert ( 10270 4036 3802 3802 3 3483 )
insert ( 10271 4036 3802 3802 4 3484 )
insert ( 10272 4036 3802 3802 6 3488 )
insert ( 10273 4037 3802 3802 1 351 )
insert ( 10274 4037 3802 3802 2 3485 )
insert ( 10275 4037 3802 3802 3 3486 )
insert ( 10276 4037 3802 3802 4 3487 )
insert ( 10277 4037 3802 3802 6 3489 )
insert ( 10278 3474 3831 3831 1 3469 )
insert ( 10279 3474 3831 3831 2 3470 )
insert ( 10280 3474 3831 3831 3 3471 )
insert ( 10281 3474 3831 3831 4 3472 )
insert ( 10282 3474 3831 3831 5 3473 )
insert ( 10283 3794 869 869 1 3795 )
insert ( 10284 3794 869 869 2 3796 )
insert ( 10285 3794 869 869 3 3797 )
insert ( 10286 3794 869 869 4 3798 )
insert ( 10287 3794 869 869 5 3799 )
insert ( 10288 4015 600 600 1 4018 )
insert ( 10289 4015 600 600 2 4019 )
insert ( 10290 4015 600 600 3 4020 )
insert ( 10291 4015 600 600 4 4021 )
insert ( 10292 4015 600 600 5 4022 )
insert ( 10293 4016 600 600 1 4023 )
insert ( 10294 4016 600 600 2 4024 )
insert ( 10295 4016 600 600 3 4025 )
insert ( 10296 4016 600 600 4 4026 )
insert ( 10297 4016 600 600 5 4022 )
insert ( 10298 4017 25 25 1 4027 )
insert ( 10299 4017 25 25 2 4028 )
insert ( 10300 4017 25 25 3 4029 )
insert ( 10301 4017 25 25 4 4030 )
insert ( 10302 4017 25 25 5 4031 )
insert ( 10303 5000 603 603 1 5012 )
insert ( 10304 5000 603 603 2 5013 )
insert ( 10305 5000 603 603 3 5014 )
insert ( 10306 5000 603 603 4 5015 )
insert ( 10307 5000 603 603 5 5016 )
insert ( 10308 5008 604 604 1 5010 )
insert ( 10309 5008 604 604 2 5013 )
insert ( 10310 5008 604 604 3 5014 )
insert ( 10311 5008 604 604 4 5015 )
insert ( 10312 5008 604 604 5 5016 )
insert ( 10313 5008 604 604 6 5011 )
insert ( 10314 4064 17 17 1 3383 )
insert ( 10315 4064 17 17 2 3384 )
insert ( 10316 4064 17 17 3 3385 )
insert ( 10317 4064 17 17 4 3386 )
insert ( 10318 4578 17 17 1 4591 )
insert ( 10319 4578 17 17 2 4592 )
insert ( 10320 4578 17 17 3 4593 )
insert ( 10321 4578 17 17 4 4594 )
insert ( 10322 4578 17 17 5 4595 )
insert ( 10323 4578 17 17 11 456 )
insert ( 10324 4062 18 18 1 3383 )
insert ( 10325 4062 18 18 2 3384 )
insert ( 10326 4062 18 18 3 3385 )
insert ( 10327 4062 18 18 4 3386 )
insert ( 10328 4577 18 18 1 4591 )
insert ( 10329 4577 18 18 2 4592 )
insert ( 10330 4577 18 18 3 4593 )
insert ( 10331 4577 18 18 4 4594 )
insert ( 10332 4577 18 18 5 4595 )
insert ( 10333 4577 18 18 11 454 )
insert ( 10334 4065 19 19 1 3383 )
insert ( 10335 4065 19 19 2 3384 )
insert ( 10336 4065 19 19 3 3385 )
insert ( 10337 4065 19 19 4 3386 )
insert ( 10338 4579 19 19 1 4591 )
insert ( 10339 4579 19 19 2 4592 )
insert ( 10340 4579 19 19 3 4593 )
insert ( 10341 4579 19 19 4 4594 )
insert ( 10342 4579 19 19 5 4595 )
insert ( 10343 4579 19 19 11 455 )
insert ( 10344 4054 20 20 1 3383 )
insert ( 10345 4054 20 20 2 3384 )
insert ( 10346 4054 20 20 3 3385 )
insert ( 10347 4054 20 20 4 3386 )
insert ( 10348 4054 21 21 1 3383 )
insert ( 10349 4054 21 21 2 3384 )
insert ( 10350 4054 21 21 3 3385 )
insert ( 10351 4054 21 21 4 3386 )
insert ( 10352 4054 23 23 1 3383 )
insert ( 10353 4054 23 23 2 3384 )
insert ( 10354 4054 23 23 3 3385 )
insert ( 10355 4054 23 23 4 3386 )
insert ( 10356 4602 21 21 1 4616 )
insert ( 10357 4602 21 21 2 4617 )
insert ( 10358 4602 21 21 3 4618 )
insert ( 10359 4602 21 21 4 4619 )
insert ( 10360 4602 21 21 5 4620 )
insert ( 10361 4602 21 21 11 4621 )
insert ( 10362 4602 23 23 1 4616 )
insert ( 10363 4602 23 23 2 4617 )
insert ( 10364 4602 23 23 3 4618 )
insert ( 10365 4602 23 23 4 4619 )
insert ( 10366 4602 23 23 5 4620 )
insert ( 10367 4602 23 23 11 4622 )
insert ( 10368 4602 20 20 1 4616 )
insert ( 10369 4602 20 20 2 4617 )
insert ( 10370 4602 20 20 3 4618 )
insert ( 10371 4602 20 20 4 4619 )
insert ( 10372 4602 20 20 5 4620 )
insert ( 10373 4602 20 20 11 4623 )
insert ( 10374 4572 20 20 1 4591 )
insert ( 10375 4572 20 20 2 4592 )
insert ( 10376 4572 20 20 3 4593 )
insert ( 10377 4572 20 20 4 4594 )
insert ( 10378 4572 20 20 5 4595 )
insert ( 10379 4572 20 20 11 949 )
insert ( 10380 4572 21 21 1 4591 )
insert ( 10381 4572 21 21 2 4592 )
insert ( 10382 4572 21 21 3 4593 )
insert ( 10383 4572 21 21 4 4594 )
insert ( 10384 4572 21 21 5 4595 )
insert ( 10385 4572 21 21 11 449 )
insert ( 10386 4572 23 23 1 4591 )
insert ( 10387 4572 23 23 2 4592 )
insert ( 10388 4572 23 23 3 4593 )
insert ( 10389 4572 23 23 4 4594 )
insert ( 10390 4572 23 23 5 4595 )
insert ( 10391 4572 23 23 11 450 )
insert ( 10392 4056 25 25 1 3383 )
insert ( 10393 4056 25 25 2 3384 )
insert ( 10394 4056 25 25 3 3385 )
insert ( 10395 4056 25 25 4 3386 )
insert ( 10396 4573 25 25 1 4591 )
insert ( 10397 4573 25 25 2 4592 )
insert ( 10398 4573 25 25 3 4593 )
insert ( 10399 4573 25 25 4 4594 )
insert ( 10400 4573 25 25 5 4595 )
insert ( 10401 4573 25 25 11 400 )
insert ( 10402 4068 26 26 1 3383 )
insert ( 10403 4068 26 26 2 3384 )
insert ( 10404 4068 26 26 3 3385 )
insert ( 10405 4068 26 26 4 3386 )
insert ( 10406 4606 26 26 1 4616 )
insert ( 10407 4606 26 26 2 4617 )
insert ( 10408 4606 26 26 3 4618 )
insert ( 10409 4606 26 26 4 4619 )
insert ( 10410 4606 26 26 5 4620 )
insert ( 10411 4606 26 26 11 4622 )
insert ( 10412 4580 26 26 1 4591 )
insert ( 10413 4580 26 26 2 4592 )
insert ( 10414 4580 26 26 3 4593 )
insert ( 10415 4580 26 26 4 4594 )
insert ( 10416 4580 26 26 5 4595 )
insert ( 10417 4580 26 26 11 453 )
insert ( 10418 4069 27 27 1 3383 )
insert ( 10419 4069 27 27 2 3384 )
insert ( 10420 4069 27 27 3 3385 )
insert ( 10421 4069 27 27 4 3386 )
insert ( 10422 4581 27 27 1 4591 )
insert ( 10423 4581 27 27 2 4592 )
insert ( 10424 4581 27 27 3 4593 )
insert ( 10425 4581 27 27 4 4594 )
insert ( 10426 4581 27 27 5 4595 )
insert ( 10427 4581 27 27 11 2233 )
insert ( 10428 4607 27 27 1 4616 )
insert ( 10429 4607 27 27 2 4617 )
insert ( 10430 4607 27 27 3 4618 )
insert ( 10431 4607 27 27 4 4619 )
insert ( 10432 4607 27 27 5 4620 )
insert ( 10433 4607 27 27 11 4627 )
insert ( 10434 4070 700 700 1 3383 )
insert ( 10435 4070 700 700 2 3384 )
insert ( 10436 4070 700 700 3 3385 )
insert ( 10437 4070 700 700 4 3386 )
insert ( 10438 4070 701 701 1 3383 )
insert ( 10439 4070 701 701 2 3384 )
insert ( 10440 4070 701 701 3 3385 )
insert ( 10441 4070 701 701 4 3386 )
insert ( 10442 4608 700 700 1 4616 )
insert ( 10443 4608 700 700 2 4617 )
insert ( 10444 4608 700 700 3 4618 )
insert ( 10445 4608 700 700 4 4619 )
insert ( 10446 4608 700 700 5 4620 )
insert ( 10447 4608 700 700 11 4624 )
insert ( 10448 4608 701 701 1 4616 )
insert ( 10449 4608 701 701 2 4617 )
insert ( 10450 4608 701 701 3 4618 )
insert ( 10451 4608 701 701 4 4619 )
insert ( 10452 4608 701 701 5 4620 )
insert ( 10453 4608 701 701 11 4625 )
insert ( 10454 4582 700 700 1 4591 )
insert ( 10455 4582 700 700 2 4592 )
insert ( 10456 4582 700 700 3 4593 )
insert ( 10457 4582 700 700 4 4594 )
insert ( 10458 4582 700 700 5 4595 )
insert ( 10459 4582 700 700 11 451 )
insert ( 10460 4582 701 701 1 4591 )
insert ( 10461 4582 701 701 2 4592 )
insert ( 10462 4582 701 701 3 4593 )
insert ( 10463 4582 701 701 4 4594 )
insert ( 10464 4582 701 701 5 4595 )
insert ( 10465 4582 701 701 11 452 )
insert ( 10466 4074 829 829 1 3383 )
insert ( 10467 4074 829 829 2 3384 )
insert ( 10468 4074 829 829 3 3385 )
insert ( 10469 4074 829 829 4 3386 )
insert ( 10470 4609 829 829 1 4616 )
insert ( 10471 4609 829 829 2 4617 )
insert ( 10472 4609 829 829 3 4618 )
insert ( 10473 4609 829 829 4 4619 )
insert ( 10474 4609 829 829 5 4620 )
insert ( 10475 4609 829 829 11 4634 )
insert ( 10476 4583 829 829 1 4591 )
insert ( 10477 4583 829 829 2 4592 )
insert ( 10478 4583 829 829 3 4593 )
insert ( 10479 4583 829 829 4 4594 )
insert ( 10480 4583 829 829 5 4595 )
insert ( 10481 4583 829 829 11 399 )
insert ( 10482 4109 774 774 1 3383 )
insert ( 10483 4109 774 774 2 3384 )
insert ( 10484 4109 774 774 3 3385 )
insert ( 10485 4109 774 774 4 3386 )
insert ( 10486 4610 774 774 1 4616 )
insert ( 10487 4610 774 774 2 4617 )
insert ( 10488 4610 774 774 3 4618 )
insert ( 10489 4610 774 774 4 4619 )
insert ( 10490 4610 774 774 5 4620 )
insert ( 10491 4610 774 774 11 4635 )
insert ( 10492 4584 774 774 1 4591 )
insert ( 10493 4584 774 774 2 4592 )
insert ( 10494 4584 774 774 3 4593 )
insert ( 10495 4584 774 774 4 4594 )
insert ( 10496 4584 774 774 5 4595 )
insert ( 10497 4584 774 774 11 328 )
insert ( 10498 4075 869 869 1 3383 )
insert ( 10499 4075 869 869 2 3384 )
insert ( 10500 4075 869 869 3 3385 )
insert ( 10501 4075 869 869 4 3386 )
insert ( 10502 4611 869 869 1 4616 )
insert ( 10503 4611 869 869 2 4617 )
insert ( 10504 4611 869 869 3 4618 )
insert ( 10505 4611 869 869 4 4619 )
insert ( 10506 4611 869 869 5 4620 )
insert ( 10507 4611 869 869 11 4636 )
insert ( 10508 4585 869 869 1 4591 )
insert ( 10509 4585 869 869 2 4592 )
insert ( 10510 4585 869 869 3 4593 )
insert ( 10511 4585 869 869 4 4594 )
insert ( 10512 4585 869 869 5 4595 )
insert ( 10513 4585 869 869 11 422 )
insert ( 10514 4102 869 869 1 4105 )
insert ( 10515 4102 869 869 2 4106 )
insert ( 10516 4102 869 869 3 4107 )
insert ( 10517 4102 869 869 4 4108 )
insert ( 10518 4102 869 869 11 4063 )
insert ( 10519 4102 869 869 12 4071 )
insert ( 10520 4102 869 869 13 930 )
insert ( 10521 4076 1042 1042 1 3383 )
insert ( 10522 4076 1042 1042 2 3384 )
insert ( 10523 4076 1042 1042 3 3385 )
insert ( 10524 4076 1042 1042 4 3386 )
insert ( 10525 4586 1042 1042 1 4591 )
insert ( 10526 4586 1042 1042 2 4592 )
insert ( 10527 4586 1042 1042 3 4593 )
insert ( 10528 4586 1042 1042 4 4594 )
insert ( 10529 4586 1042 1042 5 4595 )
insert ( 10530 4586 1042 1042 11 1080 )
insert ( 10531 4077 1083 1083 1 3383 )
insert ( 10532 4077 1083 1083 2 3384 )
insert ( 10533 4077 1083 1083 3 3385 )
insert ( 10534 4077 1083 1083 4 3386 )
insert ( 10535 4612 1083 1083 1 4616 )
insert ( 10536 4612 1083 1083 2 4617 )
insert ( 10537 4612 1083 1083 3 4618 )
insert ( 10538 4612 1083 1083 4 4619 )
insert ( 10539 4612 1083 1083 5 4620 )
insert ( 10540 4612 1083 1083 11 4630 )
insert ( 10541 4587 1083 1083 1 4591 )
insert ( 10542 4587 1083 1083 2 4592 )
insert ( 10543 4587 1083 1083 3 4593 )
insert ( 10544 4587 1083 1083 4 4594 )
insert ( 10545 4587 1083 1083 5 4595 )
insert ( 10546 4587 1083 1083 11 1688 )
insert ( 10547 4059 1114 1114 1 3383 )
insert ( 10548 4059 1114 1114 2 3384 )
insert ( 10549 4059 1114 1114 3 3385 )
insert ( 10550 4059 1114 1114 4 3386 )
insert ( 10551 4059 1184 1184 1 3383 )
insert ( 10552 4059 1184 1184 2 3384 )
insert ( 10553 4059 1184 1184 3 3385 )
insert ( 10554 4059 1184 1184 4 3386 )
insert ( 10555 4059 1082 1082 1 3383 )
insert ( 10556 4059 1082 1082 2 3384 )
insert ( 10557 4059 1082 1082 3 3385 )
insert ( 10558 4059 1082 1082 4 3386 )
insert ( 10559 4605 1114 1114 1 4616 )
insert ( 10560 4605 1114 1114 2 4617 )
insert ( 10561 4605 1114 1114 3 4618 )
insert ( 10562 4605 1114 1114 4 4619 )
insert ( 10563 4605 1114 1114 5 4620 )
insert ( 10564 4605 1114 1114 11 4637 )
insert ( 10565 4605 1184 1184 1 4616 )
insert ( 10566 4605 1184 1184 2 4617 )
insert ( 10567 4605 1184 1184 3 4618 )
insert ( 10568 4605 1184 1184 4 4619 )
insert ( 10569 4605 1184 1184 5 4620 )
insert ( 10570 4605 1184 1184 11 4637 )
insert ( 10571 4605 1082 1082 1 4616 )
insert ( 10572 4605 1082 1082 2 4617 )
insert ( 10573 4605 1082 1082 3 4618 )
insert ( 10574 4605 1082 1082 4 4619 )
insert ( 10575 4605 1082 1082 5 4620 )
insert ( 10576 4605 1082 1082 11 4629 )
insert ( 10577 4576 1114 1114 1 4591 )
insert ( 10578 4576 1114 1114 2 4592 )
insert ( 10579 4576 1114 1114 3 4593 )
insert ( 10580 4576 1114 1114 4 4594 )
insert ( 10581 4576 1114 1114 5 4595 )
insert ( 10582 4576 1114 1114 11 2039 )
insert ( 10583 4576 1184 1184 1 4591 )
insert ( 10584 4576 1184 1184 2 4592 )
insert ( 10585 4576 1184 1184 3 4593 )
insert ( 10586 4576 1184 1184 4 4594 )
insert ( 10587 4576 1184 1184 5 4595 )
insert ( 10588 4576 1184 1184 11 2039 )
insert ( 10589 4576 1082 1082 1 4591 )
insert ( 10590 4576 1082 1082 2 4592 )
insert ( 10591 4576 1082 1082 3 4593 )
insert ( 10592 4576 1082 1082 4 4594 )
insert ( 10593 4576 1082 1082 5 4595 )
insert ( 10594 4576 1082 1082 11 450 )
insert ( 10595 4078 1186 1186 1 3383 )
insert ( 10596 4078 1186 1186 2 3384 )
insert ( 10597 4078 1186 1186 3 3385 )
insert ( 10598 4078 1186 1186 4 3386 )
insert ( 10599 4613 1186 1186 1 4616 )
insert ( 10600 4613 1186 1186 2 4617 )
insert ( 10601 4613 1186 1186 3 4618 )
insert ( 10602 4613 1186 1186 4 4619 )
insert ( 10603 4613 1186 1186 5 4620 )
insert ( 10604 4613 1186 1186 11 4631 )
insert ( 10605 4588 1186 1186 1 4591 )
insert ( 10606 4588 1186 1186 2 4592 )
insert ( 10607 4588 1186 1186 3 4593 )
insert ( 10608 4588 1186 1186 4 4594 )
insert ( 10609 4588 1186 1186 5 4595 )
insert ( 10610 4588 1186 1186 11 1697 )
insert ( 10611 4058 1266 1266 1 3383 )
insert ( 10612 4058 1266 1266 2 3384 )
insert ( 10613 4058 1266 1266 3 3385 )
insert ( 10614 4058 1266 1266 4 3386 )
insert ( 10615 4604 1266 1266 1 4616 )
insert ( 10616 4604 1266 1266 2 4617 )
insert ( 10617 4604 1266 1266 3 4618 )
insert ( 10618 4604 1266 1266 4 4619 )
insert ( 10619 4604 1266 1266 5 4620 )
insert ( 10620 4604 1266 1266 11 4632 )
insert ( 10621 4575 1266 1266 1 4591 )
insert ( 10622 4575 1266 1266 2 4592 )
insert ( 10623 4575 1266 1266 3 4593 )
insert ( 10624 4575 1266 1266 4 4594 )
insert ( 10625 4575 1266 1266 5 4595 )
insert ( 10626 4575 1266 1266 11 1696 )
insert ( 10627 4079 1560 1560 1 3383 )
insert ( 10628 4079 1560 1560 2 3384 )
insert ( 10629 4079 1560 1560 3 3385 )
insert ( 10630 4079 1560 1560 4 3386 )
insert ( 10631 4080 1562 1562 1 3383 )
insert ( 10632 4080 1562 1562 2 3384 )
insert ( 10633 4080 1562 1562 3 3385 )
insert ( 10634 4080 1562 1562 4 3386 )
insert ( 10635 4055 1700 1700 1 3383 )
insert ( 10636 4055 1700 1700 2 3384 )
insert ( 10637 4055 1700 1700 3 3385 )
insert ( 10638 4055 1700 1700 4 3386 )
insert ( 10639 4603 1700 1700 1 4616 )
insert ( 10640 4603 1700 1700 2 4617 )
insert ( 10641 4603 1700 1700 3 4618 )
insert ( 10642 4603 1700 1700 4 4619 )
insert ( 10643 4603 1700 1700 5 4620 )
insert ( 10644 4603 1700 1700 11 4626 )
insert ( 10645 4574 1700 1700 1 4591 )
insert ( 10646 4574 1700 1700 2 4592 )
insert ( 10647 4574 1700 1700 3 4593 )
insert ( 10648 4574 1700 1700 4 4594 )
insert ( 10649 4574 1700 1700 5 4595 )
insert ( 10650 4574 1700 1700 11 432 )
insert ( 10651 4081 2950 2950 1 3383 )
insert ( 10652 4081 2950 2950 2 3384 )
insert ( 10653 4081 2950 2950 3 3385 )
insert ( 10654 4081 2950 2950 4 3386 )
insert ( 10655 4614 2950 2950 1 4616 )
insert ( 10656 4614 2950 2950 2 4617 )
insert ( 10657 4614 2950 2950 3 4618 )
insert ( 10658 4614 2950 2950 4 4619 )
insert ( 10659 4614 2950 2950 5 4620 )
insert ( 10660 4614 2950 2950 11 4628 )
insert ( 10661 4589 2950 2950 1 4591 )
insert ( 10662 4589 2950 2950 2 4592 )
insert ( 10663 4589 2950 2950 3 4593 )
insert ( 10664 4589 2950 2950 4 4594 )
insert ( 10665 4589 2950 2950 5 4595 )
insert ( 10666 4589 2950 2950 11 2963 )
insert ( 10667 4103 3831 3831 1 4105 )
insert ( 10668 4103 3831 3831 2 4106 )
insert ( 10669 4103 3831 3831 3 4107 )
insert ( 10670 4103 3831 3831 4 4108 )
insert ( 10671 4103 3831 3831 11 4057 )
insert ( 10672 4103 3831 3831 13 3859 )
insert ( 10673 4103 3831 3831 14 3850 )
insert ( 10674 4082 3220 3220 1 3383 )
insert ( 10675 4082 3220 3220 2 3384 )
insert ( 10676 4082 3220 3220 3 3385 )
insert ( 10677 4082 3220 3220 4 3386 )
insert ( 10678 4615 3220 3220 1 4616 )
insert ( 10679 4615 3220 3220 2 4617 )
insert ( 10680 4615 3220 3220 3 4618 )
insert ( 10681 4615 3220 3220 4 4619 )
insert ( 10682 4615 3220 3220 5 4620 )
insert ( 10683 4615 3220 3220 11 4633 )
insert ( 10684 4590 3220 3220 1 4591 )
insert ( 10685 4590 3220 3220 2 4592 )
insert ( 10686 4590 3220 3220 3 4593 )
insert ( 10687 4590 3220 3220 4 4594 )
insert ( 10688 4590 3220 3220 5 4595 )
insert ( 10689 4590 3220 3220 11 3252 )
insert ( 10690 4104 603 603 1 4105 )
insert ( 10691 4104 603 603 2 4106 )
insert ( 10692 4104 603 603 3 4107 )
insert ( 10693 4104 603 603 4 4108 )
insert ( 10694 4104 603 603 11 4067 )
insert ( 10695 4104 603 603 13 187 )
close pg_amproc
create pg_language 2612
 (
 oid = oid ,
 lanname = name ,
 lanowner = oid ,
 lanispl = bool ,
 lanpltrusted = bool ,
 lanplcallfoid = oid ,
 laninline = oid ,
 lanvalidator = oid ,
 lanacl = _aclitem
 )
open pg_language
insert ( 12 internal 10 f f 0 0 2246 _null_ )
insert ( 13 c 10 f f 0 0 2247 _null_ )
insert ( 14 sql 10 f t 0 0 2248 _null_ )
close pg_language
create pg_largeobject_metadata 2995
 (
 oid = oid ,
 lomowner = oid ,
 lomacl = _aclitem
 )
open pg_largeobject_metadata
close pg_largeobject_metadata
create pg_largeobject 2613
 (
 loid = oid ,
 pageno = int4 ,
 data = bytea FORCE NOT NULL
 )
open pg_largeobject
close pg_largeobject
create pg_aggregate 2600
 (
 aggfnoid = regproc ,
 aggkind = char ,
 aggnumdirectargs = int2 ,
 aggtransfn = regproc ,
 aggfinalfn = regproc ,
 aggcombinefn = regproc ,
 aggserialfn = regproc ,
 aggdeserialfn = regproc ,
 aggmtransfn = regproc ,
 aggminvtransfn = regproc ,
 aggmfinalfn = regproc ,
 aggfinalextra = bool ,
 aggmfinalextra = bool ,
 aggfinalmodify = char ,
 aggmfinalmodify = char ,
 aggsortop = oid ,
 aggtranstype = oid ,
 aggtransspace = int4 ,
 aggmtranstype = oid ,
 aggmtransspace = int4 ,
 agginitval = text ,
 aggminitval = text
 )
open pg_aggregate
insert ( 2100 n 0 2746 3389 2785 2786 2787 2746 3387 3389 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2101 n 0 1963 1964 3324 - - 1963 3571 1964 f f r r 0 1016 0 1016 0 '{0,0}' '{0,0}' )
insert ( 2102 n 0 1962 1964 3324 - - 1962 3570 1964 f f r r 0 1016 0 1016 0 '{0,0}' '{0,0}' )
insert ( 2103 n 0 2858 1837 3337 2740 2741 2858 3548 1837 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2104 n 0 208 1830 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2105 n 0 222 1830 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2106 n 0 1843 1844 3325 6324 6325 1843 3549 1844 f f r r 0 2281 40 2281 40 _null_ _null_ )
insert ( 2107 n 0 2746 3388 2785 2786 2787 2746 3387 3388 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2108 n 0 1841 - 463 - - 1963 3571 3572 f f r r 0 20 0 1016 0 _null_ '{0,0}' )
insert ( 2109 n 0 1840 - 463 - - 1962 3570 3572 f f r r 0 20 0 1016 0 _null_ '{0,0}' )
insert ( 2110 n 0 204 - 204 - - - - - f f r r 0 700 0 0 0 _null_ _null_ )
insert ( 2111 n 0 218 - 218 - - - - - f f r r 0 701 0 0 0 _null_ _null_ )
insert ( 2112 n 0 894 - 894 - - 894 895 - f f r r 0 790 0 790 0 _null_ _null_ )
insert ( 2113 n 0 1843 6326 3325 6324 6325 1843 3549 6326 f f r r 0 2281 40 2281 40 _null_ _null_ )
insert ( 2114 n 0 2858 3178 3337 2740 2741 2858 3548 3178 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2115 n 0 1236 - 1236 - - - - - f f r r 413 20 0 0 0 _null_ _null_ )
insert ( 2116 n 0 768 - 768 - - - - - f f r r 521 23 0 0 0 _null_ _null_ )
insert ( 2117 n 0 770 - 770 - - - - - f f r r 520 21 0 0 0 _null_ _null_ )
insert ( 2118 n 0 1965 - 1965 - - - - - f f r r 610 26 0 0 0 _null_ _null_ )
insert ( 2119 n 0 209 - 209 - - - - - f f r r 623 700 0 0 0 _null_ _null_ )
insert ( 2120 n 0 223 - 223 - - - - - f f r r 674 701 0 0 0 _null_ _null_ )
insert ( 2122 n 0 1138 - 1138 - - - - - f f r r 1097 1082 0 0 0 _null_ _null_ )
insert ( 2123 n 0 1377 - 1377 - - - - - f f r r 1112 1083 0 0 0 _null_ _null_ )
insert ( 2124 n 0 1379 - 1379 - - - - - f f r r 1554 1266 0 0 0 _null_ _null_ )
insert ( 2125 n 0 898 - 898 - - - - - f f r r 903 790 0 0 0 _null_ _null_ )
insert ( 2126 n 0 2036 - 2036 - - - - - f f r r 2064 1114 0 0 0 _null_ _null_ )
insert ( 2127 n 0 1196 - 1196 - - - - - f f r r 1324 1184 0 0 0 _null_ _null_ )
insert ( 2128 n 0 1198 - 1198 - - - - - f f r r 1334 1186 0 0 0 _null_ _null_ )
insert ( 2129 n 0 458 - 458 - - - - - f f r r 666 25 0 0 0 _null_ _null_ )
insert ( 2130 n 0 1767 - 1767 - - - - - f f r r 1756 1700 0 0 0 _null_ _null_ )
insert ( 2050 n 0 515 - 515 - - - - - f f r r 1073 2277 0 0 0 _null_ _null_ )
insert ( 2244 n 0 1063 - 1063 - - - - - f f r r 1060 1042 0 0 0 _null_ _null_ )
insert ( 2797 n 0 2795 - 2795 - - - - - f f r r 2800 27 0 0 0 _null_ _null_ )
insert ( 3526 n 0 3525 - 3525 - - - - - f f r r 3519 3500 0 0 0 _null_ _null_ )
insert ( 3564 n 0 3562 - 3562 - - - - - f f r r 1205 869 0 0 0 _null_ _null_ )
insert ( 4189 n 0 4187 - 4187 - - - - - f f r r 3225 3220 0 0 0 _null_ _null_ )
insert ( 5099 n 0 5097 - 5097 - - - - - f f r r 5074 5069 0 0 0 _null_ _null_ )
insert ( 2131 n 0 1237 - 1237 - - - - - f f r r 412 20 0 0 0 _null_ _null_ )
insert ( 2132 n 0 769 - 769 - - - - - f f r r 97 23 0 0 0 _null_ _null_ )
insert ( 2133 n 0 771 - 771 - - - - - f f r r 95 21 0 0 0 _null_ _null_ )
insert ( 2134 n 0 1966 - 1966 - - - - - f f r r 609 26 0 0 0 _null_ _null_ )
insert ( 2135 n 0 211 - 211 - - - - - f f r r 622 700 0 0 0 _null_ _null_ )
insert ( 2136 n 0 224 - 224 - - - - - f f r r 672 701 0 0 0 _null_ _null_ )
insert ( 2138 n 0 1139 - 1139 - - - - - f f r r 1095 1082 0 0 0 _null_ _null_ )
insert ( 2139 n 0 1378 - 1378 - - - - - f f r r 1110 1083 0 0 0 _null_ _null_ )
insert ( 2140 n 0 1380 - 1380 - - - - - f f r r 1552 1266 0 0 0 _null_ _null_ )
insert ( 2141 n 0 899 - 899 - - - - - f f r r 902 790 0 0 0 _null_ _null_ )
insert ( 2142 n 0 2035 - 2035 - - - - - f f r r 2062 1114 0 0 0 _null_ _null_ )
insert ( 2143 n 0 1195 - 1195 - - - - - f f r r 1322 1184 0 0 0 _null_ _null_ )
insert ( 2144 n 0 1197 - 1197 - - - - - f f r r 1332 1186 0 0 0 _null_ _null_ )
insert ( 2145 n 0 459 - 459 - - - - - f f r r 664 25 0 0 0 _null_ _null_ )
insert ( 2146 n 0 1766 - 1766 - - - - - f f r r 1754 1700 0 0 0 _null_ _null_ )
insert ( 2051 n 0 516 - 516 - - - - - f f r r 1072 2277 0 0 0 _null_ _null_ )
insert ( 2245 n 0 1064 - 1064 - - - - - f f r r 1058 1042 0 0 0 _null_ _null_ )
insert ( 2798 n 0 2796 - 2796 - - - - - f f r r 2799 27 0 0 0 _null_ _null_ )
insert ( 3527 n 0 3524 - 3524 - - - - - f f r r 3518 3500 0 0 0 _null_ _null_ )
insert ( 3565 n 0 3563 - 3563 - - - - - f f r r 1203 869 0 0 0 _null_ _null_ )
insert ( 4190 n 0 4188 - 4188 - - - - - f f r r 3224 3220 0 0 0 _null_ _null_ )
insert ( 5100 n 0 5098 - 5098 - - - - - f f r r 5073 5069 0 0 0 _null_ _null_ )
insert ( 2147 n 0 2804 - 463 - - 2804 3547 - f f r r 0 20 0 20 0 0 0 )
insert ( 2803 n 0 1219 - 463 - - 1219 3546 - f f r r 0 20 0 20 0 0 0 )
insert ( 2718 n 0 1836 2514 3341 3335 3336 1836 3569 2514 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2719 n 0 1835 3390 3338 3339 3340 1835 3568 3390 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2720 n 0 1834 3390 3338 3339 3340 1834 3567 3390 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2721 n 0 208 2512 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2722 n 0 222 2512 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2723 n 0 1833 2514 3341 3335 3336 1833 3548 2514 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2641 n 0 1836 1838 3341 3335 3336 1836 3569 1838 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2642 n 0 1835 3391 3338 3339 3340 1835 3568 3391 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2643 n 0 1834 3391 3338 3339 3340 1834 3567 3391 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2644 n 0 208 1831 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2645 n 0 222 1831 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2646 n 0 1833 1838 3341 3335 3336 1833 3548 1838 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2148 n 0 1836 1838 3341 3335 3336 1836 3569 1838 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2149 n 0 1835 3391 3338 3339 3340 1835 3568 3391 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2150 n 0 1834 3391 3338 3339 3340 1834 3567 3391 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2151 n 0 208 1831 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2152 n 0 222 1831 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2153 n 0 1833 1838 3341 3335 3336 1833 3548 1838 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2724 n 0 1836 2596 3341 3335 3336 1836 3569 2596 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2725 n 0 1835 3392 3338 3339 3340 1835 3568 3392 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2726 n 0 1834 3392 3338 3339 3340 1834 3567 3392 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2727 n 0 208 2513 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2728 n 0 222 2513 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2729 n 0 1833 2596 3341 3335 3336 1833 3548 2596 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2712 n 0 1836 1839 3341 3335 3336 1836 3569 1839 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2713 n 0 1835 3393 3338 3339 3340 1835 3568 3393 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2714 n 0 1834 3393 3338 3339 3340 1834 3567 3393 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2715 n 0 208 1832 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2716 n 0 222 1832 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2717 n 0 1833 1839 3341 3335 3336 1833 3548 1839 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2154 n 0 1836 1839 3341 3335 3336 1836 3569 1839 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2155 n 0 1835 3393 3338 3339 3340 1835 3568 3393 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2156 n 0 1834 3393 3338 3339 3340 1834 3567 3393 f f r r 0 2281 48 2281 48 _null_ _null_ )
insert ( 2157 n 0 208 1832 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2158 n 0 222 1832 276 - - - - - f f r r 0 1022 0 0 0 '{0,0,0}' _null_ )
insert ( 2159 n 0 1833 1839 3341 3335 3336 1833 3548 1839 f f r r 0 2281 128 2281 128 _null_ _null_ )
insert ( 2818 n 0 2805 - 463 - - - - - f f r r 0 20 0 0 0 0 _null_ )
insert ( 2819 n 0 2806 2807 3342 - - - - - f f r r 0 1022 0 0 0 '{0,0,0,0,0,0}' _null_ )
insert ( 2820 n 0 2806 2808 3342 - - - - - f f r r 0 1022 0 0 0 '{0,0,0,0,0,0}' _null_ )
insert ( 2821 n 0 2806 2809 3342 - - - - - f f r r 0 1022 0 0 0 '{0,0,0,0,0,0}' _null_ )
insert ( 2822 n 0 2806 2810 3342 - - - - - f f r r 0 1022 0 0 0 '{0,0,0,0,0,0}' _null_ )
insert ( 2823 n 0 2806 2811 3342 - - - - - f f r r 0 1022 0 0 0 '{0,0,0,0,0,0}' _null_ )
insert ( 2824 n 0 2806 2812 3342 - - - - - f f r r 0 1022 0 0 0 '{0,0,0,0,0,0}' _null_ )
insert ( 2825 n 0 2806 2813 3342 - - - - - f f r r 0 1022 0 0 0 '{0,0,0,0,0,0}' _null_ )
insert ( 2826 n 0 2806 2814 3342 - - - - - f f r r 0 1022 0 0 0 '{0,0,0,0,0,0}' _null_ )
insert ( 2827 n 0 2806 2815 3342 - - - - - f f r r 0 1022 0 0 0 '{0,0,0,0,0,0}' _null_ )
insert ( 2828 n 0 2806 2816 3342 - - - - - f f r r 0 1022 0 0 0 '{0,0,0,0,0,0}' _null_ )
insert ( 2829 n 0 2806 2817 3342 - - - - - f f r r 0 1022 0 0 0 '{0,0,0,0,0,0}' _null_ )
insert ( 2517 n 0 2515 - 2515 - - 3496 3497 3498 f f r r 58 16 0 2281 16 _null_ _null_ )
insert ( 2518 n 0 2516 - 2516 - - 3496 3497 3499 f f r r 59 16 0 2281 16 _null_ _null_ )
insert ( 2519 n 0 2515 - 2515 - - 3496 3497 3498 f f r r 58 16 0 2281 16 _null_ _null_ )
insert ( 2236 n 0 1892 - 1892 - - - - - f f r r 0 21 0 0 0 _null_ _null_ )
insert ( 2237 n 0 1893 - 1893 - - - - - f f r r 0 21 0 0 0 _null_ _null_ )
insert ( 6164 n 0 1894 - 1894 - - - - - f f r r 0 21 0 0 0 _null_ _null_ )
insert ( 2238 n 0 1898 - 1898 - - - - - f f r r 0 23 0 0 0 _null_ _null_ )
insert ( 2239 n 0 1899 - 1899 - - - - - f f r r 0 23 0 0 0 _null_ _null_ )
insert ( 6165 n 0 1900 - 1900 - - - - - f f r r 0 23 0 0 0 _null_ _null_ )
insert ( 2240 n 0 1904 - 1904 - - - - - f f r r 0 20 0 0 0 _null_ _null_ )
insert ( 2241 n 0 1905 - 1905 - - - - - f f r r 0 20 0 0 0 _null_ _null_ )
insert ( 6166 n 0 1906 - 1906 - - - - - f f r r 0 20 0 0 0 _null_ _null_ )
insert ( 2242 n 0 1673 - 1673 - - - - - f f r r 0 1560 0 0 0 _null_ _null_ )
insert ( 2243 n 0 1674 - 1674 - - - - - f f r r 0 1560 0 0 0 _null_ _null_ )
insert ( 6167 n 0 1675 - 1675 - - - - - f f r r 0 1560 0 0 0 _null_ _null_ )
insert ( 2901 n 0 2900 - - - - - - - f f r r 0 142 0 0 0 _null_ _null_ )
insert ( 2335 n 0 2333 2334 6293 6294 6295 - - - t f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 4053 n 0 4051 4052 6296 6297 6298 - - - t f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 3538 n 0 3535 3536 6299 6300 6301 - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 3545 n 0 3543 3544 6299 6300 6301 - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 4450 n 0 4401 - 4401 - - - - - f f r r 0 3831 0 0 0 _null_ _null_ )
insert ( 4389 n 0 4388 - 4388 - - - - - f f r r 0 4537 0 0 0 _null_ _null_ )
insert ( 4301 n 0 4299 4300 - - - - - - t f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 6227 n 0 6225 6226 - - - - - - t f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 3175 n 0 3173 3174 - - - - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 6276 n 0 6275 3174 - - - - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 3197 n 0 3180 3196 - - - - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 6281 n 0 6278 3196 - - - - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 6280 n 0 6277 3196 - - - - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 6282 n 0 6279 3196 - - - - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 3267 n 0 3265 3266 - - - - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 6284 n 0 6283 3266 - - - - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 3270 n 0 3268 3269 - - - - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 6289 n 0 6286 3269 - - - - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 6288 n 0 6285 3269 - - - - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 6290 n 0 6287 3269 - - - - - - f f r r 0 2281 0 0 0 _null_ _null_ )
insert ( 3972 o 1 3970 3973 - - - - - - t f s s 0 2281 0 0 0 _null_ _null_ )
insert ( 3974 o 1 3970 3975 - - - - - - f f s s 0 2281 0 0 0 _null_ _null_ )
insert ( 3976 o 1 3970 3977 - - - - - - f f s s 0 2281 0 0 0 _null_ _null_ )
insert ( 3978 o 1 3970 3979 - - - - - - t f s s 0 2281 0 0 0 _null_ _null_ )
insert ( 3980 o 1 3970 3981 - - - - - - f f s s 0 2281 0 0 0 _null_ _null_ )
insert ( 3982 o 1 3970 3983 - - - - - - f f s s 0 2281 0 0 0 _null_ _null_ )
insert ( 3984 o 0 3970 3985 - - - - - - t f s s 0 2281 0 0 0 _null_ _null_ )
insert ( 3986 h 1 3971 3987 - - - - - - t f w w 0 2281 0 0 0 _null_ _null_ )
insert ( 3988 h 1 3971 3989 - - - - - - t f w w 0 2281 0 0 0 _null_ _null_ )
insert ( 3990 h 1 3971 3991 - - - - - - t f w w 0 2281 0 0 0 _null_ _null_ )
insert ( 3992 h 1 3971 3993 - - - - - - t f w w 0 2281 0 0 0 _null_ _null_ )
insert ( 6291 n 0 6292 - 6292 - - - - - f f r r 0 2283 0 0 0 _null_ _null_ )
close pg_aggregate
create pg_statistic 2619
 (
 starelid = oid ,
 staattnum = int2 ,
 stainherit = bool ,
 stanullfrac = float4 ,
 stawidth = int4 ,
 stadistinct = float4 ,
 stakind1 = int2 ,
 stakind2 = int2 ,
 stakind3 = int2 ,
 stakind4 = int2 ,
 stakind5 = int2 ,
 staop1 = oid ,
 staop2 = oid ,
 staop3 = oid ,
 staop4 = oid ,
 staop5 = oid ,
 stacoll1 = oid ,
 stacoll2 = oid ,
 stacoll3 = oid ,
 stacoll4 = oid ,
 stacoll5 = oid ,
 stanumbers1 = _float4 ,
 stanumbers2 = _float4 ,
 stanumbers3 = _float4 ,
 stanumbers4 = _float4 ,
 stanumbers5 = _float4 ,
 stavalues1 = anyarray ,
 stavalues2 = anyarray ,
 stavalues3 = anyarray ,
 stavalues4 = anyarray ,
 stavalues5 = anyarray
 )
open pg_statistic
close pg_statistic
create pg_statistic_ext 3381
 (
 oid = oid ,
 stxrelid = oid ,
 stxname = name ,
 stxnamespace = oid ,
 stxowner = oid ,
 stxkeys = int2vector FORCE NOT NULL ,
 stxstattarget = int2 FORCE NULL ,
 stxkind = _char FORCE NOT NULL ,
 stxexprs = pg_node_tree
 )
open pg_statistic_ext
close pg_statistic_ext
create pg_statistic_ext_data 3429
 (
 stxoid = oid ,
 stxdinherit = bool ,
 stxdndistinct = pg_ndistinct ,
 stxddependencies = pg_dependencies ,
 stxdmcv = pg_mcv_list ,
 stxdexpr = _pg_statistic
 )
open pg_statistic_ext_data
close pg_statistic_ext_data
create pg_rewrite 2618
 (
 oid = oid ,
 rulename = name ,
 ev_class = oid ,
 ev_type = char ,
 ev_enabled = char ,
 is_instead = bool ,
 ev_qual = pg_node_tree FORCE NOT NULL ,
 ev_action = pg_node_tree FORCE NOT NULL
 )
open pg_rewrite
close pg_rewrite
create pg_trigger 2620
 (
 oid = oid ,
 tgrelid = oid ,
 tgparentid = oid ,
 tgname = name ,
 tgfoid = oid ,
 tgtype = int2 ,
 tgenabled = char ,
 tgisinternal = bool ,
 tgconstrrelid = oid ,
 tgconstrindid = oid ,
 tgconstraint = oid ,
 tgdeferrable = bool ,
 tginitdeferred = bool ,
 tgnargs = int2 ,
 tgattr = int2vector FORCE NOT NULL ,
 tgargs = bytea FORCE NOT NULL ,
 tgqual = pg_node_tree ,
 tgoldtable = name ,
 tgnewtable = name
 )
open pg_trigger
close pg_trigger
create pg_event_trigger 3466
 (
 oid = oid ,
 evtname = name ,
 evtevent = name ,
 evtowner = oid ,
 evtfoid = oid ,
 evtenabled = char ,
 evttags = _text
 )
open pg_event_trigger
close pg_event_trigger
create pg_description 2609
 (
 objoid = oid ,
 classoid = oid ,
 objsubid = int4 ,
 description = text FORCE NOT NULL
 )
open pg_description
insert ( 1242 1255 0 'I/O' )
insert ( 1243 1255 0 'I/O' )
insert ( 1244 1255 0 'I/O' )
insert ( 31 1255 0 'I/O' )
insert ( 1245 1255 0 'I/O' )
insert ( 33 1255 0 'I/O' )
insert ( 34 1255 0 'I/O' )
insert ( 35 1255 0 'I/O' )
insert ( 38 1255 0 'I/O' )
insert ( 39 1255 0 'I/O' )
insert ( 40 1255 0 'I/O' )
insert ( 41 1255 0 'I/O' )
insert ( 42 1255 0 'I/O' )
insert ( 43 1255 0 'I/O' )
insert ( 44 1255 0 'I/O' )
insert ( 45 1255 0 'I/O' )
insert ( 3494 1255 0 'convert proname to regproc' )
insert ( 3479 1255 0 'convert proname to regprocedure' )
insert ( 46 1255 0 'I/O' )
insert ( 47 1255 0 'I/O' )
insert ( 48 1255 0 'I/O' )
insert ( 49 1255 0 'I/O' )
insert ( 50 1255 0 'I/O' )
insert ( 51 1255 0 'I/O' )
insert ( 5070 1255 0 'I/O' )
insert ( 5081 1255 0 'I/O' )
insert ( 5082 1255 0 'I/O' )
insert ( 5083 1255 0 'I/O' )
insert ( 52 1255 0 'I/O' )
insert ( 53 1255 0 'I/O' )
insert ( 54 1255 0 'I/O' )
insert ( 55 1255 0 'I/O' )
insert ( 6242 1255 0 'planner support for text_starts_with' )
insert ( 5096 1255 0 less-equal-greater )
insert ( 5071 1255 0 'convert xid8 to xid' )
insert ( 5097 1255 0 'larger of two' )
insert ( 5098 1255 0 'smaller of two' )
insert ( 77 1255 0 'convert char to int4' )
insert ( 78 1255 0 'convert int4 to char' )
insert ( 1364 1255 0 'planner support for textregexeq' )
insert ( 1257 1255 0 length )
insert ( 89 1255 0 'PostgreSQL version string' )
insert ( 86 1255 0 'I/O' )
insert ( 87 1255 0 'I/O' )
insert ( 88 1255 0 'I/O' )
insert ( 90 1255 0 'I/O' )
insert ( 101 1255 0 'restriction selectivity of = and related operators' )
insert ( 102 1255 0 'restriction selectivity of <> and related operators' )
insert ( 103 1255 0 'restriction selectivity of < and related operators on scalar datatypes' )
insert ( 104 1255 0 'restriction selectivity of > and related operators on scalar datatypes' )
insert ( 105 1255 0 'join selectivity of = and related operators' )
insert ( 106 1255 0 'join selectivity of <> and related operators' )
insert ( 107 1255 0 'join selectivity of < and related operators on scalar datatypes' )
insert ( 108 1255 0 'join selectivity of > and related operators on scalar datatypes' )
insert ( 336 1255 0 'restriction selectivity of <= and related operators on scalar datatypes' )
insert ( 337 1255 0 'restriction selectivity of >= and related operators on scalar datatypes' )
insert ( 386 1255 0 'join selectivity of <= and related operators on scalar datatypes' )
insert ( 398 1255 0 'join selectivity of >= and related operators on scalar datatypes' )
insert ( 109 1255 0 'I/O' )
insert ( 110 1255 0 'I/O' )
insert ( 117 1255 0 'I/O' )
insert ( 118 1255 0 'I/O' )
insert ( 119 1255 0 'I/O' )
insert ( 120 1255 0 'I/O' )
insert ( 121 1255 0 'I/O' )
insert ( 122 1255 0 'I/O' )
insert ( 123 1255 0 'I/O' )
insert ( 124 1255 0 'I/O' )
insert ( 139 1255 0 'restriction selectivity for area-comparison operators' )
insert ( 140 1255 0 'join selectivity for area-comparison operators' )
insert ( 195 1255 0 'I/O' )
insert ( 196 1255 0 'I/O' )
insert ( 197 1255 0 'I/O' )
insert ( 198 1255 0 'I/O' )
insert ( 200 1255 0 'I/O' )
insert ( 201 1255 0 'I/O' )
insert ( 208 1255 0 'aggregate transition function' )
insert ( 209 1255 0 'larger of two' )
insert ( 211 1255 0 'smaller of two' )
insert ( 214 1255 0 'I/O' )
insert ( 215 1255 0 'I/O' )
insert ( 222 1255 0 'aggregate transition function' )
insert ( 276 1255 0 'aggregate combine function' )
insert ( 223 1255 0 'larger of two' )
insert ( 224 1255 0 'smaller of two' )
insert ( 228 1255 0 'round to nearest integer' )
insert ( 229 1255 0 'truncate to integer' )
insert ( 2308 1255 0 'nearest integer >= value' )
insert ( 2320 1255 0 'nearest integer >= value' )
insert ( 2309 1255 0 'nearest integer <= value' )
insert ( 2310 1255 0 'sign of value' )
insert ( 233 1255 0 'natural exponential (e^x)' )
insert ( 234 1255 0 'natural logarithm' )
insert ( 235 1255 0 'convert int2 to float8' )
insert ( 236 1255 0 'convert int2 to float4' )
insert ( 237 1255 0 'convert float8 to int2' )
insert ( 238 1255 0 'convert float4 to int2' )
insert ( 246 1255 0 less-equal-greater )
insert ( 253 1255 0 less-equal-greater )
insert ( 266 1255 0 'concatenate name and oid' )
insert ( 274 1255 0 'current date and time - increments during transactions' )
insert ( 320 1255 0 'bucket number of operand in equal-width histogram' )
insert ( 311 1255 0 'convert float4 to float8' )
insert ( 312 1255 0 'convert float8 to float4' )
insert ( 313 1255 0 'convert int2 to int4' )
insert ( 314 1255 0 'convert int4 to int2' )
insert ( 316 1255 0 'convert int4 to float8' )
insert ( 317 1255 0 'convert float8 to int4' )
insert ( 318 1255 0 'convert int4 to float4' )
insert ( 319 1255 0 'convert float4 to int4' )
insert ( 3 1255 0 'row-oriented heap table access method handler' )
insert ( 330 1255 0 'btree index access method handler' )
insert ( 331 1255 0 'hash index access method handler' )
insert ( 332 1255 0 'gist index access method handler' )
insert ( 333 1255 0 'gin index access method handler' )
insert ( 334 1255 0 'spgist index access method handler' )
insert ( 335 1255 0 'brin index access method handler' )
insert ( 3952 1255 0 'brin: standalone scan new table pages' )
insert ( 3999 1255 0 'brin: standalone scan new table pages' )
insert ( 4014 1255 0 'brin: desummarize page range' )
insert ( 338 1255 0 'validate an operator class' )
insert ( 636 1255 0 'test property of an index access method' )
insert ( 637 1255 0 'test property of an index' )
insert ( 638 1255 0 'test property of an index column' )
insert ( 676 1255 0 'return name of given index build phase' )
insert ( 347 1255 0 'I/O' )
insert ( 348 1255 0 'I/O' )
insert ( 350 1255 0 less-equal-greater )
insert ( 3129 1255 0 'sort support' )
insert ( 351 1255 0 less-equal-greater )
insert ( 3130 1255 0 'sort support' )
insert ( 842 1255 0 less-equal-greater )
insert ( 3131 1255 0 'sort support' )
insert ( 354 1255 0 less-equal-greater )
insert ( 3132 1255 0 'sort support' )
insert ( 355 1255 0 less-equal-greater )
insert ( 3133 1255 0 'sort support' )
insert ( 356 1255 0 less-equal-greater )
insert ( 3134 1255 0 'sort support' )
insert ( 404 1255 0 less-equal-greater )
insert ( 358 1255 0 less-equal-greater )
insert ( 359 1255 0 less-equal-greater )
insert ( 3135 1255 0 'sort support' )
insert ( 360 1255 0 less-equal-greater )
insert ( 3255 1255 0 'sort support' )
insert ( 5050 1255 0 'equal image' )
insert ( 377 1255 0 less-equal-greater )
insert ( 382 1255 0 less-equal-greater )
insert ( 4126 1255 0 'window RANGE support' )
insert ( 4127 1255 0 'window RANGE support' )
insert ( 4128 1255 0 'window RANGE support' )
insert ( 4129 1255 0 'window RANGE support' )
insert ( 4130 1255 0 'window RANGE support' )
insert ( 4131 1255 0 'window RANGE support' )
insert ( 4132 1255 0 'window RANGE support' )
insert ( 4139 1255 0 'window RANGE support' )
insert ( 4140 1255 0 'window RANGE support' )
insert ( 4141 1255 0 'window RANGE support' )
insert ( 401 1255 0 'convert char(n) to text' )
insert ( 406 1255 0 'convert name to text' )
insert ( 407 1255 0 'convert text to name' )
insert ( 408 1255 0 'convert name to char(n)' )
insert ( 409 1255 0 'convert char(n) to name' )
insert ( 449 1255 0 hash )
insert ( 441 1255 0 hash )
insert ( 450 1255 0 hash )
insert ( 425 1255 0 hash )
insert ( 949 1255 0 hash )
insert ( 442 1255 0 hash )
insert ( 451 1255 0 hash )
insert ( 443 1255 0 hash )
insert ( 452 1255 0 hash )
insert ( 444 1255 0 hash )
insert ( 453 1255 0 hash )
insert ( 445 1255 0 hash )
insert ( 454 1255 0 hash )
insert ( 446 1255 0 hash )
insert ( 455 1255 0 hash )
insert ( 447 1255 0 hash )
insert ( 400 1255 0 hash )
insert ( 448 1255 0 hash )
insert ( 456 1255 0 hash )
insert ( 772 1255 0 hash )
insert ( 457 1255 0 hash )
insert ( 776 1255 0 hash )
insert ( 329 1255 0 hash )
insert ( 777 1255 0 hash )
insert ( 399 1255 0 hash )
insert ( 778 1255 0 hash )
insert ( 422 1255 0 hash )
insert ( 779 1255 0 hash )
insert ( 432 1255 0 hash )
insert ( 780 1255 0 hash )
insert ( 328 1255 0 hash )
insert ( 781 1255 0 hash )
insert ( 438 1255 0 'count the number of NULL arguments' )
insert ( 440 1255 0 'count the number of non-NULL arguments' )
insert ( 458 1255 0 'larger of two' )
insert ( 459 1255 0 'smaller of two' )
insert ( 460 1255 0 'I/O' )
insert ( 461 1255 0 'I/O' )
insert ( 480 1255 0 'convert int8 to int4' )
insert ( 481 1255 0 'convert int4 to int8' )
insert ( 482 1255 0 'convert int8 to float8' )
insert ( 483 1255 0 'convert float8 to int8' )
insert ( 626 1255 0 hash )
insert ( 782 1255 0 hash )
insert ( 652 1255 0 'convert int8 to float4' )
insert ( 653 1255 0 'convert float4 to int8' )
insert ( 714 1255 0 'convert int8 to int2' )
insert ( 754 1255 0 'convert int2 to int8' )
insert ( 668 1255 0 'adjust char() to typmod length' )
insert ( 3097 1255 0 'planner support for varchar length coercion' )
insert ( 669 1255 0 'adjust varchar() to typmod length' )
insert ( 710 1255 0 'deprecated, use current_user instead' )
insert ( 720 1255 0 'octet length' )
insert ( 721 1255 0 'get byte' )
insert ( 722 1255 0 'set byte' )
insert ( 723 1255 0 'get bit' )
insert ( 724 1255 0 'set bit' )
insert ( 749 1255 0 'substitute portion of string' )
insert ( 752 1255 0 'substitute portion of string' )
insert ( 6163 1255 0 'number of set bits' )
insert ( 745 1255 0 'current user name' )
insert ( 746 1255 0 'session user name' )
insert ( 6311 1255 0 'system user name' )
insert ( 747 1255 0 'array dimensions' )
insert ( 748 1255 0 'number of array dimensions' )
insert ( 750 1255 0 'I/O' )
insert ( 751 1255 0 'I/O' )
insert ( 2091 1255 0 'array lower dimension' )
insert ( 2092 1255 0 'array upper dimension' )
insert ( 2176 1255 0 'array length' )
insert ( 3179 1255 0 'array cardinality' )
insert ( 378 1255 0 'append element onto end of array' )
insert ( 379 1255 0 'prepend element onto front of array' )
insert ( 394 1255 0 'split delimited text' )
insert ( 376 1255 0 'split delimited text, with null string' )
insert ( 6160 1255 0 'split delimited text' )
insert ( 6161 1255 0 'split delimited text, with null string' )
insert ( 395 1255 0 'concatenate array elements, using delimiter, into text' )
insert ( 384 1255 0 'concatenate array elements, using delimiter and null string, into text' )
insert ( 515 1255 0 'larger of two' )
insert ( 516 1255 0 'smaller of two' )
insert ( 3277 1255 0 'returns an offset of value in array' )
insert ( 3278 1255 0 'returns an offset of value in array with start index' )
insert ( 3279 1255 0 'returns an array of offsets of some value in array' )
insert ( 1191 1255 0 'array subscripts generator' )
insert ( 1192 1255 0 'array subscripts generator' )
insert ( 1193 1255 0 'array constructor with value' )
insert ( 1286 1255 0 'array constructor with value' )
insert ( 2331 1255 0 'expand array to set of rows' )
insert ( 3996 1255 0 'planner support for array_unnest' )
insert ( 3167 1255 0 'remove any occurrences of an element from an array' )
insert ( 3168 1255 0 'replace any occurrences of an element in an array' )
insert ( 2333 1255 0 'aggregate transition function' )
insert ( 6293 1255 0 'aggregate combine function' )
insert ( 6294 1255 0 'aggregate serial function' )
insert ( 6295 1255 0 'aggregate deserial function' )
insert ( 2334 1255 0 'aggregate final function' )
insert ( 2335 1255 0 'concatenate aggregate input into an array' )
insert ( 4051 1255 0 'aggregate transition function' )
insert ( 6296 1255 0 'aggregate combine function' )
insert ( 6297 1255 0 'aggregate serial function' )
insert ( 6298 1255 0 'aggregate deserial function' )
insert ( 4052 1255 0 'aggregate final function' )
insert ( 4053 1255 0 'concatenate aggregate input into an array' )
insert ( 3218 1255 0 'bucket number of operand given a sorted array of bucket lower bounds' )
insert ( 6172 1255 0 'remove last N elements of array' )
insert ( 6215 1255 0 'shuffle array' )
insert ( 6216 1255 0 'take samples from array' )
insert ( 3816 1255 0 'array typanalyze' )
insert ( 3817 1255 0 'restriction selectivity for array-containment operators' )
insert ( 3818 1255 0 'join selectivity for array-containment operators' )
insert ( 764 1255 0 'large object import' )
insert ( 767 1255 0 'large object import' )
insert ( 765 1255 0 'large object export' )
insert ( 766 1255 0 increment )
insert ( 768 1255 0 'larger of two' )
insert ( 769 1255 0 'smaller of two' )
insert ( 770 1255 0 'larger of two' )
insert ( 771 1255 0 'smaller of two' )
insert ( 849 1255 0 'position of substring' )
insert ( 1023 1255 0 'planner support for textlike' )
insert ( 860 1255 0 'convert char to char(n)' )
insert ( 861 1255 0 'name of the current database' )
insert ( 817 1255 0 'get the currently executing query' )
insert ( 886 1255 0 'I/O' )
insert ( 887 1255 0 'I/O' )
insert ( 898 1255 0 'larger of two' )
insert ( 899 1255 0 'smaller of two' )
insert ( 935 1255 0 'output money amount as words' )
insert ( 3823 1255 0 'convert money to numeric' )
insert ( 3824 1255 0 'convert numeric to money' )
insert ( 3811 1255 0 'convert int4 to money' )
insert ( 3812 1255 0 'convert int8 to money' )
insert ( 940 1255 0 modulus )
insert ( 941 1255 0 modulus )
insert ( 947 1255 0 modulus )
insert ( 5044 1255 0 'greatest common divisor' )
insert ( 5045 1255 0 'greatest common divisor' )
insert ( 5046 1255 0 'least common multiple' )
insert ( 5047 1255 0 'least common multiple' )
insert ( 944 1255 0 'convert text to char' )
insert ( 946 1255 0 'convert char to text' )
insert ( 952 1255 0 'large object open' )
insert ( 953 1255 0 'large object close' )
insert ( 954 1255 0 'large object read' )
insert ( 955 1255 0 'large object write' )
insert ( 956 1255 0 'large object seek' )
insert ( 3170 1255 0 'large object seek (64 bit)' )
insert ( 957 1255 0 'large object create' )
insert ( 715 1255 0 'large object create' )
insert ( 958 1255 0 'large object position' )
insert ( 3171 1255 0 'large object position (64 bit)' )
insert ( 1004 1255 0 'truncate large object' )
insert ( 3172 1255 0 'truncate large object (64 bit)' )
insert ( 3457 1255 0 'create new large object with given content' )
insert ( 3458 1255 0 'read entire large object' )
insert ( 3459 1255 0 'read large object from offset for length' )
insert ( 3460 1255 0 'write data at offset' )
insert ( 964 1255 0 'large object unlink (delete)' )
insert ( 975 1255 0 'box area' )
insert ( 976 1255 0 'box width' )
insert ( 977 1255 0 'box height' )
insert ( 979 1255 0 'area of a closed path' )
insert ( 4067 1255 0 'bounding box of two boxes' )
insert ( 981 1255 0 'box diagonal' )
insert ( 992 1255 0 'slope between points' )
insert ( 993 1255 0 'convert points to line segment' )
insert ( 1026 1255 0 'adjust timestamp to new time zone' )
insert ( 1031 1255 0 'I/O' )
insert ( 1032 1255 0 'I/O' )
insert ( 1035 1255 0 'add/update ACL item' )
insert ( 1036 1255 0 'remove ACL item' )
insert ( 1037 1255 0 contains )
insert ( 1365 1255 0 'make ACL item' )
insert ( 3943 1255 0 'show hardwired default privileges, primarily for use by the information schema' )
insert ( 1689 1255 0 'convert ACL item array to table, primarily for use by information schema' )
insert ( 1044 1255 0 'I/O' )
insert ( 1045 1255 0 'I/O' )
insert ( 2913 1255 0 'I/O typmod' )
insert ( 2914 1255 0 'I/O typmod' )
insert ( 1046 1255 0 'I/O' )
insert ( 1047 1255 0 'I/O' )
insert ( 2915 1255 0 'I/O typmod' )
insert ( 2916 1255 0 'I/O typmod' )
insert ( 1063 1255 0 'larger of two' )
insert ( 1064 1255 0 'smaller of two' )
insert ( 1078 1255 0 less-equal-greater )
insert ( 3328 1255 0 'sort support' )
insert ( 1080 1255 0 hash )
insert ( 972 1255 0 hash )
insert ( 1081 1255 0 'format a type oid and atttypmod to canonical SQL' )
insert ( 1084 1255 0 'I/O' )
insert ( 1085 1255 0 'I/O' )
insert ( 1092 1255 0 less-equal-greater )
insert ( 3136 1255 0 'sort support' )
insert ( 4133 1255 0 'window RANGE support' )
insert ( 1107 1255 0 less-equal-greater )
insert ( 1138 1255 0 'larger of two' )
insert ( 1139 1255 0 'smaller of two' )
insert ( 1143 1255 0 'I/O' )
insert ( 1144 1255 0 'I/O' )
insert ( 2909 1255 0 'I/O typmod' )
insert ( 2910 1255 0 'I/O typmod' )
insert ( 1150 1255 0 'I/O' )
insert ( 1151 1255 0 'I/O' )
insert ( 2907 1255 0 'I/O typmod' )
insert ( 2908 1255 0 'I/O typmod' )
insert ( 1158 1255 0 'convert UNIX epoch to timestamptz' )
insert ( 1159 1255 0 'adjust timestamp to new time zone' )
insert ( 6334 1255 0 'adjust timestamp to local time zone' )
insert ( 1160 1255 0 'I/O' )
insert ( 1161 1255 0 'I/O' )
insert ( 2903 1255 0 'I/O typmod' )
insert ( 2904 1255 0 'I/O typmod' )
insert ( 1171 1255 0 'extract field from timestamp with time zone' )
insert ( 6203 1255 0 'extract field from timestamp with time zone' )
insert ( 1172 1255 0 'extract field from interval' )
insert ( 6204 1255 0 'extract field from interval' )
insert ( 1174 1255 0 'convert date to timestamp with time zone' )
insert ( 2711 1255 0 'promote groups of 24 hours to numbers of days and promote groups of 30 days to numbers of months' )
insert ( 1175 1255 0 'promote groups of 24 hours to numbers of days' )
insert ( 1295 1255 0 'promote groups of 30 days to numbers of months' )
insert ( 1176 1255 0 'convert date and time to timestamp with time zone' )
insert ( 1178 1255 0 'convert timestamp with time zone to date' )
insert ( 1181 1255 0 'age of a transaction ID, in transactions before current transaction' )
insert ( 3939 1255 0 'age of a multi-transaction ID, in multi-transactions before current multi-transaction' )
insert ( 6221 1255 0 'add interval to timestamp with time zone' )
insert ( 6222 1255 0 'add interval to timestamp with time zone in specified time zone' )
insert ( 6223 1255 0 'subtract interval from timestamp with time zone' )
insert ( 6273 1255 0 'subtract interval from timestamp with time zone in specified time zone' )
insert ( 1195 1255 0 'smaller of two' )
insert ( 1196 1255 0 'larger of two' )
insert ( 1197 1255 0 'smaller of two' )
insert ( 1198 1255 0 'larger of two' )
insert ( 1199 1255 0 'date difference preserving months and years' )
insert ( 3918 1255 0 'planner support for interval length coercion' )
insert ( 1200 1255 0 'adjust interval precision' )
insert ( 1215 1255 0 'get description for object id and catalog name' )
insert ( 1216 1255 0 'get description for table column' )
insert ( 1993 1255 0 'get description for object id and shared catalog name' )
insert ( 1217 1255 0 'truncate timestamp with time zone to specified units' )
insert ( 1284 1255 0 'truncate timestamp with time zone to specified units in specified time zone' )
insert ( 1218 1255 0 'truncate interval to specified units' )
insert ( 1219 1255 0 increment )
insert ( 3546 1255 0 decrement )
insert ( 2804 1255 0 'increment, ignores second argument' )
insert ( 3547 1255 0 'decrement, ignores second argument' )
insert ( 1236 1255 0 'larger of two' )
insert ( 1237 1255 0 'smaller of two' )
insert ( 1024 1255 0 'planner support for texticregexeq' )
insert ( 1271 1255 0 'intervals overlap?' )
insert ( 1273 1255 0 'extract field from time with time zone' )
insert ( 6201 1255 0 'extract field from time with time zone' )
insert ( 1287 1255 0 'convert int8 to oid' )
insert ( 1288 1255 0 'convert oid to int8' )
insert ( 1291 1255 0 'trigger to suppress updates when new and old records match' )
insert ( 1294 1255 0 'latest tid of a tuple' )
insert ( 2794 1255 0 less-equal-greater )
insert ( 2795 1255 0 'larger of two' )
insert ( 2796 1255 0 'smaller of two' )
insert ( 2233 1255 0 hash )
insert ( 2234 1255 0 hash )
insert ( 1299 1255 0 'current transaction time' )
insert ( 2647 1255 0 'current transaction time' )
insert ( 2648 1255 0 'current statement time' )
insert ( 2649 1255 0 'current clock time' )
insert ( 1300 1255 0 'restriction selectivity for position-comparison operators' )
insert ( 1301 1255 0 'join selectivity for position-comparison operators' )
insert ( 1302 1255 0 'restriction selectivity for containment comparison operators' )
insert ( 1303 1255 0 'join selectivity for containment comparison operators' )
insert ( 1304 1255 0 'intervals overlap?' )
insert ( 1305 1255 0 'intervals overlap?' )
insert ( 1306 1255 0 'intervals overlap?' )
insert ( 1307 1255 0 'intervals overlap?' )
insert ( 1308 1255 0 'intervals overlap?' )
insert ( 1309 1255 0 'intervals overlap?' )
insert ( 1310 1255 0 'intervals overlap?' )
insert ( 1311 1255 0 'intervals overlap?' )
insert ( 1312 1255 0 'I/O' )
insert ( 1313 1255 0 'I/O' )
insert ( 2905 1255 0 'I/O typmod' )
insert ( 2906 1255 0 'I/O typmod' )
insert ( 1314 1255 0 less-equal-greater )
insert ( 1315 1255 0 less-equal-greater )
insert ( 1316 1255 0 'convert timestamp to time' )
insert ( 1317 1255 0 length )
insert ( 1318 1255 0 'character length' )
insert ( 1339 1255 0 'base 10 logarithm' )
insert ( 1340 1255 0 'base 10 logarithm' )
insert ( 1194 1255 0 'base 10 logarithm' )
insert ( 1341 1255 0 'natural logarithm' )
insert ( 1342 1255 0 'round to nearest integer' )
insert ( 1343 1255 0 'truncate to integer' )
insert ( 1344 1255 0 'square root' )
insert ( 1345 1255 0 'cube root' )
insert ( 1346 1255 0 exponentiation )
insert ( 1368 1255 0 exponentiation )
insert ( 1347 1255 0 'natural exponential (e^x)' )
insert ( 1348 1255 0 'deprecated, use two-argument form instead' )
insert ( 1349 1255 0 'print type names of oidvector field' )
insert ( 1350 1255 0 'I/O' )
insert ( 1351 1255 0 'I/O' )
insert ( 2911 1255 0 'I/O typmod' )
insert ( 2912 1255 0 'I/O typmod' )
insert ( 1358 1255 0 less-equal-greater )
insert ( 1359 1255 0 'convert date and time with time zone to timestamp with time zone' )
insert ( 1367 1255 0 'character length' )
insert ( 1369 1255 0 'character length' )
insert ( 1370 1255 0 'convert time to interval' )
insert ( 1372 1255 0 'character length' )
insert ( 1374 1255 0 'octet length' )
insert ( 1375 1255 0 'octet length' )
insert ( 1377 1255 0 'larger of two' )
insert ( 1378 1255 0 'smaller of two' )
insert ( 1379 1255 0 'larger of two' )
insert ( 1380 1255 0 'smaller of two' )
insert ( 1381 1255 0 'character length' )
insert ( 1384 1255 0 'extract field from date' )
insert ( 6199 1255 0 'extract field from date' )
insert ( 1385 1255 0 'extract field from time' )
insert ( 6200 1255 0 'extract field from time' )
insert ( 1386 1255 0 'date difference from today preserving months and years' )
insert ( 1388 1255 0 'convert timestamp with time zone to time with time zone' )
insert ( 1373 1255 0 'finite date?' )
insert ( 1389 1255 0 'finite timestamp?' )
insert ( 1390 1255 0 'finite interval?' )
insert ( 1376 1255 0 factorial )
insert ( 1394 1255 0 'absolute value' )
insert ( 1395 1255 0 'absolute value' )
insert ( 1396 1255 0 'absolute value' )
insert ( 1397 1255 0 'absolute value' )
insert ( 1398 1255 0 'absolute value' )
insert ( 1400 1255 0 'convert varchar to name' )
insert ( 1401 1255 0 'convert name to varchar' )
insert ( 1402 1255 0 'current schema name' )
insert ( 1403 1255 0 'current schema search list' )
insert ( 1404 1255 0 'substitute portion of string' )
insert ( 1405 1255 0 'substitute portion of string' )
insert ( 1406 1255 0 'vertically aligned' )
insert ( 1407 1255 0 'horizontally aligned' )
insert ( 1408 1255 0 parallel )
insert ( 1409 1255 0 perpendicular )
insert ( 1410 1255 0 vertical )
insert ( 1411 1255 0 horizontal )
insert ( 1412 1255 0 parallel )
insert ( 1413 1255 0 perpendicular )
insert ( 1414 1255 0 vertical )
insert ( 1415 1255 0 horizontal )
insert ( 1416 1255 0 'center of' )
insert ( 1419 1255 0 'convert interval to time' )
insert ( 1421 1255 0 'convert points to box' )
insert ( 1430 1255 0 'path closed?' )
insert ( 1431 1255 0 'path open?' )
insert ( 1433 1255 0 'close path' )
insert ( 1434 1255 0 'open path' )
insert ( 1440 1255 0 'convert x, y to point' )
insert ( 1446 1255 0 'convert polygon to bounding box' )
insert ( 1447 1255 0 'convert polygon to path' )
insert ( 1448 1255 0 'convert box to polygon' )
insert ( 1449 1255 0 'convert path to polygon' )
insert ( 1450 1255 0 'I/O' )
insert ( 1451 1255 0 'I/O' )
insert ( 1468 1255 0 'area of circle' )
insert ( 1469 1255 0 'diameter of circle' )
insert ( 1470 1255 0 'radius of circle' )
insert ( 1473 1255 0 'convert point and radius to circle' )
insert ( 1474 1255 0 'convert polygon to circle' )
insert ( 1475 1255 0 'convert vertex count and circle to polygon' )
insert ( 4091 1255 0 'convert point to empty box' )
insert ( 1479 1255 0 'convert box to circle' )
insert ( 1480 1255 0 'convert circle to box' )
insert ( 1490 1255 0 'I/O' )
insert ( 1491 1255 0 'I/O' )
insert ( 1493 1255 0 'construct line from points' )
insert ( 1530 1255 0 'distance between endpoints' )
insert ( 1531 1255 0 'sum of path segments' )
insert ( 1532 1255 0 'center of' )
insert ( 1534 1255 0 'center of' )
insert ( 1540 1255 0 'center of' )
insert ( 1541 1255 0 'diagonal of' )
insert ( 1542 1255 0 'center of' )
insert ( 1543 1255 0 'center of' )
insert ( 1544 1255 0 'convert circle to 12-vertex polygon' )
insert ( 1545 1255 0 'number of points' )
insert ( 1556 1255 0 'number of points' )
insert ( 1564 1255 0 'I/O' )
insert ( 1565 1255 0 'I/O' )
insert ( 2919 1255 0 'I/O typmod' )
insert ( 2920 1255 0 'I/O typmod' )
insert ( 1569 1255 0 'matches LIKE expression' )
insert ( 1570 1255 0 'does not match LIKE expression' )
insert ( 1571 1255 0 'matches LIKE expression' )
insert ( 1572 1255 0 'does not match LIKE expression' )
insert ( 1574 1255 0 'sequence next value' )
insert ( 1575 1255 0 'sequence current value' )
insert ( 1576 1255 0 'set sequence value' )
insert ( 1765 1255 0 'set sequence value and is_called status' )
insert ( 3078 1255 0 'sequence parameters, for use by information schema' )
insert ( 4032 1255 0 'sequence last value' )
insert ( 275 1255 0 'return the next oid for a system table' )
insert ( 6241 1255 0 'stop making pinned objects during initdb' )
insert ( 1579 1255 0 'I/O' )
insert ( 1580 1255 0 'I/O' )
insert ( 2902 1255 0 'I/O typmod' )
insert ( 2921 1255 0 'I/O typmod' )
insert ( 1596 1255 0 less-equal-greater )
insert ( 1598 1255 0 'random value' )
insert ( 6212 1255 0 'random value from normal distribution' )
insert ( 6339 1255 0 'random integer in range' )
insert ( 6340 1255 0 'random bigint in range' )
insert ( 6341 1255 0 'random numeric in range' )
insert ( 1599 1255 0 'set random seed' )
insert ( 1600 1255 0 arcsine )
insert ( 1601 1255 0 arccosine )
insert ( 1602 1255 0 arctangent )
insert ( 1603 1255 0 'arctangent, two arguments' )
insert ( 1604 1255 0 sine )
insert ( 1605 1255 0 cosine )
insert ( 1606 1255 0 tangent )
insert ( 1607 1255 0 cotangent )
insert ( 2731 1255 0 'arcsine, degrees' )
insert ( 2732 1255 0 'arccosine, degrees' )
insert ( 2733 1255 0 'arctangent, degrees' )
insert ( 2734 1255 0 'arctangent, two arguments, degrees' )
insert ( 2735 1255 0 'sine, degrees' )
insert ( 2736 1255 0 'cosine, degrees' )
insert ( 2737 1255 0 'tangent, degrees' )
insert ( 2738 1255 0 'cotangent, degrees' )
insert ( 1608 1255 0 'radians to degrees' )
insert ( 1609 1255 0 'degrees to radians' )
insert ( 1610 1255 0 PI )
insert ( 2462 1255 0 'hyperbolic sine' )
insert ( 2463 1255 0 'hyperbolic cosine' )
insert ( 2464 1255 0 'hyperbolic tangent' )
insert ( 2465 1255 0 'inverse hyperbolic sine' )
insert ( 2466 1255 0 'inverse hyperbolic cosine' )
insert ( 2467 1255 0 'inverse hyperbolic tangent' )
insert ( 6219 1255 0 'error function' )
insert ( 6220 1255 0 'complementary error function' )
insert ( 1620 1255 0 'convert first char to int4' )
insert ( 1621 1255 0 'convert int4 to char' )
insert ( 1622 1255 0 'replicate string n times' )
insert ( 1623 1255 0 'convert SQL regexp pattern to POSIX style' )
insert ( 1986 1255 0 'convert SQL regexp pattern to POSIX style' )
insert ( 1987 1255 0 'convert SQL regexp pattern to POSIX style' )
insert ( 1025 1255 0 'planner support for texticlike' )
insert ( 1637 1255 0 'convert LIKE pattern to use backslash escapes' )
insert ( 868 1255 0 'position of substring' )
insert ( 870 1255 0 lowercase )
insert ( 871 1255 0 uppercase )
insert ( 872 1255 0 'capitalize each word' )
insert ( 873 1255 0 'left-pad string to length' )
insert ( 874 1255 0 'right-pad string to length' )
insert ( 875 1255 0 'trim selected characters from left end of string' )
insert ( 876 1255 0 'trim selected characters from right end of string' )
insert ( 877 1255 0 'extract portion of string' )
insert ( 878 1255 0 'map a set of characters appearing in string' )
insert ( 879 1255 0 'left-pad string to length' )
insert ( 880 1255 0 'right-pad string to length' )
insert ( 881 1255 0 'trim spaces from left end of string' )
insert ( 882 1255 0 'trim spaces from right end of string' )
insert ( 883 1255 0 'extract portion of string' )
insert ( 884 1255 0 'trim selected characters from both ends of string' )
insert ( 885 1255 0 'trim spaces from both ends of string' )
insert ( 936 1255 0 'extract portion of string' )
insert ( 937 1255 0 'extract portion of string' )
insert ( 2087 1255 0 'replace all occurrences in string of old_substr with new_substr' )
insert ( 2284 1255 0 'replace text using regexp' )
insert ( 2285 1255 0 'replace text using regexp' )
insert ( 6251 1255 0 'replace text using regexp' )
insert ( 6252 1255 0 'replace text using regexp' )
insert ( 6253 1255 0 'replace text using regexp' )
insert ( 3396 1255 0 'find first match for regexp' )
insert ( 3397 1255 0 'find first match for regexp' )
insert ( 2763 1255 0 'find match(es) for regexp' )
insert ( 2764 1255 0 'find match(es) for regexp' )
insert ( 6254 1255 0 'count regexp matches' )
insert ( 6255 1255 0 'count regexp matches' )
insert ( 6256 1255 0 'count regexp matches' )
insert ( 6257 1255 0 'position of regexp match' )
insert ( 6258 1255 0 'position of regexp match' )
insert ( 6259 1255 0 'position of regexp match' )
insert ( 6260 1255 0 'position of regexp match' )
insert ( 6261 1255 0 'position of regexp match' )
insert ( 6262 1255 0 'position of regexp match' )
insert ( 6263 1255 0 'test for regexp match' )
insert ( 6264 1255 0 'test for regexp match' )
insert ( 6265 1255 0 'extract substring that matches regexp' )
insert ( 6266 1255 0 'extract substring that matches regexp' )
insert ( 6267 1255 0 'extract substring that matches regexp' )
insert ( 6268 1255 0 'extract substring that matches regexp' )
insert ( 6269 1255 0 'extract substring that matches regexp' )
insert ( 2088 1255 0 'split string by field_sep and return field_num' )
insert ( 2765 1255 0 'split string by pattern' )
insert ( 2766 1255 0 'split string by pattern' )
insert ( 2767 1255 0 'split string by pattern' )
insert ( 2768 1255 0 'split string by pattern' )
insert ( 6330 1255 0 'convert int4 number to binary' )
insert ( 6331 1255 0 'convert int8 number to binary' )
insert ( 6332 1255 0 'convert int4 number to oct' )
insert ( 6333 1255 0 'convert int8 number to oct' )
insert ( 2089 1255 0 'convert int4 number to hex' )
insert ( 2090 1255 0 'convert int8 number to hex' )
insert ( 1039 1255 0 'encoding name of current database' )
insert ( 810 1255 0 'encoding name of current database' )
insert ( 1713 1255 0 'length of string in specified encoding' )
insert ( 1714 1255 0 'convert string with specified source encoding name' )
insert ( 1717 1255 0 'convert string with specified destination encoding name' )
insert ( 1813 1255 0 'convert string with specified encoding names' )
insert ( 1264 1255 0 'convert encoding name to encoding id' )
insert ( 1597 1255 0 'convert encoding id to encoding name' )
insert ( 2319 1255 0 'maximum octet length of a character in given encoding' )
insert ( 1573 1255 0 'source text of a rule' )
insert ( 1640 1255 0 'select statement of a view' )
insert ( 1641 1255 0 'select statement of a view' )
insert ( 1642 1255 0 'role name by OID (with fallback)' )
insert ( 1643 1255 0 'index description' )
insert ( 3415 1255 0 'extended statistics object description' )
insert ( 6174 1255 0 'extended statistics columns' )
insert ( 6173 1255 0 'extended statistics expressions' )
insert ( 3352 1255 0 'partition key description' )
insert ( 3408 1255 0 'partition constraint description' )
insert ( 1662 1255 0 'trigger description' )
insert ( 1387 1255 0 'constraint description' )
insert ( 1716 1255 0 'deparse an encoded expression' )
insert ( 1665 1255 0 'name of sequence for a serial column' )
insert ( 2098 1255 0 'definition of a function' )
insert ( 2162 1255 0 'argument list of a function' )
insert ( 2232 1255 0 'identity argument list of a function' )
insert ( 2165 1255 0 'result type of a function' )
insert ( 3808 1255 0 'function argument default' )
insert ( 6197 1255 0 'function SQL body' )
insert ( 1686 1255 0 'list of SQL keywords' )
insert ( 6159 1255 0 'list of catalog foreign key relationships' )
insert ( 2289 1255 0 'convert generic options array to name/value table' )
insert ( 1619 1255 0 'type of the argument' )
insert ( 6315 1255 0 'base type of a domain type' )
insert ( 3162 1255 0 'collation of the argument; implementation of the COLLATION FOR expression' )
insert ( 3842 1255 0 'is a relation insertable/updatable/deletable' )
insert ( 3843 1255 0 'is a column updatable' )
insert ( 6120 1255 0 'oid of replica identity index if any' )
insert ( 1250 1255 0 'deferred UNIQUE constraint check' )
insert ( 1644 1255 0 'referential integrity FOREIGN KEY ... REFERENCES' )
insert ( 1645 1255 0 'referential integrity FOREIGN KEY ... REFERENCES' )
insert ( 1646 1255 0 'referential integrity ON DELETE CASCADE' )
insert ( 1647 1255 0 'referential integrity ON UPDATE CASCADE' )
insert ( 1648 1255 0 'referential integrity ON DELETE RESTRICT' )
insert ( 1649 1255 0 'referential integrity ON UPDATE RESTRICT' )
insert ( 1650 1255 0 'referential integrity ON DELETE SET NULL' )
insert ( 1651 1255 0 'referential integrity ON UPDATE SET NULL' )
insert ( 1652 1255 0 'referential integrity ON DELETE SET DEFAULT' )
insert ( 1653 1255 0 'referential integrity ON UPDATE SET DEFAULT' )
insert ( 1654 1255 0 'referential integrity ON DELETE NO ACTION' )
insert ( 1655 1255 0 'referential integrity ON UPDATE NO ACTION' )
insert ( 1672 1255 0 less-equal-greater )
insert ( 1680 1255 0 'extract portion of bitstring' )
insert ( 1681 1255 0 'bitstring length' )
insert ( 1682 1255 0 'octet length' )
insert ( 1683 1255 0 'convert int4 to bitstring' )
insert ( 1684 1255 0 'convert bitstring to int4' )
insert ( 1685 1255 0 'adjust bit() to typmod length' )
insert ( 3158 1255 0 'planner support for varbit length coercion' )
insert ( 1687 1255 0 'adjust varbit() to typmod length' )
insert ( 1698 1255 0 'position of sub-bitstring' )
insert ( 1699 1255 0 'extract portion of bitstring' )
insert ( 3030 1255 0 'substitute portion of bitstring' )
insert ( 3031 1255 0 'substitute portion of bitstring' )
insert ( 3032 1255 0 'get bit' )
insert ( 3033 1255 0 'set bit' )
insert ( 6162 1255 0 'number of set bits' )
insert ( 436 1255 0 'I/O' )
insert ( 437 1255 0 'I/O' )
insert ( 753 1255 0 'MACADDR manufacturer fields' )
insert ( 836 1255 0 less-equal-greater )
insert ( 3359 1255 0 'sort support' )
insert ( 4110 1255 0 'I/O' )
insert ( 4111 1255 0 'I/O' )
insert ( 4112 1255 0 'MACADDR8 manufacturer fields' )
insert ( 4119 1255 0 less-equal-greater )
insert ( 4123 1255 0 'convert macaddr to macaddr8' )
insert ( 4124 1255 0 'convert macaddr8 to macaddr' )
insert ( 4125 1255 0 'set 7th bit in macaddr8' )
insert ( 910 1255 0 'I/O' )
insert ( 911 1255 0 'I/O' )
insert ( 1267 1255 0 'I/O' )
insert ( 1427 1255 0 'I/O' )
insert ( 3562 1255 0 'larger of two' )
insert ( 3563 1255 0 'smaller of two' )
insert ( 926 1255 0 less-equal-greater )
insert ( 1173 1255 0 'planner support for network_sub/superset' )
insert ( 5033 1255 0 'sort support' )
insert ( 598 1255 0 'abbreviated display of inet value' )
insert ( 599 1255 0 'abbreviated display of cidr value' )
insert ( 605 1255 0 'change netmask of inet' )
insert ( 635 1255 0 'change netmask of cidr' )
insert ( 711 1255 0 'address family (4 for IPv4, 6 for IPv6)' )
insert ( 683 1255 0 'network part of address' )
insert ( 696 1255 0 'netmask of address' )
insert ( 697 1255 0 'netmask length' )
insert ( 698 1255 0 'broadcast address of network' )
insert ( 699 1255 0 'show address octets only' )
insert ( 730 1255 0 'show all parts of inet/cidr value' )
insert ( 1362 1255 0 'hostmask of address' )
insert ( 1715 1255 0 'convert inet to cidr' )
insert ( 2196 1255 0 'inet address of the client' )
insert ( 2197 1255 0 'client''s port number for this connection' )
insert ( 2198 1255 0 'inet address of the server' )
insert ( 2199 1255 0 'server''s port number for this connection' )
insert ( 4071 1255 0 'are the addresses from the same family?' )
insert ( 4063 1255 0 'the smallest network which includes both of the given networks' )
insert ( 3553 1255 0 'GiST support' )
insert ( 3554 1255 0 'GiST support' )
insert ( 3555 1255 0 'GiST support' )
insert ( 3573 1255 0 'GiST support' )
insert ( 3557 1255 0 'GiST support' )
insert ( 3558 1255 0 'GiST support' )
insert ( 3559 1255 0 'GiST support' )
insert ( 3795 1255 0 'SP-GiST support' )
insert ( 3796 1255 0 'SP-GiST support' )
insert ( 3797 1255 0 'SP-GiST support' )
insert ( 3798 1255 0 'SP-GiST support' )
insert ( 3799 1255 0 'SP-GiST support' )
insert ( 3560 1255 0 'restriction selectivity for network operators' )
insert ( 3561 1255 0 'join selectivity for network operators' )
insert ( 1693 1255 0 less-equal-greater )
insert ( 1688 1255 0 hash )
insert ( 3409 1255 0 hash )
insert ( 1696 1255 0 hash )
insert ( 3410 1255 0 hash )
insert ( 1697 1255 0 hash )
insert ( 3418 1255 0 hash )
insert ( 1701 1255 0 'I/O' )
insert ( 1702 1255 0 'I/O' )
insert ( 2917 1255 0 'I/O typmod' )
insert ( 2918 1255 0 'I/O typmod' )
insert ( 3157 1255 0 'planner support for numeric length coercion' )
insert ( 1703 1255 0 'adjust numeric to typmod precision/scale' )
insert ( 1705 1255 0 'absolute value' )
insert ( 1706 1255 0 'sign of value' )
insert ( 1707 1255 0 'value rounded to ''scale''' )
insert ( 1708 1255 0 'value rounded to ''scale'' of zero' )
insert ( 1709 1255 0 'value truncated to ''scale''' )
insert ( 1710 1255 0 'value truncated to ''scale'' of zero' )
insert ( 1711 1255 0 'nearest integer >= value' )
insert ( 2167 1255 0 'nearest integer >= value' )
insert ( 1712 1255 0 'nearest integer <= value' )
insert ( 1728 1255 0 modulus )
insert ( 5048 1255 0 'greatest common divisor' )
insert ( 5049 1255 0 'least common multiple' )
insert ( 1730 1255 0 'square root' )
insert ( 1731 1255 0 'square root' )
insert ( 1732 1255 0 'natural exponential (e^x)' )
insert ( 1733 1255 0 'natural exponential (e^x)' )
insert ( 1734 1255 0 'natural logarithm' )
insert ( 1735 1255 0 'natural logarithm' )
insert ( 1736 1255 0 'logarithm base m of n' )
insert ( 1737 1255 0 'logarithm base m of n' )
insert ( 1738 1255 0 exponentiation )
insert ( 2169 1255 0 exponentiation )
insert ( 3281 1255 0 'number of decimal digits in the fractional part' )
insert ( 5042 1255 0 'minimum scale needed to represent the value' )
insert ( 5043 1255 0 'numeric with minimum scale needed to represent the value' )
insert ( 1740 1255 0 'convert int4 to numeric' )
insert ( 1741 1255 0 'base 10 logarithm' )
insert ( 1481 1255 0 'base 10 logarithm' )
insert ( 1742 1255 0 'convert float4 to numeric' )
insert ( 1743 1255 0 'convert float8 to numeric' )
insert ( 1744 1255 0 'convert numeric to int4' )
insert ( 1745 1255 0 'convert numeric to float4' )
insert ( 1746 1255 0 'convert numeric to float8' )
insert ( 1973 1255 0 'trunc(x/y)' )
insert ( 1980 1255 0 'trunc(x/y)' )
insert ( 2170 1255 0 'bucket number of operand in equal-width histogram' )
insert ( 1764 1255 0 'increment by one' )
insert ( 1766 1255 0 'smaller of two' )
insert ( 1767 1255 0 'larger of two' )
insert ( 1769 1255 0 less-equal-greater )
insert ( 3283 1255 0 'sort support' )
insert ( 1779 1255 0 'convert numeric to int8' )
insert ( 1781 1255 0 'convert int8 to numeric' )
insert ( 1782 1255 0 'convert int2 to numeric' )
insert ( 1783 1255 0 'convert numeric to int2' )
insert ( 6103 1255 0 'convert numeric to pg_lsn' )
insert ( 3556 1255 0 'convert jsonb to boolean' )
insert ( 3449 1255 0 'convert jsonb to numeric' )
insert ( 3450 1255 0 'convert jsonb to int2' )
insert ( 3451 1255 0 'convert jsonb to int4' )
insert ( 3452 1255 0 'convert jsonb to int8' )
insert ( 3453 1255 0 'convert jsonb to float4' )
insert ( 2580 1255 0 'convert jsonb to float8' )
insert ( 1770 1255 0 'format timestamp with time zone to text' )
insert ( 1772 1255 0 'format numeric to text' )
insert ( 1773 1255 0 'format int4 to text' )
insert ( 1774 1255 0 'format int8 to text' )
insert ( 1775 1255 0 'format float4 to text' )
insert ( 1776 1255 0 'format float8 to text' )
insert ( 1777 1255 0 'convert text to numeric' )
insert ( 1778 1255 0 'convert text to timestamp with time zone' )
insert ( 1780 1255 0 'convert text to date' )
insert ( 1768 1255 0 'format interval to text' )
insert ( 1282 1255 0 'quote an identifier for usage in a querystring' )
insert ( 1283 1255 0 'quote a literal for usage in a querystring' )
insert ( 1285 1255 0 'quote a data value for usage in a querystring' )
insert ( 1289 1255 0 'quote a possibly-null literal for usage in a querystring' )
insert ( 1290 1255 0 'quote a possibly-null data value for usage in a querystring' )
insert ( 1798 1255 0 'I/O' )
insert ( 1799 1255 0 'I/O' )
insert ( 3058 1255 0 'concatenate values' )
insert ( 3059 1255 0 'concatenate values with separators' )
insert ( 3060 1255 0 'extract the first n characters' )
insert ( 3061 1255 0 'extract the last n characters' )
insert ( 3062 1255 0 'reverse text' )
insert ( 3539 1255 0 'format text message' )
insert ( 3540 1255 0 'format text message' )
insert ( 1810 1255 0 'length in bits' )
insert ( 1811 1255 0 'length in bits' )
insert ( 1812 1255 0 'length in bits' )
insert ( 1814 1255 0 'restriction selectivity of ILIKE' )
insert ( 1815 1255 0 'restriction selectivity of NOT ILIKE' )
insert ( 1816 1255 0 'join selectivity of ILIKE' )
insert ( 1817 1255 0 'join selectivity of NOT ILIKE' )
insert ( 1818 1255 0 'restriction selectivity of regex match' )
insert ( 1819 1255 0 'restriction selectivity of LIKE' )
insert ( 1820 1255 0 'restriction selectivity of case-insensitive regex match' )
insert ( 1821 1255 0 'restriction selectivity of regex non-match' )
insert ( 1822 1255 0 'restriction selectivity of NOT LIKE' )
insert ( 1823 1255 0 'restriction selectivity of case-insensitive regex non-match' )
insert ( 1824 1255 0 'join selectivity of regex match' )
insert ( 1825 1255 0 'join selectivity of LIKE' )
insert ( 1826 1255 0 'join selectivity of case-insensitive regex match' )
insert ( 1827 1255 0 'join selectivity of regex non-match' )
insert ( 1828 1255 0 'join selectivity of NOT LIKE' )
insert ( 1829 1255 0 'join selectivity of case-insensitive regex non-match' )
insert ( 3437 1255 0 'restriction selectivity of exact prefix' )
insert ( 3438 1255 0 'join selectivity of exact prefix' )
insert ( 1830 1255 0 'aggregate final function' )
insert ( 2512 1255 0 'aggregate final function' )
insert ( 1831 1255 0 'aggregate final function' )
insert ( 2513 1255 0 'aggregate final function' )
insert ( 1832 1255 0 'aggregate final function' )
insert ( 1833 1255 0 'aggregate transition function' )
insert ( 3341 1255 0 'aggregate combine function' )
insert ( 2858 1255 0 'aggregate transition function' )
insert ( 3337 1255 0 'aggregate combine function' )
insert ( 2740 1255 0 'aggregate serial function' )
insert ( 2741 1255 0 'aggregate deserial function' )
insert ( 3335 1255 0 'aggregate serial function' )
insert ( 3336 1255 0 'aggregate deserial function' )
insert ( 3548 1255 0 'aggregate transition function' )
insert ( 1834 1255 0 'aggregate transition function' )
insert ( 1835 1255 0 'aggregate transition function' )
insert ( 1836 1255 0 'aggregate transition function' )
insert ( 3338 1255 0 'aggregate combine function' )
insert ( 3339 1255 0 'aggregate serial function' )
insert ( 3340 1255 0 'aggregate deserial function' )
insert ( 2746 1255 0 'aggregate transition function' )
insert ( 3567 1255 0 'aggregate transition function' )
insert ( 3568 1255 0 'aggregate transition function' )
insert ( 3569 1255 0 'aggregate transition function' )
insert ( 3387 1255 0 'aggregate transition function' )
insert ( 2785 1255 0 'aggregate combine function' )
insert ( 2786 1255 0 'aggregate serial function' )
insert ( 2787 1255 0 'aggregate deserial function' )
insert ( 3324 1255 0 'aggregate combine function' )
insert ( 3178 1255 0 'aggregate final function' )
insert ( 1837 1255 0 'aggregate final function' )
insert ( 2514 1255 0 'aggregate final function' )
insert ( 1838 1255 0 'aggregate final function' )
insert ( 2596 1255 0 'aggregate final function' )
insert ( 1839 1255 0 'aggregate final function' )
insert ( 1840 1255 0 'aggregate transition function' )
insert ( 1841 1255 0 'aggregate transition function' )
insert ( 1842 1255 0 'aggregate transition function' )
insert ( 3388 1255 0 'aggregate final function' )
insert ( 3389 1255 0 'aggregate final function' )
insert ( 3390 1255 0 'aggregate final function' )
insert ( 3391 1255 0 'aggregate final function' )
insert ( 3392 1255 0 'aggregate final function' )
insert ( 3393 1255 0 'aggregate final function' )
insert ( 1843 1255 0 'aggregate transition function' )
insert ( 3325 1255 0 'aggregate combine function' )
insert ( 3549 1255 0 'aggregate transition function' )
insert ( 6324 1255 0 'aggregate serial function' )
insert ( 6325 1255 0 'aggregate deserial function' )
insert ( 1844 1255 0 'aggregate final function' )
insert ( 6326 1255 0 'aggregate final function' )
insert ( 1962 1255 0 'aggregate transition function' )
insert ( 1963 1255 0 'aggregate transition function' )
insert ( 3570 1255 0 'aggregate transition function' )
insert ( 3571 1255 0 'aggregate transition function' )
insert ( 1964 1255 0 'aggregate final function' )
insert ( 3572 1255 0 'aggregate final function' )
insert ( 2805 1255 0 'aggregate transition function' )
insert ( 2806 1255 0 'aggregate transition function' )
insert ( 3342 1255 0 'aggregate combine function' )
insert ( 2807 1255 0 'aggregate final function' )
insert ( 2808 1255 0 'aggregate final function' )
insert ( 2809 1255 0 'aggregate final function' )
insert ( 2810 1255 0 'aggregate final function' )
insert ( 2811 1255 0 'aggregate final function' )
insert ( 2812 1255 0 'aggregate final function' )
insert ( 2813 1255 0 'aggregate final function' )
insert ( 2814 1255 0 'aggregate final function' )
insert ( 2815 1255 0 'aggregate final function' )
insert ( 2816 1255 0 'aggregate final function' )
insert ( 2817 1255 0 'aggregate final function' )
insert ( 3535 1255 0 'aggregate transition function' )
insert ( 6299 1255 0 'aggregate combine function' )
insert ( 6300 1255 0 'aggregate serial function' )
insert ( 6301 1255 0 'aggregate deserial function' )
insert ( 3536 1255 0 'aggregate final function' )
insert ( 3538 1255 0 'concatenate aggregate input into a string' )
insert ( 3543 1255 0 'aggregate transition function' )
insert ( 3544 1255 0 'aggregate final function' )
insert ( 3545 1255 0 'concatenate aggregate input into a bytea' )
insert ( 1845 1255 0 'encode text from DB encoding to ASCII text' )
insert ( 1846 1255 0 'encode text from encoding to ASCII text' )
insert ( 1847 1255 0 'encode text from encoding to ASCII text' )
insert ( 1922 1255 0 'user privilege on relation by username, rel name' )
insert ( 1923 1255 0 'user privilege on relation by username, rel oid' )
insert ( 1924 1255 0 'user privilege on relation by user oid, rel name' )
insert ( 1925 1255 0 'user privilege on relation by user oid, rel oid' )
insert ( 1926 1255 0 'current user privilege on relation by rel name' )
insert ( 1927 1255 0 'current user privilege on relation by rel oid' )
insert ( 2181 1255 0 'user privilege on sequence by username, seq name' )
insert ( 2182 1255 0 'user privilege on sequence by username, seq oid' )
insert ( 2183 1255 0 'user privilege on sequence by user oid, seq name' )
insert ( 2184 1255 0 'user privilege on sequence by user oid, seq oid' )
insert ( 2185 1255 0 'current user privilege on sequence by seq name' )
insert ( 2186 1255 0 'current user privilege on sequence by seq oid' )
insert ( 3012 1255 0 'user privilege on column by username, rel name, col name' )
insert ( 3013 1255 0 'user privilege on column by username, rel name, col attnum' )
insert ( 3014 1255 0 'user privilege on column by username, rel oid, col name' )
insert ( 3015 1255 0 'user privilege on column by username, rel oid, col attnum' )
insert ( 3016 1255 0 'user privilege on column by user oid, rel name, col name' )
insert ( 3017 1255 0 'user privilege on column by user oid, rel name, col attnum' )
insert ( 3018 1255 0 'user privilege on column by user oid, rel oid, col name' )
insert ( 3019 1255 0 'user privilege on column by user oid, rel oid, col attnum' )
insert ( 3020 1255 0 'current user privilege on column by rel name, col name' )
insert ( 3021 1255 0 'current user privilege on column by rel name, col attnum' )
insert ( 3022 1255 0 'current user privilege on column by rel oid, col name' )
insert ( 3023 1255 0 'current user privilege on column by rel oid, col attnum' )
insert ( 3024 1255 0 'user privilege on any column by username, rel name' )
insert ( 3025 1255 0 'user privilege on any column by username, rel oid' )
insert ( 3026 1255 0 'user privilege on any column by user oid, rel name' )
insert ( 3027 1255 0 'user privilege on any column by user oid, rel oid' )
insert ( 3028 1255 0 'current user privilege on any column by rel name' )
insert ( 3029 1255 0 'current user privilege on any column by rel oid' )
insert ( 3355 1255 0 'I/O' )
insert ( 3356 1255 0 'I/O' )
insert ( 3357 1255 0 'I/O' )
insert ( 3358 1255 0 'I/O' )
insert ( 3404 1255 0 'I/O' )
insert ( 3405 1255 0 'I/O' )
insert ( 3406 1255 0 'I/O' )
insert ( 3407 1255 0 'I/O' )
insert ( 5018 1255 0 'I/O' )
insert ( 5019 1255 0 'I/O' )
insert ( 5020 1255 0 'I/O' )
insert ( 5021 1255 0 'I/O' )
insert ( 3427 1255 0 'details about MCV list items' )
insert ( 1928 1255 0 'statistics: number of scans done for table/index' )
insert ( 6310 1255 0 'statistics: time of the last scan for table/index' )
insert ( 1929 1255 0 'statistics: number of tuples read by seqscan' )
insert ( 1930 1255 0 'statistics: number of tuples fetched by idxscan' )
insert ( 1931 1255 0 'statistics: number of tuples inserted' )
insert ( 1932 1255 0 'statistics: number of tuples updated' )
insert ( 1933 1255 0 'statistics: number of tuples deleted' )
insert ( 1972 1255 0 'statistics: number of tuples hot updated' )
insert ( 6217 1255 0 'statistics: number of tuples updated onto a new page' )
insert ( 2878 1255 0 'statistics: number of live tuples' )
insert ( 2879 1255 0 'statistics: number of dead tuples' )
insert ( 3177 1255 0 'statistics: number of tuples changed since last analyze' )
insert ( 5053 1255 0 'statistics: number of tuples inserted since last vacuum' )
insert ( 1934 1255 0 'statistics: number of blocks fetched' )
insert ( 1935 1255 0 'statistics: number of blocks found in cache' )
insert ( 2781 1255 0 'statistics: last manual vacuum time for a table' )
insert ( 2782 1255 0 'statistics: last auto vacuum time for a table' )
insert ( 2783 1255 0 'statistics: last manual analyze time for a table' )
insert ( 2784 1255 0 'statistics: last auto analyze time for a table' )
insert ( 3054 1255 0 'statistics: number of manual vacuums for a table' )
insert ( 3055 1255 0 'statistics: number of auto vacuums for a table' )
insert ( 3056 1255 0 'statistics: number of manual analyzes for a table' )
insert ( 3057 1255 0 'statistics: number of auto analyzes for a table' )
insert ( 1936 1255 0 'statistics: currently active backend IDs' )
insert ( 2022 1255 0 'statistics: information about currently active backends' )
insert ( 6318 1255 0 'describe wait events' )
insert ( 3318 1255 0 'statistics: information about progress of backends running maintenance command' )
insert ( 3099 1255 0 'statistics: information about currently active replication' )
insert ( 3317 1255 0 'statistics: information about WAL receiver' )
insert ( 6169 1255 0 'statistics: information about replication slot' )
insert ( 6230 1255 0 'statistics: check if a stats object exists' )
insert ( 6231 1255 0 'statistics: information about subscription stats' )
insert ( 6118 1255 0 'statistics: information about subscription' )
insert ( 2026 1255 0 'statistics: current backend PID' )
insert ( 1937 1255 0 'statistics: PID of backend' )
insert ( 1938 1255 0 'statistics: database ID of backend' )
insert ( 6107 1255 0 'statistics: get subtransaction status of backend' )
insert ( 1939 1255 0 'statistics: user ID of backend' )
insert ( 1940 1255 0 'statistics: current query of backend' )
insert ( 2788 1255 0 'statistics: wait event type on which backend is currently waiting' )
insert ( 2853 1255 0 'statistics: wait event on which backend is currently waiting' )
insert ( 2094 1255 0 'statistics: start time for current query of backend' )
insert ( 2857 1255 0 'statistics: start time for backend''s current transaction' )
insert ( 1391 1255 0 'statistics: start time for current backend session' )
insert ( 1392 1255 0 'statistics: address of client connected to backend' )
insert ( 1393 1255 0 'statistics: port number of client connected to backend' )
insert ( 1941 1255 0 'statistics: number of backends in database' )
insert ( 1942 1255 0 'statistics: transactions committed' )
insert ( 1943 1255 0 'statistics: transactions rolled back' )
insert ( 1944 1255 0 'statistics: blocks fetched for database' )
insert ( 1945 1255 0 'statistics: blocks found in cache for database' )
insert ( 2758 1255 0 'statistics: tuples returned for database' )
insert ( 2759 1255 0 'statistics: tuples fetched for database' )
insert ( 2760 1255 0 'statistics: tuples inserted in database' )
insert ( 2761 1255 0 'statistics: tuples updated in database' )
insert ( 2762 1255 0 'statistics: tuples deleted in database' )
insert ( 3065 1255 0 'statistics: recovery conflicts in database caused by drop tablespace' )
insert ( 3066 1255 0 'statistics: recovery conflicts in database caused by relation lock' )
insert ( 3067 1255 0 'statistics: recovery conflicts in database caused by snapshot expiry' )
insert ( 6309 1255 0 'statistics: recovery conflicts in database caused by logical replication slot' )
insert ( 3068 1255 0 'statistics: recovery conflicts in database caused by shared buffer pin' )
insert ( 3069 1255 0 'statistics: recovery conflicts in database caused by buffer deadlock' )
insert ( 3070 1255 0 'statistics: recovery conflicts in database' )
insert ( 3152 1255 0 'statistics: deadlocks detected in database' )
insert ( 3426 1255 0 'statistics: checksum failures detected in database' )
insert ( 3428 1255 0 'statistics: when last checksum failure was detected in database' )
insert ( 3074 1255 0 'statistics: last reset for a database' )
insert ( 3150 1255 0 'statistics: number of temporary files written' )
insert ( 3151 1255 0 'statistics: number of bytes in temporary files written' )
insert ( 2844 1255 0 'statistics: block read time, in milliseconds' )
insert ( 2845 1255 0 'statistics: block write time, in milliseconds' )
insert ( 6185 1255 0 'statistics: session time, in milliseconds' )
insert ( 6186 1255 0 'statistics: session active time, in milliseconds' )
insert ( 6187 1255 0 'statistics: session idle in transaction time, in milliseconds' )
insert ( 6188 1255 0 'statistics: total number of sessions' )
insert ( 6189 1255 0 'statistics: number of sessions disconnected by the client closing the network connection' )
insert ( 6190 1255 0 'statistics: number of sessions disconnected by fatal errors' )
insert ( 6191 1255 0 'statistics: number of sessions killed by administrative action' )
insert ( 3195 1255 0 'statistics: information about WAL archiver' )
insert ( 2769 1255 0 'statistics: number of timed checkpoints started by the checkpointer' )
insert ( 2770 1255 0 'statistics: number of backend requested checkpoints started by the checkpointer' )
insert ( 6327 1255 0 'statistics: number of timed restartpoints started by the checkpointer' )
insert ( 6328 1255 0 'statistics: number of backend requested restartpoints started by the checkpointer' )
insert ( 6329 1255 0 'statistics: number of backend performed restartpoints' )
insert ( 2771 1255 0 'statistics: number of buffers written during checkpoints and restartpoints' )
insert ( 6314 1255 0 'statistics: last reset for the checkpointer' )
insert ( 2772 1255 0 'statistics: number of buffers written by the bgwriter for cleaning dirty buffers' )
insert ( 2773 1255 0 'statistics: number of times the bgwriter stopped processing when it had written too many buffers while cleaning' )
insert ( 3075 1255 0 'statistics: last reset for the bgwriter' )
insert ( 3160 1255 0 'statistics: checkpoint/restartpoint time spent writing buffers to disk, in milliseconds' )
insert ( 3161 1255 0 'statistics: checkpoint/restartpoint time spent synchronizing buffers to disk, in milliseconds' )
insert ( 2859 1255 0 'statistics: number of buffer allocations' )
insert ( 6214 1255 0 'statistics: per backend type IO statistics' )
insert ( 1136 1255 0 'statistics: information about WAL activity' )
insert ( 6248 1255 0 'statistics: information about WAL prefetching' )
insert ( 2306 1255 0 'statistics: information about SLRU caches' )
insert ( 2978 1255 0 'statistics: number of function calls' )
insert ( 2979 1255 0 'statistics: total execution time of function, in milliseconds' )
insert ( 2980 1255 0 'statistics: self execution time of function, in milliseconds' )
insert ( 3037 1255 0 'statistics: number of scans done for table/index in current transaction' )
insert ( 3038 1255 0 'statistics: number of tuples read by seqscan in current transaction' )
insert ( 3039 1255 0 'statistics: number of tuples fetched by idxscan in current transaction' )
insert ( 3040 1255 0 'statistics: number of tuples inserted in current transaction' )
insert ( 3041 1255 0 'statistics: number of tuples updated in current transaction' )
insert ( 3042 1255 0 'statistics: number of tuples deleted in current transaction' )
insert ( 3043 1255 0 'statistics: number of tuples hot updated in current transaction' )
insert ( 6218 1255 0 'statistics: number of tuples updated onto a new page in current transaction' )
insert ( 3044 1255 0 'statistics: number of blocks fetched in current transaction' )
insert ( 3045 1255 0 'statistics: number of blocks found in cache in current transaction' )
insert ( 3046 1255 0 'statistics: number of function calls in current transaction' )
insert ( 3047 1255 0 'statistics: total execution time of function in current transaction, in milliseconds' )
insert ( 3048 1255 0 'statistics: self execution time of function in current transaction, in milliseconds' )
insert ( 3788 1255 0 'statistics: timestamp of the current statistics snapshot' )
insert ( 2230 1255 0 'statistics: discard current transaction''s statistics snapshot' )
insert ( 2137 1255 0 'statistics: force stats to be flushed after the next commit' )
insert ( 2274 1255 0 'statistics: reset collected statistics for current database' )
insert ( 3775 1255 0 'statistics: reset collected statistics shared across the cluster' )
insert ( 3776 1255 0 'statistics: reset collected statistics for a single table or index in the current database or shared across all databases in the cluster' )
insert ( 3777 1255 0 'statistics: reset collected statistics for a single function in the current database' )
insert ( 2307 1255 0 'statistics: reset collected statistics for a single SLRU' )
insert ( 6170 1255 0 'statistics: reset collected statistics for a single replication slot' )
insert ( 6232 1255 0 'statistics: reset collected statistics for a single subscription' )
insert ( 3163 1255 0 'current trigger depth' )
insert ( 3778 1255 0 'tablespace location' )
insert ( 1946 1255 0 'convert bytea value into some ascii-only text string' )
insert ( 1947 1255 0 'convert ascii-encoded text string into bytea value' )
insert ( 1954 1255 0 less-equal-greater )
insert ( 3331 1255 0 'sort support' )
insert ( 3917 1255 0 'planner support for timestamp length coercion' )
insert ( 3944 1255 0 'planner support for time length coercion' )
insert ( 1961 1255 0 'adjust timestamp precision' )
insert ( 1965 1255 0 'larger of two' )
insert ( 1966 1255 0 'smaller of two' )
insert ( 1967 1255 0 'adjust timestamptz precision' )
insert ( 1968 1255 0 'adjust time precision' )
insert ( 1969 1255 0 'adjust time with time zone precision' )
insert ( 2007 1255 0 'matches LIKE expression' )
insert ( 2008 1255 0 'does not match LIKE expression' )
insert ( 2009 1255 0 'convert LIKE pattern to use backslash escapes' )
insert ( 2010 1255 0 'octet length' )
insert ( 2012 1255 0 'extract portion of string' )
insert ( 2013 1255 0 'extract portion of string' )
insert ( 2085 1255 0 'extract portion of string' )
insert ( 2086 1255 0 'extract portion of string' )
insert ( 2014 1255 0 'position of substring' )
insert ( 2015 1255 0 'trim selected bytes from both ends of string' )
insert ( 6195 1255 0 'trim selected bytes from left end of string' )
insert ( 6196 1255 0 'trim selected bytes from right end of string' )
insert ( 2019 1255 0 'convert timestamp with time zone to time' )
insert ( 2020 1255 0 'truncate timestamp to specified units' )
insert ( 6177 1255 0 'bin timestamp into specified interval' )
insert ( 6178 1255 0 'bin timestamp with time zone into specified interval' )
insert ( 2021 1255 0 'extract field from timestamp' )
insert ( 6202 1255 0 'extract field from timestamp' )
insert ( 2024 1255 0 'convert date to timestamp' )
insert ( 2025 1255 0 'convert date and time to timestamp' )
insert ( 2027 1255 0 'convert timestamp with time zone to timestamp' )
insert ( 2028 1255 0 'convert timestamp to timestamp with time zone' )
insert ( 2029 1255 0 'convert timestamp to date' )
insert ( 2035 1255 0 'smaller of two' )
insert ( 2036 1255 0 'larger of two' )
insert ( 2037 1255 0 'adjust time with time zone to new zone' )
insert ( 2038 1255 0 'adjust time with time zone to new zone' )
insert ( 6336 1255 0 'adjust time to local time zone' )
insert ( 2039 1255 0 hash )
insert ( 3411 1255 0 hash )
insert ( 2041 1255 0 'intervals overlap?' )
insert ( 2042 1255 0 'intervals overlap?' )
insert ( 2043 1255 0 'intervals overlap?' )
insert ( 2044 1255 0 'intervals overlap?' )
insert ( 2045 1255 0 less-equal-greater )
insert ( 3137 1255 0 'sort support' )
insert ( 4134 1255 0 'window RANGE support' )
insert ( 4135 1255 0 'window RANGE support' )
insert ( 4136 1255 0 'window RANGE support' )
insert ( 4137 1255 0 'window RANGE support' )
insert ( 4138 1255 0 'window RANGE support' )
insert ( 2046 1255 0 'convert time with time zone to time' )
insert ( 2047 1255 0 'convert time to time with time zone' )
insert ( 2048 1255 0 'finite timestamp?' )
insert ( 2049 1255 0 'format timestamp to text' )
insert ( 2058 1255 0 'date difference preserving months and years' )
insert ( 2059 1255 0 'date difference from today preserving months and years' )
insert ( 2069 1255 0 'adjust timestamp to new time zone' )
insert ( 2070 1255 0 'adjust timestamp to new time zone' )
insert ( 6335 1255 0 'adjust timestamp to local time zone' )
insert ( 2073 1255 0 'extract text matching regular expression' )
insert ( 2074 1255 0 'extract text matching SQL regular expression' )
insert ( 2075 1255 0 'convert int8 to bitstring' )
insert ( 2076 1255 0 'convert bitstring to int8' )
insert ( 2077 1255 0 'SHOW X as a function' )
insert ( 3294 1255 0 'SHOW X as a function, optionally no error for missing variable' )
insert ( 2078 1255 0 'SET X as a function' )
insert ( 2084 1255 0 'SHOW ALL as a function' )
insert ( 6240 1255 0 'return flags for specified GUC' )
insert ( 3329 1255 0 'show config file settings' )
insert ( 3401 1255 0 'show pg_hba.conf rules' )
insert ( 6250 1255 0 'show pg_ident.conf mappings' )
insert ( 1371 1255 0 'view system lock information' )
insert ( 2561 1255 0 'get array of PIDs of sessions blocking specified backend PID from acquiring a heavyweight lock' )
insert ( 3376 1255 0 'get array of PIDs of sessions blocking specified backend PID from acquiring a safe snapshot' )
insert ( 3378 1255 0 'isolationtester support function' )
insert ( 1065 1255 0 'view two-phase transactions' )
insert ( 3819 1255 0 'view members of a multixactid' )
insert ( 3581 1255 0 'get commit timestamp of a transaction' )
insert ( 6168 1255 0 'get commit timestamp and replication origin of a transaction' )
insert ( 3583 1255 0 'get transaction Id, commit timestamp and replication origin of latest transaction commit' )
insert ( 3537 1255 0 'get identification of SQL object' )
insert ( 3839 1255 0 'get machine-parseable identification of SQL object' )
insert ( 3382 1255 0 'get identification of SQL object for pg_get_object_address()' )
insert ( 3954 1255 0 'get OID-based object address from name/args arrays' )
insert ( 2079 1255 0 'is table visible in search path?' )
insert ( 2080 1255 0 'is type visible in search path?' )
insert ( 2081 1255 0 'is function visible in search path?' )
insert ( 2082 1255 0 'is operator visible in search path?' )
insert ( 2083 1255 0 'is opclass visible in search path?' )
insert ( 3829 1255 0 'is opfamily visible in search path?' )
insert ( 2093 1255 0 'is conversion visible in search path?' )
insert ( 3403 1255 0 'is statistics object visible in search path?' )
insert ( 3756 1255 0 'is text search parser visible in search path?' )
insert ( 3757 1255 0 'is text search dictionary visible in search path?' )
insert ( 3768 1255 0 'is text search template visible in search path?' )
insert ( 3758 1255 0 'is text search configuration visible in search path?' )
insert ( 3815 1255 0 'is collation visible in search path?' )
insert ( 2854 1255 0 'get OID of current session''s temp schema, if any' )
insert ( 2855 1255 0 'is schema another session''s temp schema?' )
insert ( 2171 1255 0 'cancel a server process'' current query' )
insert ( 2096 1255 0 'terminate a server process' )
insert ( 2172 1255 0 'prepare for taking an online backup' )
insert ( 2739 1255 0 'finish taking an online backup' )
insert ( 3436 1255 0 'promote standby server' )
insert ( 2848 1255 0 'switch to new wal file' )
insert ( 6305 1255 0 'log details of the current snapshot to WAL' )
insert ( 3098 1255 0 'create a named restore point' )
insert ( 2849 1255 0 'current wal write location' )
insert ( 2852 1255 0 'current wal insert location' )
insert ( 3330 1255 0 'current wal flush location' )
insert ( 2850 1255 0 'wal filename and byte offset, given a wal location' )
insert ( 2851 1255 0 'wal filename, given a wal location' )
insert ( 6213 1255 0 'sequence number and timeline ID given a wal filename' )
insert ( 3165 1255 0 'difference in bytes, given two wal locations' )
insert ( 3809 1255 0 'export a snapshot' )
insert ( 3810 1255 0 'true if server is in recovery' )
insert ( 3820 1255 0 'current wal flush location' )
insert ( 3821 1255 0 'last wal replay location' )
insert ( 3830 1255 0 'timestamp of last replay xact' )
insert ( 3071 1255 0 'pause wal replay' )
insert ( 3072 1255 0 'resume wal replay, if it was paused' )
insert ( 3073 1255 0 'true if wal replay is paused' )
insert ( 1137 1255 0 'get wal replay pause state' )
insert ( 6224 1255 0 'get resource managers loaded in system' )
insert ( 2621 1255 0 'reload configuration files' )
insert ( 2622 1255 0 'rotate log file' )
insert ( 3800 1255 0 'current logging collector file location' )
insert ( 3801 1255 0 'current logging collector file location' )
insert ( 2623 1255 0 'get information about file' )
insert ( 3307 1255 0 'get information about file' )
insert ( 2624 1255 0 'read text from a file' )
insert ( 3293 1255 0 'read text from a file' )
insert ( 3826 1255 0 'read text from a file' )
insert ( 6208 1255 0 'read text from a file' )
insert ( 3827 1255 0 'read bytea from a file' )
insert ( 3295 1255 0 'read bytea from a file' )
insert ( 3828 1255 0 'read bytea from a file' )
insert ( 6209 1255 0 'read bytea from a file' )
insert ( 2625 1255 0 'list all files in a directory' )
insert ( 3297 1255 0 'list all files in a directory' )
insert ( 2626 1255 0 'sleep for the specified time in seconds' )
insert ( 3935 1255 0 'sleep for the specified interval' )
insert ( 3936 1255 0 'sleep until the specified time' )
insert ( 315 1255 0 'Is JIT compilation available in this session?' )
insert ( 2971 1255 0 'convert boolean to text' )
insert ( 2100 1255 0 'the average (arithmetic mean) as numeric of all bigint values' )
insert ( 2101 1255 0 'the average (arithmetic mean) as numeric of all integer values' )
insert ( 2102 1255 0 'the average (arithmetic mean) as numeric of all smallint values' )
insert ( 2103 1255 0 'the average (arithmetic mean) as numeric of all numeric values' )
insert ( 2104 1255 0 'the average (arithmetic mean) as float8 of all float4 values' )
insert ( 2105 1255 0 'the average (arithmetic mean) as float8 of all float8 values' )
insert ( 2106 1255 0 'the average (arithmetic mean) as interval of all interval values' )
insert ( 2107 1255 0 'sum as numeric across all bigint input values' )
insert ( 2108 1255 0 'sum as bigint across all integer input values' )
insert ( 2109 1255 0 'sum as bigint across all smallint input values' )
insert ( 2110 1255 0 'sum as float4 across all float4 input values' )
insert ( 2111 1255 0 'sum as float8 across all float8 input values' )
insert ( 2112 1255 0 'sum as money across all money input values' )
insert ( 2113 1255 0 'sum as interval across all interval input values' )
insert ( 2114 1255 0 'sum as numeric across all numeric input values' )
insert ( 2115 1255 0 'maximum value of all bigint input values' )
insert ( 2116 1255 0 'maximum value of all integer input values' )
insert ( 2117 1255 0 'maximum value of all smallint input values' )
insert ( 2118 1255 0 'maximum value of all oid input values' )
insert ( 2119 1255 0 'maximum value of all float4 input values' )
insert ( 2120 1255 0 'maximum value of all float8 input values' )
insert ( 2122 1255 0 'maximum value of all date input values' )
insert ( 2123 1255 0 'maximum value of all time input values' )
insert ( 2124 1255 0 'maximum value of all time with time zone input values' )
insert ( 2125 1255 0 'maximum value of all money input values' )
insert ( 2126 1255 0 'maximum value of all timestamp input values' )
insert ( 2127 1255 0 'maximum value of all timestamp with time zone input values' )
insert ( 2128 1255 0 'maximum value of all interval input values' )
insert ( 2129 1255 0 'maximum value of all text input values' )
insert ( 2130 1255 0 'maximum value of all numeric input values' )
insert ( 2050 1255 0 'maximum value of all anyarray input values' )
insert ( 2244 1255 0 'maximum value of all bpchar input values' )
insert ( 2797 1255 0 'maximum value of all tid input values' )
insert ( 3564 1255 0 'maximum value of all inet input values' )
insert ( 4189 1255 0 'maximum value of all pg_lsn input values' )
insert ( 5099 1255 0 'maximum value of all xid8 input values' )
insert ( 2131 1255 0 'minimum value of all bigint input values' )
insert ( 2132 1255 0 'minimum value of all integer input values' )
insert ( 2133 1255 0 'minimum value of all smallint input values' )
insert ( 2134 1255 0 'minimum value of all oid input values' )
insert ( 2135 1255 0 'minimum value of all float4 input values' )
insert ( 2136 1255 0 'minimum value of all float8 input values' )
insert ( 2138 1255 0 'minimum value of all date input values' )
insert ( 2139 1255 0 'minimum value of all time input values' )
insert ( 2140 1255 0 'minimum value of all time with time zone input values' )
insert ( 2141 1255 0 'minimum value of all money input values' )
insert ( 2142 1255 0 'minimum value of all timestamp input values' )
insert ( 2143 1255 0 'minimum value of all timestamp with time zone input values' )
insert ( 2144 1255 0 'minimum value of all interval input values' )
insert ( 2145 1255 0 'minimum value of all text values' )
insert ( 2146 1255 0 'minimum value of all numeric input values' )
insert ( 2051 1255 0 'minimum value of all anyarray input values' )
insert ( 2245 1255 0 'minimum value of all bpchar input values' )
insert ( 2798 1255 0 'minimum value of all tid input values' )
insert ( 3565 1255 0 'minimum value of all inet input values' )
insert ( 4190 1255 0 'minimum value of all pg_lsn input values' )
insert ( 5100 1255 0 'minimum value of all xid8 input values' )
insert ( 2147 1255 0 'number of input rows for which the input expression is not null' )
insert ( 2803 1255 0 'number of input rows' )
insert ( 6236 1255 0 'planner support for count run condition' )
insert ( 2718 1255 0 'population variance of bigint input values (square of the population standard deviation)' )
insert ( 2719 1255 0 'population variance of integer input values (square of the population standard deviation)' )
insert ( 2720 1255 0 'population variance of smallint input values (square of the population standard deviation)' )
insert ( 2721 1255 0 'population variance of float4 input values (square of the population standard deviation)' )
insert ( 2722 1255 0 'population variance of float8 input values (square of the population standard deviation)' )
insert ( 2723 1255 0 'population variance of numeric input values (square of the population standard deviation)' )
insert ( 2641 1255 0 'sample variance of bigint input values (square of the sample standard deviation)' )
insert ( 2642 1255 0 'sample variance of integer input values (square of the sample standard deviation)' )
insert ( 2643 1255 0 'sample variance of smallint input values (square of the sample standard deviation)' )
insert ( 2644 1255 0 'sample variance of float4 input values (square of the sample standard deviation)' )
insert ( 2645 1255 0 'sample variance of float8 input values (square of the sample standard deviation)' )
insert ( 2646 1255 0 'sample variance of numeric input values (square of the sample standard deviation)' )
insert ( 2148 1255 0 'historical alias for var_samp' )
insert ( 2149 1255 0 'historical alias for var_samp' )
insert ( 2150 1255 0 'historical alias for var_samp' )
insert ( 2151 1255 0 'historical alias for var_samp' )
insert ( 2152 1255 0 'historical alias for var_samp' )
insert ( 2153 1255 0 'historical alias for var_samp' )
insert ( 2724 1255 0 'population standard deviation of bigint input values' )
insert ( 2725 1255 0 'population standard deviation of integer input values' )
insert ( 2726 1255 0 'population standard deviation of smallint input values' )
insert ( 2727 1255 0 'population standard deviation of float4 input values' )
insert ( 2728 1255 0 'population standard deviation of float8 input values' )
insert ( 2729 1255 0 'population standard deviation of numeric input values' )
insert ( 2712 1255 0 'sample standard deviation of bigint input values' )
insert ( 2713 1255 0 'sample standard deviation of integer input values' )
insert ( 2714 1255 0 'sample standard deviation of smallint input values' )
insert ( 2715 1255 0 'sample standard deviation of float4 input values' )
insert ( 2716 1255 0 'sample standard deviation of float8 input values' )
insert ( 2717 1255 0 'sample standard deviation of numeric input values' )
insert ( 2154 1255 0 'historical alias for stddev_samp' )
insert ( 2155 1255 0 'historical alias for stddev_samp' )
insert ( 2156 1255 0 'historical alias for stddev_samp' )
insert ( 2157 1255 0 'historical alias for stddev_samp' )
insert ( 2158 1255 0 'historical alias for stddev_samp' )
insert ( 2159 1255 0 'historical alias for stddev_samp' )
insert ( 2818 1255 0 'number of input rows in which both expressions are not null' )
insert ( 2819 1255 0 'sum of squares of the independent variable (sum(X^2) - sum(X)^2/N)' )
insert ( 2820 1255 0 'sum of squares of the dependent variable (sum(Y^2) - sum(Y)^2/N)' )
insert ( 2821 1255 0 'sum of products of independent times dependent variable (sum(X*Y) - sum(X) * sum(Y)/N)' )
insert ( 2822 1255 0 'average of the independent variable (sum(X)/N)' )
insert ( 2823 1255 0 'average of the dependent variable (sum(Y)/N)' )
insert ( 2824 1255 0 'square of the correlation coefficient' )
insert ( 2825 1255 0 'slope of the least-squares-fit linear equation determined by the (X, Y) pairs' )
insert ( 2826 1255 0 'y-intercept of the least-squares-fit linear equation determined by the (X, Y) pairs' )
insert ( 2827 1255 0 'population covariance' )
insert ( 2828 1255 0 'sample covariance' )
insert ( 2829 1255 0 'correlation coefficient' )
insert ( 2166 1255 0 less-equal-greater )
insert ( 3332 1255 0 'sort support' )
insert ( 2180 1255 0 less-equal-greater )
insert ( 3333 1255 0 'sort support' )
insert ( 2188 1255 0 less-equal-greater )
insert ( 2189 1255 0 less-equal-greater )
insert ( 2190 1255 0 less-equal-greater )
insert ( 2191 1255 0 less-equal-greater )
insert ( 2192 1255 0 less-equal-greater )
insert ( 2193 1255 0 less-equal-greater )
insert ( 2194 1255 0 less-equal-greater )
insert ( 2195 1255 0 less-equal-greater )
insert ( 2212 1255 0 'I/O' )
insert ( 2213 1255 0 'I/O' )
insert ( 2214 1255 0 'I/O' )
insert ( 2215 1255 0 'I/O' )
insert ( 3492 1255 0 'convert operator name to regoper' )
insert ( 3476 1255 0 'convert operator name to regoperator' )
insert ( 2216 1255 0 'I/O' )
insert ( 2217 1255 0 'I/O' )
insert ( 2218 1255 0 'I/O' )
insert ( 2219 1255 0 'I/O' )
insert ( 3495 1255 0 'convert classname to regclass' )
insert ( 4193 1255 0 'I/O' )
insert ( 4194 1255 0 'I/O' )
insert ( 4195 1255 0 'convert classname to regcollation' )
insert ( 2220 1255 0 'I/O' )
insert ( 2221 1255 0 'I/O' )
insert ( 3493 1255 0 'convert type name to regtype' )
insert ( 6317 1255 0 'convert type name to type modifier' )
insert ( 1079 1255 0 'convert text to regclass' )
insert ( 4098 1255 0 'I/O' )
insert ( 4092 1255 0 'I/O' )
insert ( 4093 1255 0 'convert role name to regrole' )
insert ( 4084 1255 0 'I/O' )
insert ( 4085 1255 0 'I/O' )
insert ( 4086 1255 0 'convert namespace name to regnamespace' )
insert ( 6210 1255 0 'test whether string is valid input for data type' )
insert ( 6211 1255 0 'get error details if string is not valid input for data type' )
insert ( 1268 1255 0 'parse qualified identifier to array of identifiers' )
insert ( 2246 1255 0 '(internal)' )
insert ( 2247 1255 0 '(internal)' )
insert ( 2248 1255 0 '(internal)' )
insert ( 2250 1255 0 'user privilege on database by username, database name' )
insert ( 2251 1255 0 'user privilege on database by username, database oid' )
insert ( 2252 1255 0 'user privilege on database by user oid, database name' )
insert ( 2253 1255 0 'user privilege on database by user oid, database oid' )
insert ( 2254 1255 0 'current user privilege on database by database name' )
insert ( 2255 1255 0 'current user privilege on database by database oid' )
insert ( 2256 1255 0 'user privilege on function by username, function name' )
insert ( 2257 1255 0 'user privilege on function by username, function oid' )
insert ( 2258 1255 0 'user privilege on function by user oid, function name' )
insert ( 2259 1255 0 'user privilege on function by user oid, function oid' )
insert ( 2260 1255 0 'current user privilege on function by function name' )
insert ( 2261 1255 0 'current user privilege on function by function oid' )
insert ( 2262 1255 0 'user privilege on language by username, language name' )
insert ( 2263 1255 0 'user privilege on language by username, language oid' )
insert ( 2264 1255 0 'user privilege on language by user oid, language name' )
insert ( 2265 1255 0 'user privilege on language by user oid, language oid' )
insert ( 2266 1255 0 'current user privilege on language by language name' )
insert ( 2267 1255 0 'current user privilege on language by language oid' )
insert ( 2268 1255 0 'user privilege on schema by username, schema name' )
insert ( 2269 1255 0 'user privilege on schema by username, schema oid' )
insert ( 2270 1255 0 'user privilege on schema by user oid, schema name' )
insert ( 2271 1255 0 'user privilege on schema by user oid, schema oid' )
insert ( 2272 1255 0 'current user privilege on schema by schema name' )
insert ( 2273 1255 0 'current user privilege on schema by schema oid' )
insert ( 2390 1255 0 'user privilege on tablespace by username, tablespace name' )
insert ( 2391 1255 0 'user privilege on tablespace by username, tablespace oid' )
insert ( 2392 1255 0 'user privilege on tablespace by user oid, tablespace name' )
insert ( 2393 1255 0 'user privilege on tablespace by user oid, tablespace oid' )
insert ( 2394 1255 0 'current user privilege on tablespace by tablespace name' )
insert ( 2395 1255 0 'current user privilege on tablespace by tablespace oid' )
insert ( 3000 1255 0 'user privilege on foreign data wrapper by username, foreign data wrapper name' )
insert ( 3001 1255 0 'user privilege on foreign data wrapper by username, foreign data wrapper oid' )
insert ( 3002 1255 0 'user privilege on foreign data wrapper by user oid, foreign data wrapper name' )
insert ( 3003 1255 0 'user privilege on foreign data wrapper by user oid, foreign data wrapper oid' )
insert ( 3004 1255 0 'current user privilege on foreign data wrapper by foreign data wrapper name' )
insert ( 3005 1255 0 'current user privilege on foreign data wrapper by foreign data wrapper oid' )
insert ( 3006 1255 0 'user privilege on server by username, server name' )
insert ( 3007 1255 0 'user privilege on server by username, server oid' )
insert ( 3008 1255 0 'user privilege on server by user oid, server name' )
insert ( 3009 1255 0 'user privilege on server by user oid, server oid' )
insert ( 3010 1255 0 'current user privilege on server by server name' )
insert ( 3011 1255 0 'current user privilege on server by server oid' )
insert ( 3138 1255 0 'user privilege on type by username, type name' )
insert ( 3139 1255 0 'user privilege on type by username, type oid' )
insert ( 3140 1255 0 'user privilege on type by user oid, type name' )
insert ( 3141 1255 0 'user privilege on type by user oid, type oid' )
insert ( 3142 1255 0 'current user privilege on type by type name' )
insert ( 3143 1255 0 'current user privilege on type by type oid' )
insert ( 6205 1255 0 'user privilege on parameter by username, parameter name' )
insert ( 6206 1255 0 'user privilege on parameter by user oid, parameter name' )
insert ( 6207 1255 0 'current user privilege on parameter by parameter name' )
insert ( 2705 1255 0 'user privilege on role by username, role name' )
insert ( 2706 1255 0 'user privilege on role by username, role oid' )
insert ( 2707 1255 0 'user privilege on role by user oid, role name' )
insert ( 2708 1255 0 'user privilege on role by user oid, role oid' )
insert ( 2709 1255 0 'current user privilege on role by role name' )
insert ( 2710 1255 0 'current user privilege on role by role oid' )
insert ( 1269 1255 0 'bytes required to store the value, perhaps with compression' )
insert ( 2121 1255 0 'compression method for the compressed datum' )
insert ( 6316 1255 0 'chunk ID of on-disk TOASTed value' )
insert ( 2322 1255 0 'total disk space usage for the specified tablespace' )
insert ( 2323 1255 0 'total disk space usage for the specified tablespace' )
insert ( 2324 1255 0 'total disk space usage for the specified database' )
insert ( 2168 1255 0 'total disk space usage for the specified database' )
insert ( 2325 1255 0 'disk space usage for the main fork of the specified table or index' )
insert ( 2332 1255 0 'disk space usage for the specified fork of a table or index' )
insert ( 2286 1255 0 'total disk space usage for the specified table and associated indexes' )
insert ( 2288 1255 0 'convert a long int to a human readable text using size units' )
insert ( 3166 1255 0 'convert a numeric to a human readable text using size units' )
insert ( 3334 1255 0 'convert a size in human-readable format with size units into bytes' )
insert ( 2997 1255 0 'disk space usage for the specified table, including TOAST, free space and visibility map' )
insert ( 2998 1255 0 'disk space usage for all indexes attached to the specified table' )
insert ( 2999 1255 0 'filenode identifier of relation' )
insert ( 3454 1255 0 'relation OID for filenode and tablespace' )
insert ( 3034 1255 0 'file path of relation' )
insert ( 2316 1255 0 '(internal)' )
insert ( 2290 1255 0 'I/O' )
insert ( 2291 1255 0 'I/O' )
insert ( 2292 1255 0 'I/O' )
insert ( 2293 1255 0 'I/O' )
insert ( 2294 1255 0 'I/O' )
insert ( 2295 1255 0 'I/O' )
insert ( 2296 1255 0 'I/O' )
insert ( 2297 1255 0 'I/O' )
insert ( 2298 1255 0 'I/O' )
insert ( 2299 1255 0 'I/O' )
insert ( 2300 1255 0 'I/O' )
insert ( 2301 1255 0 'I/O' )
insert ( 3594 1255 0 'I/O' )
insert ( 3595 1255 0 'I/O' )
insert ( 2302 1255 0 'I/O' )
insert ( 2303 1255 0 'I/O' )
insert ( 2304 1255 0 'I/O' )
insert ( 2305 1255 0 'I/O' )
insert ( 2312 1255 0 'I/O' )
insert ( 2313 1255 0 'I/O' )
insert ( 2398 1255 0 'I/O' )
insert ( 2399 1255 0 'I/O' )
insert ( 2597 1255 0 'I/O' )
insert ( 2598 1255 0 'I/O' )
insert ( 2777 1255 0 'I/O' )
insert ( 2778 1255 0 'I/O' )
insert ( 3116 1255 0 'I/O' )
insert ( 3117 1255 0 'I/O' )
insert ( 326 1255 0 'I/O' )
insert ( 327 1255 0 'I/O' )
insert ( 3311 1255 0 'I/O' )
insert ( 3312 1255 0 'I/O' )
insert ( 267 1255 0 'I/O' )
insert ( 268 1255 0 'I/O' )
insert ( 5086 1255 0 'I/O' )
insert ( 5087 1255 0 'I/O' )
insert ( 5088 1255 0 'I/O' )
insert ( 5089 1255 0 'I/O' )
insert ( 5090 1255 0 'I/O' )
insert ( 5091 1255 0 'I/O' )
insert ( 5092 1255 0 'I/O' )
insert ( 5093 1255 0 'I/O' )
insert ( 5094 1255 0 'I/O' )
insert ( 5095 1255 0 'I/O' )
insert ( 4226 1255 0 'I/O' )
insert ( 4227 1255 0 'I/O' )
insert ( 3313 1255 0 'BERNOULLI tablesample method handler' )
insert ( 3314 1255 0 'SYSTEM tablesample method handler' )
insert ( 2311 1255 0 'MD5 hash' )
insert ( 2321 1255 0 'MD5 hash' )
insert ( 3419 1255 0 'SHA-224 hash' )
insert ( 3420 1255 0 'SHA-256 hash' )
insert ( 3421 1255 0 'SHA-384 hash' )
insert ( 3422 1255 0 'SHA-512 hash' )
insert ( 2344 1255 0 less-equal-greater )
insert ( 2357 1255 0 less-equal-greater )
insert ( 2370 1255 0 less-equal-greater )
insert ( 2383 1255 0 less-equal-greater )
insert ( 2526 1255 0 less-equal-greater )
insert ( 2533 1255 0 less-equal-greater )
insert ( 2400 1255 0 'I/O' )
insert ( 2401 1255 0 'I/O' )
insert ( 2402 1255 0 'I/O' )
insert ( 2403 1255 0 'I/O' )
insert ( 2404 1255 0 'I/O' )
insert ( 2405 1255 0 'I/O' )
insert ( 2406 1255 0 'I/O' )
insert ( 2407 1255 0 'I/O' )
insert ( 2408 1255 0 'I/O' )
insert ( 2409 1255 0 'I/O' )
insert ( 2410 1255 0 'I/O' )
insert ( 2411 1255 0 'I/O' )
insert ( 2412 1255 0 'I/O' )
insert ( 2413 1255 0 'I/O' )
insert ( 2414 1255 0 'I/O' )
insert ( 2415 1255 0 'I/O' )
insert ( 2416 1255 0 'I/O' )
insert ( 2417 1255 0 'I/O' )
insert ( 2418 1255 0 'I/O' )
insert ( 2419 1255 0 'I/O' )
insert ( 2420 1255 0 'I/O' )
insert ( 2421 1255 0 'I/O' )
insert ( 2422 1255 0 'I/O' )
insert ( 2423 1255 0 'I/O' )
insert ( 2424 1255 0 'I/O' )
insert ( 2425 1255 0 'I/O' )
insert ( 2426 1255 0 'I/O' )
insert ( 2427 1255 0 'I/O' )
insert ( 2428 1255 0 'I/O' )
insert ( 2429 1255 0 'I/O' )
insert ( 2430 1255 0 'I/O' )
insert ( 2431 1255 0 'I/O' )
insert ( 2432 1255 0 'I/O' )
insert ( 2433 1255 0 'I/O' )
insert ( 2434 1255 0 'I/O' )
insert ( 2435 1255 0 'I/O' )
insert ( 2436 1255 0 'I/O' )
insert ( 2437 1255 0 'I/O' )
insert ( 2438 1255 0 'I/O' )
insert ( 2439 1255 0 'I/O' )
insert ( 2440 1255 0 'I/O' )
insert ( 2441 1255 0 'I/O' )
insert ( 2442 1255 0 'I/O' )
insert ( 2443 1255 0 'I/O' )
insert ( 2444 1255 0 'I/O' )
insert ( 2445 1255 0 'I/O' )
insert ( 2446 1255 0 'I/O' )
insert ( 2447 1255 0 'I/O' )
insert ( 2448 1255 0 'I/O' )
insert ( 2449 1255 0 'I/O' )
insert ( 2450 1255 0 'I/O' )
insert ( 2451 1255 0 'I/O' )
insert ( 2452 1255 0 'I/O' )
insert ( 2453 1255 0 'I/O' )
insert ( 4196 1255 0 'I/O' )
insert ( 4197 1255 0 'I/O' )
insert ( 2454 1255 0 'I/O' )
insert ( 2455 1255 0 'I/O' )
insert ( 4094 1255 0 'I/O' )
insert ( 4095 1255 0 'I/O' )
insert ( 4087 1255 0 'I/O' )
insert ( 4088 1255 0 'I/O' )
insert ( 2456 1255 0 'I/O' )
insert ( 2457 1255 0 'I/O' )
insert ( 2458 1255 0 'I/O' )
insert ( 2459 1255 0 'I/O' )
insert ( 2460 1255 0 'I/O' )
insert ( 2461 1255 0 'I/O' )
insert ( 2468 1255 0 'I/O' )
insert ( 2469 1255 0 'I/O' )
insert ( 2470 1255 0 'I/O' )
insert ( 2471 1255 0 'I/O' )
insert ( 2472 1255 0 'I/O' )
insert ( 2473 1255 0 'I/O' )
insert ( 2474 1255 0 'I/O' )
insert ( 2475 1255 0 'I/O' )
insert ( 2476 1255 0 'I/O' )
insert ( 2477 1255 0 'I/O' )
insert ( 2478 1255 0 'I/O' )
insert ( 2479 1255 0 'I/O' )
insert ( 2480 1255 0 'I/O' )
insert ( 2481 1255 0 'I/O' )
insert ( 2482 1255 0 'I/O' )
insert ( 2483 1255 0 'I/O' )
insert ( 2484 1255 0 'I/O' )
insert ( 2485 1255 0 'I/O' )
insert ( 2486 1255 0 'I/O' )
insert ( 2487 1255 0 'I/O' )
insert ( 2488 1255 0 'I/O' )
insert ( 2489 1255 0 'I/O' )
insert ( 2490 1255 0 'I/O' )
insert ( 2491 1255 0 'I/O' )
insert ( 2492 1255 0 'I/O' )
insert ( 2493 1255 0 'I/O' )
insert ( 2494 1255 0 'I/O' )
insert ( 2495 1255 0 'I/O' )
insert ( 2496 1255 0 'I/O' )
insert ( 2497 1255 0 'I/O' )
insert ( 2498 1255 0 'I/O' )
insert ( 2499 1255 0 'I/O' )
insert ( 2500 1255 0 'I/O' )
insert ( 2501 1255 0 'I/O' )
insert ( 2502 1255 0 'I/O' )
insert ( 2503 1255 0 'I/O' )
insert ( 3120 1255 0 'I/O' )
insert ( 3121 1255 0 'I/O' )
insert ( 3446 1255 0 'I/O' )
insert ( 3447 1255 0 'I/O' )
insert ( 2504 1255 0 'source text of a rule with pretty-print option' )
insert ( 2505 1255 0 'select statement of a view with pretty-print option' )
insert ( 2506 1255 0 'select statement of a view with pretty-print option' )
insert ( 3159 1255 0 'select statement of a view with pretty-printing and specified line wrapping' )
insert ( 2507 1255 0 'index description (full create statement or single expression) with pretty-print option' )
insert ( 2508 1255 0 'constraint description with pretty-print option' )
insert ( 2509 1255 0 'deparse an encoded expression with pretty-print option' )
insert ( 2510 1255 0 'get the prepared statements for this session' )
insert ( 2511 1255 0 'get the open cursors for this session' )
insert ( 2599 1255 0 'get the available time zone abbreviations' )
insert ( 2856 1255 0 'get the available time zone names' )
insert ( 2730 1255 0 'trigger description with pretty-print option' )
insert ( 3035 1255 0 'get the channels that the current backend listens to' )
insert ( 3036 1255 0 'send a notification event' )
insert ( 3296 1255 0 'get the fraction of the asynchronous notification queue currently in use' )
insert ( 5052 1255 0 'allocations from the main shared memory segment' )
insert ( 2282 1255 0 'information about all memory contexts of local backend' )
insert ( 4543 1255 0 'log memory contexts of the specified backend' )
insert ( 1066 1255 0 'non-persistent series generator' )
insert ( 1067 1255 0 'non-persistent series generator' )
insert ( 3994 1255 0 'planner support for generate_series' )
insert ( 1068 1255 0 'non-persistent series generator' )
insert ( 1069 1255 0 'non-persistent series generator' )
insert ( 3995 1255 0 'planner support for generate_series' )
insert ( 3259 1255 0 'non-persistent series generator' )
insert ( 3260 1255 0 'non-persistent series generator' )
insert ( 938 1255 0 'non-persistent series generator' )
insert ( 939 1255 0 'non-persistent series generator' )
insert ( 6274 1255 0 'non-persistent series generator' )
insert ( 2515 1255 0 'aggregate transition function' )
insert ( 2516 1255 0 'aggregate transition function' )
insert ( 3496 1255 0 'aggregate transition function' )
insert ( 3497 1255 0 'aggregate transition function' )
insert ( 3498 1255 0 'aggregate final function' )
insert ( 3499 1255 0 'aggregate final function' )
insert ( 2517 1255 0 'boolean-and aggregate' )
insert ( 2518 1255 0 'boolean-or aggregate' )
insert ( 2519 1255 0 'boolean-and aggregate' )
insert ( 2236 1255 0 'bitwise-and smallint aggregate' )
insert ( 2237 1255 0 'bitwise-or smallint aggregate' )
insert ( 6164 1255 0 'bitwise-xor smallint aggregate' )
insert ( 2238 1255 0 'bitwise-and integer aggregate' )
insert ( 2239 1255 0 'bitwise-or integer aggregate' )
insert ( 6165 1255 0 'bitwise-xor integer aggregate' )
insert ( 2240 1255 0 'bitwise-and bigint aggregate' )
insert ( 2241 1255 0 'bitwise-or bigint aggregate' )
insert ( 6166 1255 0 'bitwise-xor bigint aggregate' )
insert ( 2242 1255 0 'bitwise-and bit aggregate' )
insert ( 2243 1255 0 'bitwise-or bit aggregate' )
insert ( 6167 1255 0 'bitwise-xor bit aggregate' )
insert ( 2556 1255 0 'get OIDs of databases in a tablespace' )
insert ( 2557 1255 0 'convert int4 to boolean' )
insert ( 2558 1255 0 'convert boolean to int4' )
insert ( 2559 1255 0 'current value from last used sequence' )
insert ( 2560 1255 0 'postmaster start time' )
insert ( 2034 1255 0 'configuration load time' )
insert ( 2578 1255 0 'GiST support' )
insert ( 2581 1255 0 'GiST support' )
insert ( 2582 1255 0 'GiST support' )
insert ( 2583 1255 0 'GiST support' )
insert ( 2584 1255 0 'GiST support' )
insert ( 3998 1255 0 'GiST support' )
insert ( 2585 1255 0 'GiST support' )
insert ( 2586 1255 0 'GiST support' )
insert ( 2591 1255 0 'GiST support' )
insert ( 2592 1255 0 'GiST support' )
insert ( 1030 1255 0 'GiST support' )
insert ( 3282 1255 0 'GiST support' )
insert ( 2179 1255 0 'GiST support' )
insert ( 3064 1255 0 'GiST support' )
insert ( 3280 1255 0 'GiST support' )
insert ( 3288 1255 0 'GiST support' )
insert ( 3435 1255 0 'sort support' )
insert ( 2743 1255 0 'GIN array support' )
insert ( 2774 1255 0 'GIN array support' )
insert ( 2744 1255 0 'GIN array support' )
insert ( 3920 1255 0 'GIN array support' )
insert ( 3076 1255 0 'GIN array support (obsolete)' )
insert ( 3383 1255 0 'BRIN minmax support' )
insert ( 3384 1255 0 'BRIN minmax support' )
insert ( 3385 1255 0 'BRIN minmax support' )
insert ( 3386 1255 0 'BRIN minmax support' )
insert ( 4616 1255 0 'BRIN multi minmax support' )
insert ( 4617 1255 0 'BRIN multi minmax support' )
insert ( 4618 1255 0 'BRIN multi minmax support' )
insert ( 4619 1255 0 'BRIN multi minmax support' )
insert ( 4620 1255 0 'BRIN multi minmax support' )
insert ( 4621 1255 0 'BRIN multi minmax int2 distance' )
insert ( 4622 1255 0 'BRIN multi minmax int4 distance' )
insert ( 4623 1255 0 'BRIN multi minmax int8 distance' )
insert ( 4624 1255 0 'BRIN multi minmax float4 distance' )
insert ( 4625 1255 0 'BRIN multi minmax float8 distance' )
insert ( 4626 1255 0 'BRIN multi minmax numeric distance' )
insert ( 4627 1255 0 'BRIN multi minmax tid distance' )
insert ( 4628 1255 0 'BRIN multi minmax uuid distance' )
insert ( 4629 1255 0 'BRIN multi minmax date distance' )
insert ( 4630 1255 0 'BRIN multi minmax time distance' )
insert ( 4631 1255 0 'BRIN multi minmax interval distance' )
insert ( 4632 1255 0 'BRIN multi minmax timetz distance' )
insert ( 4633 1255 0 'BRIN multi minmax pg_lsn distance' )
insert ( 4634 1255 0 'BRIN multi minmax macaddr distance' )
insert ( 4635 1255 0 'BRIN multi minmax macaddr8 distance' )
insert ( 4636 1255 0 'BRIN multi minmax inet distance' )
insert ( 4637 1255 0 'BRIN multi minmax timestamp distance' )
insert ( 4105 1255 0 'BRIN inclusion support' )
insert ( 4106 1255 0 'BRIN inclusion support' )
insert ( 4107 1255 0 'BRIN inclusion support' )
insert ( 4108 1255 0 'BRIN inclusion support' )
insert ( 4591 1255 0 'BRIN bloom support' )
insert ( 4592 1255 0 'BRIN bloom support' )
insert ( 4593 1255 0 'BRIN bloom support' )
insert ( 4594 1255 0 'BRIN bloom support' )
insert ( 4595 1255 0 'BRIN bloom support' )
insert ( 2880 1255 0 'obtain exclusive advisory lock' )
insert ( 3089 1255 0 'obtain exclusive advisory lock' )
insert ( 2881 1255 0 'obtain shared advisory lock' )
insert ( 3090 1255 0 'obtain shared advisory lock' )
insert ( 2882 1255 0 'obtain exclusive advisory lock if available' )
insert ( 3091 1255 0 'obtain exclusive advisory lock if available' )
insert ( 2883 1255 0 'obtain shared advisory lock if available' )
insert ( 3092 1255 0 'obtain shared advisory lock if available' )
insert ( 2884 1255 0 'release exclusive advisory lock' )
insert ( 2885 1255 0 'release shared advisory lock' )
insert ( 2886 1255 0 'obtain exclusive advisory lock' )
insert ( 3093 1255 0 'obtain exclusive advisory lock' )
insert ( 2887 1255 0 'obtain shared advisory lock' )
insert ( 3094 1255 0 'obtain shared advisory lock' )
insert ( 2888 1255 0 'obtain exclusive advisory lock if available' )
insert ( 3095 1255 0 'obtain exclusive advisory lock if available' )
insert ( 2889 1255 0 'obtain shared advisory lock if available' )
insert ( 3096 1255 0 'obtain shared advisory lock if available' )
insert ( 2890 1255 0 'release exclusive advisory lock' )
insert ( 2891 1255 0 'release shared advisory lock' )
insert ( 2892 1255 0 'release all advisory locks' )
insert ( 2893 1255 0 'I/O' )
insert ( 2894 1255 0 'I/O' )
insert ( 2895 1255 0 'generate XML comment' )
insert ( 2896 1255 0 'perform a non-validating parse of a character string to produce an XML value' )
insert ( 2897 1255 0 'validate an XML value' )
insert ( 2898 1255 0 'I/O' )
insert ( 2899 1255 0 'I/O' )
insert ( 2900 1255 0 'aggregate transition function' )
insert ( 2901 1255 0 'concatenate XML values' )
insert ( 2922 1255 0 'serialize an XML value to a character string' )
insert ( 3813 1255 0 'generate XML text node' )
insert ( 2923 1255 0 'map table contents to XML' )
insert ( 2924 1255 0 'map query result to XML' )
insert ( 2925 1255 0 'map rows from cursor to XML' )
insert ( 2926 1255 0 'map table structure to XML Schema' )
insert ( 2927 1255 0 'map query result structure to XML Schema' )
insert ( 2928 1255 0 'map cursor structure to XML Schema' )
insert ( 2929 1255 0 'map table contents and structure to XML and XML Schema' )
insert ( 2930 1255 0 'map query result and structure to XML and XML Schema' )
insert ( 2933 1255 0 'map schema contents to XML' )
insert ( 2934 1255 0 'map schema structure to XML Schema' )
insert ( 2935 1255 0 'map schema contents and structure to XML and XML Schema' )
insert ( 2936 1255 0 'map database contents to XML' )
insert ( 2937 1255 0 'map database structure to XML Schema' )
insert ( 2938 1255 0 'map database contents and structure to XML and XML Schema' )
insert ( 2931 1255 0 'evaluate XPath expression, with namespaces support' )
insert ( 2932 1255 0 'evaluate XPath expression' )
insert ( 2614 1255 0 'test XML value against XPath expression' )
insert ( 3049 1255 0 'test XML value against XPath expression, with namespace support' )
insert ( 3050 1255 0 'test XML value against XPath expression' )
insert ( 3051 1255 0 'determine if a string is well formed XML' )
insert ( 3052 1255 0 'determine if a string is well formed XML document' )
insert ( 3053 1255 0 'determine if a string is well formed XML content' )
insert ( 321 1255 0 'I/O' )
insert ( 322 1255 0 'I/O' )
insert ( 323 1255 0 'I/O' )
insert ( 324 1255 0 'I/O' )
insert ( 3153 1255 0 'map array to json' )
insert ( 3154 1255 0 'map array to json with optional pretty printing' )
insert ( 3155 1255 0 'map row to json' )
insert ( 3156 1255 0 'map row to json with optional pretty printing' )
insert ( 3173 1255 0 'json aggregate transition function' )
insert ( 6275 1255 0 'json aggregate transition function' )
insert ( 3174 1255 0 'json aggregate final function' )
insert ( 3175 1255 0 'aggregate input into json' )
insert ( 6276 1255 0 'aggregate input into json' )
insert ( 3180 1255 0 'json object aggregate transition function' )
insert ( 6277 1255 0 'json object aggregate transition function' )
insert ( 6278 1255 0 'json object aggregate transition function' )
insert ( 6279 1255 0 'json object aggregate transition function' )
insert ( 3196 1255 0 'json object aggregate final function' )
insert ( 3197 1255 0 'aggregate input into a json object' )
insert ( 6280 1255 0 'aggregate non-NULL input into a json object' )
insert ( 6281 1255 0 'aggregate input into a json object with unique keys' )
insert ( 6282 1255 0 'aggregate non-NULL input into a json object with unique keys' )
insert ( 3198 1255 0 'build a json array from any inputs' )
insert ( 3199 1255 0 'build an empty json array' )
insert ( 3200 1255 0 'build a json object from pairwise key/value inputs' )
insert ( 3201 1255 0 'build an empty json object' )
insert ( 3202 1255 0 'map text array of key value pairs to json object' )
insert ( 3203 1255 0 'map text arrays of keys and values to json object' )
insert ( 3176 1255 0 'map input to json' )
insert ( 3261 1255 0 'remove object fields with null values from json' )
insert ( 3951 1255 0 'get value from json with path elements' )
insert ( 3953 1255 0 'get value from json as text with path elements' )
insert ( 3955 1255 0 'key value pairs of a json object' )
insert ( 3969 1255 0 'elements of json array' )
insert ( 3956 1255 0 'length of json array' )
insert ( 3957 1255 0 'get json object keys' )
insert ( 3958 1255 0 'key value pairs of a json object' )
insert ( 3959 1255 0 'key value pairs of a json object' )
insert ( 3960 1255 0 'get record fields from a json object' )
insert ( 3961 1255 0 'get set of records with fields from a json array of objects' )
insert ( 3204 1255 0 'get record fields from a json object' )
insert ( 3205 1255 0 'get set of records with fields from a json array of objects' )
insert ( 3968 1255 0 'get the type of a json value' )
insert ( 2952 1255 0 'I/O' )
insert ( 2953 1255 0 'I/O' )
insert ( 2960 1255 0 less-equal-greater )
insert ( 3300 1255 0 'sort support' )
insert ( 2961 1255 0 'I/O' )
insert ( 2962 1255 0 'I/O' )
insert ( 2963 1255 0 hash )
insert ( 3412 1255 0 hash )
insert ( 3432 1255 0 'generate random UUID' )
insert ( 6342 1255 0 'extract timestamp from UUID' )
insert ( 6343 1255 0 'extract version from RFC 4122 UUID' )
insert ( 3229 1255 0 'I/O' )
insert ( 3230 1255 0 'I/O' )
insert ( 3238 1255 0 'I/O' )
insert ( 3239 1255 0 'I/O' )
insert ( 3251 1255 0 less-equal-greater )
insert ( 3252 1255 0 hash )
insert ( 3413 1255 0 hash )
insert ( 4187 1255 0 'larger of two' )
insert ( 4188 1255 0 'smaller of two' )
insert ( 3504 1255 0 'I/O' )
insert ( 3505 1255 0 'I/O' )
insert ( 3506 1255 0 'I/O' )
insert ( 3507 1255 0 'I/O' )
insert ( 3514 1255 0 less-equal-greater )
insert ( 3515 1255 0 hash )
insert ( 3414 1255 0 hash )
insert ( 3524 1255 0 'smaller of two' )
insert ( 3525 1255 0 'larger of two' )
insert ( 3526 1255 0 'maximum value of all enum input values' )
insert ( 3527 1255 0 'minimum value of all enum input values' )
insert ( 3528 1255 0 'first value of the input enum type' )
insert ( 3529 1255 0 'last value of the input enum type' )
insert ( 3530 1255 0 'range between the two given enum values, as an ordered array' )
insert ( 3531 1255 0 'range of the given enum type, as an ordered array' )
insert ( 3532 1255 0 'I/O' )
insert ( 3533 1255 0 'I/O' )
insert ( 3610 1255 0 'I/O' )
insert ( 3639 1255 0 'I/O' )
insert ( 3611 1255 0 'I/O' )
insert ( 3638 1255 0 'I/O' )
insert ( 3612 1255 0 'I/O' )
insert ( 3641 1255 0 'I/O' )
insert ( 3613 1255 0 'I/O' )
insert ( 3640 1255 0 'I/O' )
insert ( 3646 1255 0 'I/O' )
insert ( 3647 1255 0 'I/O' )
insert ( 3622 1255 0 less-equal-greater )
insert ( 3711 1255 0 'number of lexemes' )
insert ( 3623 1255 0 'strip position information' )
insert ( 3624 1255 0 'set given weight for whole tsvector' )
insert ( 3320 1255 0 'set given weight for given lexemes' )
insert ( 3321 1255 0 'delete lexeme' )
insert ( 3323 1255 0 'delete given lexemes' )
insert ( 3322 1255 0 'expand tsvector to set of rows' )
insert ( 3326 1255 0 'convert tsvector to array of lexemes' )
insert ( 3327 1255 0 'build tsvector from array of lexemes' )
insert ( 3319 1255 0 'delete lexemes that do not have one of the given weights' )
insert ( 3648 1255 0 'GiST tsvector support' )
insert ( 3649 1255 0 'GiST tsvector support' )
insert ( 3650 1255 0 'GiST tsvector support' )
insert ( 3651 1255 0 'GiST tsvector support' )
insert ( 3652 1255 0 'GiST tsvector support' )
insert ( 3653 1255 0 'GiST tsvector support' )
insert ( 3654 1255 0 'GiST tsvector support' )
insert ( 3790 1255 0 'GiST tsvector support (obsolete)' )
insert ( 3434 1255 0 'GiST tsvector support' )
insert ( 3656 1255 0 'GIN tsvector support' )
insert ( 3657 1255 0 'GIN tsvector support' )
insert ( 3658 1255 0 'GIN tsvector support' )
insert ( 3921 1255 0 'GIN tsvector support' )
insert ( 3724 1255 0 'GIN tsvector support' )
insert ( 2700 1255 0 'GIN tsvector support' )
insert ( 3077 1255 0 'GIN tsvector support (obsolete)' )
insert ( 3087 1255 0 'GIN tsvector support (obsolete)' )
insert ( 3088 1255 0 'GIN tsvector support (obsolete)' )
insert ( 3791 1255 0 'GIN tsvector support (obsolete)' )
insert ( 3792 1255 0 'GIN tsvector support (obsolete)' )
insert ( 3789 1255 0 'clean up GIN pending list' )
insert ( 3668 1255 0 less-equal-greater )
insert ( 5004 1255 0 'phrase-concatenate with distance' )
insert ( 3672 1255 0 'number of nodes' )
insert ( 3673 1255 0 'show real useful query for GiST index' )
insert ( 3684 1255 0 'rewrite tsquery' )
insert ( 3685 1255 0 'rewrite tsquery' )
insert ( 3695 1255 0 'GiST tsquery support' )
insert ( 3697 1255 0 'GiST tsquery support' )
insert ( 3698 1255 0 'GiST tsquery support' )
insert ( 3699 1255 0 'GiST tsquery support' )
insert ( 3700 1255 0 'GiST tsquery support' )
insert ( 3701 1255 0 'GiST tsquery support' )
insert ( 3793 1255 0 'GiST tsquery support (obsolete)' )
insert ( 3686 1255 0 'restriction selectivity of tsvector @@ tsquery' )
insert ( 3687 1255 0 'join selectivity of tsvector @@ tsquery' )
insert ( 3688 1255 0 'tsvector typanalyze' )
insert ( 3689 1255 0 'statistics of tsvector column' )
insert ( 3690 1255 0 'statistics of tsvector column' )
insert ( 3703 1255 0 relevance )
insert ( 3704 1255 0 relevance )
insert ( 3705 1255 0 relevance )
insert ( 3706 1255 0 relevance )
insert ( 3707 1255 0 relevance )
insert ( 3708 1255 0 relevance )
insert ( 3709 1255 0 relevance )
insert ( 3710 1255 0 relevance )
insert ( 3713 1255 0 'get parser''s token types' )
insert ( 3714 1255 0 'get parser''s token types' )
insert ( 3715 1255 0 'parse text to tokens' )
insert ( 3716 1255 0 'parse text to tokens' )
insert ( 3717 1255 0 '(internal)' )
insert ( 3718 1255 0 '(internal)' )
insert ( 3719 1255 0 '(internal)' )
insert ( 3720 1255 0 '(internal)' )
insert ( 3721 1255 0 '(internal)' )
insert ( 3723 1255 0 'normalize one word by dictionary' )
insert ( 6183 1255 0 'debug function for text search configuration' )
insert ( 6184 1255 0 'debug function for current text search configuration' )
insert ( 3725 1255 0 '(internal)' )
insert ( 3726 1255 0 '(internal)' )
insert ( 3728 1255 0 '(internal)' )
insert ( 3729 1255 0 '(internal)' )
insert ( 3731 1255 0 '(internal)' )
insert ( 3732 1255 0 '(internal)' )
insert ( 3740 1255 0 '(internal)' )
insert ( 3741 1255 0 '(internal)' )
insert ( 3743 1255 0 'generate headline' )
insert ( 3744 1255 0 'generate headline' )
insert ( 3754 1255 0 'generate headline' )
insert ( 3755 1255 0 'generate headline' )
insert ( 4201 1255 0 'generate headline from jsonb' )
insert ( 4202 1255 0 'generate headline from jsonb' )
insert ( 4203 1255 0 'generate headline from jsonb' )
insert ( 4204 1255 0 'generate headline from jsonb' )
insert ( 4205 1255 0 'generate headline from json' )
insert ( 4206 1255 0 'generate headline from json' )
insert ( 4207 1255 0 'generate headline from json' )
insert ( 4208 1255 0 'generate headline from json' )
insert ( 3745 1255 0 'transform to tsvector' )
insert ( 3746 1255 0 'make tsquery' )
insert ( 3747 1255 0 'transform to tsquery' )
insert ( 5006 1255 0 'transform to tsquery' )
insert ( 5007 1255 0 'transform to tsquery' )
insert ( 3749 1255 0 'transform to tsvector' )
insert ( 3750 1255 0 'make tsquery' )
insert ( 3751 1255 0 'transform to tsquery' )
insert ( 5001 1255 0 'transform to tsquery' )
insert ( 5009 1255 0 'transform to tsquery' )
insert ( 4209 1255 0 'transform string values from jsonb to tsvector' )
insert ( 4213 1255 0 'transform specified values from jsonb to tsvector' )
insert ( 4210 1255 0 'transform string values from json to tsvector' )
insert ( 4215 1255 0 'transform specified values from json to tsvector' )
insert ( 4211 1255 0 'transform string values from jsonb to tsvector' )
insert ( 4214 1255 0 'transform specified values from jsonb to tsvector' )
insert ( 4212 1255 0 'transform string values from json to tsvector' )
insert ( 4216 1255 0 'transform specified values from json to tsvector' )
insert ( 3752 1255 0 'trigger for automatic update of tsvector column' )
insert ( 3753 1255 0 'trigger for automatic update of tsvector column' )
insert ( 3759 1255 0 'get current tsearch configuration' )
insert ( 3736 1255 0 'I/O' )
insert ( 3737 1255 0 'I/O' )
insert ( 3738 1255 0 'I/O' )
insert ( 3739 1255 0 'I/O' )
insert ( 3771 1255 0 'I/O' )
insert ( 3772 1255 0 'I/O' )
insert ( 3773 1255 0 'I/O' )
insert ( 3774 1255 0 'I/O' )
insert ( 3806 1255 0 'I/O' )
insert ( 3805 1255 0 'I/O' )
insert ( 3804 1255 0 'I/O' )
insert ( 3803 1255 0 'I/O' )
insert ( 3263 1255 0 'map text array of key value pairs to jsonb object' )
insert ( 3264 1255 0 'map text array of key value pairs to jsonb object' )
insert ( 3787 1255 0 'map input to jsonb' )
insert ( 3265 1255 0 'jsonb aggregate transition function' )
insert ( 6283 1255 0 'jsonb aggregate transition function' )
insert ( 3266 1255 0 'jsonb aggregate final function' )
insert ( 3267 1255 0 'aggregate input into jsonb' )
insert ( 6284 1255 0 'aggregate input into jsonb skipping nulls' )
insert ( 3268 1255 0 'jsonb object aggregate transition function' )
insert ( 6285 1255 0 'jsonb object aggregate transition function' )
insert ( 6286 1255 0 'jsonb object aggregate transition function' )
insert ( 6287 1255 0 'jsonb object aggregate transition function' )
insert ( 3269 1255 0 'jsonb object aggregate final function' )
insert ( 3270 1255 0 'aggregate inputs into jsonb object' )
insert ( 6288 1255 0 'aggregate non-NULL inputs into jsonb object' )
insert ( 6289 1255 0 'aggregate inputs into jsonb object checking key uniqueness' )
insert ( 6290 1255 0 'aggregate non-NULL inputs into jsonb object checking key uniqueness' )
insert ( 3271 1255 0 'build a jsonb array from any inputs' )
insert ( 3272 1255 0 'build an empty jsonb array' )
insert ( 3273 1255 0 'build a jsonb object from pairwise key/value inputs' )
insert ( 3274 1255 0 'build an empty jsonb object' )
insert ( 3262 1255 0 'remove object fields with null values from jsonb' )
insert ( 3217 1255 0 'get value from jsonb with path elements' )
insert ( 3940 1255 0 'get value from jsonb as text with path elements' )
insert ( 3219 1255 0 'elements of a jsonb array' )
insert ( 3465 1255 0 'elements of jsonb array' )
insert ( 3207 1255 0 'length of jsonb array' )
insert ( 3931 1255 0 'get jsonb object keys' )
insert ( 3208 1255 0 'key value pairs of a jsonb object' )
insert ( 3932 1255 0 'key value pairs of a jsonb object' )
insert ( 3209 1255 0 'get record fields from a jsonb object' )
insert ( 6338 1255 0 'test get record fields from a jsonb object' )
insert ( 3475 1255 0 'get set of records with fields from a jsonb array of objects' )
insert ( 3490 1255 0 'get record fields from a jsonb object' )
insert ( 3491 1255 0 'get set of records with fields from a jsonb array of objects' )
insert ( 3210 1255 0 'get the type of a jsonb value' )
insert ( 4044 1255 0 less-equal-greater )
insert ( 4045 1255 0 hash )
insert ( 3416 1255 0 hash )
insert ( 3480 1255 0 'GIN support' )
insert ( 3482 1255 0 'GIN support' )
insert ( 3483 1255 0 'GIN support' )
insert ( 3484 1255 0 'GIN support' )
insert ( 3488 1255 0 'GIN support' )
insert ( 3485 1255 0 'GIN support' )
insert ( 3486 1255 0 'GIN support' )
insert ( 3487 1255 0 'GIN support' )
insert ( 3489 1255 0 'GIN support' )
insert ( 5054 1255 0 'Set part of a jsonb, handle NULL value' )
insert ( 3305 1255 0 'Set part of a jsonb' )
insert ( 3306 1255 0 'Indented text from jsonb' )
insert ( 3579 1255 0 'Insert value into a jsonb' )
insert ( 4001 1255 0 'I/O' )
insert ( 4002 1255 0 'I/O' )
insert ( 4003 1255 0 'I/O' )
insert ( 4004 1255 0 'I/O' )
insert ( 4005 1255 0 'jsonpath exists test' )
insert ( 4006 1255 0 'jsonpath query' )
insert ( 4007 1255 0 'jsonpath query wrapped into array' )
insert ( 4008 1255 0 'jsonpath query first item' )
insert ( 4009 1255 0 'jsonpath match' )
insert ( 1177 1255 0 'jsonpath exists test with timezone' )
insert ( 1179 1255 0 'jsonpath query with timezone' )
insert ( 1180 1255 0 'jsonpath query wrapped into array with timezone' )
insert ( 2023 1255 0 'jsonpath query first item with timezone' )
insert ( 2030 1255 0 'jsonpath match with timezone' )
insert ( 4010 1255 0 'implementation of @? operator' )
insert ( 4011 1255 0 'implementation of @@ operator' )
insert ( 2939 1255 0 'I/O' )
insert ( 2940 1255 0 'I/O' )
insert ( 2941 1255 0 'I/O' )
insert ( 2942 1255 0 'I/O' )
insert ( 2943 1255 0 'get current transaction ID' )
insert ( 3348 1255 0 'get current transaction ID' )
insert ( 2944 1255 0 'get current snapshot' )
insert ( 2945 1255 0 'get xmin of snapshot' )
insert ( 2946 1255 0 'get xmax of snapshot' )
insert ( 2947 1255 0 'get set of in-progress txids in snapshot' )
insert ( 2948 1255 0 'is txid visible in snapshot?' )
insert ( 3360 1255 0 'commit status of transaction' )
insert ( 5055 1255 0 'I/O' )
insert ( 5056 1255 0 'I/O' )
insert ( 5057 1255 0 'I/O' )
insert ( 5058 1255 0 'I/O' )
insert ( 5061 1255 0 'get current snapshot' )
insert ( 5062 1255 0 'get xmin of snapshot' )
insert ( 5063 1255 0 'get xmax of snapshot' )
insert ( 5064 1255 0 'get set of in-progress transactions in snapshot' )
insert ( 5065 1255 0 'is xid8 visible in snapshot?' )
insert ( 5059 1255 0 'get current transaction ID' )
insert ( 5060 1255 0 'get current transaction ID' )
insert ( 5066 1255 0 'commit status of transaction' )
insert ( 2987 1255 0 less-equal-greater )
insert ( 6192 1255 0 hash )
insert ( 6193 1255 0 hash )
insert ( 3187 1255 0 'less-equal-greater based on byte images' )
insert ( 5051 1255 0 'equal image' )
insert ( 3082 1255 0 'list available extensions' )
insert ( 3083 1255 0 'list available extension versions' )
insert ( 3084 1255 0 'list an extension''s version update paths' )
insert ( 3086 1255 0 'flag an extension''s table contents to be emitted by pg_dump' )
insert ( 3100 1255 0 'row number within partition' )
insert ( 6233 1255 0 'planner support for row_number' )
insert ( 3101 1255 0 'integer rank with gaps' )
insert ( 6234 1255 0 'planner support for rank' )
insert ( 3102 1255 0 'integer rank without gaps' )
insert ( 6235 1255 0 'planner support for dense_rank' )
insert ( 3103 1255 0 'fractional rank within partition' )
insert ( 6306 1255 0 'planner support for percent_rank' )
insert ( 3104 1255 0 'fractional row number within partition' )
insert ( 6307 1255 0 'planner support for cume_dist' )
insert ( 3105 1255 0 'split rows into N groups' )
insert ( 6308 1255 0 'planner support for ntile' )
insert ( 3106 1255 0 'fetch the preceding row value' )
insert ( 3107 1255 0 'fetch the Nth preceding row value' )
insert ( 3108 1255 0 'fetch the Nth preceding row value with default' )
insert ( 3109 1255 0 'fetch the following row value' )
insert ( 3110 1255 0 'fetch the Nth following row value' )
insert ( 3111 1255 0 'fetch the Nth following row value with default' )
insert ( 3112 1255 0 'fetch the first row value' )
insert ( 3113 1255 0 'fetch the last row value' )
insert ( 3114 1255 0 'fetch the Nth row value' )
insert ( 3832 1255 0 'I/O' )
insert ( 3833 1255 0 'I/O' )
insert ( 3834 1255 0 'I/O' )
insert ( 3835 1255 0 'I/O' )
insert ( 3836 1255 0 'I/O' )
insert ( 3837 1255 0 'I/O' )
insert ( 3848 1255 0 'lower bound of range' )
insert ( 3849 1255 0 'upper bound of range' )
insert ( 3850 1255 0 'is the range empty?' )
insert ( 3851 1255 0 'is the range''s lower bound inclusive?' )
insert ( 3852 1255 0 'is the range''s upper bound inclusive?' )
insert ( 3853 1255 0 'is the range''s lower bound infinite?' )
insert ( 3854 1255 0 'is the range''s upper bound infinite?' )
insert ( 6345 1255 0 'planner support for range_contains_elem' )
insert ( 6346 1255 0 'planner support for elem_contained_by_range' )
insert ( 4057 1255 0 'the smallest range which includes both of the given ranges' )
insert ( 4228 1255 0 'the smallest range which includes the whole multirange' )
insert ( 3870 1255 0 less-equal-greater )
insert ( 3875 1255 0 'GiST support' )
insert ( 3876 1255 0 'GiST support' )
insert ( 3879 1255 0 'GiST support' )
insert ( 3880 1255 0 'GiST support' )
insert ( 3881 1255 0 'GiST support' )
insert ( 6154 1255 0 'GiST support' )
insert ( 6156 1255 0 'GiST support' )
insert ( 3902 1255 0 'hash a range' )
insert ( 3417 1255 0 'hash a range' )
insert ( 3916 1255 0 'range typanalyze' )
insert ( 3169 1255 0 'restriction selectivity for range operators' )
insert ( 4401 1255 0 'range aggregate by intersecting' )
insert ( 4450 1255 0 'range aggregate by intersecting' )
insert ( 3914 1255 0 'convert an int4 range to canonical form' )
insert ( 3928 1255 0 'convert an int8 range to canonical form' )
insert ( 3915 1255 0 'convert a date range to canonical form' )
insert ( 3922 1255 0 'float8 difference of two int4 values' )
insert ( 3923 1255 0 'float8 difference of two int8 values' )
insert ( 3924 1255 0 'float8 difference of two numeric values' )
insert ( 3925 1255 0 'float8 difference of two date values' )
insert ( 3929 1255 0 'float8 difference of two timestamp values' )
insert ( 3930 1255 0 'float8 difference of two timestamp with time zone values' )
insert ( 3840 1255 0 'int4range constructor' )
insert ( 3841 1255 0 'int4range constructor' )
insert ( 3844 1255 0 'numrange constructor' )
insert ( 3845 1255 0 'numrange constructor' )
insert ( 3933 1255 0 'tsrange constructor' )
insert ( 3934 1255 0 'tsrange constructor' )
insert ( 3937 1255 0 'tstzrange constructor' )
insert ( 3938 1255 0 'tstzrange constructor' )
insert ( 3941 1255 0 'daterange constructor' )
insert ( 3942 1255 0 'daterange constructor' )
insert ( 3945 1255 0 'int8range constructor' )
insert ( 3946 1255 0 'int8range constructor' )
insert ( 4229 1255 0 'I/O' )
insert ( 4230 1255 0 'I/O' )
insert ( 4231 1255 0 'I/O' )
insert ( 4232 1255 0 'I/O' )
insert ( 4233 1255 0 'I/O' )
insert ( 4234 1255 0 'I/O' )
insert ( 4235 1255 0 'lower bound of multirange' )
insert ( 4236 1255 0 'upper bound of multirange' )
insert ( 4237 1255 0 'is the multirange empty?' )
insert ( 4238 1255 0 'is the multirange''s lower bound inclusive?' )
insert ( 4239 1255 0 'is the multirange''s upper bound inclusive?' )
insert ( 4240 1255 0 'is the multirange''s lower bound infinite?' )
insert ( 4241 1255 0 'is the multirange''s upper bound infinite?' )
insert ( 4242 1255 0 'multirange typanalyze' )
insert ( 4243 1255 0 'restriction selectivity for multirange operators' )
insert ( 4273 1255 0 less-equal-greater )
insert ( 4278 1255 0 'hash a multirange' )
insert ( 4279 1255 0 'hash a multirange' )
insert ( 4280 1255 0 'int4multirange constructor' )
insert ( 4281 1255 0 'int4multirange constructor' )
insert ( 4282 1255 0 'int4multirange constructor' )
insert ( 4283 1255 0 'nummultirange constructor' )
insert ( 4284 1255 0 'nummultirange constructor' )
insert ( 4285 1255 0 'nummultirange constructor' )
insert ( 4286 1255 0 'tsmultirange constructor' )
insert ( 4287 1255 0 'tsmultirange constructor' )
insert ( 4288 1255 0 'tsmultirange constructor' )
insert ( 4289 1255 0 'tstzmultirange constructor' )
insert ( 4290 1255 0 'tstzmultirange constructor' )
insert ( 4291 1255 0 'tstzmultirange constructor' )
insert ( 4292 1255 0 'datemultirange constructor' )
insert ( 4293 1255 0 'datemultirange constructor' )
insert ( 4294 1255 0 'datemultirange constructor' )
insert ( 4295 1255 0 'int8multirange constructor' )
insert ( 4296 1255 0 'int8multirange constructor' )
insert ( 4297 1255 0 'int8multirange constructor' )
insert ( 4298 1255 0 'anymultirange cast' )
insert ( 4299 1255 0 'aggregate transition function' )
insert ( 4300 1255 0 'aggregate final function' )
insert ( 4301 1255 0 'combine aggregate input into a multirange' )
insert ( 6225 1255 0 'aggregate transition function' )
insert ( 6226 1255 0 'aggregate final function' )
insert ( 6227 1255 0 'combine aggregate input into a multirange' )
insert ( 4388 1255 0 'range aggregate by intersecting' )
insert ( 4389 1255 0 'range aggregate by intersecting' )
insert ( 1293 1255 0 'expand multirange to set of ranges' )
insert ( 3846 1255 0 'construct date' )
insert ( 3847 1255 0 'construct time' )
insert ( 3461 1255 0 'construct timestamp' )
insert ( 3462 1255 0 'construct timestamp with time zone' )
insert ( 3463 1255 0 'construct timestamp with time zone' )
insert ( 3464 1255 0 'construct interval' )
insert ( 4018 1255 0 'SP-GiST support for quad tree over point' )
insert ( 4019 1255 0 'SP-GiST support for quad tree over point' )
insert ( 4020 1255 0 'SP-GiST support for quad tree over point' )
insert ( 4021 1255 0 'SP-GiST support for quad tree over point' )
insert ( 4022 1255 0 'SP-GiST support for quad tree and k-d tree over point' )
insert ( 4023 1255 0 'SP-GiST support for k-d tree over point' )
insert ( 4024 1255 0 'SP-GiST support for k-d tree over point' )
insert ( 4025 1255 0 'SP-GiST support for k-d tree over point' )
insert ( 4026 1255 0 'SP-GiST support for k-d tree over point' )
insert ( 4027 1255 0 'SP-GiST support for radix tree over text' )
insert ( 4028 1255 0 'SP-GiST support for radix tree over text' )
insert ( 4029 1255 0 'SP-GiST support for radix tree over text' )
insert ( 4030 1255 0 'SP-GiST support for radix tree over text' )
insert ( 4031 1255 0 'SP-GiST support for radix tree over text' )
insert ( 3469 1255 0 'SP-GiST support for quad tree over range' )
insert ( 3470 1255 0 'SP-GiST support for quad tree over range' )
insert ( 3471 1255 0 'SP-GiST support for quad tree over range' )
insert ( 3472 1255 0 'SP-GiST support for quad tree over range' )
insert ( 3473 1255 0 'SP-GiST support for quad tree over range' )
insert ( 5012 1255 0 'SP-GiST support for quad tree over box' )
insert ( 5013 1255 0 'SP-GiST support for quad tree over box' )
insert ( 5014 1255 0 'SP-GiST support for quad tree over box' )
insert ( 5015 1255 0 'SP-GiST support for quad tree over box' )
insert ( 5016 1255 0 'SP-GiST support for quad tree over box' )
insert ( 5010 1255 0 'SP-GiST support for quad tree over 2-D types represented by their bounding boxes' )
insert ( 5011 1255 0 'SP-GiST support for quad tree over polygons' )
insert ( 3779 1255 0 'create a physical replication slot' )
insert ( 4220 1255 0 'copy a physical replication slot, changing temporality' )
insert ( 4221 1255 0 'copy a physical replication slot' )
insert ( 3780 1255 0 'drop a replication slot' )
insert ( 3781 1255 0 'information about replication slots currently in use' )
insert ( 3786 1255 0 'set up a logical replication slot' )
insert ( 4222 1255 0 'copy a logical replication slot, changing temporality and plugin' )
insert ( 4223 1255 0 'copy a logical replication slot, changing temporality' )
insert ( 4224 1255 0 'copy a logical replication slot' )
insert ( 3782 1255 0 'get changes from replication slot' )
insert ( 3783 1255 0 'get binary changes from replication slot' )
insert ( 3784 1255 0 'peek at changes from replication slot' )
insert ( 3785 1255 0 'peek at binary changes from replication slot' )
insert ( 3878 1255 0 'advance logical replication slot' )
insert ( 3577 1255 0 'emit a textual logical decoding message' )
insert ( 3578 1255 0 'emit a binary logical decoding message' )
insert ( 6344 1255 0 'sync replication slots from the primary to the standby' )
insert ( 3566 1255 0 'list objects dropped by the current command' )
insert ( 4566 1255 0 'return Oid of the table getting rewritten' )
insert ( 4567 1255 0 'return reason code for table getting rewritten' )
insert ( 4568 1255 0 'list DDL actions being executed by the current command' )
insert ( 3970 1255 0 'aggregate transition function' )
insert ( 3971 1255 0 'aggregate transition function' )
insert ( 3972 1255 0 'discrete percentile' )
insert ( 3973 1255 0 'aggregate final function' )
insert ( 3974 1255 0 'continuous distribution percentile' )
insert ( 3975 1255 0 'aggregate final function' )
insert ( 3976 1255 0 'continuous distribution percentile' )
insert ( 3977 1255 0 'aggregate final function' )
insert ( 3978 1255 0 'multiple discrete percentiles' )
insert ( 3979 1255 0 'aggregate final function' )
insert ( 3980 1255 0 'multiple continuous percentiles' )
insert ( 3981 1255 0 'aggregate final function' )
insert ( 3982 1255 0 'multiple continuous percentiles' )
insert ( 3983 1255 0 'aggregate final function' )
insert ( 3984 1255 0 'most common value' )
insert ( 3985 1255 0 'aggregate final function' )
insert ( 3986 1255 0 'rank of hypothetical row' )
insert ( 3987 1255 0 'aggregate final function' )
insert ( 3988 1255 0 'fractional rank of hypothetical row' )
insert ( 3989 1255 0 'aggregate final function' )
insert ( 3990 1255 0 'cumulative distribution of hypothetical row' )
insert ( 3991 1255 0 'aggregate final function' )
insert ( 3992 1255 0 'rank of hypothetical row without gaps' )
insert ( 3993 1255 0 'aggregate final function' )
insert ( 3582 1255 0 'for use by pg_upgrade' )
insert ( 3584 1255 0 'for use by pg_upgrade' )
insert ( 4390 1255 0 'for use by pg_upgrade' )
insert ( 4391 1255 0 'for use by pg_upgrade' )
insert ( 3586 1255 0 'for use by pg_upgrade' )
insert ( 3587 1255 0 'for use by pg_upgrade' )
insert ( 3588 1255 0 'for use by pg_upgrade' )
insert ( 3589 1255 0 'for use by pg_upgrade' )
insert ( 3590 1255 0 'for use by pg_upgrade' )
insert ( 3591 1255 0 'for use by pg_upgrade' )
insert ( 4083 1255 0 'for use by pg_upgrade' )
insert ( 4101 1255 0 'for use by pg_upgrade' )
insert ( 4545 1255 0 'for use by pg_upgrade' )
insert ( 4546 1255 0 'for use by pg_upgrade' )
insert ( 4547 1255 0 'for use by pg_upgrade' )
insert ( 4548 1255 0 'for use by pg_upgrade' )
insert ( 6312 1255 0 'for use by pg_upgrade' )
insert ( 6319 1255 0 'for use by pg_upgrade (relation for pg_subscription_rel)' )
insert ( 6320 1255 0 'for use by pg_upgrade (remote_lsn for origin)' )
insert ( 4302 1255 0 'internal conversion function for KOI8R to MULE_INTERNAL' )
insert ( 4303 1255 0 'internal conversion function for MULE_INTERNAL to KOI8R' )
insert ( 4304 1255 0 'internal conversion function for ISO-8859-5 to MULE_INTERNAL' )
insert ( 4305 1255 0 'internal conversion function for MULE_INTERNAL to ISO-8859-5' )
insert ( 4306 1255 0 'internal conversion function for WIN1251 to MULE_INTERNAL' )
insert ( 4307 1255 0 'internal conversion function for MULE_INTERNAL to WIN1251' )
insert ( 4308 1255 0 'internal conversion function for WIN866 to MULE_INTERNAL' )
insert ( 4309 1255 0 'internal conversion function for MULE_INTERNAL to WIN866' )
insert ( 4310 1255 0 'internal conversion function for KOI8R to WIN1251' )
insert ( 4311 1255 0 'internal conversion function for WIN1251 to KOI8R' )
insert ( 4312 1255 0 'internal conversion function for KOI8R to WIN866' )
insert ( 4313 1255 0 'internal conversion function for WIN866 to KOI8R' )
insert ( 4314 1255 0 'internal conversion function for WIN866 to WIN1251' )
insert ( 4315 1255 0 'internal conversion function for WIN1251 to WIN866' )
insert ( 4316 1255 0 'internal conversion function for ISO-8859-5 to KOI8R' )
insert ( 4317 1255 0 'internal conversion function for KOI8R to ISO-8859-5' )
insert ( 4318 1255 0 'internal conversion function for ISO-8859-5 to WIN1251' )
insert ( 4319 1255 0 'internal conversion function for WIN1251 to ISO-8859-5' )
insert ( 4320 1255 0 'internal conversion function for ISO-8859-5 to WIN866' )
insert ( 4321 1255 0 'internal conversion function for WIN866 to ISO-8859-5' )
insert ( 4322 1255 0 'internal conversion function for EUC_CN to MULE_INTERNAL' )
insert ( 4323 1255 0 'internal conversion function for MULE_INTERNAL to EUC_CN' )
insert ( 4324 1255 0 'internal conversion function for EUC_JP to SJIS' )
insert ( 4325 1255 0 'internal conversion function for SJIS to EUC_JP' )
insert ( 4326 1255 0 'internal conversion function for EUC_JP to MULE_INTERNAL' )
insert ( 4327 1255 0 'internal conversion function for SJIS to MULE_INTERNAL' )
insert ( 4328 1255 0 'internal conversion function for MULE_INTERNAL to EUC_JP' )
insert ( 4329 1255 0 'internal conversion function for MULE_INTERNAL to SJIS' )
insert ( 4330 1255 0 'internal conversion function for EUC_KR to MULE_INTERNAL' )
insert ( 4331 1255 0 'internal conversion function for MULE_INTERNAL to EUC_KR' )
insert ( 4332 1255 0 'internal conversion function for EUC_TW to BIG5' )
insert ( 4333 1255 0 'internal conversion function for BIG5 to EUC_TW' )
insert ( 4334 1255 0 'internal conversion function for EUC_TW to MULE_INTERNAL' )
insert ( 4335 1255 0 'internal conversion function for BIG5 to MULE_INTERNAL' )
insert ( 4336 1255 0 'internal conversion function for MULE_INTERNAL to EUC_TW' )
insert ( 4337 1255 0 'internal conversion function for MULE_INTERNAL to BIG5' )
insert ( 4338 1255 0 'internal conversion function for LATIN2 to MULE_INTERNAL' )
insert ( 4339 1255 0 'internal conversion function for MULE_INTERNAL to LATIN2' )
insert ( 4340 1255 0 'internal conversion function for WIN1250 to MULE_INTERNAL' )
insert ( 4341 1255 0 'internal conversion function for MULE_INTERNAL to WIN1250' )
insert ( 4342 1255 0 'internal conversion function for LATIN2 to WIN1250' )
insert ( 4343 1255 0 'internal conversion function for WIN1250 to LATIN2' )
insert ( 4344 1255 0 'internal conversion function for LATIN1 to MULE_INTERNAL' )
insert ( 4345 1255 0 'internal conversion function for MULE_INTERNAL to LATIN1' )
insert ( 4346 1255 0 'internal conversion function for LATIN3 to MULE_INTERNAL' )
insert ( 4347 1255 0 'internal conversion function for MULE_INTERNAL to LATIN3' )
insert ( 4348 1255 0 'internal conversion function for LATIN4 to MULE_INTERNAL' )
insert ( 4349 1255 0 'internal conversion function for MULE_INTERNAL to LATIN4' )
insert ( 4352 1255 0 'internal conversion function for BIG5 to UTF8' )
insert ( 4353 1255 0 'internal conversion function for UTF8 to BIG5' )
insert ( 4354 1255 0 'internal conversion function for UTF8 to KOI8R' )
insert ( 4355 1255 0 'internal conversion function for KOI8R to UTF8' )
insert ( 4356 1255 0 'internal conversion function for UTF8 to KOI8U' )
insert ( 4357 1255 0 'internal conversion function for KOI8U to UTF8' )
insert ( 4358 1255 0 'internal conversion function for UTF8 to WIN' )
insert ( 4359 1255 0 'internal conversion function for WIN to UTF8' )
insert ( 4360 1255 0 'internal conversion function for EUC_CN to UTF8' )
insert ( 4361 1255 0 'internal conversion function for UTF8 to EUC_CN' )
insert ( 4362 1255 0 'internal conversion function for EUC_JP to UTF8' )
insert ( 4363 1255 0 'internal conversion function for UTF8 to EUC_JP' )
insert ( 4364 1255 0 'internal conversion function for EUC_KR to UTF8' )
insert ( 4365 1255 0 'internal conversion function for UTF8 to EUC_KR' )
insert ( 4366 1255 0 'internal conversion function for EUC_TW to UTF8' )
insert ( 4367 1255 0 'internal conversion function for UTF8 to EUC_TW' )
insert ( 4368 1255 0 'internal conversion function for GB18030 to UTF8' )
insert ( 4369 1255 0 'internal conversion function for UTF8 to GB18030' )
insert ( 4370 1255 0 'internal conversion function for GBK to UTF8' )
insert ( 4371 1255 0 'internal conversion function for UTF8 to GBK' )
insert ( 4372 1255 0 'internal conversion function for UTF8 to ISO-8859 2-16' )
insert ( 4373 1255 0 'internal conversion function for ISO-8859 2-16 to UTF8' )
insert ( 4374 1255 0 'internal conversion function for LATIN1 to UTF8' )
insert ( 4375 1255 0 'internal conversion function for UTF8 to LATIN1' )
insert ( 4376 1255 0 'internal conversion function for JOHAB to UTF8' )
insert ( 4377 1255 0 'internal conversion function for UTF8 to JOHAB' )
insert ( 4378 1255 0 'internal conversion function for SJIS to UTF8' )
insert ( 4379 1255 0 'internal conversion function for UTF8 to SJIS' )
insert ( 4380 1255 0 'internal conversion function for UHC to UTF8' )
insert ( 4381 1255 0 'internal conversion function for UTF8 to UHC' )
insert ( 4382 1255 0 'internal conversion function for EUC_JIS_2004 to UTF8' )
insert ( 4383 1255 0 'internal conversion function for UTF8 to EUC_JIS_2004' )
insert ( 4384 1255 0 'internal conversion function for SHIFT_JIS_2004 to UTF8' )
insert ( 4385 1255 0 'internal conversion function for UTF8 to SHIFT_JIS_2004' )
insert ( 4386 1255 0 'internal conversion function for EUC_JIS_2004 to SHIFT_JIS_2004' )
insert ( 4387 1255 0 'internal conversion function for SHIFT_JIS_2004 to EUC_JIS_2004' )
insert ( 5040 1255 0 'restriction selectivity for generic matching operators' )
insert ( 5041 1255 0 'join selectivity for generic matching operators' )
insert ( 6003 1255 0 'create a replication origin' )
insert ( 6004 1255 0 'drop replication origin identified by its name' )
insert ( 6005 1255 0 'translate the replication origin''s name to its id' )
insert ( 6006 1255 0 'configure session to maintain replication progress tracking for the passed in origin' )
insert ( 6007 1255 0 'teardown configured replication progress tracking' )
insert ( 6008 1255 0 'is a replication origin configured in this session' )
insert ( 6009 1255 0 'get the replication progress of the current session' )
insert ( 6010 1255 0 'setup the transaction''s origin lsn and timestamp' )
insert ( 6011 1255 0 'reset the transaction''s origin lsn and timestamp' )
insert ( 6012 1255 0 'advance replication origin to specific location' )
insert ( 6013 1255 0 'get an individual replication origin''s replication progress' )
insert ( 6014 1255 0 'get progress for all replication origins' )
insert ( 6119 1255 0 'get information of the tables that are part of the specified publications' )
insert ( 6121 1255 0 'returns whether a relation can be part of a publication' )
insert ( 3298 1255 0 'row security for current context active on table by table oid' )
insert ( 3299 1255 0 'row security for current context active on table by table name' )
insert ( 3400 1255 0 'pg_config binary as a function' )
insert ( 3441 1255 0 'pg_controldata general state information as a function' )
insert ( 3442 1255 0 'pg_controldata checkpoint state information as a function' )
insert ( 3443 1255 0 'pg_controldata recovery state information as a function' )
insert ( 3444 1255 0 'pg_controldata init state information as a function' )
insert ( 6179 1255 0 'standard array subscripting support' )
insert ( 6180 1255 0 'raw array subscripting support' )
insert ( 6098 1255 0 'jsonb subscripting logic' )
insert ( 3445 1255 0 'import collations from operating system' )
insert ( 3448 1255 0 'get actual version of collation from operating system' )
insert ( 6249 1255 0 'get actual version of database collation from operating system' )
insert ( 3353 1255 0 'list files in the log directory' )
insert ( 3354 1255 0 'list of files in the WAL directory' )
insert ( 5031 1255 0 'list of files in the archive_status directory' )
insert ( 5029 1255 0 'list files in the pgsql_tmp directory' )
insert ( 5030 1255 0 'list files in the pgsql_tmp directory' )
insert ( 6270 1255 0 'list of files in the pg_logical/snapshots directory' )
insert ( 6271 1255 0 'list of files in the pg_logical/mappings directory' )
insert ( 6272 1255 0 'list of files in the pg_replslot/slot_name directory' )
insert ( 5028 1255 0 'hash partition CHECK constraint' )
insert ( 3423 1255 0 'view partition tree tables' )
insert ( 3425 1255 0 'view ancestors of the partition' )
insert ( 3424 1255 0 'get top-most partition root parent' )
insert ( 4549 1255 0 'Unicode version used by Postgres' )
insert ( 6099 1255 0 'Unicode version used by ICU, if enabled' )
insert ( 6105 1255 0 'check valid Unicode' )
insert ( 4350 1255 0 'Unicode normalization' )
insert ( 4351 1255 0 'check Unicode normalization' )
insert ( 6198 1255 0 'unescape Unicode characters' )
insert ( 4596 1255 0 'I/O' )
insert ( 4597 1255 0 'I/O' )
insert ( 4598 1255 0 'I/O' )
insert ( 4599 1255 0 'I/O' )
insert ( 4638 1255 0 'I/O' )
insert ( 4639 1255 0 'I/O' )
insert ( 4640 1255 0 'I/O' )
insert ( 4641 1255 0 'I/O' )
insert ( 6291 1255 0 'arbitrary value from among input values' )
insert ( 6292 1255 0 'aggregate transition function' )
insert ( 6321 1255 0 'list of available WAL summary files' )
insert ( 6322 1255 0 'contents of a WAL summary file' )
insert ( 6323 1255 0 'WAL summarizer state' )
insert ( 16 1247 0 'boolean, format ''t''/''f''' )
insert ( 17 1247 0 'variable-length string, binary values escaped' )
insert ( 18 1247 0 'single character' )
insert ( 19 1247 0 '63-byte type for storing system identifiers' )
insert ( 20 1247 0 '~18 digit integer, 8-byte storage' )
insert ( 21 1247 0 '-32 thousand to 32 thousand, 2-byte storage' )
insert ( 22 1247 0 'array of int2, used in system tables' )
insert ( 23 1247 0 '-2 billion to 2 billion integer, 4-byte storage' )
insert ( 24 1247 0 'registered procedure' )
insert ( 25 1247 0 'variable-length string, no limit specified' )
insert ( 26 1247 0 'object identifier(oid), maximum 4 billion' )
insert ( 27 1247 0 'tuple physical location, format ''(block,offset)''' )
insert ( 28 1247 0 'transaction id' )
insert ( 29 1247 0 'command identifier type, sequence in transaction id' )
insert ( 30 1247 0 'array of oids, used in system tables' )
insert ( 114 1247 0 'JSON stored as text' )
insert ( 142 1247 0 'XML content' )
insert ( 194 1247 0 'string representing an internal node tree' )
insert ( 3361 1247 0 'multivariate ndistinct coefficients' )
insert ( 3402 1247 0 'multivariate dependencies' )
insert ( 5017 1247 0 'multivariate MCV list' )
insert ( 32 1247 0 'internal type for passing CollectedCommand' )
insert ( 5069 1247 0 'full transaction id' )
insert ( 600 1247 0 'geometric point, format ''(x,y)''' )
insert ( 601 1247 0 'geometric line segment, format ''[point1,point2]''' )
insert ( 602 1247 0 'geometric path, format ''(point1,...)''' )
insert ( 603 1247 0 'geometric box, format ''lower left point,upper right point''' )
insert ( 604 1247 0 'geometric polygon, format ''(point1,...)''' )
insert ( 628 1247 0 'geometric line, formats ''{A,B,C}''/''[point1,point2]''' )
insert ( 700 1247 0 'single-precision floating point number, 4-byte storage' )
insert ( 701 1247 0 'double-precision floating point number, 8-byte storage' )
insert ( 705 1247 0 'pseudo-type representing an undetermined type' )
insert ( 718 1247 0 'geometric circle, format ''<center point,radius>''' )
insert ( 790 1247 0 'monetary amounts, $d,ddd.cc' )
insert ( 829 1247 0 'XX:XX:XX:XX:XX:XX, MAC address' )
insert ( 869 1247 0 'IP address/netmask, host address, netmask optional' )
insert ( 650 1247 0 'network IP address/netmask, network address' )
insert ( 774 1247 0 'XX:XX:XX:XX:XX:XX:XX:XX, MAC address' )
insert ( 1033 1247 0 'access control list' )
insert ( 1042 1247 0 '''char(length)'' blank-padded string, fixed storage length' )
insert ( 1043 1247 0 '''varchar(length)'' non-blank-padded string, variable storage length' )
insert ( 1082 1247 0 date )
insert ( 1083 1247 0 'time of day' )
insert ( 1114 1247 0 'date and time' )
insert ( 1184 1247 0 'date and time with time zone' )
insert ( 1186 1247 0 'time interval, format ''number units ...''' )
insert ( 1266 1247 0 'time of day with time zone' )
insert ( 1560 1247 0 'fixed-length bit string' )
insert ( 1562 1247 0 'variable-length bit string' )
insert ( 1700 1247 0 '''numeric(precision, scale)'' arbitrary precision number' )
insert ( 1790 1247 0 'reference to cursor (portal name)' )
insert ( 2202 1247 0 'registered procedure (with args)' )
insert ( 2203 1247 0 'registered operator' )
insert ( 2204 1247 0 'registered operator (with args)' )
insert ( 2205 1247 0 'registered class' )
insert ( 4191 1247 0 'registered collation' )
insert ( 2206 1247 0 'registered type' )
insert ( 4096 1247 0 'registered role' )
insert ( 4089 1247 0 'registered namespace' )
insert ( 2950 1247 0 UUID )
insert ( 3220 1247 0 'PostgreSQL LSN' )
insert ( 3614 1247 0 'text representation for text search' )
insert ( 3642 1247 0 'GiST index internal text representation for text search' )
insert ( 3615 1247 0 'query representation for text search' )
insert ( 3734 1247 0 'registered text search configuration' )
insert ( 3769 1247 0 'registered text search dictionary' )
insert ( 3802 1247 0 'Binary JSON' )
insert ( 4072 1247 0 'JSON path' )
insert ( 2970 1247 0 'transaction snapshot' )
insert ( 5038 1247 0 'transaction snapshot' )
insert ( 3904 1247 0 'range of integers' )
insert ( 3906 1247 0 'range of numerics' )
insert ( 3908 1247 0 'range of timestamps without time zone' )
insert ( 3910 1247 0 'range of timestamps with time zone' )
insert ( 3912 1247 0 'range of dates' )
insert ( 3926 1247 0 'range of bigints' )
insert ( 4451 1247 0 'multirange of integers' )
insert ( 4532 1247 0 'multirange of numerics' )
insert ( 4533 1247 0 'multirange of timestamps without time zone' )
insert ( 4534 1247 0 'multirange of timestamps with time zone' )
insert ( 4535 1247 0 'multirange of dates' )
insert ( 4536 1247 0 'multirange of bigints' )
insert ( 2249 1247 0 'pseudo-type representing any composite type' )
insert ( 2275 1247 0 'C-style string' )
insert ( 2276 1247 0 'pseudo-type representing any type' )
insert ( 2277 1247 0 'pseudo-type representing a polymorphic array type' )
insert ( 2278 1247 0 'pseudo-type for the result of a function with no real result' )
insert ( 2279 1247 0 'pseudo-type for the result of a trigger function' )
insert ( 3838 1247 0 'pseudo-type for the result of an event trigger function' )
insert ( 2280 1247 0 'pseudo-type for the result of a language handler function' )
insert ( 2281 1247 0 'pseudo-type representing an internal data structure' )
insert ( 2283 1247 0 'pseudo-type representing a polymorphic base type' )
insert ( 2776 1247 0 'pseudo-type representing a polymorphic base type that is not an array' )
insert ( 3500 1247 0 'pseudo-type representing a polymorphic base type that is an enum' )
insert ( 3115 1247 0 'pseudo-type for the result of an FDW handler function' )
insert ( 325 1247 0 'pseudo-type for the result of an index AM handler function' )
insert ( 3310 1247 0 'pseudo-type for the result of a tablesample method function' )
insert ( 269 1247 0 'pseudo-type for the result of a table AM handler function' )
insert ( 3831 1247 0 'pseudo-type representing a range over a polymorphic base type' )
insert ( 5077 1247 0 'pseudo-type representing a polymorphic common type' )
insert ( 5078 1247 0 'pseudo-type representing an array of polymorphic common type elements' )
insert ( 5079 1247 0 'pseudo-type representing a polymorphic common type that is not an array' )
insert ( 5080 1247 0 'pseudo-type representing a range over a polymorphic common type' )
insert ( 4537 1247 0 'pseudo-type representing a polymorphic base type that is a multirange' )
insert ( 4538 1247 0 'pseudo-type representing a multirange over a polymorphic common type' )
insert ( 4600 1247 0 'pseudo-type representing BRIN bloom summary' )
insert ( 4601 1247 0 'pseudo-type representing BRIN minmax-multi summary' )
insert ( 15 2617 0 equal )
insert ( 36 2617 0 'not equal' )
insert ( 37 2617 0 'less than' )
insert ( 76 2617 0 'greater than' )
insert ( 80 2617 0 'less than or equal' )
insert ( 82 2617 0 'greater than or equal' )
insert ( 58 2617 0 'less than' )
insert ( 59 2617 0 'greater than' )
insert ( 85 2617 0 'not equal' )
insert ( 91 2617 0 equal )
insert ( 1694 2617 0 'less than or equal' )
insert ( 1695 2617 0 'greater than or equal' )
insert ( 92 2617 0 equal )
insert ( 93 2617 0 equal )
insert ( 94 2617 0 equal )
insert ( 95 2617 0 'less than' )
insert ( 96 2617 0 equal )
insert ( 97 2617 0 'less than' )
insert ( 98 2617 0 equal )
insert ( 3877 2617 0 'starts with' )
insert ( 254 2617 0 equal )
insert ( 255 2617 0 'less than' )
insert ( 256 2617 0 'less than or equal' )
insert ( 257 2617 0 'greater than or equal' )
insert ( 258 2617 0 'greater than' )
insert ( 259 2617 0 'not equal' )
insert ( 260 2617 0 equal )
insert ( 261 2617 0 'less than' )
insert ( 262 2617 0 'less than or equal' )
insert ( 263 2617 0 'greater than or equal' )
insert ( 264 2617 0 'greater than' )
insert ( 265 2617 0 'not equal' )
insert ( 349 2617 0 'append element onto end of array' )
insert ( 374 2617 0 'prepend element onto front of array' )
insert ( 375 2617 0 concatenate )
insert ( 352 2617 0 equal )
insert ( 353 2617 0 equal )
insert ( 3315 2617 0 'not equal' )
insert ( 3316 2617 0 'not equal' )
insert ( 5068 2617 0 equal )
insert ( 5072 2617 0 'not equal' )
insert ( 5073 2617 0 'less than' )
insert ( 5074 2617 0 'greater than' )
insert ( 5075 2617 0 'less than or equal' )
insert ( 5076 2617 0 'greater than or equal' )
insert ( 385 2617 0 equal )
insert ( 387 2617 0 equal )
insert ( 402 2617 0 'not equal' )
insert ( 2799 2617 0 'less than' )
insert ( 2800 2617 0 'greater than' )
insert ( 2801 2617 0 'less than or equal' )
insert ( 2802 2617 0 'greater than or equal' )
insert ( 410 2617 0 equal )
insert ( 411 2617 0 'not equal' )
insert ( 412 2617 0 'less than' )
insert ( 413 2617 0 'greater than' )
insert ( 414 2617 0 'less than or equal' )
insert ( 415 2617 0 'greater than or equal' )
insert ( 416 2617 0 equal )
insert ( 417 2617 0 'not equal' )
insert ( 418 2617 0 'less than' )
insert ( 419 2617 0 'greater than' )
insert ( 420 2617 0 'less than or equal' )
insert ( 430 2617 0 'greater than or equal' )
insert ( 439 2617 0 modulus )
insert ( 473 2617 0 'absolute value' )
insert ( 484 2617 0 negate )
insert ( 485 2617 0 'is left of' )
insert ( 486 2617 0 'overlaps or is left of' )
insert ( 487 2617 0 'overlaps or is right of' )
insert ( 488 2617 0 'is right of' )
insert ( 489 2617 0 'is contained by' )
insert ( 490 2617 0 contains )
insert ( 491 2617 0 'same as' )
insert ( 492 2617 0 overlaps )
insert ( 493 2617 0 'is left of' )
insert ( 494 2617 0 'overlaps or is left of' )
insert ( 495 2617 0 'overlaps or is right of' )
insert ( 496 2617 0 'is right of' )
insert ( 497 2617 0 'is contained by' )
insert ( 498 2617 0 contains )
insert ( 499 2617 0 'same as' )
insert ( 500 2617 0 overlaps )
insert ( 501 2617 0 'greater than or equal by area' )
insert ( 502 2617 0 'greater than by area' )
insert ( 503 2617 0 'equal by area' )
insert ( 504 2617 0 'less than by area' )
insert ( 505 2617 0 'less than or equal by area' )
insert ( 506 2617 0 'deprecated, use |>> instead' )
insert ( 507 2617 0 'is left of' )
insert ( 508 2617 0 'is right of' )
insert ( 509 2617 0 'deprecated, use <<| instead' )
insert ( 510 2617 0 'same as' )
insert ( 511 2617 0 'point inside box' )
insert ( 433 2617 0 contains )
insert ( 512 2617 0 'point within closed path, or point on open path' )
insert ( 513 2617 0 'center of' )
insert ( 514 2617 0 multiply )
insert ( 517 2617 0 'distance between' )
insert ( 518 2617 0 'not equal' )
insert ( 519 2617 0 'not equal' )
insert ( 520 2617 0 'greater than' )
insert ( 521 2617 0 'greater than' )
insert ( 522 2617 0 'less than or equal' )
insert ( 523 2617 0 'less than or equal' )
insert ( 524 2617 0 'greater than or equal' )
insert ( 525 2617 0 'greater than or equal' )
insert ( 526 2617 0 multiply )
insert ( 527 2617 0 divide )
insert ( 528 2617 0 divide )
insert ( 529 2617 0 modulus )
insert ( 530 2617 0 modulus )
insert ( 531 2617 0 'not equal' )
insert ( 532 2617 0 equal )
insert ( 533 2617 0 equal )
insert ( 534 2617 0 'less than' )
insert ( 535 2617 0 'less than' )
insert ( 536 2617 0 'greater than' )
insert ( 537 2617 0 'greater than' )
insert ( 538 2617 0 'not equal' )
insert ( 539 2617 0 'not equal' )
insert ( 540 2617 0 'less than or equal' )
insert ( 541 2617 0 'less than or equal' )
insert ( 542 2617 0 'greater than or equal' )
insert ( 543 2617 0 'greater than or equal' )
insert ( 544 2617 0 multiply )
insert ( 545 2617 0 multiply )
insert ( 546 2617 0 divide )
insert ( 547 2617 0 divide )
insert ( 550 2617 0 add )
insert ( 551 2617 0 add )
insert ( 552 2617 0 add )
insert ( 553 2617 0 add )
insert ( 554 2617 0 subtract )
insert ( 555 2617 0 subtract )
insert ( 556 2617 0 subtract )
insert ( 557 2617 0 subtract )
insert ( 558 2617 0 negate )
insert ( 559 2617 0 negate )
insert ( 584 2617 0 negate )
insert ( 585 2617 0 negate )
insert ( 586 2617 0 add )
insert ( 587 2617 0 subtract )
insert ( 588 2617 0 divide )
insert ( 589 2617 0 multiply )
insert ( 590 2617 0 'absolute value' )
insert ( 591 2617 0 add )
insert ( 592 2617 0 subtract )
insert ( 593 2617 0 divide )
insert ( 594 2617 0 multiply )
insert ( 595 2617 0 'absolute value' )
insert ( 596 2617 0 'square root' )
insert ( 597 2617 0 'cube root' )
insert ( 607 2617 0 equal )
insert ( 608 2617 0 'not equal' )
insert ( 609 2617 0 'less than' )
insert ( 610 2617 0 'greater than' )
insert ( 611 2617 0 'less than or equal' )
insert ( 612 2617 0 'greater than or equal' )
insert ( 644 2617 0 'not equal' )
insert ( 645 2617 0 'less than' )
insert ( 646 2617 0 'greater than' )
insert ( 647 2617 0 'less than or equal' )
insert ( 648 2617 0 'greater than or equal' )
insert ( 649 2617 0 equal )
insert ( 613 2617 0 'distance between' )
insert ( 760 2617 0 'distance between' )
insert ( 614 2617 0 'distance between' )
insert ( 761 2617 0 'distance between' )
insert ( 615 2617 0 'distance between' )
insert ( 606 2617 0 'distance between' )
insert ( 616 2617 0 'distance between' )
insert ( 762 2617 0 'distance between' )
insert ( 617 2617 0 'distance between' )
insert ( 763 2617 0 'distance between' )
insert ( 618 2617 0 'distance between' )
insert ( 784 2617 0 'distance between' )
insert ( 620 2617 0 equal )
insert ( 621 2617 0 'not equal' )
insert ( 622 2617 0 'less than' )
insert ( 623 2617 0 'greater than' )
insert ( 624 2617 0 'less than or equal' )
insert ( 625 2617 0 'greater than or equal' )
insert ( 630 2617 0 'not equal' )
insert ( 631 2617 0 'less than' )
insert ( 632 2617 0 'less than or equal' )
insert ( 633 2617 0 'greater than' )
insert ( 634 2617 0 'greater than or equal' )
insert ( 639 2617 0 'matches regular expression, case-sensitive' )
insert ( 640 2617 0 'does not match regular expression, case-sensitive' )
insert ( 641 2617 0 'matches regular expression, case-sensitive' )
insert ( 642 2617 0 'does not match regular expression, case-sensitive' )
insert ( 643 2617 0 'not equal' )
insert ( 654 2617 0 concatenate )
insert ( 660 2617 0 'less than' )
insert ( 661 2617 0 'less than or equal' )
insert ( 662 2617 0 'greater than' )
insert ( 663 2617 0 'greater than or equal' )
insert ( 664 2617 0 'less than' )
insert ( 665 2617 0 'less than or equal' )
insert ( 666 2617 0 'greater than' )
insert ( 667 2617 0 'greater than or equal' )
insert ( 670 2617 0 equal )
insert ( 671 2617 0 'not equal' )
insert ( 672 2617 0 'less than' )
insert ( 673 2617 0 'less than or equal' )
insert ( 674 2617 0 'greater than' )
insert ( 675 2617 0 'greater than or equal' )
insert ( 682 2617 0 'absolute value' )
insert ( 684 2617 0 add )
insert ( 685 2617 0 subtract )
insert ( 686 2617 0 multiply )
insert ( 687 2617 0 divide )
insert ( 688 2617 0 add )
insert ( 689 2617 0 subtract )
insert ( 690 2617 0 multiply )
insert ( 691 2617 0 divide )
insert ( 692 2617 0 add )
insert ( 693 2617 0 subtract )
insert ( 694 2617 0 multiply )
insert ( 695 2617 0 divide )
insert ( 818 2617 0 add )
insert ( 819 2617 0 subtract )
insert ( 820 2617 0 multiply )
insert ( 821 2617 0 divide )
insert ( 822 2617 0 add )
insert ( 823 2617 0 subtract )
insert ( 824 2617 0 multiply )
insert ( 825 2617 0 divide )
insert ( 706 2617 0 'distance between' )
insert ( 707 2617 0 'distance between' )
insert ( 708 2617 0 'distance between' )
insert ( 709 2617 0 'distance between' )
insert ( 712 2617 0 'distance between' )
insert ( 713 2617 0 'not equal' )
insert ( 731 2617 0 'add points (translate)' )
insert ( 732 2617 0 'subtract points (translate)' )
insert ( 733 2617 0 'multiply points (scale/rotate)' )
insert ( 734 2617 0 'divide points (scale/rotate)' )
insert ( 735 2617 0 concatenate )
insert ( 736 2617 0 'add (translate path)' )
insert ( 737 2617 0 'subtract (translate path)' )
insert ( 738 2617 0 'multiply (rotate/scale path)' )
insert ( 739 2617 0 'divide (rotate/scale path)' )
insert ( 755 2617 0 contains )
insert ( 756 2617 0 'is contained by' )
insert ( 757 2617 0 contains )
insert ( 758 2617 0 'is contained by' )
insert ( 759 2617 0 contains )
insert ( 773 2617 0 'absolute value' )
insert ( 792 2617 0 equal )
insert ( 793 2617 0 'less than' )
insert ( 794 2617 0 'greater than' )
insert ( 795 2617 0 'less than or equal' )
insert ( 796 2617 0 'greater than or equal' )
insert ( 797 2617 0 'number of points' )
insert ( 798 2617 0 intersect )
insert ( 799 2617 0 'sum of path segment lengths' )
insert ( 800 2617 0 'is above (allows touching)' )
insert ( 801 2617 0 'is below (allows touching)' )
insert ( 802 2617 0 'deprecated, use && instead' )
insert ( 803 2617 0 'box intersection' )
insert ( 804 2617 0 'add point to box (translate)' )
insert ( 805 2617 0 'subtract point from box (translate)' )
insert ( 806 2617 0 'multiply box by point (scale)' )
insert ( 807 2617 0 'divide box by point (scale)' )
insert ( 808 2617 0 'horizontally aligned' )
insert ( 809 2617 0 'vertically aligned' )
insert ( 843 2617 0 multiply )
insert ( 844 2617 0 divide )
insert ( 845 2617 0 multiply )
insert ( 900 2617 0 equal )
insert ( 901 2617 0 'not equal' )
insert ( 902 2617 0 'less than' )
insert ( 903 2617 0 'greater than' )
insert ( 904 2617 0 'less than or equal' )
insert ( 905 2617 0 'greater than or equal' )
insert ( 906 2617 0 add )
insert ( 907 2617 0 subtract )
insert ( 908 2617 0 multiply )
insert ( 909 2617 0 divide )
insert ( 3346 2617 0 multiply )
insert ( 3347 2617 0 divide )
insert ( 912 2617 0 multiply )
insert ( 913 2617 0 divide )
insert ( 914 2617 0 multiply )
insert ( 915 2617 0 divide )
insert ( 916 2617 0 multiply )
insert ( 3349 2617 0 multiply )
insert ( 917 2617 0 multiply )
insert ( 918 2617 0 multiply )
insert ( 3825 2617 0 divide )
insert ( 965 2617 0 exponentiation )
insert ( 966 2617 0 'add/update ACL item' )
insert ( 967 2617 0 'remove ACL item' )
insert ( 968 2617 0 contains )
insert ( 974 2617 0 equal )
insert ( 969 2617 0 'center of' )
insert ( 971 2617 0 'center of' )
insert ( 1054 2617 0 equal )
insert ( 1055 2617 0 'matches regular expression, case-sensitive' )
insert ( 1056 2617 0 'does not match regular expression, case-sensitive' )
insert ( 1057 2617 0 'not equal' )
insert ( 1058 2617 0 'less than' )
insert ( 1059 2617 0 'less than or equal' )
insert ( 1060 2617 0 'greater than' )
insert ( 1061 2617 0 'greater than or equal' )
insert ( 1070 2617 0 equal )
insert ( 1071 2617 0 'not equal' )
insert ( 1072 2617 0 'less than' )
insert ( 1073 2617 0 'greater than' )
insert ( 1074 2617 0 'less than or equal' )
insert ( 1075 2617 0 'greater than or equal' )
insert ( 1076 2617 0 add )
insert ( 1077 2617 0 subtract )
insert ( 1093 2617 0 equal )
insert ( 1094 2617 0 'not equal' )
insert ( 1095 2617 0 'less than' )
insert ( 1096 2617 0 'less than or equal' )
insert ( 1097 2617 0 'greater than' )
insert ( 1098 2617 0 'greater than or equal' )
insert ( 1099 2617 0 subtract )
insert ( 1100 2617 0 add )
insert ( 1101 2617 0 subtract )
insert ( 1108 2617 0 equal )
insert ( 1109 2617 0 'not equal' )
insert ( 1110 2617 0 'less than' )
insert ( 1111 2617 0 'less than or equal' )
insert ( 1112 2617 0 'greater than' )
insert ( 1113 2617 0 'greater than or equal' )
insert ( 1550 2617 0 equal )
insert ( 1551 2617 0 'not equal' )
insert ( 1552 2617 0 'less than' )
insert ( 1553 2617 0 'less than or equal' )
insert ( 1554 2617 0 'greater than' )
insert ( 1555 2617 0 'greater than or equal' )
insert ( 1116 2617 0 add )
insert ( 1117 2617 0 subtract )
insert ( 1118 2617 0 divide )
insert ( 1119 2617 0 multiply )
insert ( 1120 2617 0 equal )
insert ( 1121 2617 0 'not equal' )
insert ( 1122 2617 0 'less than' )
insert ( 1123 2617 0 'greater than' )
insert ( 1124 2617 0 'less than or equal' )
insert ( 1125 2617 0 'greater than or equal' )
insert ( 1126 2617 0 add )
insert ( 1127 2617 0 subtract )
insert ( 1128 2617 0 divide )
insert ( 1129 2617 0 multiply )
insert ( 1130 2617 0 equal )
insert ( 1131 2617 0 'not equal' )
insert ( 1132 2617 0 'less than' )
insert ( 1133 2617 0 'greater than' )
insert ( 1134 2617 0 'less than or equal' )
insert ( 1135 2617 0 'greater than or equal' )
insert ( 1207 2617 0 'matches LIKE expression' )
insert ( 1208 2617 0 'does not match LIKE expression' )
insert ( 1209 2617 0 'matches LIKE expression' )
insert ( 1210 2617 0 'does not match LIKE expression' )
insert ( 1211 2617 0 'matches LIKE expression' )
insert ( 1212 2617 0 'does not match LIKE expression' )
insert ( 1226 2617 0 'matches regular expression, case-insensitive' )
insert ( 1227 2617 0 'does not match regular expression, case-insensitive' )
insert ( 1228 2617 0 'matches regular expression, case-insensitive' )
insert ( 1229 2617 0 'does not match regular expression, case-insensitive' )
insert ( 1234 2617 0 'matches regular expression, case-insensitive' )
insert ( 1235 2617 0 'does not match regular expression, case-insensitive' )
insert ( 1320 2617 0 equal )
insert ( 1321 2617 0 'not equal' )
insert ( 1322 2617 0 'less than' )
insert ( 1323 2617 0 'less than or equal' )
insert ( 1324 2617 0 'greater than' )
insert ( 1325 2617 0 'greater than or equal' )
insert ( 1327 2617 0 add )
insert ( 1328 2617 0 subtract )
insert ( 1329 2617 0 subtract )
insert ( 1330 2617 0 equal )
insert ( 1331 2617 0 'not equal' )
insert ( 1332 2617 0 'less than' )
insert ( 1333 2617 0 'less than or equal' )
insert ( 1334 2617 0 'greater than' )
insert ( 1335 2617 0 'greater than or equal' )
insert ( 1336 2617 0 negate )
insert ( 1337 2617 0 add )
insert ( 1338 2617 0 subtract )
insert ( 1360 2617 0 'convert date and time to timestamp' )
insert ( 1361 2617 0 'convert date and time with time zone to timestamp with time zone' )
insert ( 1363 2617 0 'convert time and date to timestamp' )
insert ( 1366 2617 0 'convert time with time zone and date to timestamp with time zone' )
insert ( 1399 2617 0 subtract )
insert ( 1420 2617 0 'center of' )
insert ( 1500 2617 0 'equal by area' )
insert ( 1501 2617 0 'not equal by area' )
insert ( 1502 2617 0 'less than by area' )
insert ( 1503 2617 0 'greater than by area' )
insert ( 1504 2617 0 'less than or equal by area' )
insert ( 1505 2617 0 'greater than or equal by area' )
insert ( 1506 2617 0 'is left of' )
insert ( 1507 2617 0 'overlaps or is left of' )
insert ( 1508 2617 0 'overlaps or is right of' )
insert ( 1509 2617 0 'is right of' )
insert ( 1510 2617 0 'is contained by' )
insert ( 1511 2617 0 contains )
insert ( 1512 2617 0 'same as' )
insert ( 1513 2617 0 overlaps )
insert ( 1514 2617 0 'is above' )
insert ( 1515 2617 0 'is below' )
insert ( 1516 2617 0 add )
insert ( 1517 2617 0 subtract )
insert ( 1518 2617 0 multiply )
insert ( 1519 2617 0 divide )
insert ( 1520 2617 0 'distance between' )
insert ( 1521 2617 0 'number of points' )
insert ( 1522 2617 0 'distance between' )
insert ( 3291 2617 0 'distance between' )
insert ( 3276 2617 0 'distance between' )
insert ( 3289 2617 0 'distance between' )
insert ( 1523 2617 0 'distance between' )
insert ( 1383 2617 0 'distance between' )
insert ( 1525 2617 0 intersect )
insert ( 1526 2617 0 parallel )
insert ( 1527 2617 0 perpendicular )
insert ( 1528 2617 0 horizontal )
insert ( 1529 2617 0 vertical )
insert ( 1535 2617 0 equal )
insert ( 1536 2617 0 'intersection point' )
insert ( 1537 2617 0 intersect )
insert ( 1538 2617 0 intersect )
insert ( 1539 2617 0 intersect )
insert ( 1546 2617 0 'point on line' )
insert ( 1547 2617 0 'is contained by' )
insert ( 1548 2617 0 'lseg on line' )
insert ( 1549 2617 0 'is contained by' )
insert ( 1557 2617 0 'closest point to A on B' )
insert ( 1558 2617 0 'closest point to A on B' )
insert ( 1559 2617 0 'closest point to A on B' )
insert ( 1567 2617 0 'closest point to A on B' )
insert ( 1577 2617 0 'closest point to A on B' )
insert ( 1578 2617 0 'closest point to A on B' )
insert ( 1583 2617 0 multiply )
insert ( 1584 2617 0 multiply )
insert ( 1585 2617 0 divide )
insert ( 1586 2617 0 'not equal' )
insert ( 1587 2617 0 'less than by length' )
insert ( 1588 2617 0 'less than or equal by length' )
insert ( 1589 2617 0 'greater than by length' )
insert ( 1590 2617 0 'greater than or equal by length' )
insert ( 1591 2617 0 'distance between endpoints' )
insert ( 1611 2617 0 intersect )
insert ( 1612 2617 0 parallel )
insert ( 1613 2617 0 perpendicular )
insert ( 1614 2617 0 horizontal )
insert ( 1615 2617 0 vertical )
insert ( 1616 2617 0 equal )
insert ( 1617 2617 0 'intersection point' )
insert ( 4161 2617 0 'is above' )
insert ( 4162 2617 0 'is below' )
insert ( 1220 2617 0 equal )
insert ( 1221 2617 0 'not equal' )
insert ( 1222 2617 0 'less than' )
insert ( 1223 2617 0 'less than or equal' )
insert ( 1224 2617 0 'greater than' )
insert ( 1225 2617 0 'greater than or equal' )
insert ( 3147 2617 0 'bitwise not' )
insert ( 3148 2617 0 'bitwise and' )
insert ( 3149 2617 0 'bitwise or' )
insert ( 3362 2617 0 equal )
insert ( 3363 2617 0 'not equal' )
insert ( 3364 2617 0 'less than' )
insert ( 3365 2617 0 'less than or equal' )
insert ( 3366 2617 0 'greater than' )
insert ( 3367 2617 0 'greater than or equal' )
insert ( 3368 2617 0 'bitwise not' )
insert ( 3369 2617 0 'bitwise and' )
insert ( 3370 2617 0 'bitwise or' )
insert ( 1201 2617 0 equal )
insert ( 1202 2617 0 'not equal' )
insert ( 1203 2617 0 'less than' )
insert ( 1204 2617 0 'less than or equal' )
insert ( 1205 2617 0 'greater than' )
insert ( 1206 2617 0 'greater than or equal' )
insert ( 931 2617 0 'is subnet' )
insert ( 932 2617 0 'is subnet or equal' )
insert ( 933 2617 0 'is supernet' )
insert ( 934 2617 0 'is supernet or equal' )
insert ( 3552 2617 0 'overlaps (is subnet or supernet)' )
insert ( 2634 2617 0 'bitwise not' )
insert ( 2635 2617 0 'bitwise and' )
insert ( 2636 2617 0 'bitwise or' )
insert ( 2637 2617 0 add )
insert ( 2638 2617 0 add )
insert ( 2639 2617 0 subtract )
insert ( 2640 2617 0 subtract )
insert ( 1625 2617 0 'matches LIKE expression, case-insensitive' )
insert ( 1626 2617 0 'does not match LIKE expression, case-insensitive' )
insert ( 1627 2617 0 'matches LIKE expression, case-insensitive' )
insert ( 1628 2617 0 'does not match LIKE expression, case-insensitive' )
insert ( 1629 2617 0 'matches LIKE expression, case-insensitive' )
insert ( 1630 2617 0 'does not match LIKE expression, case-insensitive' )
insert ( 1751 2617 0 negate )
insert ( 1752 2617 0 equal )
insert ( 1753 2617 0 'not equal' )
insert ( 1754 2617 0 'less than' )
insert ( 1755 2617 0 'less than or equal' )
insert ( 1756 2617 0 'greater than' )
insert ( 1757 2617 0 'greater than or equal' )
insert ( 1758 2617 0 add )
insert ( 1759 2617 0 subtract )
insert ( 1760 2617 0 multiply )
insert ( 1761 2617 0 divide )
insert ( 1762 2617 0 modulus )
insert ( 1038 2617 0 exponentiation )
insert ( 1763 2617 0 'absolute value' )
insert ( 1784 2617 0 equal )
insert ( 1785 2617 0 'not equal' )
insert ( 1786 2617 0 'less than' )
insert ( 1787 2617 0 'greater than' )
insert ( 1788 2617 0 'less than or equal' )
insert ( 1789 2617 0 'greater than or equal' )
insert ( 1791 2617 0 'bitwise and' )
insert ( 1792 2617 0 'bitwise or' )
insert ( 1793 2617 0 'bitwise exclusive or' )
insert ( 1794 2617 0 'bitwise not' )
insert ( 1795 2617 0 'bitwise shift left' )
insert ( 1796 2617 0 'bitwise shift right' )
insert ( 1797 2617 0 concatenate )
insert ( 1800 2617 0 add )
insert ( 1801 2617 0 subtract )
insert ( 1802 2617 0 add )
insert ( 1803 2617 0 subtract )
insert ( 1804 2617 0 equal )
insert ( 1805 2617 0 'not equal' )
insert ( 1806 2617 0 'less than' )
insert ( 1807 2617 0 'greater than' )
insert ( 1808 2617 0 'less than or equal' )
insert ( 1809 2617 0 'greater than or equal' )
insert ( 1849 2617 0 add )
insert ( 1862 2617 0 equal )
insert ( 1863 2617 0 'not equal' )
insert ( 1864 2617 0 'less than' )
insert ( 1865 2617 0 'greater than' )
insert ( 1866 2617 0 'less than or equal' )
insert ( 1867 2617 0 'greater than or equal' )
insert ( 1868 2617 0 equal )
insert ( 1869 2617 0 'not equal' )
insert ( 1870 2617 0 'less than' )
insert ( 1871 2617 0 'greater than' )
insert ( 1872 2617 0 'less than or equal' )
insert ( 1873 2617 0 'greater than or equal' )
insert ( 1874 2617 0 'bitwise and' )
insert ( 1875 2617 0 'bitwise or' )
insert ( 1876 2617 0 'bitwise exclusive or' )
insert ( 1877 2617 0 'bitwise not' )
insert ( 1878 2617 0 'bitwise shift left' )
insert ( 1879 2617 0 'bitwise shift right' )
insert ( 1880 2617 0 'bitwise and' )
insert ( 1881 2617 0 'bitwise or' )
insert ( 1882 2617 0 'bitwise exclusive or' )
insert ( 1883 2617 0 'bitwise not' )
insert ( 1884 2617 0 'bitwise shift left' )
insert ( 1885 2617 0 'bitwise shift right' )
insert ( 1886 2617 0 'bitwise and' )
insert ( 1887 2617 0 'bitwise or' )
insert ( 1888 2617 0 'bitwise exclusive or' )
insert ( 1889 2617 0 'bitwise not' )
insert ( 1890 2617 0 'bitwise shift left' )
insert ( 1891 2617 0 'bitwise shift right' )
insert ( 1916 2617 0 'unary plus' )
insert ( 1917 2617 0 'unary plus' )
insert ( 1918 2617 0 'unary plus' )
insert ( 1919 2617 0 'unary plus' )
insert ( 1920 2617 0 'unary plus' )
insert ( 1921 2617 0 'unary plus' )
insert ( 1955 2617 0 equal )
insert ( 1956 2617 0 'not equal' )
insert ( 1957 2617 0 'less than' )
insert ( 1958 2617 0 'less than or equal' )
insert ( 1959 2617 0 'greater than' )
insert ( 1960 2617 0 'greater than or equal' )
insert ( 2016 2617 0 'matches LIKE expression' )
insert ( 2017 2617 0 'does not match LIKE expression' )
insert ( 2018 2617 0 concatenate )
insert ( 2060 2617 0 equal )
insert ( 2061 2617 0 'not equal' )
insert ( 2062 2617 0 'less than' )
insert ( 2063 2617 0 'less than or equal' )
insert ( 2064 2617 0 'greater than' )
insert ( 2065 2617 0 'greater than or equal' )
insert ( 2066 2617 0 add )
insert ( 2067 2617 0 subtract )
insert ( 2068 2617 0 subtract )
insert ( 2314 2617 0 'less than' )
insert ( 2315 2617 0 'less than or equal' )
insert ( 2317 2617 0 'greater than or equal' )
insert ( 2318 2617 0 'greater than' )
insert ( 2326 2617 0 'less than' )
insert ( 2327 2617 0 'less than or equal' )
insert ( 2329 2617 0 'greater than or equal' )
insert ( 2330 2617 0 'greater than' )
insert ( 2345 2617 0 'less than' )
insert ( 2346 2617 0 'less than or equal' )
insert ( 2347 2617 0 equal )
insert ( 2348 2617 0 'greater than or equal' )
insert ( 2349 2617 0 'greater than' )
insert ( 2350 2617 0 'not equal' )
insert ( 2358 2617 0 'less than' )
insert ( 2359 2617 0 'less than or equal' )
insert ( 2360 2617 0 equal )
insert ( 2361 2617 0 'greater than or equal' )
insert ( 2362 2617 0 'greater than' )
insert ( 2363 2617 0 'not equal' )
insert ( 2371 2617 0 'less than' )
insert ( 2372 2617 0 'less than or equal' )
insert ( 2373 2617 0 equal )
insert ( 2374 2617 0 'greater than or equal' )
insert ( 2375 2617 0 'greater than' )
insert ( 2376 2617 0 'not equal' )
insert ( 2384 2617 0 'less than' )
insert ( 2385 2617 0 'less than or equal' )
insert ( 2386 2617 0 equal )
insert ( 2387 2617 0 'greater than or equal' )
insert ( 2388 2617 0 'greater than' )
insert ( 2389 2617 0 'not equal' )
insert ( 2534 2617 0 'less than' )
insert ( 2535 2617 0 'less than or equal' )
insert ( 2536 2617 0 equal )
insert ( 2537 2617 0 'greater than or equal' )
insert ( 2538 2617 0 'greater than' )
insert ( 2539 2617 0 'not equal' )
insert ( 2540 2617 0 'less than' )
insert ( 2541 2617 0 'less than or equal' )
insert ( 2542 2617 0 equal )
insert ( 2543 2617 0 'greater than or equal' )
insert ( 2544 2617 0 'greater than' )
insert ( 2545 2617 0 'not equal' )
insert ( 2551 2617 0 add )
insert ( 2552 2617 0 add )
insert ( 2553 2617 0 add )
insert ( 2554 2617 0 add )
insert ( 2555 2617 0 add )
insert ( 2570 2617 0 'is below' )
insert ( 2571 2617 0 'overlaps or is below' )
insert ( 2572 2617 0 'overlaps or is above' )
insert ( 2573 2617 0 'is above' )
insert ( 2574 2617 0 'is below' )
insert ( 2575 2617 0 'overlaps or is below' )
insert ( 2576 2617 0 'overlaps or is above' )
insert ( 2577 2617 0 'is above' )
insert ( 2589 2617 0 'overlaps or is below' )
insert ( 2590 2617 0 'overlaps or is above' )
insert ( 2750 2617 0 overlaps )
insert ( 2751 2617 0 contains )
insert ( 2752 2617 0 'is contained by' )
insert ( 2779 2617 0 concatenate )
insert ( 2780 2617 0 concatenate )
insert ( 2972 2617 0 equal )
insert ( 2973 2617 0 'not equal' )
insert ( 2974 2617 0 'less than' )
insert ( 2975 2617 0 'greater than' )
insert ( 2976 2617 0 'less than or equal' )
insert ( 2977 2617 0 'greater than or equal' )
insert ( 3222 2617 0 equal )
insert ( 3223 2617 0 'not equal' )
insert ( 3224 2617 0 'less than' )
insert ( 3225 2617 0 'greater than' )
insert ( 3226 2617 0 'less than or equal' )
insert ( 3227 2617 0 'greater than or equal' )
insert ( 3228 2617 0 minus )
insert ( 5025 2617 0 add )
insert ( 5026 2617 0 add )
insert ( 5027 2617 0 subtract )
insert ( 3516 2617 0 equal )
insert ( 3517 2617 0 'not equal' )
insert ( 3518 2617 0 'less than' )
insert ( 3519 2617 0 'greater than' )
insert ( 3520 2617 0 'less than or equal' )
insert ( 3521 2617 0 'greater than or equal' )
insert ( 3627 2617 0 'less than' )
insert ( 3628 2617 0 'less than or equal' )
insert ( 3629 2617 0 equal )
insert ( 3630 2617 0 'not equal' )
insert ( 3631 2617 0 'greater than or equal' )
insert ( 3632 2617 0 'greater than' )
insert ( 3633 2617 0 concatenate )
insert ( 3636 2617 0 'text search match' )
insert ( 3637 2617 0 'text search match' )
insert ( 3660 2617 0 'deprecated, use @@ instead' )
insert ( 3661 2617 0 'deprecated, use @@ instead' )
insert ( 3674 2617 0 'less than' )
insert ( 3675 2617 0 'less than or equal' )
insert ( 3676 2617 0 equal )
insert ( 3677 2617 0 'not equal' )
insert ( 3678 2617 0 'greater than or equal' )
insert ( 3679 2617 0 'greater than' )
insert ( 3680 2617 0 AND-concatenate )
insert ( 3681 2617 0 OR-concatenate )
insert ( 5005 2617 0 phrase-concatenate )
insert ( 3682 2617 0 'NOT tsquery' )
insert ( 3693 2617 0 contains )
insert ( 3694 2617 0 'is contained by' )
insert ( 3762 2617 0 'text search match' )
insert ( 3763 2617 0 'text search match' )
insert ( 2988 2617 0 equal )
insert ( 2989 2617 0 'not equal' )
insert ( 2990 2617 0 'less than' )
insert ( 2991 2617 0 'greater than' )
insert ( 2992 2617 0 'less than or equal' )
insert ( 2993 2617 0 'greater than or equal' )
insert ( 3188 2617 0 identical )
insert ( 3189 2617 0 'not identical' )
insert ( 3190 2617 0 'less than' )
insert ( 3191 2617 0 'greater than' )
insert ( 3192 2617 0 'less than or equal' )
insert ( 3193 2617 0 'greater than or equal' )
insert ( 3882 2617 0 equal )
insert ( 3883 2617 0 'not equal' )
insert ( 3884 2617 0 'less than' )
insert ( 3885 2617 0 'less than or equal' )
insert ( 3886 2617 0 'greater than or equal' )
insert ( 3887 2617 0 'greater than' )
insert ( 3888 2617 0 overlaps )
insert ( 3889 2617 0 contains )
insert ( 3890 2617 0 contains )
insert ( 3891 2617 0 'is contained by' )
insert ( 3892 2617 0 'is contained by' )
insert ( 3893 2617 0 'is left of' )
insert ( 3894 2617 0 'is right of' )
insert ( 3895 2617 0 'overlaps or is left of' )
insert ( 3896 2617 0 'overlaps or is right of' )
insert ( 3897 2617 0 'is adjacent to' )
insert ( 3898 2617 0 'range union' )
insert ( 3899 2617 0 'range difference' )
insert ( 3900 2617 0 'range intersection' )
insert ( 3962 2617 0 'get json object field' )
insert ( 3963 2617 0 'get json object field as text' )
insert ( 3964 2617 0 'get json array element' )
insert ( 3965 2617 0 'get json array element as text' )
insert ( 3966 2617 0 'get value from json with path elements' )
insert ( 3967 2617 0 'get value from json as text with path elements' )
insert ( 3211 2617 0 'get jsonb object field' )
insert ( 3477 2617 0 'get jsonb object field as text' )
insert ( 3212 2617 0 'get jsonb array element' )
insert ( 3481 2617 0 'get jsonb array element as text' )
insert ( 3213 2617 0 'get value from jsonb with path elements' )
insert ( 3206 2617 0 'get value from jsonb as text with path elements' )
insert ( 3240 2617 0 equal )
insert ( 3241 2617 0 'not equal' )
insert ( 3242 2617 0 'less than' )
insert ( 3243 2617 0 'greater than' )
insert ( 3244 2617 0 'less than or equal' )
insert ( 3245 2617 0 'greater than or equal' )
insert ( 3246 2617 0 contains )
insert ( 3247 2617 0 'key exists' )
insert ( 3248 2617 0 'any key exists' )
insert ( 3249 2617 0 'all keys exist' )
insert ( 3250 2617 0 'is contained by' )
insert ( 3284 2617 0 concatenate )
insert ( 3285 2617 0 'delete object field' )
insert ( 3398 2617 0 'delete object fields' )
insert ( 3286 2617 0 'delete array element' )
insert ( 3287 2617 0 'delete path' )
insert ( 4012 2617 0 'jsonpath exists' )
insert ( 4013 2617 0 'jsonpath match' )
insert ( 2860 2617 0 equal )
insert ( 2861 2617 0 'not equal' )
insert ( 2862 2617 0 'less than' )
insert ( 2863 2617 0 'less than or equal' )
insert ( 2864 2617 0 'greater than or equal' )
insert ( 2865 2617 0 'greater than' )
insert ( 2866 2617 0 overlaps )
insert ( 2867 2617 0 overlaps )
insert ( 2868 2617 0 overlaps )
insert ( 2869 2617 0 contains )
insert ( 2870 2617 0 contains )
insert ( 2871 2617 0 contains )
insert ( 2872 2617 0 'is contained by' )
insert ( 2873 2617 0 'is contained by' )
insert ( 2874 2617 0 'is contained by' )
insert ( 4539 2617 0 contains )
insert ( 4540 2617 0 'is contained by' )
insert ( 2875 2617 0 'overlaps or is left of' )
insert ( 2876 2617 0 'overlaps or is left of' )
insert ( 2877 2617 0 'overlaps or is left of' )
insert ( 3585 2617 0 'overlaps or is right of' )
insert ( 4035 2617 0 'overlaps or is right of' )
insert ( 4142 2617 0 'overlaps or is right of' )
insert ( 4179 2617 0 'is adjacent to' )
insert ( 4180 2617 0 'is adjacent to' )
insert ( 4198 2617 0 'is adjacent to' )
insert ( 4392 2617 0 'multirange union' )
insert ( 4393 2617 0 'multirange minus' )
insert ( 4394 2617 0 'multirange intersect' )
insert ( 4395 2617 0 'is left of' )
insert ( 4396 2617 0 'is left of' )
insert ( 4397 2617 0 'is left of' )
insert ( 4398 2617 0 'is right of' )
insert ( 4399 2617 0 'is right of' )
insert ( 4400 2617 0 'is right of' )
insert ( 2 2601 0 'heap table access method' )
insert ( 403 2601 0 'b-tree index access method' )
insert ( 405 2601 0 'hash index access method' )
insert ( 783 2601 0 'GiST index access method' )
insert ( 2742 2601 0 'GIN index access method' )
insert ( 4000 2601 0 'SP-GiST index access method' )
insert ( 3580 2601 0 'block range index (BRIN) access method' )
insert ( 12 2612 0 'built-in functions' )
insert ( 13 2612 0 'dynamically-loaded C functions' )
insert ( 14 2612 0 'SQL-language functions' )
insert ( 11 2615 0 'system catalog schema' )
insert ( 99 2615 0 'reserved schema for TOAST tables' )
insert ( 2200 2615 0 'standard public schema' )
insert ( 4402 2607 0 'conversion for KOI8R to MULE_INTERNAL' )
insert ( 4403 2607 0 'conversion for MULE_INTERNAL to KOI8R' )
insert ( 4404 2607 0 'conversion for ISO-8859-5 to MULE_INTERNAL' )
insert ( 4405 2607 0 'conversion for MULE_INTERNAL to ISO-8859-5' )
insert ( 4406 2607 0 'conversion for WIN1251 to MULE_INTERNAL' )
insert ( 4407 2607 0 'conversion for MULE_INTERNAL to WIN1251' )
insert ( 4408 2607 0 'conversion for WIN866 to MULE_INTERNAL' )
insert ( 4409 2607 0 'conversion for MULE_INTERNAL to WIN866' )
insert ( 4410 2607 0 'conversion for KOI8R to WIN1251' )
insert ( 4411 2607 0 'conversion for WIN1251 to KOI8R' )
insert ( 4412 2607 0 'conversion for KOI8R to WIN866' )
insert ( 4413 2607 0 'conversion for WIN866 to KOI8R' )
insert ( 4414 2607 0 'conversion for WIN866 to WIN1251' )
insert ( 4415 2607 0 'conversion for WIN1251 to WIN866' )
insert ( 4416 2607 0 'conversion for ISO-8859-5 to KOI8R' )
insert ( 4417 2607 0 'conversion for KOI8R to ISO-8859-5' )
insert ( 4418 2607 0 'conversion for ISO-8859-5 to WIN1251' )
insert ( 4419 2607 0 'conversion for WIN1251 to ISO-8859-5' )
insert ( 4420 2607 0 'conversion for ISO-8859-5 to WIN866' )
insert ( 4421 2607 0 'conversion for WIN866 to ISO-8859-5' )
insert ( 4422 2607 0 'conversion for EUC_CN to MULE_INTERNAL' )
insert ( 4423 2607 0 'conversion for MULE_INTERNAL to EUC_CN' )
insert ( 4424 2607 0 'conversion for EUC_JP to SJIS' )
insert ( 4425 2607 0 'conversion for SJIS to EUC_JP' )
insert ( 4426 2607 0 'conversion for EUC_JP to MULE_INTERNAL' )
insert ( 4427 2607 0 'conversion for SJIS to MULE_INTERNAL' )
insert ( 4428 2607 0 'conversion for MULE_INTERNAL to EUC_JP' )
insert ( 4429 2607 0 'conversion for MULE_INTERNAL to SJIS' )
insert ( 4430 2607 0 'conversion for EUC_KR to MULE_INTERNAL' )
insert ( 4431 2607 0 'conversion for MULE_INTERNAL to EUC_KR' )
insert ( 4432 2607 0 'conversion for EUC_TW to BIG5' )
insert ( 4433 2607 0 'conversion for BIG5 to EUC_TW' )
insert ( 4434 2607 0 'conversion for EUC_TW to MULE_INTERNAL' )
insert ( 4435 2607 0 'conversion for BIG5 to MULE_INTERNAL' )
insert ( 4436 2607 0 'conversion for MULE_INTERNAL to EUC_TW' )
insert ( 4437 2607 0 'conversion for MULE_INTERNAL to BIG5' )
insert ( 4438 2607 0 'conversion for LATIN2 to MULE_INTERNAL' )
insert ( 4439 2607 0 'conversion for MULE_INTERNAL to LATIN2' )
insert ( 4440 2607 0 'conversion for WIN1250 to MULE_INTERNAL' )
insert ( 4441 2607 0 'conversion for MULE_INTERNAL to WIN1250' )
insert ( 4442 2607 0 'conversion for LATIN2 to WIN1250' )
insert ( 4443 2607 0 'conversion for WIN1250 to LATIN2' )
insert ( 4444 2607 0 'conversion for LATIN1 to MULE_INTERNAL' )
insert ( 4445 2607 0 'conversion for MULE_INTERNAL to LATIN1' )
insert ( 4446 2607 0 'conversion for LATIN3 to MULE_INTERNAL' )
insert ( 4447 2607 0 'conversion for MULE_INTERNAL to LATIN3' )
insert ( 4448 2607 0 'conversion for LATIN4 to MULE_INTERNAL' )
insert ( 4449 2607 0 'conversion for MULE_INTERNAL to LATIN4' )
insert ( 4452 2607 0 'conversion for BIG5 to UTF8' )
insert ( 4453 2607 0 'conversion for UTF8 to BIG5' )
insert ( 4454 2607 0 'conversion for UTF8 to KOI8R' )
insert ( 4455 2607 0 'conversion for KOI8R to UTF8' )
insert ( 4456 2607 0 'conversion for UTF8 to KOI8U' )
insert ( 4457 2607 0 'conversion for KOI8U to UTF8' )
insert ( 4458 2607 0 'conversion for UTF8 to WIN866' )
insert ( 4459 2607 0 'conversion for WIN866 to UTF8' )
insert ( 4460 2607 0 'conversion for UTF8 to WIN874' )
insert ( 4461 2607 0 'conversion for WIN874 to UTF8' )
insert ( 4462 2607 0 'conversion for UTF8 to WIN1250' )
insert ( 4463 2607 0 'conversion for WIN1250 to UTF8' )
insert ( 4464 2607 0 'conversion for UTF8 to WIN1251' )
insert ( 4465 2607 0 'conversion for WIN1251 to UTF8' )
insert ( 4466 2607 0 'conversion for UTF8 to WIN1252' )
insert ( 4467 2607 0 'conversion for WIN1252 to UTF8' )
insert ( 4468 2607 0 'conversion for UTF8 to WIN1253' )
insert ( 4469 2607 0 'conversion for WIN1253 to UTF8' )
insert ( 4470 2607 0 'conversion for UTF8 to WIN1254' )
insert ( 4471 2607 0 'conversion for WIN1254 to UTF8' )
insert ( 4472 2607 0 'conversion for UTF8 to WIN1255' )
insert ( 4473 2607 0 'conversion for WIN1255 to UTF8' )
insert ( 4474 2607 0 'conversion for UTF8 to WIN1256' )
insert ( 4475 2607 0 'conversion for WIN1256 to UTF8' )
insert ( 4476 2607 0 'conversion for UTF8 to WIN1257' )
insert ( 4477 2607 0 'conversion for WIN1257 to UTF8' )
insert ( 4478 2607 0 'conversion for UTF8 to WIN1258' )
insert ( 4479 2607 0 'conversion for WIN1258 to UTF8' )
insert ( 4480 2607 0 'conversion for EUC_CN to UTF8' )
insert ( 4481 2607 0 'conversion for UTF8 to EUC_CN' )
insert ( 4482 2607 0 'conversion for EUC_JP to UTF8' )
insert ( 4483 2607 0 'conversion for UTF8 to EUC_JP' )
insert ( 4484 2607 0 'conversion for EUC_KR to UTF8' )
insert ( 4485 2607 0 'conversion for UTF8 to EUC_KR' )
insert ( 4486 2607 0 'conversion for EUC_TW to UTF8' )
insert ( 4487 2607 0 'conversion for UTF8 to EUC_TW' )
insert ( 4488 2607 0 'conversion for GB18030 to UTF8' )
insert ( 4489 2607 0 'conversion for UTF8 to GB18030' )
insert ( 4490 2607 0 'conversion for GBK to UTF8' )
insert ( 4491 2607 0 'conversion for UTF8 to GBK' )
insert ( 4492 2607 0 'conversion for UTF8 to LATIN2' )
insert ( 4493 2607 0 'conversion for LATIN2 to UTF8' )
insert ( 4494 2607 0 'conversion for UTF8 to LATIN3' )
insert ( 4495 2607 0 'conversion for LATIN3 to UTF8' )
insert ( 4496 2607 0 'conversion for UTF8 to LATIN4' )
insert ( 4497 2607 0 'conversion for LATIN4 to UTF8' )
insert ( 4498 2607 0 'conversion for UTF8 to LATIN5' )
insert ( 4499 2607 0 'conversion for LATIN5 to UTF8' )
insert ( 4500 2607 0 'conversion for UTF8 to LATIN6' )
insert ( 4501 2607 0 'conversion for LATIN6 to UTF8' )
insert ( 4502 2607 0 'conversion for UTF8 to LATIN7' )
insert ( 4503 2607 0 'conversion for LATIN7 to UTF8' )
insert ( 4504 2607 0 'conversion for UTF8 to LATIN8' )
insert ( 4505 2607 0 'conversion for LATIN8 to UTF8' )
insert ( 4506 2607 0 'conversion for UTF8 to LATIN9' )
insert ( 4507 2607 0 'conversion for LATIN9 to UTF8' )
insert ( 4508 2607 0 'conversion for UTF8 to LATIN10' )
insert ( 4509 2607 0 'conversion for LATIN10 to UTF8' )
insert ( 4510 2607 0 'conversion for UTF8 to ISO-8859-5' )
insert ( 4511 2607 0 'conversion for ISO-8859-5 to UTF8' )
insert ( 4512 2607 0 'conversion for UTF8 to ISO-8859-6' )
insert ( 4513 2607 0 'conversion for ISO-8859-6 to UTF8' )
insert ( 4514 2607 0 'conversion for UTF8 to ISO-8859-7' )
insert ( 4515 2607 0 'conversion for ISO-8859-7 to UTF8' )
insert ( 4516 2607 0 'conversion for UTF8 to ISO-8859-8' )
insert ( 4517 2607 0 'conversion for ISO-8859-8 to UTF8' )
insert ( 4518 2607 0 'conversion for LATIN1 to UTF8' )
insert ( 4519 2607 0 'conversion for UTF8 to LATIN1' )
insert ( 4520 2607 0 'conversion for JOHAB to UTF8' )
insert ( 4521 2607 0 'conversion for UTF8 to JOHAB' )
insert ( 4522 2607 0 'conversion for SJIS to UTF8' )
insert ( 4523 2607 0 'conversion for UTF8 to SJIS' )
insert ( 4524 2607 0 'conversion for UHC to UTF8' )
insert ( 4525 2607 0 'conversion for UTF8 to UHC' )
insert ( 4526 2607 0 'conversion for EUC_JIS_2004 to UTF8' )
insert ( 4527 2607 0 'conversion for UTF8 to EUC_JIS_2004' )
insert ( 4528 2607 0 'conversion for SHIFT_JIS_2004 to UTF8' )
insert ( 4529 2607 0 'conversion for UTF8 to SHIFT_JIS_2004' )
insert ( 4530 2607 0 'conversion for EUC_JIS_2004 to SHIFT_JIS_2004' )
insert ( 4531 2607 0 'conversion for SHIFT_JIS_2004 to EUC_JIS_2004' )
insert ( 3748 3602 0 'simple configuration' )
insert ( 3765 3600 0 'simple dictionary: just lower case and check for stopword' )
insert ( 3722 3601 0 'default word parser' )
insert ( 3727 3764 0 'simple dictionary: just lower case and check for stopword' )
insert ( 3730 3764 0 'synonym dictionary: replace word by its synonym' )
insert ( 3733 3764 0 'ispell dictionary' )
insert ( 3742 3764 0 'thesaurus dictionary: phrase by phrase substitution' )
insert ( 100 3456 0 'database''s default collation' )
insert ( 950 3456 0 'standard C collation' )
insert ( 951 3456 0 'standard POSIX collation' )
insert ( 962 3456 0 'sorts by Unicode code point, C character semantics' )
insert ( 963 3456 0 'sorts using the Unicode Collation Algorithm with default settings' )
insert ( 811 3456 0 'sorts by Unicode code point; Unicode and POSIX character semantics' )
close pg_description
create pg_cast 2605
 (
 oid = oid ,
 castsource = oid ,
 casttarget = oid ,
 castfunc = oid ,
 castcontext = char ,
 castmethod = char
 )
open pg_cast
insert ( 10000 20 21 714 a f )
insert ( 10001 20 23 480 a f )
insert ( 10002 20 700 652 i f )
insert ( 10003 20 701 482 i f )
insert ( 10004 20 1700 1781 i f )
insert ( 10005 21 20 754 i f )
insert ( 10006 21 23 313 i f )
insert ( 10007 21 700 236 i f )
insert ( 10008 21 701 235 i f )
insert ( 10009 21 1700 1782 i f )
insert ( 10010 23 20 481 i f )
insert ( 10011 23 21 314 a f )
insert ( 10012 23 700 318 i f )
insert ( 10013 23 701 316 i f )
insert ( 10014 23 1700 1740 i f )
insert ( 10015 700 20 653 a f )
insert ( 10016 700 21 238 a f )
insert ( 10017 700 23 319 a f )
insert ( 10018 700 701 311 i f )
insert ( 10019 700 1700 1742 a f )
insert ( 10020 701 20 483 a f )
insert ( 10021 701 21 237 a f )
insert ( 10022 701 23 317 a f )
insert ( 10023 701 700 312 a f )
insert ( 10024 701 1700 1743 a f )
insert ( 10025 1700 20 1779 a f )
insert ( 10026 1700 21 1783 a f )
insert ( 10027 1700 23 1744 a f )
insert ( 10028 1700 700 1745 i f )
insert ( 10029 1700 701 1746 i f )
insert ( 10030 790 1700 3823 a f )
insert ( 10031 1700 790 3824 a f )
insert ( 10032 23 790 3811 a f )
insert ( 10033 20 790 3812 a f )
insert ( 10034 23 16 2557 e f )
insert ( 10035 16 23 2558 e f )
insert ( 10036 5069 28 5071 e f )
insert ( 10037 20 26 1287 i f )
insert ( 10038 21 26 313 i f )
insert ( 10039 23 26 0 i b )
insert ( 10040 26 20 1288 a f )
insert ( 10041 26 23 0 a b )
insert ( 10042 26 24 0 i b )
insert ( 10043 24 26 0 i b )
insert ( 10044 20 24 1287 i f )
insert ( 10045 21 24 313 i f )
insert ( 10046 23 24 0 i b )
insert ( 10047 24 20 1288 a f )
insert ( 10048 24 23 0 a b )
insert ( 10049 24 2202 0 i b )
insert ( 10050 2202 24 0 i b )
insert ( 10051 26 2202 0 i b )
insert ( 10052 2202 26 0 i b )
insert ( 10053 20 2202 1287 i f )
insert ( 10054 21 2202 313 i f )
insert ( 10055 23 2202 0 i b )
insert ( 10056 2202 20 1288 a f )
insert ( 10057 2202 23 0 a b )
insert ( 10058 26 2203 0 i b )
insert ( 10059 2203 26 0 i b )
insert ( 10060 20 2203 1287 i f )
insert ( 10061 21 2203 313 i f )
insert ( 10062 23 2203 0 i b )
insert ( 10063 2203 20 1288 a f )
insert ( 10064 2203 23 0 a b )
insert ( 10065 2203 2204 0 i b )
insert ( 10066 2204 2203 0 i b )
insert ( 10067 26 2204 0 i b )
insert ( 10068 2204 26 0 i b )
insert ( 10069 20 2204 1287 i f )
insert ( 10070 21 2204 313 i f )
insert ( 10071 23 2204 0 i b )
insert ( 10072 2204 20 1288 a f )
insert ( 10073 2204 23 0 a b )
insert ( 10074 26 2205 0 i b )
insert ( 10075 2205 26 0 i b )
insert ( 10076 20 2205 1287 i f )
insert ( 10077 21 2205 313 i f )
insert ( 10078 23 2205 0 i b )
insert ( 10079 2205 20 1288 a f )
insert ( 10080 2205 23 0 a b )
insert ( 10081 26 4191 0 i b )
insert ( 10082 4191 26 0 i b )
insert ( 10083 20 4191 1287 i f )
insert ( 10084 21 4191 313 i f )
insert ( 10085 23 4191 0 i b )
insert ( 10086 4191 20 1288 a f )
insert ( 10087 4191 23 0 a b )
insert ( 10088 26 2206 0 i b )
insert ( 10089 2206 26 0 i b )
insert ( 10090 20 2206 1287 i f )
insert ( 10091 21 2206 313 i f )
insert ( 10092 23 2206 0 i b )
insert ( 10093 2206 20 1288 a f )
insert ( 10094 2206 23 0 a b )
insert ( 10095 26 3734 0 i b )
insert ( 10096 3734 26 0 i b )
insert ( 10097 20 3734 1287 i f )
insert ( 10098 21 3734 313 i f )
insert ( 10099 23 3734 0 i b )
insert ( 10100 3734 20 1288 a f )
insert ( 10101 3734 23 0 a b )
insert ( 10102 26 3769 0 i b )
insert ( 10103 3769 26 0 i b )
insert ( 10104 20 3769 1287 i f )
insert ( 10105 21 3769 313 i f )
insert ( 10106 23 3769 0 i b )
insert ( 10107 3769 20 1288 a f )
insert ( 10108 3769 23 0 a b )
insert ( 10109 25 2205 1079 i f )
insert ( 10110 1043 2205 1079 i f )
insert ( 10111 26 4096 0 i b )
insert ( 10112 4096 26 0 i b )
insert ( 10113 20 4096 1287 i f )
insert ( 10114 21 4096 313 i f )
insert ( 10115 23 4096 0 i b )
insert ( 10116 4096 20 1288 a f )
insert ( 10117 4096 23 0 a b )
insert ( 10118 26 4089 0 i b )
insert ( 10119 4089 26 0 i b )
insert ( 10120 20 4089 1287 i f )
insert ( 10121 21 4089 313 i f )
insert ( 10122 23 4089 0 i b )
insert ( 10123 4089 20 1288 a f )
insert ( 10124 4089 23 0 a b )
insert ( 10125 25 1042 0 i b )
insert ( 10126 25 1043 0 i b )
insert ( 10127 1042 25 401 i f )
insert ( 10128 1042 1043 401 i f )
insert ( 10129 1043 25 0 i b )
insert ( 10130 1043 1042 0 i b )
insert ( 10131 18 25 946 i f )
insert ( 10132 18 1042 860 a f )
insert ( 10133 18 1043 946 a f )
insert ( 10134 19 25 406 i f )
insert ( 10135 19 1042 408 a f )
insert ( 10136 19 1043 1401 a f )
insert ( 10137 25 18 944 a f )
insert ( 10138 1042 18 944 a f )
insert ( 10139 1043 18 944 a f )
insert ( 10140 25 19 407 i f )
insert ( 10141 1042 19 409 i f )
insert ( 10142 1043 19 1400 i f )
insert ( 10143 18 23 77 e f )
insert ( 10144 23 18 78 e f )
insert ( 10145 194 25 0 i b )
insert ( 10146 3361 17 0 i b )
insert ( 10147 3361 25 0 i i )
insert ( 10148 3402 17 0 i b )
insert ( 10149 3402 25 0 i i )
insert ( 10150 5017 17 0 i b )
insert ( 10151 5017 25 0 i i )
insert ( 10152 1082 1114 2024 i f )
insert ( 10153 1082 1184 1174 i f )
insert ( 10154 1083 1186 1370 i f )
insert ( 10155 1083 1266 2047 i f )
insert ( 10156 1114 1082 2029 a f )
insert ( 10157 1114 1083 1316 a f )
insert ( 10158 1114 1184 2028 i f )
insert ( 10159 1184 1082 1178 a f )
insert ( 10160 1184 1083 2019 a f )
insert ( 10161 1184 1114 2027 a f )
insert ( 10162 1184 1266 1388 a f )
insert ( 10163 1186 1083 1419 a f )
insert ( 10164 1266 1083 2046 a f )
insert ( 10165 600 603 4091 a f )
insert ( 10166 601 600 1532 e f )
insert ( 10167 602 604 1449 a f )
insert ( 10168 603 600 1534 e f )
insert ( 10169 603 601 1541 e f )
insert ( 10170 603 604 1448 a f )
insert ( 10171 603 718 1479 e f )
insert ( 10172 604 600 1540 e f )
insert ( 10173 604 602 1447 a f )
insert ( 10174 604 603 1446 e f )
insert ( 10175 604 718 1474 e f )
insert ( 10176 718 600 1416 e f )
insert ( 10177 718 603 1480 e f )
insert ( 10178 718 604 1544 e f )
insert ( 10179 829 774 4123 i f )
insert ( 10180 774 829 4124 i f )
insert ( 10181 650 869 0 i b )
insert ( 10182 869 650 1715 a f )
insert ( 10183 1560 1562 0 i b )
insert ( 10184 1562 1560 0 i b )
insert ( 10185 20 1560 2075 e f )
insert ( 10186 23 1560 1683 e f )
insert ( 10187 1560 20 2076 e f )
insert ( 10188 1560 23 1684 e f )
insert ( 10189 650 25 730 a f )
insert ( 10190 869 25 730 a f )
insert ( 10191 16 25 2971 a f )
insert ( 10192 142 25 0 a b )
insert ( 10193 25 142 2896 e f )
insert ( 10194 650 1043 730 a f )
insert ( 10195 869 1043 730 a f )
insert ( 10196 16 1043 2971 a f )
insert ( 10197 142 1043 0 a b )
insert ( 10198 1043 142 2896 e f )
insert ( 10199 650 1042 730 a f )
insert ( 10200 869 1042 730 a f )
insert ( 10201 16 1042 2971 a f )
insert ( 10202 142 1042 0 a b )
insert ( 10203 1042 142 2896 e f )
insert ( 10204 1042 1042 668 i f )
insert ( 10205 1043 1043 669 i f )
insert ( 10206 1083 1083 1968 i f )
insert ( 10207 1114 1114 1961 i f )
insert ( 10208 1184 1184 1967 i f )
insert ( 10209 1186 1186 1200 i f )
insert ( 10210 1266 1266 1969 i f )
insert ( 10211 1560 1560 1685 i f )
insert ( 10212 1562 1562 1687 i f )
insert ( 10213 1700 1700 1703 i f )
insert ( 10214 114 3802 0 a i )
insert ( 10215 3802 114 0 a i )
insert ( 10216 3802 16 3556 e f )
insert ( 10217 3802 1700 3449 e f )
insert ( 10218 3802 21 3450 e f )
insert ( 10219 3802 23 3451 e f )
insert ( 10220 3802 20 3452 e f )
insert ( 10221 3802 700 3453 e f )
insert ( 10222 3802 701 2580 e f )
insert ( 10223 3904 4451 4281 e f )
insert ( 10224 3926 4536 4296 e f )
insert ( 10225 3906 4532 4284 e f )
insert ( 10226 3912 4535 4293 e f )
insert ( 10227 3908 4533 4287 e f )
insert ( 10228 3910 4534 4290 e f )
close pg_cast
create pg_enum 3501
 (
 oid = oid ,
 enumtypid = oid ,
 enumsortorder = float4 ,
 enumlabel = name
 )
open pg_enum
close pg_enum
create pg_namespace 2615
 (
 oid = oid ,
 nspname = name ,
 nspowner = oid ,
 nspacl = _aclitem
 )
open pg_namespace
insert ( 11 pg_catalog 10 _null_ )
insert ( 99 pg_toast 10 _null_ )
insert ( 2200 public 6171 _null_ )
close pg_namespace
create pg_conversion 2607
 (
 oid = oid ,
 conname = name ,
 connamespace = oid ,
 conowner = oid ,
 conforencoding = int4 ,
 contoencoding = int4 ,
 conproc = regproc ,
 condefault = bool
 )
open pg_conversion
insert ( 4402 koi8_r_to_mic 11 10 22 7 4302 t )
insert ( 4403 mic_to_koi8_r 11 10 7 22 4303 t )
insert ( 4404 iso_8859_5_to_mic 11 10 25 7 4304 t )
insert ( 4405 mic_to_iso_8859_5 11 10 7 25 4305 t )
insert ( 4406 windows_1251_to_mic 11 10 23 7 4306 t )
insert ( 4407 mic_to_windows_1251 11 10 7 23 4307 t )
insert ( 4408 windows_866_to_mic 11 10 20 7 4308 t )
insert ( 4409 mic_to_windows_866 11 10 7 20 4309 t )
insert ( 4410 koi8_r_to_windows_1251 11 10 22 23 4310 t )
insert ( 4411 windows_1251_to_koi8_r 11 10 23 22 4311 t )
insert ( 4412 koi8_r_to_windows_866 11 10 22 20 4312 t )
insert ( 4413 windows_866_to_koi8_r 11 10 20 22 4313 t )
insert ( 4414 windows_866_to_windows_1251 11 10 20 23 4314 t )
insert ( 4415 windows_1251_to_windows_866 11 10 23 20 4315 t )
insert ( 4416 iso_8859_5_to_koi8_r 11 10 25 22 4316 t )
insert ( 4417 koi8_r_to_iso_8859_5 11 10 22 25 4317 t )
insert ( 4418 iso_8859_5_to_windows_1251 11 10 25 23 4318 t )
insert ( 4419 windows_1251_to_iso_8859_5 11 10 23 25 4319 t )
insert ( 4420 iso_8859_5_to_windows_866 11 10 25 20 4320 t )
insert ( 4421 windows_866_to_iso_8859_5 11 10 20 25 4321 t )
insert ( 4422 euc_cn_to_mic 11 10 2 7 4322 t )
insert ( 4423 mic_to_euc_cn 11 10 7 2 4323 t )
insert ( 4424 euc_jp_to_sjis 11 10 1 35 4324 t )
insert ( 4425 sjis_to_euc_jp 11 10 35 1 4325 t )
insert ( 4426 euc_jp_to_mic 11 10 1 7 4326 t )
insert ( 4427 sjis_to_mic 11 10 35 7 4327 t )
insert ( 4428 mic_to_euc_jp 11 10 7 1 4328 t )
insert ( 4429 mic_to_sjis 11 10 7 35 4329 t )
insert ( 4430 euc_kr_to_mic 11 10 3 7 4330 t )
insert ( 4431 mic_to_euc_kr 11 10 7 3 4331 t )
insert ( 4432 euc_tw_to_big5 11 10 4 36 4332 t )
insert ( 4433 big5_to_euc_tw 11 10 36 4 4333 t )
insert ( 4434 euc_tw_to_mic 11 10 4 7 4334 t )
insert ( 4435 big5_to_mic 11 10 36 7 4335 t )
insert ( 4436 mic_to_euc_tw 11 10 7 4 4336 t )
insert ( 4437 mic_to_big5 11 10 7 36 4337 t )
insert ( 4438 iso_8859_2_to_mic 11 10 9 7 4338 t )
insert ( 4439 mic_to_iso_8859_2 11 10 7 9 4339 t )
insert ( 4440 windows_1250_to_mic 11 10 29 7 4340 t )
insert ( 4441 mic_to_windows_1250 11 10 7 29 4341 t )
insert ( 4442 iso_8859_2_to_windows_1250 11 10 9 29 4342 t )
insert ( 4443 windows_1250_to_iso_8859_2 11 10 29 9 4343 t )
insert ( 4444 iso_8859_1_to_mic 11 10 8 7 4344 t )
insert ( 4445 mic_to_iso_8859_1 11 10 7 8 4345 t )
insert ( 4446 iso_8859_3_to_mic 11 10 10 7 4346 t )
insert ( 4447 mic_to_iso_8859_3 11 10 7 10 4347 t )
insert ( 4448 iso_8859_4_to_mic 11 10 11 7 4348 t )
insert ( 4449 mic_to_iso_8859_4 11 10 7 11 4349 t )
insert ( 4452 big5_to_utf8 11 10 36 6 4352 t )
insert ( 4453 utf8_to_big5 11 10 6 36 4353 t )
insert ( 4454 utf8_to_koi8_r 11 10 6 22 4354 t )
insert ( 4455 koi8_r_to_utf8 11 10 22 6 4355 t )
insert ( 4456 utf8_to_koi8_u 11 10 6 34 4356 t )
insert ( 4457 koi8_u_to_utf8 11 10 34 6 4357 t )
insert ( 4458 utf8_to_windows_866 11 10 6 20 4358 t )
insert ( 4459 windows_866_to_utf8 11 10 20 6 4359 t )
insert ( 4460 utf8_to_windows_874 11 10 6 21 4358 t )
insert ( 4461 windows_874_to_utf8 11 10 21 6 4359 t )
insert ( 4462 utf8_to_windows_1250 11 10 6 29 4358 t )
insert ( 4463 windows_1250_to_utf8 11 10 29 6 4359 t )
insert ( 4464 utf8_to_windows_1251 11 10 6 23 4358 t )
insert ( 4465 windows_1251_to_utf8 11 10 23 6 4359 t )
insert ( 4466 utf8_to_windows_1252 11 10 6 24 4358 t )
insert ( 4467 windows_1252_to_utf8 11 10 24 6 4359 t )
insert ( 4468 utf8_to_windows_1253 11 10 6 30 4358 t )
insert ( 4469 windows_1253_to_utf8 11 10 30 6 4359 t )
insert ( 4470 utf8_to_windows_1254 11 10 6 31 4358 t )
insert ( 4471 windows_1254_to_utf8 11 10 31 6 4359 t )
insert ( 4472 utf8_to_windows_1255 11 10 6 32 4358 t )
insert ( 4473 windows_1255_to_utf8 11 10 32 6 4359 t )
insert ( 4474 utf8_to_windows_1256 11 10 6 18 4358 t )
insert ( 4475 windows_1256_to_utf8 11 10 18 6 4359 t )
insert ( 4476 utf8_to_windows_1257 11 10 6 33 4358 t )
insert ( 4477 windows_1257_to_utf8 11 10 33 6 4359 t )
insert ( 4478 utf8_to_windows_1258 11 10 6 19 4358 t )
insert ( 4479 windows_1258_to_utf8 11 10 19 6 4359 t )
insert ( 4480 euc_cn_to_utf8 11 10 2 6 4360 t )
insert ( 4481 utf8_to_euc_cn 11 10 6 2 4361 t )
insert ( 4482 euc_jp_to_utf8 11 10 1 6 4362 t )
insert ( 4483 utf8_to_euc_jp 11 10 6 1 4363 t )
insert ( 4484 euc_kr_to_utf8 11 10 3 6 4364 t )
insert ( 4485 utf8_to_euc_kr 11 10 6 3 4365 t )
insert ( 4486 euc_tw_to_utf8 11 10 4 6 4366 t )
insert ( 4487 utf8_to_euc_tw 11 10 6 4 4367 t )
insert ( 4488 gb18030_to_utf8 11 10 39 6 4368 t )
insert ( 4489 utf8_to_gb18030 11 10 6 39 4369 t )
insert ( 4490 gbk_to_utf8 11 10 37 6 4370 t )
insert ( 4491 utf8_to_gbk 11 10 6 37 4371 t )
insert ( 4492 utf8_to_iso_8859_2 11 10 6 9 4372 t )
insert ( 4493 iso_8859_2_to_utf8 11 10 9 6 4373 t )
insert ( 4494 utf8_to_iso_8859_3 11 10 6 10 4372 t )
insert ( 4495 iso_8859_3_to_utf8 11 10 10 6 4373 t )
insert ( 4496 utf8_to_iso_8859_4 11 10 6 11 4372 t )
insert ( 4497 iso_8859_4_to_utf8 11 10 11 6 4373 t )
insert ( 4498 utf8_to_iso_8859_9 11 10 6 12 4372 t )
insert ( 4499 iso_8859_9_to_utf8 11 10 12 6 4373 t )
insert ( 4500 utf8_to_iso_8859_10 11 10 6 13 4372 t )
insert ( 4501 iso_8859_10_to_utf8 11 10 13 6 4373 t )
insert ( 4502 utf8_to_iso_8859_13 11 10 6 14 4372 t )
insert ( 4503 iso_8859_13_to_utf8 11 10 14 6 4373 t )
insert ( 4504 utf8_to_iso_8859_14 11 10 6 15 4372 t )
insert ( 4505 iso_8859_14_to_utf8 11 10 15 6 4373 t )
insert ( 4506 utf8_to_iso_8859_15 11 10 6 16 4372 t )
insert ( 4507 iso_8859_15_to_utf8 11 10 16 6 4373 t )
insert ( 4508 utf8_to_iso_8859_16 11 10 6 17 4372 t )
insert ( 4509 iso_8859_16_to_utf8 11 10 17 6 4373 t )
insert ( 4510 utf8_to_iso_8859_5 11 10 6 25 4372 t )
insert ( 4511 iso_8859_5_to_utf8 11 10 25 6 4373 t )
insert ( 4512 utf8_to_iso_8859_6 11 10 6 26 4372 t )
insert ( 4513 iso_8859_6_to_utf8 11 10 26 6 4373 t )
insert ( 4514 utf8_to_iso_8859_7 11 10 6 27 4372 t )
insert ( 4515 iso_8859_7_to_utf8 11 10 27 6 4373 t )
insert ( 4516 utf8_to_iso_8859_8 11 10 6 28 4372 t )
insert ( 4517 iso_8859_8_to_utf8 11 10 28 6 4373 t )
insert ( 4518 iso_8859_1_to_utf8 11 10 8 6 4374 t )
insert ( 4519 utf8_to_iso_8859_1 11 10 6 8 4375 t )
insert ( 4520 johab_to_utf8 11 10 40 6 4376 t )
insert ( 4521 utf8_to_johab 11 10 6 40 4377 t )
insert ( 4522 sjis_to_utf8 11 10 35 6 4378 t )
insert ( 4523 utf8_to_sjis 11 10 6 35 4379 t )
insert ( 4524 uhc_to_utf8 11 10 38 6 4380 t )
insert ( 4525 utf8_to_uhc 11 10 6 38 4381 t )
insert ( 4526 euc_jis_2004_to_utf8 11 10 5 6 4382 t )
insert ( 4527 utf8_to_euc_jis_2004 11 10 6 5 4383 t )
insert ( 4528 shift_jis_2004_to_utf8 11 10 41 6 4384 t )
insert ( 4529 utf8_to_shift_jis_2004 11 10 6 41 4385 t )
insert ( 4530 euc_jis_2004_to_shift_jis_2004 11 10 5 41 4386 t )
insert ( 4531 shift_jis_2004_to_euc_jis_2004 11 10 41 5 4387 t )
close pg_conversion
create pg_depend 2608
 (
 classid = oid ,
 objid = oid ,
 objsubid = int4 ,
 refclassid = oid ,
 refobjid = oid ,
 refobjsubid = int4 ,
 deptype = char
 )
open pg_depend
close pg_depend
create pg_database 1262 shared_relation rowtype_oid 1248
 (
 oid = oid ,
 datname = name ,
 datdba = oid ,
 encoding = int4 ,
 datlocprovider = char ,
 datistemplate = bool ,
 datallowconn = bool ,
 dathasloginevt = bool ,
 datconnlimit = int4 ,
 datfrozenxid = xid ,
 datminmxid = xid ,
 dattablespace = oid ,
 datcollate = text FORCE NOT NULL ,
 datctype = text FORCE NOT NULL ,
 datlocale = text ,
 daticurules = text ,
 datcollversion = text ,
 datacl = _aclitem
 )
open pg_database
insert ( 1 template1 10 ENCODING LOCALE_PROVIDER t t f -1 0 1 1663 LC_COLLATE LC_CTYPE DATLOCALE ICU_RULES _null_ _null_ )
close pg_database
create pg_db_role_setting 2964 shared_relation
 (
 setdatabase = oid ,
 setrole = oid ,
 setconfig = _text
 )
open pg_db_role_setting
close pg_db_role_setting
create pg_tablespace 1213 shared_relation
 (
 oid = oid ,
 spcname = name ,
 spcowner = oid ,
 spcacl = _aclitem ,
 spcoptions = _text
 )
open pg_tablespace
insert ( 1663 pg_default 10 _null_ _null_ )
insert ( 1664 pg_global 10 _null_ _null_ )
close pg_tablespace
create pg_authid 1260 shared_relation rowtype_oid 2842
 (
 oid = oid ,
 rolname = name ,
 rolsuper = bool ,
 rolinherit = bool ,
 rolcreaterole = bool ,
 rolcreatedb = bool ,
 rolcanlogin = bool ,
 rolreplication = bool ,
 rolbypassrls = bool ,
 rolconnlimit = int4 ,
 rolpassword = text ,
 rolvaliduntil = timestamptz
 )
open pg_authid
insert ( 10 POSTGRES t t t t t t t -1 _null_ _null_ )
insert ( 6171 pg_database_owner f t f f f f f -1 _null_ _null_ )
insert ( 6181 pg_read_all_data f t f f f f f -1 _null_ _null_ )
insert ( 6182 pg_write_all_data f t f f f f f -1 _null_ _null_ )
insert ( 3373 pg_monitor f t f f f f f -1 _null_ _null_ )
insert ( 3374 pg_read_all_settings f t f f f f f -1 _null_ _null_ )
insert ( 3375 pg_read_all_stats f t f f f f f -1 _null_ _null_ )
insert ( 3377 pg_stat_scan_tables f t f f f f f -1 _null_ _null_ )
insert ( 4569 pg_read_server_files f t f f f f f -1 _null_ _null_ )
insert ( 4570 pg_write_server_files f t f f f f f -1 _null_ _null_ )
insert ( 4571 pg_execute_server_program f t f f f f f -1 _null_ _null_ )
insert ( 4200 pg_signal_backend f t f f f f f -1 _null_ _null_ )
insert ( 4544 pg_checkpoint f t f f f f f -1 _null_ _null_ )
insert ( 6337 pg_maintain f t f f f f f -1 _null_ _null_ )
insert ( 4550 pg_use_reserved_connections f t f f f f f -1 _null_ _null_ )
insert ( 6304 pg_create_subscription f t f f f f f -1 _null_ _null_ )
close pg_authid
create pg_auth_members 1261 shared_relation rowtype_oid 2843
 (
 oid = oid ,
 roleid = oid ,
 member = oid ,
 grantor = oid ,
 admin_option = bool ,
 inherit_option = bool ,
 set_option = bool
 )
open pg_auth_members
close pg_auth_members
create pg_shdepend 1214 shared_relation
 (
 dbid = oid ,
 classid = oid ,
 objid = oid ,
 objsubid = int4 ,
 refclassid = oid ,
 refobjid = oid ,
 deptype = char
 )
open pg_shdepend
close pg_shdepend
create pg_shdescription 2396 shared_relation
 (
 objoid = oid ,
 classoid = oid ,
 description = text FORCE NOT NULL
 )
open pg_shdescription
insert ( 1 1262 'default template for new databases' )
close pg_shdescription
create pg_ts_config 3602
 (
 oid = oid ,
 cfgname = name ,
 cfgnamespace = oid ,
 cfgowner = oid ,
 cfgparser = oid
 )
open pg_ts_config
insert ( 3748 simple 11 10 3722 )
close pg_ts_config
create pg_ts_config_map 3603
 (
 mapcfg = oid ,
 maptokentype = int4 ,
 mapseqno = int4 ,
 mapdict = oid
 )
open pg_ts_config_map
insert ( 3748 1 1 3765 )
insert ( 3748 2 1 3765 )
insert ( 3748 3 1 3765 )
insert ( 3748 4 1 3765 )
insert ( 3748 5 1 3765 )
insert ( 3748 6 1 3765 )
insert ( 3748 7 1 3765 )
insert ( 3748 8 1 3765 )
insert ( 3748 9 1 3765 )
insert ( 3748 10 1 3765 )
insert ( 3748 11 1 3765 )
insert ( 3748 15 1 3765 )
insert ( 3748 16 1 3765 )
insert ( 3748 17 1 3765 )
insert ( 3748 18 1 3765 )
insert ( 3748 19 1 3765 )
insert ( 3748 20 1 3765 )
insert ( 3748 21 1 3765 )
insert ( 3748 22 1 3765 )
close pg_ts_config_map
create pg_ts_dict 3600
 (
 oid = oid ,
 dictname = name ,
 dictnamespace = oid ,
 dictowner = oid ,
 dicttemplate = oid ,
 dictinitoption = text
 )
open pg_ts_dict
insert ( 3765 simple 11 10 3727 _null_ )
close pg_ts_dict
create pg_ts_parser 3601
 (
 oid = oid ,
 prsname = name ,
 prsnamespace = oid ,
 prsstart = regproc ,
 prstoken = regproc ,
 prsend = regproc ,
 prsheadline = regproc ,
 prslextype = regproc
 )
open pg_ts_parser
insert ( 3722 default 11 3717 3718 3719 3720 3721 )
close pg_ts_parser
create pg_ts_template 3764
 (
 oid = oid ,
 tmplname = name ,
 tmplnamespace = oid ,
 tmplinit = regproc ,
 tmpllexize = regproc
 )
open pg_ts_template
insert ( 3727 simple 11 3725 3726 )
insert ( 3730 synonym 11 3728 3729 )
insert ( 3733 ispell 11 3731 3732 )
insert ( 3742 thesaurus 11 3740 3741 )
close pg_ts_template
create pg_extension 3079
 (
 oid = oid ,
 extname = name ,
 extowner = oid ,
 extnamespace = oid ,
 extrelocatable = bool ,
 extversion = text FORCE NOT NULL ,
 extconfig = _oid ,
 extcondition = _text
 )
open pg_extension
close pg_extension
create pg_foreign_data_wrapper 2328
 (
 oid = oid ,
 fdwname = name ,
 fdwowner = oid ,
 fdwhandler = oid ,
 fdwvalidator = oid ,
 fdwacl = _aclitem ,
 fdwoptions = _text
 )
open pg_foreign_data_wrapper
close pg_foreign_data_wrapper
create pg_foreign_server 1417
 (
 oid = oid ,
 srvname = name ,
 srvowner = oid ,
 srvfdw = oid ,
 srvtype = text ,
 srvversion = text ,
 srvacl = _aclitem ,
 srvoptions = _text
 )
open pg_foreign_server
close pg_foreign_server
create pg_user_mapping 1418
 (
 oid = oid ,
 umuser = oid ,
 umserver = oid ,
 umoptions = _text
 )
open pg_user_mapping
close pg_user_mapping
create pg_foreign_table 3118
 (
 ftrelid = oid ,
 ftserver = oid ,
 ftoptions = _text
 )
open pg_foreign_table
close pg_foreign_table
create pg_policy 3256
 (
 oid = oid ,
 polname = name ,
 polrelid = oid ,
 polcmd = char ,
 polpermissive = bool ,
 polroles = _oid FORCE NOT NULL ,
 polqual = pg_node_tree ,
 polwithcheck = pg_node_tree
 )
open pg_policy
close pg_policy
create pg_replication_origin 6000 shared_relation
 (
 roident = oid ,
 roname = text FORCE NOT NULL
 )
open pg_replication_origin
close pg_replication_origin
create pg_default_acl 826
 (
 oid = oid ,
 defaclrole = oid ,
 defaclnamespace = oid ,
 defaclobjtype = char ,
 defaclacl = _aclitem FORCE NOT NULL
 )
open pg_default_acl
close pg_default_acl
create pg_init_privs 3394
 (
 objoid = oid ,
 classoid = oid ,
 objsubid = int4 ,
 privtype = char ,
 initprivs = _aclitem FORCE NOT NULL
 )
open pg_init_privs
close pg_init_privs
create pg_seclabel 3596
 (
 objoid = oid ,
 classoid = oid ,
 objsubid = int4 ,
 provider = text FORCE NOT NULL ,
 label = text FORCE NOT NULL
 )
open pg_seclabel
close pg_seclabel
create pg_shseclabel 3592 shared_relation rowtype_oid 4066
 (
 objoid = oid ,
 classoid = oid ,
 provider = text FORCE NOT NULL ,
 label = text FORCE NOT NULL
 )
open pg_shseclabel
close pg_shseclabel
create pg_collation 3456
 (
 oid = oid ,
 collname = name ,
 collnamespace = oid ,
 collowner = oid ,
 collprovider = char ,
 collisdeterministic = bool ,
 collencoding = int4 ,
 collcollate = text ,
 collctype = text ,
 colllocale = text ,
 collicurules = text ,
 collversion = text
 )
open pg_collation
insert ( 100 default 11 10 d t -1 _null_ _null_ _null_ _null_ _null_ )
insert ( 950 C 11 10 c t -1 C C _null_ _null_ _null_ )
insert ( 951 POSIX 11 10 c t -1 POSIX POSIX _null_ _null_ _null_ )
insert ( 962 ucs_basic 11 10 b t 6 _null_ _null_ C _null_ 1 )
insert ( 963 unicode 11 10 i t -1 _null_ _null_ und _null_ _null_ )
insert ( 811 pg_c_utf8 11 10 b t 6 _null_ _null_ 'C.UTF-8' _null_ 1 )
close pg_collation
create pg_parameter_acl 6243 shared_relation
 (
 oid = oid ,
 parname = text FORCE NOT NULL ,
 paracl = _aclitem
 )
open pg_parameter_acl
close pg_parameter_acl
create pg_partitioned_table 3350
 (
 partrelid = oid ,
 partstrat = char ,
 partnatts = int2 ,
 partdefid = oid ,
 partattrs = int2vector FORCE NOT NULL ,
 partclass = oidvector FORCE NOT NULL ,
 partcollation = oidvector FORCE NOT NULL ,
 partexprs = pg_node_tree
 )
open pg_partitioned_table
close pg_partitioned_table
create pg_range 3541
 (
 rngtypid = oid ,
 rngsubtype = oid ,
 rngmultitypid = oid ,
 rngcollation = oid ,
 rngsubopc = oid ,
 rngcanonical = regproc ,
 rngsubdiff = regproc
 )
open pg_range
insert ( 3904 23 4451 0 1978 3914 3922 )
insert ( 3906 1700 4532 0 3125 - 3924 )
insert ( 3908 1114 4533 0 3128 - 3929 )
insert ( 3910 1184 4534 0 3127 - 3930 )
insert ( 3912 1082 4535 0 3122 3915 3925 )
insert ( 3926 20 4536 0 3124 3928 3923 )
close pg_range
create pg_transform 3576
 (
 oid = oid ,
 trftype = oid ,
 trflang = oid ,
 trffromsql = regproc ,
 trftosql = regproc
 )
open pg_transform
close pg_transform
create pg_sequence 2224
 (
 seqrelid = oid ,
 seqtypid = oid ,
 seqstart = int8 ,
 seqincrement = int8 ,
 seqmax = int8 ,
 seqmin = int8 ,
 seqcache = int8 ,
 seqcycle = bool
 )
open pg_sequence
close pg_sequence
create pg_publication 6104
 (
 oid = oid ,
 pubname = name ,
 pubowner = oid ,
 puballtables = bool ,
 pubinsert = bool ,
 pubupdate = bool ,
 pubdelete = bool ,
 pubtruncate = bool ,
 pubviaroot = bool
 )
open pg_publication
close pg_publication
create pg_publication_namespace 6237
 (
 oid = oid ,
 pnpubid = oid ,
 pnnspid = oid
 )
open pg_publication_namespace
close pg_publication_namespace
create pg_publication_rel 6106
 (
 oid = oid ,
 prpubid = oid ,
 prrelid = oid ,
 prqual = pg_node_tree ,
 prattrs = int2vector
 )
open pg_publication_rel
close pg_publication_rel
create pg_subscription 6100 shared_relation rowtype_oid 6101
 (
 oid = oid ,
 subdbid = oid ,
 subskiplsn = pg_lsn ,
 subname = name ,
 subowner = oid ,
 subenabled = bool ,
 subbinary = bool ,
 substream = char ,
 subtwophasestate = char ,
 subdisableonerr = bool ,
 subpasswordrequired = bool ,
 subrunasowner = bool ,
 subfailover = bool ,
 subconninfo = text FORCE NOT NULL ,
 subslotname = name FORCE NULL ,
 subsynccommit = text FORCE NOT NULL ,
 subpublications = _text FORCE NOT NULL ,
 suborigin = text
 )
open pg_subscription
close pg_subscription
create pg_subscription_rel 6102
 (
 srsubid = oid ,
 srrelid = oid ,
 srsubstate = char ,
 srsublsn = pg_lsn FORCE NULL
 )
open pg_subscription_rel
close pg_subscription_rel
declare toast 2836 2837 on pg_proc
declare toast 4171 4172 on pg_type
declare toast 2830 2831 on pg_attrdef
declare toast 2832 2833 on pg_constraint
declare toast 4157 4158 on pg_language
declare toast 4159 4160 on pg_aggregate
declare toast 2840 2841 on pg_statistic
declare toast 3439 3440 on pg_statistic_ext
declare toast 3430 3431 on pg_statistic_ext_data
declare toast 2838 2839 on pg_rewrite
declare toast 2336 2337 on pg_trigger
declare toast 4145 4146 on pg_event_trigger
declare toast 2834 2835 on pg_description
declare toast 4163 4164 on pg_namespace
declare toast 4177 4178 on pg_database
declare toast 2966 2967 on pg_db_role_setting
declare toast 4185 4186 on pg_tablespace
declare toast 4175 4176 on pg_authid
declare toast 2846 2847 on pg_shdescription
declare toast 4169 4170 on pg_ts_dict
declare toast 4147 4148 on pg_extension
declare toast 4149 4150 on pg_foreign_data_wrapper
declare toast 4151 4152 on pg_foreign_server
declare toast 4173 4174 on pg_user_mapping
declare toast 4153 4154 on pg_foreign_table
declare toast 4167 4168 on pg_policy
declare toast 4181 4182 on pg_replication_origin
declare toast 4143 4144 on pg_default_acl
declare toast 4155 4156 on pg_init_privs
declare toast 3598 3599 on pg_seclabel
declare toast 4060 4061 on pg_shseclabel
declare toast 6175 6176 on pg_collation
declare toast 6244 6245 on pg_parameter_acl
declare toast 4165 4166 on pg_partitioned_table
declare toast 6228 6229 on pg_publication_rel
declare toast 4183 4184 on pg_subscription
declare unique index pg_proc_oid_index 2690 on pg_proc using btree(oid oid_ops)
declare unique index pg_proc_proname_args_nsp_index 2691 on pg_proc using btree(proname name_ops, proargtypes oidvector_ops, pronamespace oid_ops)
declare unique index pg_type_oid_index 2703 on pg_type using btree(oid oid_ops)
declare unique index pg_type_typname_nsp_index 2704 on pg_type using btree(typname name_ops, typnamespace oid_ops)
declare unique index pg_attribute_relid_attnam_index 2658 on pg_attribute using btree(attrelid oid_ops, attname name_ops)
declare unique index pg_attribute_relid_attnum_index 2659 on pg_attribute using btree(attrelid oid_ops, attnum int2_ops)
declare unique index pg_class_oid_index 2662 on pg_class using btree(oid oid_ops)
declare unique index pg_class_relname_nsp_index 2663 on pg_class using btree(relname name_ops, relnamespace oid_ops)
declare index pg_class_tblspc_relfilenode_index 3455 on pg_class using btree(reltablespace oid_ops, relfilenode oid_ops)
declare unique index pg_attrdef_adrelid_adnum_index 2656 on pg_attrdef using btree(adrelid oid_ops, adnum int2_ops)
declare unique index pg_attrdef_oid_index 2657 on pg_attrdef using btree(oid oid_ops)
declare index pg_constraint_conname_nsp_index 2664 on pg_constraint using btree(conname name_ops, connamespace oid_ops)
declare unique index pg_constraint_conrelid_contypid_conname_index 2665 on pg_constraint using btree(conrelid oid_ops, contypid oid_ops, conname name_ops)
declare index pg_constraint_contypid_index 2666 on pg_constraint using btree(contypid oid_ops)
declare unique index pg_constraint_oid_index 2667 on pg_constraint using btree(oid oid_ops)
declare index pg_constraint_conparentid_index 2579 on pg_constraint using btree(conparentid oid_ops)
declare unique index pg_inherits_relid_seqno_index 2680 on pg_inherits using btree(inhrelid oid_ops, inhseqno int4_ops)
declare index pg_inherits_parent_index 2187 on pg_inherits using btree(inhparent oid_ops)
declare index pg_index_indrelid_index 2678 on pg_index using btree(indrelid oid_ops)
declare unique index pg_index_indexrelid_index 2679 on pg_index using btree(indexrelid oid_ops)
declare unique index pg_operator_oid_index 2688 on pg_operator using btree(oid oid_ops)
declare unique index pg_operator_oprname_l_r_n_index 2689 on pg_operator using btree(oprname name_ops, oprleft oid_ops, oprright oid_ops, oprnamespace oid_ops)
declare unique index pg_opfamily_am_name_nsp_index 2754 on pg_opfamily using btree(opfmethod oid_ops, opfname name_ops, opfnamespace oid_ops)
declare unique index pg_opfamily_oid_index 2755 on pg_opfamily using btree(oid oid_ops)
declare unique index pg_opclass_am_name_nsp_index 2686 on pg_opclass using btree(opcmethod oid_ops, opcname name_ops, opcnamespace oid_ops)
declare unique index pg_opclass_oid_index 2687 on pg_opclass using btree(oid oid_ops)
declare unique index pg_am_name_index 2651 on pg_am using btree(amname name_ops)
declare unique index pg_am_oid_index 2652 on pg_am using btree(oid oid_ops)
declare unique index pg_amop_fam_strat_index 2653 on pg_amop using btree(amopfamily oid_ops, amoplefttype oid_ops, amoprighttype oid_ops, amopstrategy int2_ops)
declare unique index pg_amop_opr_fam_index 2654 on pg_amop using btree(amopopr oid_ops, amoppurpose char_ops, amopfamily oid_ops)
declare unique index pg_amop_oid_index 2756 on pg_amop using btree(oid oid_ops)
declare unique index pg_amproc_fam_proc_index 2655 on pg_amproc using btree(amprocfamily oid_ops, amproclefttype oid_ops, amprocrighttype oid_ops, amprocnum int2_ops)
declare unique index pg_amproc_oid_index 2757 on pg_amproc using btree(oid oid_ops)
declare unique index pg_language_name_index 2681 on pg_language using btree(lanname name_ops)
declare unique index pg_language_oid_index 2682 on pg_language using btree(oid oid_ops)
declare unique index pg_largeobject_metadata_oid_index 2996 on pg_largeobject_metadata using btree(oid oid_ops)
declare unique index pg_largeobject_loid_pn_index 2683 on pg_largeobject using btree(loid oid_ops, pageno int4_ops)
declare unique index pg_aggregate_fnoid_index 2650 on pg_aggregate using btree(aggfnoid oid_ops)
declare unique index pg_statistic_relid_att_inh_index 2696 on pg_statistic using btree(starelid oid_ops, staattnum int2_ops, stainherit bool_ops)
declare unique index pg_statistic_ext_oid_index 3380 on pg_statistic_ext using btree(oid oid_ops)
declare unique index pg_statistic_ext_name_index 3997 on pg_statistic_ext using btree(stxname name_ops, stxnamespace oid_ops)
declare index pg_statistic_ext_relid_index 3379 on pg_statistic_ext using btree(stxrelid oid_ops)
declare unique index pg_statistic_ext_data_stxoid_inh_index 3433 on pg_statistic_ext_data using btree(stxoid oid_ops, stxdinherit bool_ops)
declare unique index pg_rewrite_oid_index 2692 on pg_rewrite using btree(oid oid_ops)
declare unique index pg_rewrite_rel_rulename_index 2693 on pg_rewrite using btree(ev_class oid_ops, rulename name_ops)
declare index pg_trigger_tgconstraint_index 2699 on pg_trigger using btree(tgconstraint oid_ops)
declare unique index pg_trigger_tgrelid_tgname_index 2701 on pg_trigger using btree(tgrelid oid_ops, tgname name_ops)
declare unique index pg_trigger_oid_index 2702 on pg_trigger using btree(oid oid_ops)
declare unique index pg_event_trigger_evtname_index 3467 on pg_event_trigger using btree(evtname name_ops)
declare unique index pg_event_trigger_oid_index 3468 on pg_event_trigger using btree(oid oid_ops)
declare unique index pg_description_o_c_o_index 2675 on pg_description using btree(objoid oid_ops, classoid oid_ops, objsubid int4_ops)
declare unique index pg_cast_oid_index 2660 on pg_cast using btree(oid oid_ops)
declare unique index pg_cast_source_target_index 2661 on pg_cast using btree(castsource oid_ops, casttarget oid_ops)
declare unique index pg_enum_oid_index 3502 on pg_enum using btree(oid oid_ops)
declare unique index pg_enum_typid_label_index 3503 on pg_enum using btree(enumtypid oid_ops, enumlabel name_ops)
declare unique index pg_enum_typid_sortorder_index 3534 on pg_enum using btree(enumtypid oid_ops, enumsortorder float4_ops)
declare unique index pg_namespace_nspname_index 2684 on pg_namespace using btree(nspname name_ops)
declare unique index pg_namespace_oid_index 2685 on pg_namespace using btree(oid oid_ops)
declare unique index pg_conversion_default_index 2668 on pg_conversion using btree(connamespace oid_ops, conforencoding int4_ops, contoencoding int4_ops, oid oid_ops)
declare unique index pg_conversion_name_nsp_index 2669 on pg_conversion using btree(conname name_ops, connamespace oid_ops)
declare unique index pg_conversion_oid_index 2670 on pg_conversion using btree(oid oid_ops)
declare index pg_depend_depender_index 2673 on pg_depend using btree(classid oid_ops, objid oid_ops, objsubid int4_ops)
declare index pg_depend_reference_index 2674 on pg_depend using btree(refclassid oid_ops, refobjid oid_ops, refobjsubid int4_ops)
declare unique index pg_database_datname_index 2671 on pg_database using btree(datname name_ops)
declare unique index pg_database_oid_index 2672 on pg_database using btree(oid oid_ops)
declare unique index pg_db_role_setting_databaseid_rol_index 2965 on pg_db_role_setting using btree(setdatabase oid_ops, setrole oid_ops)
declare unique index pg_tablespace_oid_index 2697 on pg_tablespace using btree(oid oid_ops)
declare unique index pg_tablespace_spcname_index 2698 on pg_tablespace using btree(spcname name_ops)
declare unique index pg_authid_rolname_index 2676 on pg_authid using btree(rolname name_ops)
declare unique index pg_authid_oid_index 2677 on pg_authid using btree(oid oid_ops)
declare unique index pg_auth_members_oid_index 6303 on pg_auth_members using btree(oid oid_ops)
declare unique index pg_auth_members_role_member_index 2694 on pg_auth_members using btree(roleid oid_ops, member oid_ops, grantor oid_ops)
declare unique index pg_auth_members_member_role_index 2695 on pg_auth_members using btree(member oid_ops, roleid oid_ops, grantor oid_ops)
declare index pg_auth_members_grantor_index 6302 on pg_auth_members using btree(grantor oid_ops)
declare index pg_shdepend_depender_index 1232 on pg_shdepend using btree(dbid oid_ops, classid oid_ops, objid oid_ops, objsubid int4_ops)
declare index pg_shdepend_reference_index 1233 on pg_shdepend using btree(refclassid oid_ops, refobjid oid_ops)
declare unique index pg_shdescription_o_c_index 2397 on pg_shdescription using btree(objoid oid_ops, classoid oid_ops)
declare unique index pg_ts_config_cfgname_index 3608 on pg_ts_config using btree(cfgname name_ops, cfgnamespace oid_ops)
declare unique index pg_ts_config_oid_index 3712 on pg_ts_config using btree(oid oid_ops)
declare unique index pg_ts_config_map_index 3609 on pg_ts_config_map using btree(mapcfg oid_ops, maptokentype int4_ops, mapseqno int4_ops)
declare unique index pg_ts_dict_dictname_index 3604 on pg_ts_dict using btree(dictname name_ops, dictnamespace oid_ops)
declare unique index pg_ts_dict_oid_index 3605 on pg_ts_dict using btree(oid oid_ops)
declare unique index pg_ts_parser_prsname_index 3606 on pg_ts_parser using btree(prsname name_ops, prsnamespace oid_ops)
declare unique index pg_ts_parser_oid_index 3607 on pg_ts_parser using btree(oid oid_ops)
declare unique index pg_ts_template_tmplname_index 3766 on pg_ts_template using btree(tmplname name_ops, tmplnamespace oid_ops)
declare unique index pg_ts_template_oid_index 3767 on pg_ts_template using btree(oid oid_ops)
declare unique index pg_extension_oid_index 3080 on pg_extension using btree(oid oid_ops)
declare unique index pg_extension_name_index 3081 on pg_extension using btree(extname name_ops)
declare unique index pg_foreign_data_wrapper_oid_index 112 on pg_foreign_data_wrapper using btree(oid oid_ops)
declare unique index pg_foreign_data_wrapper_name_index 548 on pg_foreign_data_wrapper using btree(fdwname name_ops)
declare unique index pg_foreign_server_oid_index 113 on pg_foreign_server using btree(oid oid_ops)
declare unique index pg_foreign_server_name_index 549 on pg_foreign_server using btree(srvname name_ops)
declare unique index pg_user_mapping_oid_index 174 on pg_user_mapping using btree(oid oid_ops)
declare unique index pg_user_mapping_user_server_index 175 on pg_user_mapping using btree(umuser oid_ops, umserver oid_ops)
declare unique index pg_foreign_table_relid_index 3119 on pg_foreign_table using btree(ftrelid oid_ops)
declare unique index pg_policy_oid_index 3257 on pg_policy using btree(oid oid_ops)
declare unique index pg_policy_polrelid_polname_index 3258 on pg_policy using btree(polrelid oid_ops, polname name_ops)
declare unique index pg_replication_origin_roiident_index 6001 on pg_replication_origin using btree(roident oid_ops)
declare unique index pg_replication_origin_roname_index 6002 on pg_replication_origin using btree(roname text_ops)
declare unique index pg_default_acl_role_nsp_obj_index 827 on pg_default_acl using btree(defaclrole oid_ops, defaclnamespace oid_ops, defaclobjtype char_ops)
declare unique index pg_default_acl_oid_index 828 on pg_default_acl using btree(oid oid_ops)
declare unique index pg_init_privs_o_c_o_index 3395 on pg_init_privs using btree(objoid oid_ops, classoid oid_ops, objsubid int4_ops)
declare unique index pg_seclabel_object_index 3597 on pg_seclabel using btree(objoid oid_ops, classoid oid_ops, objsubid int4_ops, provider text_ops)
declare unique index pg_shseclabel_object_index 3593 on pg_shseclabel using btree(objoid oid_ops, classoid oid_ops, provider text_ops)
declare unique index pg_collation_name_enc_nsp_index 3164 on pg_collation using btree(collname name_ops, collencoding int4_ops, collnamespace oid_ops)
declare unique index pg_collation_oid_index 3085 on pg_collation using btree(oid oid_ops)
declare unique index pg_parameter_acl_parname_index 6246 on pg_parameter_acl using btree(parname text_ops)
declare unique index pg_parameter_acl_oid_index 6247 on pg_parameter_acl using btree(oid oid_ops)
declare unique index pg_partitioned_table_partrelid_index 3351 on pg_partitioned_table using btree(partrelid oid_ops)
declare unique index pg_range_rngtypid_index 3542 on pg_range using btree(rngtypid oid_ops)
declare unique index pg_range_rngmultitypid_index 2228 on pg_range using btree(rngmultitypid oid_ops)
declare unique index pg_transform_oid_index 3574 on pg_transform using btree(oid oid_ops)
declare unique index pg_transform_type_lang_index 3575 on pg_transform using btree(trftype oid_ops, trflang oid_ops)
declare unique index pg_sequence_seqrelid_index 5002 on pg_sequence using btree(seqrelid oid_ops)
declare unique index pg_publication_oid_index 6110 on pg_publication using btree(oid oid_ops)
declare unique index pg_publication_pubname_index 6111 on pg_publication using btree(pubname name_ops)
declare unique index pg_publication_namespace_oid_index 6238 on pg_publication_namespace using btree(oid oid_ops)
declare unique index pg_publication_namespace_pnnspid_pnpubid_index 6239 on pg_publication_namespace using btree(pnnspid oid_ops, pnpubid oid_ops)
declare unique index pg_publication_rel_oid_index 6112 on pg_publication_rel using btree(oid oid_ops)
declare unique index pg_publication_rel_prrelid_prpubid_index 6113 on pg_publication_rel using btree(prrelid oid_ops, prpubid oid_ops)
declare index pg_publication_rel_prpubid_index 6116 on pg_publication_rel using btree(prpubid oid_ops)
declare unique index pg_subscription_oid_index 6114 on pg_subscription using btree(oid oid_ops)
declare unique index pg_subscription_subname_index 6115 on pg_subscription using btree(subdbid oid_ops, subname name_ops)
declare unique index pg_subscription_rel_srrelid_srsubid_index 6117 on pg_subscription_rel using btree(srrelid oid_ops, srsubid oid_ops)
build indices
# -----------------------------
# PostgreSQL configuration file
# -----------------------------
#
# This file consists of lines of the form:
#
#   name = value
#
# (The "=" is optional.)  Whitespace may be used.  Comments are introduced with
# "#" anywhere on a line.  The complete list of parameter names and allowed
# values can be found in the PostgreSQL documentation.
#
# The commented-out settings shown in this file represent the default values.
# Re-commenting a setting is NOT sufficient to revert it to the default value;
# you need to reload the server.
#
# This file is read on server startup and when the server receives a SIGHUP
# signal.  If you edit the file on a running system, you have to SIGHUP the
# server for the changes to take effect, run "pg_ctl reload", or execute
# "SELECT pg_reload_conf()".  Some parameters, which are marked below,
# require a server shutdown and restart to take effect.
#
# Any parameter can also be given as a command-line option to the server, e.g.,
# "postgres -c log_connections=on".  Some parameters can be changed at run time
# with the "SET" SQL command.
#
# Memory units:  B  = bytes            Time units:  us  = microseconds
#                kB = kilobytes                     ms  = milliseconds
#                MB = megabytes                     s   = seconds
#                GB = gigabytes                     min = minutes
#                TB = terabytes                     h   = hours
#                                                   d   = days


#------------------------------------------------------------------------------
# FILE LOCATIONS
#------------------------------------------------------------------------------

# The default values of these variables are driven from the -D command-line
# option or PGDATA environment variable, represented here as ConfigDir.

#data_directory = 'ConfigDir'		# use data in another directory
					# (change requires restart)
#hba_file = 'ConfigDir/pg_hba.conf'	# host-based authentication file
					# (change requires restart)
#ident_file = 'ConfigDir/pg_ident.conf'	# ident configuration file
					# (change requires restart)

# If external_pid_file is not explicitly set, no extra PID file is written.
#external_pid_file = ''			# write an extra PID file
					# (change requires restart)


#------------------------------------------------------------------------------
# CONNECTIONS AND AUTHENTICATION
#------------------------------------------------------------------------------

# - Connection Settings -

#listen_addresses = 'localhost'		# what IP address(es) to listen on;
					# comma-separated list of addresses;
					# defaults to 'localhost'; use '*' for all
					# (change requires restart)
#port = 5432				# (change requires restart)
#max_connections = 100			# (change requires restart)
#reserved_connections = 0		# (change requires restart)
#superuser_reserved_connections = 3	# (change requires restart)
#unix_socket_directories = '/tmp'	# comma-separated list of directories
					# (change requires restart)
#unix_socket_group = ''			# (change requires restart)
#unix_socket_permissions = 0777		# begin with 0 to use octal notation
					# (change requires restart)
#bonjour = off				# advertise server via Bonjour
					# (change requires restart)
#bonjour_name = ''			# defaults to the computer name
					# (change requires restart)

# - TCP settings -
# see "man tcp" for details

#tcp_keepalives_idle = 0		# TCP_KEEPIDLE, in seconds;
					# 0 selects the system default
#tcp_keepalives_interval = 0		# TCP_KEEPINTVL, in seconds;
					# 0 selects the system default
#tcp_keepalives_count = 0		# TCP_KEEPCNT;
					# 0 selects the system default
#tcp_user_timeout = 0			# TCP_USER_TIMEOUT, in milliseconds;
					# 0 selects the system default

#client_connection_check_interval = 0	# time between checks for client
					# disconnection while running queries;
					# 0 for never

# - Authentication -

#authentication_timeout = 1min		# 1s-600s
#password_encryption = scram-sha-256	# scram-sha-256 or md5
#scram_iterations = 4096

# GSSAPI using Kerberos
#krb_server_keyfile = 'FILE:${sysconfdir}/krb5.keytab'
#krb_caseins_users = off
#gss_accept_delegation = off

# - SSL -

#ssl = off
#ssl_ca_file = ''
#ssl_cert_file = 'server.crt'
#ssl_crl_file = ''
#ssl_crl_dir = ''
#ssl_key_file = 'server.key'
#ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL'	# allowed SSL ciphers
#ssl_prefer_server_ciphers = on
#ssl_ecdh_curve = 'prime256v1'
#ssl_min_protocol_version = 'TLSv1.2'
#ssl_max_protocol_version = ''
#ssl_dh_params_file = ''
#ssl_passphrase_command = ''
#ssl_passphrase_command_supports_reload = off


#------------------------------------------------------------------------------
# RESOURCE USAGE (except WAL)
#------------------------------------------------------------------------------

# - Memory -

#shared_buffers = 128MB			# min 128kB
					# (change requires restart)
#huge_pages = try			# on, off, or try
					# (change requires restart)
#huge_page_size = 0			# zero for system default
					# (change requires restart)
#temp_buffers = 8MB			# min 800kB
#max_prepared_transactions = 0		# zero disables the feature
					# (change requires restart)
# Caution: it is not advisable to set max_prepared_transactions nonzero unless
# you actively intend to use prepared transactions.
#work_mem = 4MB				# min 64kB
#hash_mem_multiplier = 2.0		# 1-1000.0 multiplier on hash table work_mem
#maintenance_work_mem = 64MB		# min 64kB
#autovacuum_work_mem = -1		# min 64kB, or -1 to use maintenance_work_mem
#logical_decoding_work_mem = 64MB	# min 64kB
#max_stack_depth = 2MB			# min 100kB
#shared_memory_type = mmap		# the default is the first option
					# supported by the operating system:
					#   mmap
					#   sysv
					#   windows
					# (change requires restart)
#dynamic_shared_memory_type = posix	# the default is usually the first option
					# supported by the operating system:
					#   posix
					#   sysv
					#   windows
					#   mmap
					# (change requires restart)
#min_dynamic_shared_memory = 0MB	# (change requires restart)
#vacuum_buffer_usage_limit = 2MB	# size of vacuum and analyze buffer access strategy ring;
					# 0 to disable vacuum buffer access strategy;
					# range 128kB to 16GB

# SLRU buffers (change requires restart)
#commit_timestamp_buffers = 0		# memory for pg_commit_ts (0 = auto)
#multixact_offset_buffers = 16		# memory for pg_multixact/offsets
#multixact_member_buffers = 32		# memory for pg_multixact/members
#notify_buffers = 16			# memory for pg_notify
#serializable_buffers = 32		# memory for pg_serial
#subtransaction_buffers = 0		# memory for pg_subtrans (0 = auto)
#transaction_buffers = 0		# memory for pg_xact (0 = auto)

# - Disk -

#temp_file_limit = -1			# limits per-process temp file space
					# in kilobytes, or -1 for no limit

#max_notify_queue_pages = 1048576	# limits the number of SLRU pages allocated
					# for NOTIFY / LISTEN queue

# - Kernel Resources -

#max_files_per_process = 1000		# min 64
					# (change requires restart)

# - Cost-Based Vacuum Delay -

#vacuum_cost_delay = 0			# 0-100 milliseconds (0 disables)
#vacuum_cost_page_hit = 1		# 0-10000 credits
#vacuum_cost_page_miss = 2		# 0-10000 credits
#vacuum_cost_page_dirty = 20		# 0-10000 credits
#vacuum_cost_limit = 200		# 1-10000 credits

# - Background Writer -

#bgwriter_delay = 200ms			# 10-10000ms between rounds
#bgwriter_lru_maxpages = 100		# max buffers written/round, 0 disables
#bgwriter_lru_multiplier = 2.0		# 0-10.0 multiplier on buffers scanned/round
#bgwriter_flush_after = 0		# measured in pages, 0 disables

# - Asynchronous Behavior -

#backend_flush_after = 0		# measured in pages, 0 disables
#effective_io_concurrency = 1		# 1-1000; 0 disables prefetching
#maintenance_io_concurrency = 10	# 1-1000; 0 disables prefetching
#io_combine_limit = 128kB		# usually 1-32 blocks (depends on OS)
#max_worker_processes = 8		# (change requires restart)
#max_parallel_workers_per_gather = 2	# limited by max_parallel_workers
#max_parallel_maintenance_workers = 2	# limited by max_parallel_workers
#max_parallel_workers = 8		# number of max_worker_processes that
					# can be used in parallel operations
#parallel_leader_participation = on


#------------------------------------------------------------------------------
# WRITE-AHEAD LOG
#------------------------------------------------------------------------------

# - Settings -

#wal_level = replica			# minimal, replica, or logical
					# (change requires restart)
#fsync = on				# flush data to disk for crash safety
					# (turning this off can cause
					# unrecoverable data corruption)
#synchronous_commit = on		# synchronization level;
					# off, local, remote_write, remote_apply, or on
#wal_sync_method = fsync		# the default is the first option
					# supported by the operating system:
					#   open_datasync
					#   fdatasync (default on Linux and FreeBSD)
					#   fsync
					#   fsync_writethrough
					#   open_sync
#full_page_writes = on			# recover from partial page writes
#wal_log_hints = off			# also do full page writes of non-critical updates
					# (change requires restart)
#wal_compression = off			# enables compression of full-page writes;
					# off, pglz, lz4, zstd, or on
#wal_init_zero = on			# zero-fill new WAL files
#wal_recycle = on			# recycle WAL files
#wal_buffers = -1			# min 32kB, -1 sets based on shared_buffers
					# (change requires restart)
#wal_writer_delay = 200ms		# 1-10000 milliseconds
#wal_writer_flush_after = 1MB		# measured in pages, 0 disables
#wal_skip_threshold = 2MB

#commit_delay = 0			# range 0-100000, in microseconds
#commit_siblings = 5			# range 1-1000

# - Checkpoints -

#checkpoint_timeout = 5min		# range 30s-1d
#checkpoint_completion_target = 0.9	# checkpoint target duration, 0.0 - 1.0
#checkpoint_flush_after = 0		# measured in pages, 0 disables
#checkpoint_warning = 30s		# 0 disables
#max_wal_size = 1GB
#min_wal_size = 80MB

# - Prefetching during recovery -

#recovery_prefetch = try	# prefetch pages referenced in the WAL?
#wal_decode_buffer_size = 512kB	# lookahead window used for prefetching
				# (change requires restart)

# - Archiving -

#archive_mode = off		# enables archiving; off, on, or always
				# (change requires restart)
#archive_library = ''		# library to use to archive a WAL file
				# (empty string indicates archive_command should
				# be used)
#archive_command = ''		# command to use to archive a WAL file
				# placeholders: %p = path of file to archive
				#               %f = file name only
				# e.g. 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f'
#archive_timeout = 0		# force a WAL file switch after this
				# number of seconds; 0 disables

# - Archive Recovery -

# These are only used in recovery mode.

#restore_command = ''		# command to use to restore an archived WAL file
				# placeholders: %p = path of file to restore
				#               %f = file name only
				# e.g. 'cp /mnt/server/archivedir/%f %p'
#archive_cleanup_command = ''	# command to execute at every restartpoint
#recovery_end_command = ''	# command to execute at completion of recovery

# - Recovery Target -

# Set these only when performing a targeted recovery.

#recovery_target = ''		# 'immediate' to end recovery as soon as a
				# consistent state is reached
				# (change requires restart)
#recovery_target_name = ''	# the named restore point to which recovery will proceed
				# (change requires restart)
#recovery_target_time = ''	# the time stamp up to which recovery will proceed
				# (change requires restart)
#recovery_target_xid = ''	# the transaction ID up to which recovery will proceed
				# (change requires restart)
#recovery_target_lsn = ''	# the WAL LSN up to which recovery will proceed
				# (change requires restart)
#recovery_target_inclusive = on	# Specifies whether to stop:
				# just after the specified recovery target (on)
				# just before the recovery target (off)
				# (change requires restart)
#recovery_target_timeline = 'latest'	# 'current', 'latest', or timeline ID
					# (change requires restart)
#recovery_target_action = 'pause'	# 'pause', 'promote', 'shutdown'
					# (change requires restart)

# - WAL Summarization -

#summarize_wal = off		# run WAL summarizer process?
#wal_summary_keep_time = '10d'	# when to remove old summary files, 0 = never


#------------------------------------------------------------------------------
# REPLICATION
#------------------------------------------------------------------------------

# - Sending Servers -

# Set these on the primary and on any standby that will send replication data.

#max_wal_senders = 10		# max number of walsender processes
				# (change requires restart)
#max_replication_slots = 10	# max number of replication slots
				# (change requires restart)
#wal_keep_size = 0		# in megabytes; 0 disables
#max_slot_wal_keep_size = -1	# in megabytes; -1 disables
#wal_sender_timeout = 60s	# in milliseconds; 0 disables
#track_commit_timestamp = off	# collect timestamp of transaction commit
				# (change requires restart)

# - Primary Server -

# These settings are ignored on a standby server.

#synchronous_standby_names = ''	# standby servers that provide sync rep
				# method to choose sync standbys, number of sync standbys,
				# and comma-separated list of application_name
				# from standby(s); '*' = all
#synchronized_standby_slots = ''	# streaming replication standby server slot
				# names that logical walsender processes will wait for

# - Standby Servers -

# These settings are ignored on a primary server.

#primary_conninfo = ''			# connection string to sending server
#primary_slot_name = ''			# replication slot on sending server
#hot_standby = on			# "off" disallows queries during recovery
					# (change requires restart)
#max_standby_archive_delay = 30s	# max delay before canceling queries
					# when reading WAL from archive;
					# -1 allows indefinite delay
#max_standby_streaming_delay = 30s	# max delay before canceling queries
					# when reading streaming WAL;
					# -1 allows indefinite delay
#wal_receiver_create_temp_slot = off	# create temp slot if primary_slot_name
					# is not set
#wal_receiver_status_interval = 10s	# send replies at least this often
					# 0 disables
#hot_standby_feedback = off		# send info from standby to prevent
					# query conflicts
#wal_receiver_timeout = 60s		# time that receiver waits for
					# communication from primary
					# in milliseconds; 0 disables
#wal_retrieve_retry_interval = 5s	# time to wait before retrying to
					# retrieve WAL after a failed attempt
#recovery_min_apply_delay = 0		# minimum delay for applying changes during recovery
#sync_replication_slots = off		# enables slot synchronization on the physical standby from the primary

# - Subscribers -

# These settings are ignored on a publisher.

#max_logical_replication_workers = 4	# taken from max_worker_processes
					# (change requires restart)
#max_sync_workers_per_subscription = 2	# taken from max_logical_replication_workers
#max_parallel_apply_workers_per_subscription = 2	# taken from max_logical_replication_workers


#------------------------------------------------------------------------------
# QUERY TUNING
#------------------------------------------------------------------------------

# - Planner Method Configuration -

#enable_async_append = on
#enable_bitmapscan = on
#enable_gathermerge = on
#enable_hashagg = on
#enable_hashjoin = on
#enable_incremental_sort = on
#enable_indexscan = on
#enable_indexonlyscan = on
#enable_material = on
#enable_memoize = on
#enable_mergejoin = on
#enable_nestloop = on
#enable_parallel_append = on
#enable_parallel_hash = on
#enable_partition_pruning = on
#enable_partitionwise_join = off
#enable_partitionwise_aggregate = off
#enable_presorted_aggregate = on
#enable_seqscan = on
#enable_sort = on
#enable_tidscan = on
#enable_group_by_reordering = on

# - Planner Cost Constants -

#seq_page_cost = 1.0			# measured on an arbitrary scale
#random_page_cost = 4.0			# same scale as above
#cpu_tuple_cost = 0.01			# same scale as above
#cpu_index_tuple_cost = 0.005		# same scale as above
#cpu_operator_cost = 0.0025		# same scale as above
#parallel_setup_cost = 1000.0		# same scale as above
#parallel_tuple_cost = 0.1		# same scale as above
#min_parallel_table_scan_size = 8MB
#min_parallel_index_scan_size = 512kB
#effective_cache_size = 4GB

#jit_above_cost = 100000		# perform JIT compilation if available
					# and query more expensive than this;
					# -1 disables
#jit_inline_above_cost = 500000		# inline small functions if query is
					# more expensive than this; -1 disables
#jit_optimize_above_cost = 500000	# use expensive JIT optimizations if
					# query is more expensive than this;
					# -1 disables

# - Genetic Query Optimizer -

#geqo = on
#geqo_threshold = 12
#geqo_effort = 5			# range 1-10
#geqo_pool_size = 0			# selects default based on effort
#geqo_generations = 0			# selects default based on effort
#geqo_selection_bias = 2.0		# range 1.5-2.0
#geqo_seed = 0.0			# range 0.0-1.0

# - Other Planner Options -

#default_statistics_target = 100	# range 1-10000
#constraint_exclusion = partition	# on, off, or partition
#cursor_tuple_fraction = 0.1		# range 0.0-1.0
#from_collapse_limit = 8
#jit = on				# allow JIT compilation
#join_collapse_limit = 8		# 1 disables collapsing of explicit
					# JOIN clauses
#plan_cache_mode = auto			# auto, force_generic_plan or
					# force_custom_plan
#recursive_worktable_factor = 10.0	# range 0.001-1000000


#------------------------------------------------------------------------------
# REPORTING AND LOGGING
#------------------------------------------------------------------------------

# - Where to Log -

#log_destination = 'stderr'		# Valid values are combinations of
					# stderr, csvlog, jsonlog, syslog, and
					# eventlog, depending on platform.
					# csvlog and jsonlog require
					# logging_collector to be on.

# This is used when logging to stderr:
#logging_collector = off		# Enable capturing of stderr, jsonlog,
					# and csvlog into log files. Required
					# to be on for csvlogs and jsonlogs.
					# (change requires restart)

# These are only used if logging_collector is on:
#log_directory = 'log'			# directory where log files are written,
					# can be absolute or relative to PGDATA
#log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log'	# log file name pattern,
							# can include strftime() escapes
#log_file_mode = 0600			# creation mode for log files,
					# begin with 0 to use octal notation
#log_rotation_age = 1d			# Automatic rotation of logfiles will
					# happen after that time.  0 disables.
#log_rotation_size = 10MB		# Automatic rotation of logfiles will
					# happen after that much log output.
					# 0 disables.
#log_truncate_on_rotation = off		# If on, an existing log file with the
					# same name as the new log file will be
					# truncated rather than appended to.
					# But such truncation only occurs on
					# time-driven rotation, not on restarts
					# or size-driven rotation.  Default is
					# off, meaning append to existing files
					# in all cases.

# These are relevant when logging to syslog:
#syslog_facility = 'LOCAL0'
#syslog_ident = 'postgres'
#syslog_sequence_numbers = on
#syslog_split_messages = on

# This is only relevant when logging to eventlog (Windows):
# (change requires restart)
#event_source = 'PostgreSQL'

# - When to Log -

#log_min_messages = warning		# values in order of decreasing detail:
					#   debug5
					#   debug4
					#   debug3
					#   debug2
					#   debug1
					#   info
					#   notice
					#   warning
					#   error
					#   log
					#   fatal
					#   panic

#log_min_error_statement = error	# values in order of decreasing detail:
					#   debug5
					#   debug4
					#   debug3
					#   debug2
					#   debug1
					#   info
					#   notice
					#   warning
					#   error
					#   log
					#   fatal
					#   panic (effectively off)

#log_min_duration_statement = -1	# -1 is disabled, 0 logs all statements
					# and their durations, > 0 logs only
					# statements running at least this number
					# of milliseconds

#log_min_duration_sample = -1		# -1 is disabled, 0 logs a sample of statements
					# and their durations, > 0 logs only a sample of
					# statements running at least this number
					# of milliseconds;
					# sample fraction is determined by log_statement_sample_rate

#log_statement_sample_rate = 1.0	# fraction of logged statements exceeding
					# log_min_duration_sample to be logged;
					# 1.0 logs all such statements, 0.0 never logs


#log_transaction_sample_rate = 0.0	# fraction of transactions whose statements
					# are logged regardless of their duration; 1.0 logs all
					# statements from all transactions, 0.0 never logs

#log_startup_progress_interval = 10s	# Time between progress updates for
					# long-running startup operations.
					# 0 disables the feature, > 0 indicates
					# the interval in milliseconds.

# - What to Log -

#debug_print_parse = off
#debug_print_rewritten = off
#debug_print_plan = off
#debug_pretty_print = on
#log_autovacuum_min_duration = 10min	# log autovacuum activity;
					# -1 disables, 0 logs all actions and
					# their durations, > 0 logs only
					# actions running at least this number
					# of milliseconds.
#log_checkpoints = on
#log_connections = off
#log_disconnections = off
#log_duration = off
#log_error_verbosity = default		# terse, default, or verbose messages
#log_hostname = off
#log_line_prefix = '%m [%p] '		# special values:
					#   %a = application name
					#   %u = user name
					#   %d = database name
					#   %r = remote host and port
					#   %h = remote host
					#   %b = backend type
					#   %p = process ID
					#   %P = process ID of parallel group leader
					#   %t = timestamp without milliseconds
					#   %m = timestamp with milliseconds
					#   %n = timestamp with milliseconds (as a Unix epoch)
					#   %Q = query ID (0 if none or not computed)
					#   %i = command tag
					#   %e = SQL state
					#   %c = session ID
					#   %l = session line number
					#   %s = session start timestamp
					#   %v = virtual transaction ID
					#   %x = transaction ID (0 if none)
					#   %q = stop here in non-session
					#        processes
					#   %% = '%'
					# e.g. '<%u%%%d> '
#log_lock_waits = off			# log lock waits >= deadlock_timeout
#log_recovery_conflict_waits = off	# log standby recovery conflict waits
					# >= deadlock_timeout
#log_parameter_max_length = -1		# when logging statements, limit logged
					# bind-parameter values to N bytes;
					# -1 means print in full, 0 disables
#log_parameter_max_length_on_error = 0	# when logging an error, limit logged
					# bind-parameter values to N bytes;
					# -1 means print in full, 0 disables
#log_statement = 'none'			# none, ddl, mod, all
#log_replication_commands = off
#log_temp_files = -1			# log temporary files equal or larger
					# than the specified size in kilobytes;
					# -1 disables, 0 logs all temp files
#log_timezone = 'GMT'

# - Process Title -

#cluster_name = ''			# added to process titles if nonempty
					# (change requires restart)
#update_process_title = on


#------------------------------------------------------------------------------
# STATISTICS
#------------------------------------------------------------------------------

# - Cumulative Query and Index Statistics -

#track_activities = on
#track_activity_query_size = 1024	# (change requires restart)
#track_counts = on
#track_io_timing = off
#track_wal_io_timing = off
#track_functions = none			# none, pl, all
#stats_fetch_consistency = cache	# cache, none, snapshot


# - Monitoring -

#compute_query_id = auto
#log_statement_stats = off
#log_parser_stats = off
#log_planner_stats = off
#log_executor_stats = off


#------------------------------------------------------------------------------
# AUTOVACUUM
#------------------------------------------------------------------------------

#autovacuum = on			# Enable autovacuum subprocess?  'on'
					# requires track_counts to also be on.
#autovacuum_max_workers = 3		# max number of autovacuum subprocesses
					# (change requires restart)
#autovacuum_naptime = 1min		# time between autovacuum runs
#autovacuum_vacuum_threshold = 50	# min number of row updates before
					# vacuum
#autovacuum_vacuum_insert_threshold = 1000	# min number of row inserts
						# before vacuum; -1 disables insert
						# vacuums
#autovacuum_analyze_threshold = 50	# min number of row updates before
					# analyze
#autovacuum_vacuum_scale_factor = 0.2	# fraction of table size before vacuum
#autovacuum_vacuum_insert_scale_factor = 0.2	# fraction of inserts over table
						# size before insert vacuum
#autovacuum_analyze_scale_factor = 0.1	# fraction of table size before analyze
#autovacuum_freeze_max_age = 200000000	# maximum XID age before forced vacuum
					# (change requires restart)
#autovacuum_multixact_freeze_max_age = 400000000	# maximum multixact age
							# before forced vacuum
							# (change requires restart)
#autovacuum_vacuum_cost_delay = 2ms	# default vacuum cost delay for
					# autovacuum, in milliseconds;
					# -1 means use vacuum_cost_delay
#autovacuum_vacuum_cost_limit = -1	# default vacuum cost limit for
					# autovacuum, -1 means use
					# vacuum_cost_limit


#------------------------------------------------------------------------------
# CLIENT CONNECTION DEFAULTS
#------------------------------------------------------------------------------

# - Statement Behavior -

#client_min_messages = notice		# values in order of decreasing detail:
					#   debug5
					#   debug4
					#   debug3
					#   debug2
					#   debug1
					#   log
					#   notice
					#   warning
					#   error
#search_path = '"$user", public'	# schema names
#row_security = on
#default_table_access_method = 'heap'
#default_tablespace = ''		# a tablespace name, '' uses the default
#default_toast_compression = 'pglz'	# 'pglz' or 'lz4'
#temp_tablespaces = ''			# a list of tablespace names, '' uses
					# only default tablespace
#check_function_bodies = on
#default_transaction_isolation = 'read committed'
#default_transaction_read_only = off
#default_transaction_deferrable = off
#session_replication_role = 'origin'
#statement_timeout = 0				# in milliseconds, 0 is disabled
#transaction_timeout = 0			# in milliseconds, 0 is disabled
#lock_timeout = 0				# in milliseconds, 0 is disabled
#idle_in_transaction_session_timeout = 0	# in milliseconds, 0 is disabled
#idle_session_timeout = 0			# in milliseconds, 0 is disabled
#vacuum_freeze_table_age = 150000000
#vacuum_freeze_min_age = 50000000
#vacuum_failsafe_age = 1600000000
#vacuum_multixact_freeze_table_age = 150000000
#vacuum_multixact_freeze_min_age = 5000000
#vacuum_multixact_failsafe_age = 1600000000
#bytea_output = 'hex'			# hex, escape
#xmlbinary = 'base64'
#xmloption = 'content'
#gin_pending_list_limit = 4MB
#createrole_self_grant = ''		# set and/or inherit
#event_triggers = on

# - Locale and Formatting -

#datestyle = 'iso, mdy'
#intervalstyle = 'postgres'
#timezone = 'GMT'
#timezone_abbreviations = 'Default'	# Select the set of available time zone
					# abbreviations.  Currently, there are
					#   Default
					#   Australia (historical usage)
					#   India
					# You can create your own file in
					# share/timezonesets/.
#extra_float_digits = 1			# min -15, max 3; any value >0 actually
					# selects precise output mode
#client_encoding = sql_ascii		# actually, defaults to database
					# encoding

# These settings are initialized by initdb, but they can be changed.
#lc_messages = ''			# locale for system error message
					# strings
#lc_monetary = 'C'			# locale for monetary formatting
#lc_numeric = 'C'			# locale for number formatting
#lc_time = 'C'				# locale for time formatting

#icu_validation_level = warning		# report ICU locale validation
					# errors at the given level

# default configuration for text search
#default_text_search_config = 'pg_catalog.simple'

# - Shared Library Preloading -

#local_preload_libraries = ''
#session_preload_libraries = ''
#shared_preload_libraries = ''		# (change requires restart)
#jit_provider = 'llvmjit'		# JIT library to use

# - Other Defaults -

#dynamic_library_path = '$libdir'
#gin_fuzzy_search_limit = 0


#------------------------------------------------------------------------------
# LOCK MANAGEMENT
#------------------------------------------------------------------------------

#deadlock_timeout = 1s
#max_locks_per_transaction = 64		# min 10
					# (change requires restart)
#max_pred_locks_per_transaction = 64	# min 10
					# (change requires restart)
#max_pred_locks_per_relation = -2	# negative values mean
					# (max_pred_locks_per_transaction
					#  / -max_pred_locks_per_relation) - 1
#max_pred_locks_per_page = 2		# min 0


#------------------------------------------------------------------------------
# VERSION AND PLATFORM COMPATIBILITY
#------------------------------------------------------------------------------

# - Previous PostgreSQL Versions -

#array_nulls = on
#backslash_quote = safe_encoding	# on, off, or safe_encoding
#escape_string_warning = on
#lo_compat_privileges = off
#quote_all_identifiers = off
#standard_conforming_strings = on
#synchronize_seqscans = on

# - Other Platforms and Clients -

#transform_null_equals = off
#allow_alter_system = on


#------------------------------------------------------------------------------
# ERROR HANDLING
#------------------------------------------------------------------------------

#exit_on_error = off			# terminate session on any error?
#restart_after_crash = on		# reinitialize after backend crash?
#data_sync_retry = off			# retry or panic on failure to fsync
					# data?
					# (change requires restart)
#recovery_init_sync_method = fsync	# fsync, syncfs (Linux 5.8+)


#------------------------------------------------------------------------------
# CONFIG FILE INCLUDES
#------------------------------------------------------------------------------

# These options allow settings to be loaded from files other than the
# default postgresql.conf.  Note that these are directives, not variable
# assignments, so they can usefully be given more than once.

#include_dir = '...'			# include files ending in '.conf' from
					# a directory, e.g., 'conf.d'
#include_if_exists = '...'		# include file only if it exists
#include = '...'			# include file


#------------------------------------------------------------------------------
# CUSTOMIZED OPTIONS
#------------------------------------------------------------------------------

# Add settings for extensions here
--
--	system-wide psql configuration file
--
--  This file is read before the .psqlrc file in the user's home directory.
--
--  Copy this to your installation's sysconf directory and rename it psqlrc.
--  The sysconf directory can be identified via "pg_config --sysconfdir".
--
-- Language-specific snowball dictionaries
/*
 * Create underlying C functions for Snowball stemmers
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball_func.sql.in
 *
 * This file is combined with multiple instances of snowball.sql.in to
 * build snowball_create.sql, which is executed during initdb.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

SET search_path = pg_catalog;

CREATE FUNCTION dsnowball_init(INTERNAL)
    RETURNS INTERNAL AS '$libdir/dict_snowball', 'dsnowball_init'
LANGUAGE C STRICT;

CREATE FUNCTION dsnowball_lexize(INTERNAL, INTERNAL, INTERNAL, INTERNAL)
    RETURNS INTERNAL AS '$libdir/dict_snowball', 'dsnowball_lexize'
LANGUAGE C STRICT;

CREATE TEXT SEARCH TEMPLATE snowball
	(INIT = dsnowball_init,
	LEXIZE = dsnowball_lexize);

COMMENT ON TEXT SEARCH TEMPLATE snowball IS 'snowball stemmer';
/*
 * text search configuration for arabic language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * arabic and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY arabic_stem
	(TEMPLATE = snowball, Language = arabic );

COMMENT ON TEXT SEARCH DICTIONARY arabic_stem IS 'snowball stemmer for arabic language';

CREATE TEXT SEARCH CONFIGURATION arabic
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION arabic IS 'configuration for arabic language';

ALTER TEXT SEARCH CONFIGURATION arabic ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION arabic ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH arabic_stem;

ALTER TEXT SEARCH CONFIGURATION arabic ADD MAPPING
    FOR word, hword_part, hword
	WITH arabic_stem;
/*
 * text search configuration for armenian language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * armenian and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY armenian_stem
	(TEMPLATE = snowball, Language = armenian );

COMMENT ON TEXT SEARCH DICTIONARY armenian_stem IS 'snowball stemmer for armenian language';

CREATE TEXT SEARCH CONFIGURATION armenian
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION armenian IS 'configuration for armenian language';

ALTER TEXT SEARCH CONFIGURATION armenian ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION armenian ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH armenian_stem;

ALTER TEXT SEARCH CONFIGURATION armenian ADD MAPPING
    FOR word, hword_part, hword
	WITH armenian_stem;
/*
 * text search configuration for basque language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * basque and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY basque_stem
	(TEMPLATE = snowball, Language = basque );

COMMENT ON TEXT SEARCH DICTIONARY basque_stem IS 'snowball stemmer for basque language';

CREATE TEXT SEARCH CONFIGURATION basque
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION basque IS 'configuration for basque language';

ALTER TEXT SEARCH CONFIGURATION basque ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION basque ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH basque_stem;

ALTER TEXT SEARCH CONFIGURATION basque ADD MAPPING
    FOR word, hword_part, hword
	WITH basque_stem;
/*
 * text search configuration for catalan language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * catalan and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY catalan_stem
	(TEMPLATE = snowball, Language = catalan );

COMMENT ON TEXT SEARCH DICTIONARY catalan_stem IS 'snowball stemmer for catalan language';

CREATE TEXT SEARCH CONFIGURATION catalan
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION catalan IS 'configuration for catalan language';

ALTER TEXT SEARCH CONFIGURATION catalan ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION catalan ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH catalan_stem;

ALTER TEXT SEARCH CONFIGURATION catalan ADD MAPPING
    FOR word, hword_part, hword
	WITH catalan_stem;
/*
 * text search configuration for danish language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * danish and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY danish_stem
	(TEMPLATE = snowball, Language = danish , StopWords=danish);

COMMENT ON TEXT SEARCH DICTIONARY danish_stem IS 'snowball stemmer for danish language';

CREATE TEXT SEARCH CONFIGURATION danish
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION danish IS 'configuration for danish language';

ALTER TEXT SEARCH CONFIGURATION danish ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION danish ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH danish_stem;

ALTER TEXT SEARCH CONFIGURATION danish ADD MAPPING
    FOR word, hword_part, hword
	WITH danish_stem;
/*
 * text search configuration for dutch language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * dutch and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY dutch_stem
	(TEMPLATE = snowball, Language = dutch , StopWords=dutch);

COMMENT ON TEXT SEARCH DICTIONARY dutch_stem IS 'snowball stemmer for dutch language';

CREATE TEXT SEARCH CONFIGURATION dutch
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION dutch IS 'configuration for dutch language';

ALTER TEXT SEARCH CONFIGURATION dutch ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION dutch ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH dutch_stem;

ALTER TEXT SEARCH CONFIGURATION dutch ADD MAPPING
    FOR word, hword_part, hword
	WITH dutch_stem;
/*
 * text search configuration for english language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * english and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY english_stem
	(TEMPLATE = snowball, Language = english , StopWords=english);

COMMENT ON TEXT SEARCH DICTIONARY english_stem IS 'snowball stemmer for english language';

CREATE TEXT SEARCH CONFIGURATION english
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION english IS 'configuration for english language';

ALTER TEXT SEARCH CONFIGURATION english ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION english ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH english_stem;

ALTER TEXT SEARCH CONFIGURATION english ADD MAPPING
    FOR word, hword_part, hword
	WITH english_stem;
/*
 * text search configuration for finnish language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * finnish and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY finnish_stem
	(TEMPLATE = snowball, Language = finnish , StopWords=finnish);

COMMENT ON TEXT SEARCH DICTIONARY finnish_stem IS 'snowball stemmer for finnish language';

CREATE TEXT SEARCH CONFIGURATION finnish
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION finnish IS 'configuration for finnish language';

ALTER TEXT SEARCH CONFIGURATION finnish ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION finnish ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH finnish_stem;

ALTER TEXT SEARCH CONFIGURATION finnish ADD MAPPING
    FOR word, hword_part, hword
	WITH finnish_stem;
/*
 * text search configuration for french language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * french and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY french_stem
	(TEMPLATE = snowball, Language = french , StopWords=french);

COMMENT ON TEXT SEARCH DICTIONARY french_stem IS 'snowball stemmer for french language';

CREATE TEXT SEARCH CONFIGURATION french
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION french IS 'configuration for french language';

ALTER TEXT SEARCH CONFIGURATION french ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION french ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH french_stem;

ALTER TEXT SEARCH CONFIGURATION french ADD MAPPING
    FOR word, hword_part, hword
	WITH french_stem;
/*
 * text search configuration for german language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * german and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY german_stem
	(TEMPLATE = snowball, Language = german , StopWords=german);

COMMENT ON TEXT SEARCH DICTIONARY german_stem IS 'snowball stemmer for german language';

CREATE TEXT SEARCH CONFIGURATION german
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION german IS 'configuration for german language';

ALTER TEXT SEARCH CONFIGURATION german ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION german ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH german_stem;

ALTER TEXT SEARCH CONFIGURATION german ADD MAPPING
    FOR word, hword_part, hword
	WITH german_stem;
/*
 * text search configuration for greek language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * greek and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY greek_stem
	(TEMPLATE = snowball, Language = greek );

COMMENT ON TEXT SEARCH DICTIONARY greek_stem IS 'snowball stemmer for greek language';

CREATE TEXT SEARCH CONFIGURATION greek
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION greek IS 'configuration for greek language';

ALTER TEXT SEARCH CONFIGURATION greek ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION greek ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH greek_stem;

ALTER TEXT SEARCH CONFIGURATION greek ADD MAPPING
    FOR word, hword_part, hword
	WITH greek_stem;
/*
 * text search configuration for hindi language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * hindi and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY hindi_stem
	(TEMPLATE = snowball, Language = hindi );

COMMENT ON TEXT SEARCH DICTIONARY hindi_stem IS 'snowball stemmer for hindi language';

CREATE TEXT SEARCH CONFIGURATION hindi
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION hindi IS 'configuration for hindi language';

ALTER TEXT SEARCH CONFIGURATION hindi ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION hindi ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH english_stem;

ALTER TEXT SEARCH CONFIGURATION hindi ADD MAPPING
    FOR word, hword_part, hword
	WITH hindi_stem;
/*
 * text search configuration for hungarian language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * hungarian and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY hungarian_stem
	(TEMPLATE = snowball, Language = hungarian , StopWords=hungarian);

COMMENT ON TEXT SEARCH DICTIONARY hungarian_stem IS 'snowball stemmer for hungarian language';

CREATE TEXT SEARCH CONFIGURATION hungarian
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION hungarian IS 'configuration for hungarian language';

ALTER TEXT SEARCH CONFIGURATION hungarian ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION hungarian ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH hungarian_stem;

ALTER TEXT SEARCH CONFIGURATION hungarian ADD MAPPING
    FOR word, hword_part, hword
	WITH hungarian_stem;
/*
 * text search configuration for indonesian language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * indonesian and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY indonesian_stem
	(TEMPLATE = snowball, Language = indonesian );

COMMENT ON TEXT SEARCH DICTIONARY indonesian_stem IS 'snowball stemmer for indonesian language';

CREATE TEXT SEARCH CONFIGURATION indonesian
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION indonesian IS 'configuration for indonesian language';

ALTER TEXT SEARCH CONFIGURATION indonesian ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION indonesian ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH indonesian_stem;

ALTER TEXT SEARCH CONFIGURATION indonesian ADD MAPPING
    FOR word, hword_part, hword
	WITH indonesian_stem;
/*
 * text search configuration for irish language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * irish and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY irish_stem
	(TEMPLATE = snowball, Language = irish );

COMMENT ON TEXT SEARCH DICTIONARY irish_stem IS 'snowball stemmer for irish language';

CREATE TEXT SEARCH CONFIGURATION irish
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION irish IS 'configuration for irish language';

ALTER TEXT SEARCH CONFIGURATION irish ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION irish ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH irish_stem;

ALTER TEXT SEARCH CONFIGURATION irish ADD MAPPING
    FOR word, hword_part, hword
	WITH irish_stem;
/*
 * text search configuration for italian language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * italian and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY italian_stem
	(TEMPLATE = snowball, Language = italian , StopWords=italian);

COMMENT ON TEXT SEARCH DICTIONARY italian_stem IS 'snowball stemmer for italian language';

CREATE TEXT SEARCH CONFIGURATION italian
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION italian IS 'configuration for italian language';

ALTER TEXT SEARCH CONFIGURATION italian ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION italian ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH italian_stem;

ALTER TEXT SEARCH CONFIGURATION italian ADD MAPPING
    FOR word, hword_part, hword
	WITH italian_stem;
/*
 * text search configuration for lithuanian language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * lithuanian and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY lithuanian_stem
	(TEMPLATE = snowball, Language = lithuanian );

COMMENT ON TEXT SEARCH DICTIONARY lithuanian_stem IS 'snowball stemmer for lithuanian language';

CREATE TEXT SEARCH CONFIGURATION lithuanian
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION lithuanian IS 'configuration for lithuanian language';

ALTER TEXT SEARCH CONFIGURATION lithuanian ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION lithuanian ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH lithuanian_stem;

ALTER TEXT SEARCH CONFIGURATION lithuanian ADD MAPPING
    FOR word, hword_part, hword
	WITH lithuanian_stem;
/*
 * text search configuration for nepali language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * nepali and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY nepali_stem
	(TEMPLATE = snowball, Language = nepali , StopWords=nepali);

COMMENT ON TEXT SEARCH DICTIONARY nepali_stem IS 'snowball stemmer for nepali language';

CREATE TEXT SEARCH CONFIGURATION nepali
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION nepali IS 'configuration for nepali language';

ALTER TEXT SEARCH CONFIGURATION nepali ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION nepali ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH nepali_stem;

ALTER TEXT SEARCH CONFIGURATION nepali ADD MAPPING
    FOR word, hword_part, hword
	WITH nepali_stem;
/*
 * text search configuration for norwegian language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * norwegian and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY norwegian_stem
	(TEMPLATE = snowball, Language = norwegian , StopWords=norwegian);

COMMENT ON TEXT SEARCH DICTIONARY norwegian_stem IS 'snowball stemmer for norwegian language';

CREATE TEXT SEARCH CONFIGURATION norwegian
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION norwegian IS 'configuration for norwegian language';

ALTER TEXT SEARCH CONFIGURATION norwegian ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION norwegian ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH norwegian_stem;

ALTER TEXT SEARCH CONFIGURATION norwegian ADD MAPPING
    FOR word, hword_part, hword
	WITH norwegian_stem;
/*
 * text search configuration for portuguese language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * portuguese and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY portuguese_stem
	(TEMPLATE = snowball, Language = portuguese , StopWords=portuguese);

COMMENT ON TEXT SEARCH DICTIONARY portuguese_stem IS 'snowball stemmer for portuguese language';

CREATE TEXT SEARCH CONFIGURATION portuguese
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION portuguese IS 'configuration for portuguese language';

ALTER TEXT SEARCH CONFIGURATION portuguese ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION portuguese ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH portuguese_stem;

ALTER TEXT SEARCH CONFIGURATION portuguese ADD MAPPING
    FOR word, hword_part, hword
	WITH portuguese_stem;
/*
 * text search configuration for romanian language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * romanian and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY romanian_stem
	(TEMPLATE = snowball, Language = romanian );

COMMENT ON TEXT SEARCH DICTIONARY romanian_stem IS 'snowball stemmer for romanian language';

CREATE TEXT SEARCH CONFIGURATION romanian
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION romanian IS 'configuration for romanian language';

ALTER TEXT SEARCH CONFIGURATION romanian ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION romanian ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH romanian_stem;

ALTER TEXT SEARCH CONFIGURATION romanian ADD MAPPING
    FOR word, hword_part, hword
	WITH romanian_stem;
/*
 * text search configuration for russian language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * russian and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY russian_stem
	(TEMPLATE = snowball, Language = russian , StopWords=russian);

COMMENT ON TEXT SEARCH DICTIONARY russian_stem IS 'snowball stemmer for russian language';

CREATE TEXT SEARCH CONFIGURATION russian
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION russian IS 'configuration for russian language';

ALTER TEXT SEARCH CONFIGURATION russian ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION russian ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH english_stem;

ALTER TEXT SEARCH CONFIGURATION russian ADD MAPPING
    FOR word, hword_part, hword
	WITH russian_stem;
/*
 * text search configuration for serbian language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * serbian and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY serbian_stem
	(TEMPLATE = snowball, Language = serbian );

COMMENT ON TEXT SEARCH DICTIONARY serbian_stem IS 'snowball stemmer for serbian language';

CREATE TEXT SEARCH CONFIGURATION serbian
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION serbian IS 'configuration for serbian language';

ALTER TEXT SEARCH CONFIGURATION serbian ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION serbian ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH serbian_stem;

ALTER TEXT SEARCH CONFIGURATION serbian ADD MAPPING
    FOR word, hword_part, hword
	WITH serbian_stem;
/*
 * text search configuration for spanish language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * spanish and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY spanish_stem
	(TEMPLATE = snowball, Language = spanish , StopWords=spanish);

COMMENT ON TEXT SEARCH DICTIONARY spanish_stem IS 'snowball stemmer for spanish language';

CREATE TEXT SEARCH CONFIGURATION spanish
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION spanish IS 'configuration for spanish language';

ALTER TEXT SEARCH CONFIGURATION spanish ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION spanish ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH spanish_stem;

ALTER TEXT SEARCH CONFIGURATION spanish ADD MAPPING
    FOR word, hword_part, hword
	WITH spanish_stem;
/*
 * text search configuration for swedish language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * swedish and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY swedish_stem
	(TEMPLATE = snowball, Language = swedish , StopWords=swedish);

COMMENT ON TEXT SEARCH DICTIONARY swedish_stem IS 'snowball stemmer for swedish language';

CREATE TEXT SEARCH CONFIGURATION swedish
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION swedish IS 'configuration for swedish language';

ALTER TEXT SEARCH CONFIGURATION swedish ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION swedish ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH swedish_stem;

ALTER TEXT SEARCH CONFIGURATION swedish ADD MAPPING
    FOR word, hword_part, hword
	WITH swedish_stem;
/*
 * text search configuration for tamil language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * tamil and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY tamil_stem
	(TEMPLATE = snowball, Language = tamil );

COMMENT ON TEXT SEARCH DICTIONARY tamil_stem IS 'snowball stemmer for tamil language';

CREATE TEXT SEARCH CONFIGURATION tamil
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION tamil IS 'configuration for tamil language';

ALTER TEXT SEARCH CONFIGURATION tamil ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION tamil ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH tamil_stem;

ALTER TEXT SEARCH CONFIGURATION tamil ADD MAPPING
    FOR word, hword_part, hword
	WITH tamil_stem;
/*
 * text search configuration for turkish language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * turkish and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY turkish_stem
	(TEMPLATE = snowball, Language = turkish , StopWords=turkish);

COMMENT ON TEXT SEARCH DICTIONARY turkish_stem IS 'snowball stemmer for turkish language';

CREATE TEXT SEARCH CONFIGURATION turkish
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION turkish IS 'configuration for turkish language';

ALTER TEXT SEARCH CONFIGURATION turkish ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION turkish ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH turkish_stem;

ALTER TEXT SEARCH CONFIGURATION turkish ADD MAPPING
    FOR word, hword_part, hword
	WITH turkish_stem;
/*
 * text search configuration for yiddish language
 *
 * Copyright (c) 2007-2024, PostgreSQL Global Development Group
 *
 * src/backend/snowball/snowball.sql.in
 *
 * yiddish and certain other macros are replaced for each language;
 * see the Makefile for details.
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE TEXT SEARCH DICTIONARY yiddish_stem
	(TEMPLATE = snowball, Language = yiddish );

COMMENT ON TEXT SEARCH DICTIONARY yiddish_stem IS 'snowball stemmer for yiddish language';

CREATE TEXT SEARCH CONFIGURATION yiddish
	(PARSER = default);

COMMENT ON TEXT SEARCH CONFIGURATION yiddish IS 'configuration for yiddish language';

ALTER TEXT SEARCH CONFIGURATION yiddish ADD MAPPING
	FOR email, url, url_path, host, file, version,
	    sfloat, float, int, uint,
	    numword, hword_numpart, numhword
	WITH simple;

ALTER TEXT SEARCH CONFIGURATION yiddish ADD MAPPING
    FOR asciiword, hword_asciipart, asciihword
	WITH yiddish_stem;

ALTER TEXT SEARCH CONFIGURATION yiddish ADD MAPPING
    FOR word, hword_part, hword
	WITH yiddish_stem;
B011	Embedded Ada			NO	
B012	Embedded C			YES	
B013	Embedded COBOL			NO	
B014	Embedded Fortran			NO	
B015	Embedded MUMPS			NO	
B016	Embedded Pascal			NO	
B017	Embedded PL/I			NO	
B021	Direct SQL			YES	
B030	Enhanced dynamic SQL			NO	
B031	Basic dynamic SQL			NO	
B032	Extended dynamic SQL			NO	
B033	Untyped SQL-invoked function arguments			NO	
B034	Dynamic specification of cursor attributes			NO	
B035	Non-extended descriptor names			NO	
B036	Describe input statement			NO	
B041	Extensions to embedded SQL exception declarations			NO	
B051	Enhanced execution rights			NO	
B111	Module language Ada			NO	
B112	Module language C			NO	
B113	Module language COBOL			NO	
B114	Module language Fortran			NO	
B115	Module language MUMPS			NO	
B116	Module language Pascal			NO	
B117	Module language PL/I			NO	
B121	Routine language Ada			NO	
B122	Routine language C			NO	
B123	Routine language COBOL			NO	
B124	Routine language Fortran			NO	
B125	Routine language MUMPS			NO	
B126	Routine language Pascal			NO	
B127	Routine language PL/I			NO	
B128	Routine language SQL			YES	
B200	Polymorphic table functions			NO	
B201	More than one PTF generic table parameter			NO	
B202	PTF copartitioning			NO	
B203	More than one copartition specification			NO	
B204	PRUNE WHEN EMPTY			NO	
B205	Pass-through columns			NO	
B206	PTF descriptor parameters			NO	
B207	Cross products of partitionings			NO	
B208	PTF component procedure interface			NO	
B209	PTF extended names			NO	
B211	Module language Ada: VARCHAR and NUMERIC support			NO	
B221	Routine language Ada: VARCHAR and NUMERIC support			NO	
E011	Numeric data types			YES	
E011	Numeric data types	01	INTEGER and SMALLINT data types	YES	
E011	Numeric data types	02	REAL, DOUBLE PRECISION, and FLOAT data types	YES	
E011	Numeric data types	03	DECIMAL and NUMERIC data types	YES	
E011	Numeric data types	04	Arithmetic operators	YES	
E011	Numeric data types	05	Numeric comparison	YES	
E011	Numeric data types	06	Implicit casting among the numeric data types	YES	
E021	Character data types			YES	
E021	Character string types	01	CHARACTER data type	YES	
E021	Character string types	02	CHARACTER VARYING data type	YES	
E021	Character string types	03	Character literals	YES	
E021	Character string types	04	CHARACTER_LENGTH function	YES	trims trailing spaces from CHARACTER values before counting
E021	Character string types	05	OCTET_LENGTH function	YES	
E021	Character string types	06	SUBSTRING function	YES	
E021	Character string types	07	Character concatenation	YES	
E021	Character string types	08	UPPER and LOWER functions	YES	
E021	Character string types	09	TRIM function	YES	
E021	Character string types	10	Implicit casting among the character string types	YES	
E021	Character string types	11	POSITION function	YES	
E021	Character string types	12	Character comparison	YES	
E031	Identifiers			YES	
E031	Identifiers	01	Delimited identifiers	YES	
E031	Identifiers	02	Lower case identifiers	YES	
E031	Identifiers	03	Trailing underscore	YES	
E051	Basic query specification			YES	
E051	Basic query specification	01	SELECT DISTINCT	YES	
E051	Basic query specification	02	GROUP BY clause	YES	
E051	Basic query specification	04	GROUP BY can contain columns not in <select list>	YES	
E051	Basic query specification	05	Select list items can be renamed	YES	
E051	Basic query specification	06	HAVING clause	YES	
E051	Basic query specification	07	Qualified * in select list	YES	
E051	Basic query specification	08	Correlation names in the FROM clause	YES	
E051	Basic query specification	09	Rename columns in the FROM clause	YES	
E061	Basic predicates and search conditions			YES	
E061	Basic predicates and search conditions	01	Comparison predicate	YES	
E061	Basic predicates and search conditions	02	BETWEEN predicate	YES	
E061	Basic predicates and search conditions	03	IN predicate with list of values	YES	
E061	Basic predicates and search conditions	04	LIKE predicate	YES	
E061	Basic predicates and search conditions	05	LIKE predicate ESCAPE clause	YES	
E061	Basic predicates and search conditions	06	NULL predicate	YES	
E061	Basic predicates and search conditions	07	Quantified comparison predicate	YES	
E061	Basic predicates and search conditions	08	EXISTS predicate	YES	
E061	Basic predicates and search conditions	09	Subqueries in comparison predicate	YES	
E061	Basic predicates and search conditions	11	Subqueries in IN predicate	YES	
E061	Basic predicates and search conditions	12	Subqueries in quantified comparison predicate	YES	
E061	Basic predicates and search conditions	13	Correlated subqueries	YES	
E061	Basic predicates and search conditions	14	Search condition	YES	
E071	Basic query expressions			YES	
E071	Basic query expressions	01	UNION DISTINCT table operator	YES	
E071	Basic query expressions	02	UNION ALL table operator	YES	
E071	Basic query expressions	03	EXCEPT DISTINCT table operator	YES	
E071	Basic query expressions	05	Columns combined via table operators need not have exactly the same data type	YES	
E071	Basic query expressions	06	Table operators in subqueries	YES	
E081	Basic Privileges			YES	
E081	Basic Privileges	01	SELECT privilege	YES	
E081	Basic Privileges	02	DELETE privilege	YES	
E081	Basic Privileges	03	INSERT privilege at the table level	YES	
E081	Basic Privileges	04	UPDATE privilege at the table level	YES	
E081	Basic Privileges	05	UPDATE privilege at the column level	YES	
E081	Basic Privileges	06	REFERENCES privilege at the table level	YES	
E081	Basic Privileges	07	REFERENCES privilege at the column level	YES	
E081	Basic Privileges	08	WITH GRANT OPTION	YES	
E081	Basic Privileges	09	USAGE privilege	YES	
E081	Basic Privileges	10	EXECUTE privilege	YES	
E091	Set functions			YES	
E091	Set functions	01	AVG	YES	
E091	Set functions	02	COUNT	YES	
E091	Set functions	03	MAX	YES	
E091	Set functions	04	MIN	YES	
E091	Set functions	05	SUM	YES	
E091	Set functions	06	ALL quantifier	YES	
E091	Set functions	07	DISTINCT quantifier	YES	
E101	Basic data manipulation			YES	
E101	Basic data manipulation	01	INSERT statement	YES	
E101	Basic data manipulation	03	Searched UPDATE statement	YES	
E101	Basic data manipulation	04	Searched DELETE statement	YES	
E111	Single row SELECT statement			YES	
E121	Basic cursor support			YES	
E121	Basic cursor support	01	DECLARE CURSOR	YES	
E121	Basic cursor support	02	ORDER BY columns need not be in select list	YES	
E121	Basic cursor support	03	Value expressions in ORDER BY clause	YES	
E121	Basic cursor support	04	OPEN statement	YES	
E121	Basic cursor support	06	Positioned UPDATE statement	YES	
E121	Basic cursor support	07	Positioned DELETE statement	YES	
E121	Basic cursor support	08	CLOSE statement	YES	
E121	Basic cursor support	10	FETCH statement implicit NEXT	YES	
E121	Basic cursor support	17	WITH HOLD cursors	YES	
E131	Null value support (nulls in lieu of values)			YES	
E141	Basic integrity constraints			YES	
E141	Basic integrity constraints	01	NOT NULL constraints	YES	
E141	Basic integrity constraints	02	UNIQUE constraints of NOT NULL columns	YES	
E141	Basic integrity constraints	03	PRIMARY KEY constraints	YES	
E141	Basic integrity constraints	04	Basic FOREIGN KEY constraint with the NO ACTION default for both referential delete action and referential update action	YES	
E141	Basic integrity constraints	06	CHECK constraints	YES	
E141	Basic integrity constraints	07	Column defaults	YES	
E141	Basic integrity constraints	08	NOT NULL inferred on PRIMARY KEY	YES	
E141	Basic integrity constraints	10	Names in a foreign key can be specified in any order	YES	
E151	Transaction support			YES	
E151	Transaction support	01	COMMIT statement	YES	
E151	Transaction support	02	ROLLBACK statement	YES	
E152	Basic SET TRANSACTION statement			YES	
E152	Basic SET TRANSACTION statement	01	SET TRANSACTION statement: ISOLATION LEVEL SERIALIZABLE clause	YES	
E152	Basic SET TRANSACTION statement	02	SET TRANSACTION statement: READ ONLY and READ WRITE clauses	YES	
E153	Updatable queries with subqueries			YES	
E161	SQL comments using leading double minus			YES	
E171	SQLSTATE support			YES	
E182	Host language binding			YES	
F021	Basic information schema			YES	
F021	Basic information schema	01	COLUMNS view	YES	
F021	Basic information schema	02	TABLES view	YES	
F021	Basic information schema	03	VIEWS view	YES	
F021	Basic information schema	04	TABLE_CONSTRAINTS view	YES	
F021	Basic information schema	05	REFERENTIAL_CONSTRAINTS view	YES	
F021	Basic information schema	06	CHECK_CONSTRAINTS view	YES	
F031	Basic schema manipulation			YES	
F031	Basic schema manipulation	01	CREATE TABLE statement to create persistent base tables	YES	
F031	Basic schema manipulation	02	CREATE VIEW statement	YES	
F031	Basic schema manipulation	03	GRANT statement	YES	
F031	Basic schema manipulation	04	ALTER TABLE statement: ADD COLUMN clause	YES	
F031	Basic schema manipulation	13	DROP TABLE statement: RESTRICT clause	YES	
F031	Basic schema manipulation	16	DROP VIEW statement: RESTRICT clause	YES	
F031	Basic schema manipulation	19	REVOKE statement: RESTRICT clause	YES	
F032	CASCADE drop behavior			YES	
F033	ALTER TABLE statement: DROP COLUMN clause			YES	
F034	Extended REVOKE statement			YES	
F035	REVOKE with CASCADE			YES	
F036	REVOKE statement performed by non-owner			YES	
F037	REVOKE statement: GRANT OPTION FOR clause			YES	
F038	REVOKE of a WITH GRANT OPTION privilege			YES	
F041	Basic joined table			YES	
F041	Basic joined table	01	Inner join (but not necessarily the INNER keyword)	YES	
F041	Basic joined table	02	INNER keyword	YES	
F041	Basic joined table	03	LEFT OUTER JOIN	YES	
F041	Basic joined table	04	RIGHT OUTER JOIN	YES	
F041	Basic joined table	05	Outer joins can be nested	YES	
F041	Basic joined table	07	The inner table in a left or right outer join can also be used in an inner join	YES	
F041	Basic joined table	08	All comparison operators are supported (rather than just =)	YES	
F051	Basic date and time			YES	
F051	Basic date and time	01	DATE data type (including support of DATE literal)	YES	
F051	Basic date and time	02	TIME data type (including support of TIME literal) with fractional seconds precision of at least 0	YES	
F051	Basic date and time	03	TIMESTAMP data type (including support of TIMESTAMP literal) with fractional seconds precision of at least 0 and 6	YES	
F051	Basic date and time	04	Comparison predicate on DATE, TIME, and TIMESTAMP data types	YES	
F051	Basic date and time	05	Explicit CAST between datetime types and character string types	YES	
F051	Basic date and time	06	CURRENT_DATE	YES	
F051	Basic date and time	07	LOCALTIME	YES	
F051	Basic date and time	08	LOCALTIMESTAMP	YES	
F052	Intervals and datetime arithmetic			YES	
F053	OVERLAPS predicate			YES	
F054	TIMESTAMP in DATE type precedence list			NO	
F081	UNION and EXCEPT in views			YES	
F111	Isolation levels other than SERIALIZABLE			YES	
F112	Isolation level READ UNCOMMITTED			YES	
F113	Isolation level READ COMMITTED			YES	
F114	Isolation level REPEATABLE READ			YES	
F120	Get diagnostics statement			NO	
F121	Basic diagnostics management			NO	
F122	Enhanced diagnostics management			NO	
F123	All diagnostics			NO	
F124	SET TRANSACTION statement: DIAGNOSTICS SIZE clause			NO	
F131	Grouped operations			YES	
F131	Grouped operations	01	WHERE, GROUP BY, and HAVING clauses supported in queries with grouped views	YES	
F131	Grouped operations	02	Multiple tables supported in queries with grouped views	YES	
F131	Grouped operations	03	Set functions supported in queries with grouped views	YES	
F131	Grouped operations	04	Subqueries with GROUP BY and HAVING clauses and grouped views	YES	
F131	Grouped operations	05	Single row SELECT with GROUP BY and HAVING clauses and grouped views	YES	
F171	Multiple schemas per user			YES	
F181	Multiple module support			YES	
F191	Referential delete actions			YES	
F200	TRUNCATE TABLE statement			YES	
F201	CAST function			YES	
F202	TRUNCATE TABLE: identity column restart option			YES	
F221	Explicit defaults			YES	
F222	INSERT statement: DEFAULT VALUES clause			YES	
F231	Privilege tables			YES	
F251	Domain support			YES	
F261	CASE expression			YES	
F261	CASE expression	01	Simple CASE	YES	
F261	CASE expression	02	Searched CASE	YES	
F261	CASE expression	03	NULLIF	YES	
F261	CASE expression	04	COALESCE	YES	
F262	Extended CASE expression			YES	
F263	Comma-separated predicates in simple CASE expression			NO	
F271	Compound character literals			YES	
F281	LIKE enhancements			YES	
F291	UNIQUE predicate			NO	
F292	UNIQUE null treatment			YES	
F301	CORRESPONDING in query expressions			NO	
F302	INTERSECT table operator			YES	
F303	INTERSECT DISTINCT table operator			YES	
F304	EXCEPT ALL table operator			YES	
F305	INTERSECT ALL table operator			YES	
F311	Schema definition statement			YES	
F311	Schema definition statement	01	CREATE SCHEMA	YES	
F311	Schema definition statement	02	CREATE TABLE for persistent base tables	YES	
F311	Schema definition statement	03	CREATE VIEW	YES	
F311	Schema definition statement	04	CREATE VIEW: WITH CHECK OPTION	YES	
F311	Schema definition statement	05	GRANT statement	YES	
F312	MERGE statement			YES	
F313	Enhanced MERGE statement			YES	
F314	MERGE statement with DELETE branch			YES	
F321	User authorization			YES	
F341	Usage tables			YES	
F361	Subprogram support			YES	
F381	Extended schema manipulation			YES	
F382	Alter column data type			YES	
F383	Set column not null clause			YES	
F384	Drop identity property clause			YES	
F385	Drop column generation expression clause			YES	
F386	Set identity column generation clause			YES	
F387	ALTER TABLE statement: ALTER COLUMN clause			YES	
F388	ALTER TABLE statement: ADD/DROP CONSTRAINT clause			YES	
F391	Long identifiers			YES	
F392	Unicode escapes in identifiers			YES	
F393	Unicode escapes in literals			YES	
F394	Optional normal form specification			YES	
F401	Extended joined table			YES	
F402	Named column joins for LOBs, arrays, and multisets			YES	
F403	Partitioned join tables			NO	
F404	Range variable for common column names			YES	
F405	NATURAL JOIN			YES	
F406	FULL OUTER JOIN			YES	
F407	CROSS JOIN			YES	
F411	Time zone specification			YES	differences regarding literal interpretation
F421	National character			YES	
F431	Read-only scrollable cursors			YES	
F432	FETCH with explicit NEXT			YES	
F433	FETCH FIRST			YES	
F434	FETCH LAST			YES	
F435	FETCH PRIOR			YES	
F436	FETCH ABSOLUTE			YES	
F437	FETCH RELATIVE			YES	
F438	Scrollable cursors			YES	
F441	Extended set function support			YES	
F442	Mixed column references in set functions			YES	
F451	Character set definition			NO	
F461	Named character sets			NO	
F471	Scalar subquery values			YES	
F481	Expanded NULL predicate			YES	
F491	Constraint management			YES	
F492	Optional table constraint enforcement			NO	
F501	Features and conformance views			YES	
F501	Features and conformance views	01	SQL_FEATURES view	YES	
F501	Features and conformance views	02	SQL_SIZING view	YES	
F502	Enhanced documentation tables			YES	
F521	Assertions			NO	
F531	Temporary tables			YES	
F555	Enhanced seconds precision			YES	
F561	Full value expressions			YES	
F571	Truth value tests			YES	
F591	Derived tables			YES	
F611	Indicator data types			YES	
F641	Row and table constructors			YES	
F651	Catalog name qualifiers			YES	
F661	Simple tables			YES	
F671	Subqueries in CHECK constraints			NO	intentionally omitted
F672	Retrospective CHECK constraints			YES	
F673	Reads SQL-data routine invocations in CHECK constraints			NO	
F690	Collation support			YES	
F692	Extended collation support			YES	
F693	SQL-session and client module collations			NO	
F695	Translation support			NO	
F696	Additional translation documentation			NO	
F701	Referential update actions			YES	
F711	ALTER domain			YES	
F721	Deferrable constraints			NO	foreign and unique keys only
F731	INSERT column privileges			YES	
F741	Referential MATCH types			NO	no partial match yet
F751	View CHECK enhancements			YES	
F761	Session management			YES	
F762	CURRENT_CATALOG			YES	
F763	CURRENT_SCHEMA			YES	
F771	Connection management			YES	
F781	Self-referencing operations			YES	
F791	Insensitive cursors			YES	
F801	Full set function			YES	
F812	Basic flagging			NO	
F813	Extended flagging			NO	
F821	Local table references			NO	
F831	Full cursor update			NO	
F832	Updatable scrollable cursors			NO	
F833	Updatable ordered cursors			NO	
F841	LIKE_REGEX predicate			NO	consider regexp_like()
F842	OCCURRENCES_REGEX function			NO	consider regexp_matches()
F843	POSITION_REGEX function			NO	consider regexp_instr()
F844	SUBSTRING_REGEX function			NO	consider regexp_substr()
F845	TRANSLATE_REGEX function			NO	consider regexp_replace()
F846	Octet support in regular expression operators			NO	
F847	Non-constant regular expressions			NO	
F850	Top-level ORDER BY in query expression			YES	
F851	ORDER BY in subqueries			YES	
F852	Top-level ORDER BY in views			YES	
F855	Nested ORDER BY in query expression			YES	
F856	Nested FETCH FIRST in query expression			YES	
F857	Top-level FETCH FIRST in query expression			YES	
F858	FETCH FIRST in subqueries			YES	
F859	Top-level FETCH FIRST in views			YES	
F860	Dynamic FETCH FIRST row count			YES	
F861	Top-level OFFSET in query expression			YES	
F862	OFFSET in subqueries			YES	
F863	Nested OFFSET in query expression			YES	
F864	Top-level OFFSET in views			YES	
F865	Dynamic offset row count in OFFSET			YES	
F866	FETCH FIRST clause: PERCENT option			NO	
F867	FETCH FIRST clause: WITH TIES option			YES	
F868	ORDER BY in grouped table			YES	
F869	SQL implementation info population			YES	
R010	Row pattern recognition: FROM clause			NO	
R020	Row pattern recognition: WINDOW clause			NO	
R030	Row pattern recognition: full aggregate support			NO	
S011	Distinct data types			NO	
S011	Distinct data types	01	USER_DEFINED_TYPES view	NO	
S023	Basic structured types			NO	
S024	Enhanced structured types			NO	
S025	Final structured types			NO	
S026	Self-referencing structured types			NO	
S027	Create method by specific method name			NO	
S028	Permutable UDT options list			NO	
S041	Basic reference types			NO	
S043	Enhanced reference types			NO	
S051	Create table of type			NO	partially supported
S071	SQL paths in function and type name resolution			YES	
S081	Subtables			NO	
S090	Minimal array support			YES	
S091	Basic array support			NO	partially supported
S092	Arrays of user-defined types			YES	
S093	Arrays of distinct types			NO	
S094	Arrays of reference types			NO	
S095	Array constructors by query			YES	
S096	Optional array bounds			YES	
S097	Array element assignment			NO	
S098	ARRAY_AGG			YES	
S099	Array expressions			YES	
S111	ONLY in query expressions			YES	
S151	Type predicate			NO	see pg_typeof()
S161	Subtype treatment			NO	
S162	Subtype treatment for references			NO	
S201	SQL-invoked routines on arrays			YES	
S202	SQL-invoked routines on multisets			NO	
S203	Array parameters			YES	
S204	Array as result type of functions			YES	
S211	User-defined cast functions			YES	
S231	Structured type locators			NO	
S232	Array locators			NO	
S233	Multiset locators			NO	
S241	Transform functions			NO	
S242	Alter transform statement			NO	
S251	User-defined orderings			NO	
S261	Specific type method			NO	
S271	Basic multiset support			NO	
S272	Multisets of user-defined types			NO	
S274	Multisets of reference types			NO	
S275	Advanced multiset support			NO	
S281	Nested collection types			NO	
S291	Unique constraint on entire row			NO	
S301	Enhanced UNNEST			YES	
S401	Distinct types based on array types			NO	
S402	Distinct types based on multiset types			NO	
S403	ARRAY_MAX_CARDINALITY			NO	
S404	TRIM_ARRAY			YES	
T011	Timestamp in Information Schema			NO	
T021	BINARY and VARBINARY data types			NO	
T022	Advanced support for BINARY and VARBINARY data types			NO	
T023	Compound binary literals			NO	
T024	Spaces in binary literals			NO	
T031	BOOLEAN data type			YES	
T039	CLOB locator: non-holdable			NO	
T040	Concatenation of CLOBs			NO	
T041	Basic LOB data type support			NO	
T042	Extended LOB data type support			NO	
T043	Multiplier T			NO	
T044	Multiplier P			NO	
T045	BLOB data type			NO	
T046	CLOB data type			NO	
T047	POSITION, OCTET_LENGTH, TRIM, and SUBSTRING for BLOBs			NO	
T048	Concatenation of BLOBs			NO	
T049	BLOB locator: non-holdable			NO	
T050	POSITION, CHAR_LENGTH, OCTET_LENGTH, LOWER, TRIM, UPPER, and SUBSTRING for CLOBs			NO	
T051	Row types			NO	
T053	Explicit aliases for all-fields reference			NO	
T054	GREATEST and LEAST			YES	different null handling
T055	String padding functions			YES	
T056	Multi-character TRIM functions			YES	
T061	UCS support			YES	
T062	Character length units			NO	
T071	BIGINT data type			YES	
T076	DECFLOAT data type			NO	
T081	Optional string types maximum length			YES	
T101	Enhanced nullability determination			NO	
T111	Updatable joins, unions, and columns			NO	
T121	WITH (excluding RECURSIVE) in query expression			YES	
T122	WITH (excluding RECURSIVE) in subquery			YES	
T131	Recursive query			YES	
T132	Recursive query in subquery			YES	
T133	Enhanced cycle mark values			YES	
T141	SIMILAR predicate			YES	
T151	DISTINCT predicate			YES	
T152	DISTINCT predicate with negation			YES	
T171	LIKE clause in table definition			YES	
T172	AS subquery clause in table definition			YES	
T173	Extended LIKE clause in table definition			YES	
T174	Identity columns			YES	
T175	Generated columns			NO	mostly supported
T176	Sequence generator support			NO	supported except for NEXT VALUE FOR
T177	Sequence generator support: simple restart option			YES	
T178	Identity columns: simple restart option			YES	
T180	System-versioned tables			NO	
T181	Application-time period tables			NO	
T191	Referential action RESTRICT			YES	
T200	Trigger DDL			NO	similar but not fully compatible
T201	Comparable data types for referential constraints			YES	
T211	Basic trigger capability			NO	
T212	Enhanced trigger capability			YES	
T213	INSTEAD OF triggers			YES	
T214	BEFORE triggers			YES	
T215	AFTER triggers			YES	
T216	Ability to require true search condition before trigger is invoked			YES	
T217	TRIGGER privilege			YES	
T218	Multiple triggers for the same event executed in the order created			NO	intentionally omitted
T231	Sensitive cursors			NO	
T241	START TRANSACTION statement			YES	
T251	SET TRANSACTION statement: LOCAL option			NO	
T261	Chained transactions			YES	
T262	Multiple server transactions			NO	
T271	Savepoints			YES	
T272	Enhanced savepoint management			NO	
T281	SELECT privilege with column granularity			YES	
T285	Enhanced derived column names			YES	
T301	Functional dependencies			NO	partially supported
T312	OVERLAY function			YES	
T321	Basic SQL-invoked routines			NO	partially supported
T321	Basic SQL-invoked routines	01	User-defined functions with no overloading	YES	
T321	Basic SQL-invoked routines	02	User-defined stored procedures with no overloading	YES	
T321	Basic SQL-invoked routines	03	Function invocation	YES	
T321	Basic SQL-invoked routines	04	CALL statement	YES	
T321	Basic SQL-invoked routines	05	RETURN statement	YES	
T321	Basic SQL-invoked routines	06	ROUTINES view	YES	
T321	Basic SQL-invoked routines	07	PARAMETERS view	YES	
T322	Declared data type attributes			NO	
T323	Explicit security for external routines			YES	
T324	Explicit security for SQL routines			NO	
T325	Qualified SQL parameter references			YES	
T326	Table functions			NO	
T331	Basic roles			YES	
T332	Extended roles			YES	
T341	Overloading of SQL-invoked functions and SQL-invoked procedures			YES	
T351	Bracketed comments			YES	
T431	Extended grouping capabilities			YES	
T432	Nested and concatenated GROUPING SETS			YES	
T433	Multi-argument GROUPING function			YES	
T434	GROUP BY DISTINCT			YES	
T441	ABS and MOD functions			YES	
T461	Symmetric BETWEEN predicate			YES	
T471	Result sets return value			NO	
T472	DESCRIBE CURSOR			NO	
T491	LATERAL derived table			YES	
T495	Combined data change and retrieval			NO	different syntax
T501	Enhanced EXISTS predicate			YES	
T502	Period predicates			NO	
T511	Transaction counts			NO	
T521	Named arguments in CALL statement			YES	
T522	Default values for IN parameters of SQL-invoked procedures			NO	supported except DEFAULT key word in invocation
T523	Default values for INOUT parameters of SQL-invoked procedures			YES	
T524	Named arguments in routine invocations other than a CALL statement			YES	
T525	Default values for parameters of SQL-invoked functions			YES	
T551	Optional key words for default syntax			YES	
T561	Holdable locators			NO	
T571	Array-returning external SQL-invoked functions			NO	
T572	Multiset-returning external SQL-invoked functions			NO	
T581	Regular expression substring function			YES	
T591	UNIQUE constraints of possibly null columns			YES	
T601	Local cursor references			NO	
T611	Elementary OLAP operations			YES	
T612	Advanced OLAP operations			YES	
T613	Sampling			YES	
T614	NTILE function			YES	
T615	LEAD and LAG functions			YES	
T616	Null treatment option for LEAD and LAG functions			NO	
T617	FIRST_VALUE and LAST_VALUE functions			YES	
T618	NTH_VALUE function			NO	function exists, but some options missing
T619	Nested window functions			NO	
T620	WINDOW clause: GROUPS option			YES	
T621	Enhanced numeric functions			YES	
T622	Trigonometric functions			YES	
T623	General logarithm functions			YES	
T624	Common logarithm functions			YES	
T625	LISTAGG			NO	
T626	ANY_VALUE			YES	
T627	Window framed COUNT DISTINCT			YES	
T631	IN predicate with one list element			YES	
T641	Multiple column assignment			NO	only some syntax variants supported
T651	SQL-schema statements in SQL routines			YES	
T652	SQL-dynamic statements in SQL routines			NO	
T653	SQL-schema statements in external routines			YES	
T654	SQL-dynamic statements in external routines			NO	
T655	Cyclically dependent routines			YES	
T661	Non-decimal integer literals			YES	
T662	Underscores in numeric literals			YES	
T670	Schema and data statement mixing			YES	
T801	JSON data type			NO	
T802	Enhanced JSON data type			NO	
T803	String-based JSON			YES	
T811	Basic SQL/JSON constructor functions			YES	
T812	SQL/JSON: JSON_OBJECTAGG			YES	
T813	SQL/JSON: JSON_ARRAYAGG with ORDER BY			YES	
T814	Colon in JSON_OBJECT or JSON_OBJECTAGG			YES	
T821	Basic SQL/JSON query operators			YES	
T822	SQL/JSON: IS JSON WITH UNIQUE KEYS predicate			YES	
T823	SQL/JSON: PASSING clause			YES	
T824	JSON_TABLE: specific PLAN clause			NO	
T825	SQL/JSON: ON EMPTY and ON ERROR clauses			YES	
T826	General value expression in ON ERROR or ON EMPTY clauses			YES	
T827	JSON_TABLE: sibling NESTED COLUMNS clauses			YES	
T828	JSON_QUERY			YES	
T829	JSON_QUERY: array wrapper options			YES	
T830	Enforcing unique keys in SQL/JSON constructor functions			YES	
T831	SQL/JSON path language: strict mode			YES	
T832	SQL/JSON path language: item method			YES	
T833	SQL/JSON path language: multiple subscripts			YES	
T834	SQL/JSON path language: wildcard member accessor			YES	
T835	SQL/JSON path language: filter expressions			YES	
T836	SQL/JSON path language: starts with predicate			YES	
T837	SQL/JSON path language: regex_like predicate			YES	
T838	JSON_TABLE: PLAN DEFAULT clause			NO	
T839	Formatted cast of datetimes to/from character strings			NO	
T840	Hex integer literals in SQL/JSON path language			YES	
T851	SQL/JSON: optional keywords for default syntax			YES	
T860	SQL/JSON simplified accessor: column reference only			NO	
T861	SQL/JSON simplified accessor: case-sensitive JSON member accessor			NO	
T862	SQL/JSON simplified accessor: wildcard member accessor			NO	
T863	SQL/JSON simplified accessor: single-quoted string literal as member accessor			NO	
T864	SQL/JSON simplified accessor			NO	
T865	SQL/JSON item method: bigint()			YES	
T866	SQL/JSON item method: boolean()			YES	
T867	SQL/JSON item method: date()			YES	
T868	SQL/JSON item method: decimal()			YES	
T869	SQL/JSON item method: decimal() with precision and scale			YES	
T870	SQL/JSON item method: integer()			YES	
T871	SQL/JSON item method: number()			YES	
T872	SQL/JSON item method: string()			YES	
T873	SQL/JSON item method: time()			YES	
T874	SQL/JSON item method: time_tz()			YES	
T875	SQL/JSON item method: time precision			YES	
T876	SQL/JSON item method: timestamp()			YES	
T877	SQL/JSON item method: timestamp_tz()			YES	
T878	SQL/JSON item method: timestamp precision			YES	
T879	JSON in equality operations			YES	with jsonb
T880	JSON in grouping operations			YES	with jsonb
T881	JSON in ordering operations			NO	with jsonb, partially supported
T882	JSON in multiset element grouping operations			NO	
M001	Datalinks			NO	
M002	Datalinks via SQL/CLI			NO	
M003	Datalinks via Embedded SQL			NO	
M004	Foreign data support			NO	partially supported
M005	Foreign schema support			NO	
M006	GetSQLString routine			NO	
M007	TransmitRequest			NO	
M009	GetOpts and GetStatistics routines			NO	
M010	Foreign-data wrapper support			NO	different API
M011	Datalinks via Ada			NO	
M012	Datalinks via C			NO	
M013	Datalinks via COBOL			NO	
M014	Datalinks via Fortran			NO	
M015	Datalinks via M			NO	
M016	Datalinks via Pascal			NO	
M017	Datalinks via PL/I			NO	
M018	Foreign-data wrapper interface routines in Ada			NO	
M019	Foreign-data wrapper interface routines in C			NO	different API
M020	Foreign-data wrapper interface routines in COBOL			NO	
M021	Foreign-data wrapper interface routines in Fortran			NO	
M022	Foreign-data wrapper interface routines in MUMPS			NO	
M023	Foreign-data wrapper interface routines in Pascal			NO	
M024	Foreign-data wrapper interface routines in PL/I			NO	
M030	SQL-server foreign data support			NO	
M031	Foreign-data wrapper general routines			NO	
X010	XML type			YES	
X011	Arrays of XML type			YES	
X012	Multisets of XML type			NO	
X013	Distinct types of XML type			NO	
X014	Attributes of XML type			YES	
X015	Fields of XML type			NO	
X016	Persistent XML values			YES	
X020	XMLConcat			YES	
X025	XMLCast			NO	
X030	XMLDocument			NO	
X031	XMLElement			YES	
X032	XMLForest			YES	
X034	XMLAgg			YES	
X035	XMLAgg: ORDER BY option			YES	
X036	XMLComment			YES	
X037	XMLPI			YES	
X038	XMLText			YES	supported except for RETURNING
X040	Basic table mapping			YES	
X041	Basic table mapping: null absent			YES	
X042	Basic table mapping: null as nil			YES	
X043	Basic table mapping: table as forest			YES	
X044	Basic table mapping: table as element			YES	
X045	Basic table mapping: with target namespace			YES	
X046	Basic table mapping: data mapping			YES	
X047	Basic table mapping: metadata mapping			YES	
X048	Basic table mapping: base64 encoding of binary strings			YES	
X049	Basic table mapping: hex encoding of binary strings			YES	
X050	Advanced table mapping			YES	
X051	Advanced table mapping: null absent			YES	
X052	Advanced table mapping: null as nil			YES	
X053	Advanced table mapping: table as forest			YES	
X054	Advanced table mapping: table as element			YES	
X055	Advanced table mapping: with target namespace			YES	
X056	Advanced table mapping: data mapping			YES	
X057	Advanced table mapping: metadata mapping			YES	
X058	Advanced table mapping: base64 encoding of binary strings			YES	
X059	Advanced table mapping: hex encoding of binary strings			YES	
X060	XMLParse: character string input and CONTENT option			YES	
X061	XMLParse: character string input and DOCUMENT option			YES	
X065	XMLParse: binary string input and CONTENT option			NO	
X066	XMLParse: binary string input and DOCUMENT option			NO	
X068	XMLSerialize: BOM			NO	
X069	XMLSerialize: INDENT			YES	
X070	XMLSerialize: character string serialization and CONTENT option			YES	
X071	XMLSerialize: character string serialization and DOCUMENT option			YES	
X072	XMLSerialize: character string serialization			YES	
X073	XMLSerialize: binary string serialization and CONTENT option			NO	
X074	XMLSerialize: binary string serialization and DOCUMENT option			NO	
X075	XMLSerialize: binary string serialization			NO	
X076	XMLSerialize: VERSION			NO	
X077	XMLSerialize: explicit ENCODING option			NO	
X078	XMLSerialize: explicit XML declaration			NO	
X080	Namespaces in XML publishing			NO	
X081	Query-level XML namespace declarations			NO	
X082	XML namespace declarations in DML			NO	
X083	XML namespace declarations in DDL			NO	
X084	XML namespace declarations in compound statements			NO	
X085	Predefined namespace prefixes			NO	
X086	XML namespace declarations in XMLTable			NO	
X090	XML document predicate			YES	
X091	XML content predicate			NO	
X096	XMLExists			NO	XPath 1.0 only
X100	Host language support for XML: CONTENT option			NO	
X101	Host language support for XML: DOCUMENT option			NO	
X110	Host language support for XML: VARCHAR mapping			NO	
X111	Host language support for XML: CLOB mapping			NO	
X112	Host language support for XML: BLOB mapping			NO	
X113	Host language support for XML: STRIP WHITESPACE option			NO	
X114	Host language support for XML: PRESERVE WHITESPACE option			NO	
X120	XML parameters in SQL routines			YES	
X121	XML parameters in external routines			YES	
X131	Query-level XMLBINARY clause			NO	
X132	XMLBINARY clause in DML			NO	
X133	XMLBINARY clause in DDL			NO	
X134	XMLBINARY clause in compound statements			NO	
X135	XMLBINARY clause in subqueries			NO	
X141	IS VALID predicate: data-driven case			NO	
X142	IS VALID predicate: ACCORDING TO clause			NO	
X143	IS VALID predicate: ELEMENT clause			NO	
X144	IS VALID predicate: schema location			NO	
X145	IS VALID predicate outside check constraints			NO	
X151	IS VALID predicate: with DOCUMENT option			NO	
X152	IS VALID predicate: with CONTENT option			NO	
X153	IS VALID predicate: with SEQUENCE option			NO	
X155	IS VALID predicate: NAMESPACE without ELEMENT clause			NO	
X157	IS VALID predicate: NO NAMESPACE with ELEMENT clause			NO	
X160	Basic Information Schema for registered XML schemas			NO	
X161	Advanced Information Schema for registered XML schemas			NO	
X170	XML null handling options			NO	
X171	NIL ON NO CONTENT option			NO	
X181	XML(DOCUMENT(UNTYPED)) type			NO	
X182	XML(DOCUMENT(ANY)) type			NO	
X190	XML(SEQUENCE) type			NO	
X191	XML(DOCUMENT(XMLSCHEMA)) type			NO	
X192	XML(CONTENT(XMLSCHEMA)) type			NO	
X200	XMLQuery			NO	
X201	XMLQuery: RETURNING CONTENT			NO	
X202	XMLQuery: RETURNING SEQUENCE			NO	
X203	XMLQuery: passing a context item			NO	
X204	XMLQuery: initializing an XQuery variable			NO	
X205	XMLQuery: EMPTY ON EMPTY option			NO	
X206	XMLQuery: NULL ON EMPTY option			NO	
X211	XML 1.1 support			NO	
X221	XML passing mechanism BY VALUE			YES	
X222	XML passing mechanism BY REF			NO	parser accepts BY REF but ignores it; passing is always BY VALUE
X231	XML(CONTENT(UNTYPED)) type			NO	
X232	XML(CONTENT(ANY)) type			NO	
X241	RETURNING CONTENT in XML publishing			NO	
X242	RETURNING SEQUENCE in XML publishing			NO	
X251	Persistent XML values of XML(DOCUMENT(UNTYPED)) type			NO	
X252	Persistent XML values of XML(DOCUMENT(ANY)) type			NO	
X253	Persistent XML values of XML(CONTENT(UNTYPED)) type			NO	
X254	Persistent XML values of XML(CONTENT(ANY)) type			NO	
X255	Persistent XML values of XML(SEQUENCE) type			NO	
X256	Persistent XML values of XML(DOCUMENT(XMLSCHEMA)) type			NO	
X257	Persistent XML values of XML(CONTENT(XMLSCHEMA)) type			NO	
X260	XML type: ELEMENT clause			NO	
X261	XML type: NAMESPACE without ELEMENT clause			NO	
X263	XML type: NO NAMESPACE with ELEMENT clause			NO	
X264	XML type: schema location			NO	
X271	XMLValidate: data-driven case			NO	
X272	XMLValidate: ACCORDING TO clause			NO	
X273	XMLValidate: ELEMENT clause			NO	
X274	XMLValidate: schema location			NO	
X281	XMLValidate with DOCUMENT option			NO	
X282	XMLValidate with CONTENT option			NO	
X283	XMLValidate with SEQUENCE option			NO	
X284	XMLValidate: NAMESPACE without ELEMENT clause			NO	
X286	XMLValidate: NO NAMESPACE with ELEMENT clause			NO	
X300	XMLTable			NO	XPath 1.0 only
X301	XMLTable: derived column list option			YES	
X302	XMLTable: ordinality column option			YES	
X303	XMLTable: column default option			YES	
X304	XMLTable: passing a context item			YES	must be XML DOCUMENT
X305	XMLTable: initializing an XQuery variable			NO	
X400	Name and identifier mapping			YES	
X410	Alter column data type: XML type			YES	
ALTER TABLE pg_proc ADD PRIMARY KEY USING INDEX pg_proc_oid_index;

ALTER TABLE pg_proc ADD UNIQUE USING INDEX pg_proc_proname_args_nsp_index;

ALTER TABLE pg_type ADD PRIMARY KEY USING INDEX pg_type_oid_index;

ALTER TABLE pg_type ADD UNIQUE USING INDEX pg_type_typname_nsp_index;

ALTER TABLE pg_attribute ADD UNIQUE USING INDEX pg_attribute_relid_attnam_index;

ALTER TABLE pg_attribute ADD PRIMARY KEY USING INDEX pg_attribute_relid_attnum_index;

ALTER TABLE pg_class ADD PRIMARY KEY USING INDEX pg_class_oid_index;

ALTER TABLE pg_class ADD UNIQUE USING INDEX pg_class_relname_nsp_index;

ALTER TABLE pg_attrdef ADD UNIQUE USING INDEX pg_attrdef_adrelid_adnum_index;

ALTER TABLE pg_attrdef ADD PRIMARY KEY USING INDEX pg_attrdef_oid_index;

ALTER TABLE pg_constraint ADD UNIQUE USING INDEX pg_constraint_conrelid_contypid_conname_index;

ALTER TABLE pg_constraint ADD PRIMARY KEY USING INDEX pg_constraint_oid_index;

ALTER TABLE pg_inherits ADD PRIMARY KEY USING INDEX pg_inherits_relid_seqno_index;

ALTER TABLE pg_index ADD PRIMARY KEY USING INDEX pg_index_indexrelid_index;

ALTER TABLE pg_operator ADD PRIMARY KEY USING INDEX pg_operator_oid_index;

ALTER TABLE pg_operator ADD UNIQUE USING INDEX pg_operator_oprname_l_r_n_index;

ALTER TABLE pg_opfamily ADD UNIQUE USING INDEX pg_opfamily_am_name_nsp_index;

ALTER TABLE pg_opfamily ADD PRIMARY KEY USING INDEX pg_opfamily_oid_index;

ALTER TABLE pg_opclass ADD UNIQUE USING INDEX pg_opclass_am_name_nsp_index;

ALTER TABLE pg_opclass ADD PRIMARY KEY USING INDEX pg_opclass_oid_index;

ALTER TABLE pg_am ADD UNIQUE USING INDEX pg_am_name_index;

ALTER TABLE pg_am ADD PRIMARY KEY USING INDEX pg_am_oid_index;

ALTER TABLE pg_amop ADD UNIQUE USING INDEX pg_amop_fam_strat_index;

ALTER TABLE pg_amop ADD UNIQUE USING INDEX pg_amop_opr_fam_index;

ALTER TABLE pg_amop ADD PRIMARY KEY USING INDEX pg_amop_oid_index;

ALTER TABLE pg_amproc ADD UNIQUE USING INDEX pg_amproc_fam_proc_index;

ALTER TABLE pg_amproc ADD PRIMARY KEY USING INDEX pg_amproc_oid_index;

ALTER TABLE pg_language ADD UNIQUE USING INDEX pg_language_name_index;

ALTER TABLE pg_language ADD PRIMARY KEY USING INDEX pg_language_oid_index;

ALTER TABLE pg_largeobject_metadata ADD PRIMARY KEY USING INDEX pg_largeobject_metadata_oid_index;

ALTER TABLE pg_largeobject ADD PRIMARY KEY USING INDEX pg_largeobject_loid_pn_index;

ALTER TABLE pg_aggregate ADD PRIMARY KEY USING INDEX pg_aggregate_fnoid_index;

ALTER TABLE pg_statistic ADD PRIMARY KEY USING INDEX pg_statistic_relid_att_inh_index;

ALTER TABLE pg_statistic_ext ADD PRIMARY KEY USING INDEX pg_statistic_ext_oid_index;

ALTER TABLE pg_statistic_ext ADD UNIQUE USING INDEX pg_statistic_ext_name_index;

ALTER TABLE pg_statistic_ext_data ADD PRIMARY KEY USING INDEX pg_statistic_ext_data_stxoid_inh_index;

ALTER TABLE pg_rewrite ADD PRIMARY KEY USING INDEX pg_rewrite_oid_index;

ALTER TABLE pg_rewrite ADD UNIQUE USING INDEX pg_rewrite_rel_rulename_index;

ALTER TABLE pg_trigger ADD UNIQUE USING INDEX pg_trigger_tgrelid_tgname_index;

ALTER TABLE pg_trigger ADD PRIMARY KEY USING INDEX pg_trigger_oid_index;

ALTER TABLE pg_event_trigger ADD UNIQUE USING INDEX pg_event_trigger_evtname_index;

ALTER TABLE pg_event_trigger ADD PRIMARY KEY USING INDEX pg_event_trigger_oid_index;

ALTER TABLE pg_description ADD PRIMARY KEY USING INDEX pg_description_o_c_o_index;

ALTER TABLE pg_cast ADD PRIMARY KEY USING INDEX pg_cast_oid_index;

ALTER TABLE pg_cast ADD UNIQUE USING INDEX pg_cast_source_target_index;

ALTER TABLE pg_enum ADD PRIMARY KEY USING INDEX pg_enum_oid_index;

ALTER TABLE pg_enum ADD UNIQUE USING INDEX pg_enum_typid_label_index;

ALTER TABLE pg_enum ADD UNIQUE USING INDEX pg_enum_typid_sortorder_index;

ALTER TABLE pg_namespace ADD UNIQUE USING INDEX pg_namespace_nspname_index;

ALTER TABLE pg_namespace ADD PRIMARY KEY USING INDEX pg_namespace_oid_index;

ALTER TABLE pg_conversion ADD UNIQUE USING INDEX pg_conversion_default_index;

ALTER TABLE pg_conversion ADD UNIQUE USING INDEX pg_conversion_name_nsp_index;

ALTER TABLE pg_conversion ADD PRIMARY KEY USING INDEX pg_conversion_oid_index;

ALTER TABLE pg_database ADD UNIQUE USING INDEX pg_database_datname_index;

ALTER TABLE pg_database ADD PRIMARY KEY USING INDEX pg_database_oid_index;

ALTER TABLE pg_db_role_setting ADD PRIMARY KEY USING INDEX pg_db_role_setting_databaseid_rol_index;

ALTER TABLE pg_tablespace ADD PRIMARY KEY USING INDEX pg_tablespace_oid_index;

ALTER TABLE pg_tablespace ADD UNIQUE USING INDEX pg_tablespace_spcname_index;

ALTER TABLE pg_authid ADD UNIQUE USING INDEX pg_authid_rolname_index;

ALTER TABLE pg_authid ADD PRIMARY KEY USING INDEX pg_authid_oid_index;

ALTER TABLE pg_auth_members ADD PRIMARY KEY USING INDEX pg_auth_members_oid_index;

ALTER TABLE pg_auth_members ADD UNIQUE USING INDEX pg_auth_members_role_member_index;

ALTER TABLE pg_auth_members ADD UNIQUE USING INDEX pg_auth_members_member_role_index;

ALTER TABLE pg_shdescription ADD PRIMARY KEY USING INDEX pg_shdescription_o_c_index;

ALTER TABLE pg_ts_config ADD UNIQUE USING INDEX pg_ts_config_cfgname_index;

ALTER TABLE pg_ts_config ADD PRIMARY KEY USING INDEX pg_ts_config_oid_index;

ALTER TABLE pg_ts_config_map ADD PRIMARY KEY USING INDEX pg_ts_config_map_index;

ALTER TABLE pg_ts_dict ADD UNIQUE USING INDEX pg_ts_dict_dictname_index;

ALTER TABLE pg_ts_dict ADD PRIMARY KEY USING INDEX pg_ts_dict_oid_index;

ALTER TABLE pg_ts_parser ADD UNIQUE USING INDEX pg_ts_parser_prsname_index;

ALTER TABLE pg_ts_parser ADD PRIMARY KEY USING INDEX pg_ts_parser_oid_index;

ALTER TABLE pg_ts_template ADD UNIQUE USING INDEX pg_ts_template_tmplname_index;

ALTER TABLE pg_ts_template ADD PRIMARY KEY USING INDEX pg_ts_template_oid_index;

ALTER TABLE pg_extension ADD PRIMARY KEY USING INDEX pg_extension_oid_index;

ALTER TABLE pg_extension ADD UNIQUE USING INDEX pg_extension_name_index;

ALTER TABLE pg_foreign_data_wrapper ADD PRIMARY KEY USING INDEX pg_foreign_data_wrapper_oid_index;

ALTER TABLE pg_foreign_data_wrapper ADD UNIQUE USING INDEX pg_foreign_data_wrapper_name_index;

ALTER TABLE pg_foreign_server ADD PRIMARY KEY USING INDEX pg_foreign_server_oid_index;

ALTER TABLE pg_foreign_server ADD UNIQUE USING INDEX pg_foreign_server_name_index;

ALTER TABLE pg_user_mapping ADD PRIMARY KEY USING INDEX pg_user_mapping_oid_index;

ALTER TABLE pg_user_mapping ADD UNIQUE USING INDEX pg_user_mapping_user_server_index;

ALTER TABLE pg_foreign_table ADD PRIMARY KEY USING INDEX pg_foreign_table_relid_index;

ALTER TABLE pg_policy ADD PRIMARY KEY USING INDEX pg_policy_oid_index;

ALTER TABLE pg_policy ADD UNIQUE USING INDEX pg_policy_polrelid_polname_index;

ALTER TABLE pg_replication_origin ADD PRIMARY KEY USING INDEX pg_replication_origin_roiident_index;

ALTER TABLE pg_replication_origin ADD UNIQUE USING INDEX pg_replication_origin_roname_index;

ALTER TABLE pg_default_acl ADD UNIQUE USING INDEX pg_default_acl_role_nsp_obj_index;

ALTER TABLE pg_default_acl ADD PRIMARY KEY USING INDEX pg_default_acl_oid_index;

ALTER TABLE pg_init_privs ADD PRIMARY KEY USING INDEX pg_init_privs_o_c_o_index;

ALTER TABLE pg_seclabel ADD PRIMARY KEY USING INDEX pg_seclabel_object_index;

ALTER TABLE pg_shseclabel ADD PRIMARY KEY USING INDEX pg_shseclabel_object_index;

ALTER TABLE pg_collation ADD UNIQUE USING INDEX pg_collation_name_enc_nsp_index;

ALTER TABLE pg_collation ADD PRIMARY KEY USING INDEX pg_collation_oid_index;

ALTER TABLE pg_parameter_acl ADD UNIQUE USING INDEX pg_parameter_acl_parname_index;

ALTER TABLE pg_parameter_acl ADD PRIMARY KEY USING INDEX pg_parameter_acl_oid_index;

ALTER TABLE pg_partitioned_table ADD PRIMARY KEY USING INDEX pg_partitioned_table_partrelid_index;

ALTER TABLE pg_range ADD PRIMARY KEY USING INDEX pg_range_rngtypid_index;

ALTER TABLE pg_range ADD UNIQUE USING INDEX pg_range_rngmultitypid_index;

ALTER TABLE pg_transform ADD PRIMARY KEY USING INDEX pg_transform_oid_index;

ALTER TABLE pg_transform ADD UNIQUE USING INDEX pg_transform_type_lang_index;

ALTER TABLE pg_sequence ADD PRIMARY KEY USING INDEX pg_sequence_seqrelid_index;

ALTER TABLE pg_publication ADD PRIMARY KEY USING INDEX pg_publication_oid_index;

ALTER TABLE pg_publication ADD UNIQUE USING INDEX pg_publication_pubname_index;

ALTER TABLE pg_publication_namespace ADD PRIMARY KEY USING INDEX pg_publication_namespace_oid_index;

ALTER TABLE pg_publication_namespace ADD UNIQUE USING INDEX pg_publication_namespace_pnnspid_pnpubid_index;

ALTER TABLE pg_publication_rel ADD PRIMARY KEY USING INDEX pg_publication_rel_oid_index;

ALTER TABLE pg_publication_rel ADD UNIQUE USING INDEX pg_publication_rel_prrelid_prpubid_index;

ALTER TABLE pg_subscription ADD PRIMARY KEY USING INDEX pg_subscription_oid_index;

ALTER TABLE pg_subscription ADD UNIQUE USING INDEX pg_subscription_subname_index;

ALTER TABLE pg_subscription_rel ADD PRIMARY KEY USING INDEX pg_subscription_rel_srrelid_srsubid_index;

/*
 * PostgreSQL System Functions
 *
 * Copyright (c) 1996-2024, PostgreSQL Global Development Group
 *
 * src/backend/catalog/system_functions.sql
 *
 * This file redefines certain built-in functions that are impractical
 * to fully define in pg_proc.dat.  In most cases that's because they use
 * SQL-standard function bodies and/or default expressions.  The node
 * tree representations of those are too unreadable, platform-dependent,
 * and changeable to want to deal with them manually.  Hence, we put stub
 * definitions of such functions into pg_proc.dat and then replace them
 * here.  The stub definitions would be unnecessary were it not that we'd
 * like these functions to have stable OIDs, the same as other built-in
 * functions.
 *
 * This file also takes care of adjusting privileges for those functions
 * that should not have the default public-EXECUTE privileges.  (However,
 * a small number of functions that exist mainly to underlie system views
 * are dealt with in system_views.sql, instead.)
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */


CREATE OR REPLACE FUNCTION lpad(text, integer)
 RETURNS text
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN lpad($1, $2, ' ');

CREATE OR REPLACE FUNCTION rpad(text, integer)
 RETURNS text
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN rpad($1, $2, ' ');

CREATE OR REPLACE FUNCTION "substring"(text, text, text)
 RETURNS text
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN substring($1, similar_to_escape($2, $3));

CREATE OR REPLACE FUNCTION bit_length(bit)
 RETURNS integer
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN length($1);

CREATE OR REPLACE FUNCTION bit_length(bytea)
 RETURNS integer
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN octet_length($1) * 8;

CREATE OR REPLACE FUNCTION bit_length(text)
 RETURNS integer
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN octet_length($1) * 8;

CREATE OR REPLACE FUNCTION
 random_normal(mean float8 DEFAULT 0, stddev float8 DEFAULT 1)
 RETURNS float8
 LANGUAGE internal
 VOLATILE PARALLEL RESTRICTED STRICT COST 1
AS 'drandom_normal';

CREATE OR REPLACE FUNCTION log(numeric)
 RETURNS numeric
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN log(10, $1);

CREATE OR REPLACE FUNCTION log10(numeric)
 RETURNS numeric
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN log(10, $1);

CREATE OR REPLACE FUNCTION round(numeric)
 RETURNS numeric
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN round($1, 0);

CREATE OR REPLACE FUNCTION trunc(numeric)
 RETURNS numeric
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN trunc($1, 0);

CREATE OR REPLACE FUNCTION numeric_pl_pg_lsn(numeric, pg_lsn)
 RETURNS pg_lsn
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN $2 + $1;

CREATE OR REPLACE FUNCTION path_contain_pt(path, point)
 RETURNS boolean
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN on_ppath($2, $1);

CREATE OR REPLACE FUNCTION polygon(circle)
 RETURNS polygon
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN polygon(12, $1);

CREATE OR REPLACE FUNCTION age(timestamptz)
 RETURNS interval
 LANGUAGE sql
 STABLE PARALLEL SAFE STRICT COST 1
RETURN age(cast(current_date as timestamptz), $1);

CREATE OR REPLACE FUNCTION age(timestamp)
 RETURNS interval
 LANGUAGE sql
 STABLE PARALLEL SAFE STRICT COST 1
RETURN age(cast(current_date as timestamp), $1);

CREATE OR REPLACE FUNCTION date_part(text, date)
 RETURNS double precision
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN date_part($1, cast($2 as timestamp));

CREATE OR REPLACE FUNCTION timestamptz(date, time)
 RETURNS timestamptz
 LANGUAGE sql
 STABLE PARALLEL SAFE STRICT COST 1
RETURN cast(($1 + $2) as timestamptz);

CREATE OR REPLACE FUNCTION timedate_pl(time, date)
 RETURNS timestamp
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN $2 + $1;

CREATE OR REPLACE FUNCTION timetzdate_pl(timetz, date)
 RETURNS timestamptz
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN $2 + $1;

CREATE OR REPLACE FUNCTION interval_pl_time(interval, time)
 RETURNS time
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN $2 + $1;

CREATE OR REPLACE FUNCTION interval_pl_date(interval, date)
 RETURNS timestamp
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN $2 + $1;

CREATE OR REPLACE FUNCTION interval_pl_timetz(interval, timetz)
 RETURNS timetz
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN $2 + $1;

CREATE OR REPLACE FUNCTION interval_pl_timestamp(interval, timestamp)
 RETURNS timestamp
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN $2 + $1;

CREATE OR REPLACE FUNCTION interval_pl_timestamptz(interval, timestamptz)
 RETURNS timestamptz
 LANGUAGE sql
 STABLE PARALLEL SAFE STRICT COST 1
RETURN $2 + $1;

CREATE OR REPLACE FUNCTION integer_pl_date(integer, date)
 RETURNS date
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN $2 + $1;

CREATE OR REPLACE FUNCTION "overlaps"(timestamptz, timestamptz,
  timestamptz, interval)
 RETURNS boolean
 LANGUAGE sql
 STABLE PARALLEL SAFE COST 1
RETURN ($1, $2) overlaps ($3, ($3 + $4));

CREATE OR REPLACE FUNCTION "overlaps"(timestamptz, interval,
  timestamptz, interval)
 RETURNS boolean
 LANGUAGE sql
 STABLE PARALLEL SAFE COST 1
RETURN ($1, ($1 + $2)) overlaps ($3, ($3 + $4));

CREATE OR REPLACE FUNCTION "overlaps"(timestamptz, interval,
  timestamptz, timestamptz)
 RETURNS boolean
 LANGUAGE sql
 STABLE PARALLEL SAFE COST 1
RETURN ($1, ($1 + $2)) overlaps ($3, $4);

CREATE OR REPLACE FUNCTION "overlaps"(timestamp, timestamp,
  timestamp, interval)
 RETURNS boolean
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE COST 1
RETURN ($1, $2) overlaps ($3, ($3 + $4));

CREATE OR REPLACE FUNCTION "overlaps"(timestamp, interval,
  timestamp, timestamp)
 RETURNS boolean
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE COST 1
RETURN ($1, ($1 + $2)) overlaps ($3, $4);

CREATE OR REPLACE FUNCTION "overlaps"(timestamp, interval,
  timestamp, interval)
 RETURNS boolean
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE COST 1
RETURN ($1, ($1 + $2)) overlaps ($3, ($3 + $4));

CREATE OR REPLACE FUNCTION "overlaps"(time, interval,
  time, interval)
 RETURNS boolean
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE COST 1
RETURN ($1, ($1 + $2)) overlaps ($3, ($3 + $4));

CREATE OR REPLACE FUNCTION "overlaps"(time, time,
  time, interval)
 RETURNS boolean
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE COST 1
RETURN ($1, $2) overlaps ($3, ($3 + $4));

CREATE OR REPLACE FUNCTION "overlaps"(time, interval,
  time, time)
 RETURNS boolean
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE COST 1
RETURN ($1, ($1 + $2)) overlaps ($3, $4);

CREATE OR REPLACE FUNCTION int8pl_inet(bigint, inet)
 RETURNS inet
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN $2 + $1;

CREATE OR REPLACE FUNCTION xpath(text, xml)
 RETURNS xml[]
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN xpath($1, $2, '{}'::text[]);

CREATE OR REPLACE FUNCTION xpath_exists(text, xml)
 RETURNS boolean
 LANGUAGE sql
 IMMUTABLE PARALLEL SAFE STRICT COST 1
RETURN xpath_exists($1, $2, '{}'::text[]);

CREATE OR REPLACE FUNCTION pg_sleep_for(interval)
 RETURNS void
 LANGUAGE sql
 PARALLEL SAFE STRICT COST 1
RETURN pg_sleep(extract(epoch from clock_timestamp() + $1) -
                extract(epoch from clock_timestamp()));

CREATE OR REPLACE FUNCTION pg_sleep_until(timestamptz)
 RETURNS void
 LANGUAGE sql
 PARALLEL SAFE STRICT COST 1
RETURN pg_sleep(extract(epoch from $1) -
                extract(epoch from clock_timestamp()));

CREATE OR REPLACE FUNCTION pg_relation_size(regclass)
 RETURNS bigint
 LANGUAGE sql
 PARALLEL SAFE STRICT COST 1
RETURN pg_relation_size($1, 'main');

CREATE OR REPLACE FUNCTION obj_description(oid, name)
 RETURNS text
 LANGUAGE sql
 STABLE PARALLEL SAFE STRICT
BEGIN ATOMIC
select description from pg_description
  where objoid = $1 and
    classoid = (select oid from pg_class where relname = $2 and
                relnamespace = 'pg_catalog'::regnamespace) and
    objsubid = 0;
END;

CREATE OR REPLACE FUNCTION shobj_description(oid, name)
 RETURNS text
 LANGUAGE sql
 STABLE PARALLEL SAFE STRICT
BEGIN ATOMIC
select description from pg_shdescription
  where objoid = $1 and
    classoid = (select oid from pg_class where relname = $2 and
                relnamespace = 'pg_catalog'::regnamespace);
END;

CREATE OR REPLACE FUNCTION obj_description(oid)
 RETURNS text
 LANGUAGE sql
 STABLE PARALLEL SAFE STRICT
BEGIN ATOMIC
select description from pg_description where objoid = $1 and objsubid = 0;
END;

CREATE OR REPLACE FUNCTION col_description(oid, integer)
 RETURNS text
 LANGUAGE sql
 STABLE PARALLEL SAFE STRICT
BEGIN ATOMIC
select description from pg_description
  where objoid = $1 and classoid = 'pg_class'::regclass and objsubid = $2;
END;

CREATE OR REPLACE FUNCTION ts_debug(config regconfig, document text,
    OUT alias text,
    OUT description text,
    OUT token text,
    OUT dictionaries regdictionary[],
    OUT dictionary regdictionary,
    OUT lexemes text[])
 RETURNS SETOF record
 LANGUAGE sql
 STABLE PARALLEL SAFE STRICT
BEGIN ATOMIC
select
    tt.alias AS alias,
    tt.description AS description,
    parse.token AS token,
    ARRAY ( SELECT m.mapdict::regdictionary
            FROM pg_ts_config_map AS m
            WHERE m.mapcfg = $1 AND m.maptokentype = parse.tokid
            ORDER BY m.mapseqno )
    AS dictionaries,
    ( SELECT mapdict::regdictionary
      FROM pg_ts_config_map AS m
      WHERE m.mapcfg = $1 AND m.maptokentype = parse.tokid
      ORDER BY ts_lexize(mapdict, parse.token) IS NULL, m.mapseqno
      LIMIT 1
    ) AS dictionary,
    ( SELECT ts_lexize(mapdict, parse.token)
      FROM pg_ts_config_map AS m
      WHERE m.mapcfg = $1 AND m.maptokentype = parse.tokid
      ORDER BY ts_lexize(mapdict, parse.token) IS NULL, m.mapseqno
      LIMIT 1
    ) AS lexemes
FROM ts_parse(
        (SELECT cfgparser FROM pg_ts_config WHERE oid = $1 ), $2
    ) AS parse,
     ts_token_type(
        (SELECT cfgparser FROM pg_ts_config WHERE oid = $1 )
    ) AS tt
WHERE tt.tokid = parse.tokid;
END;

CREATE OR REPLACE FUNCTION ts_debug(document text,
    OUT alias text,
    OUT description text,
    OUT token text,
    OUT dictionaries regdictionary[],
    OUT dictionary regdictionary,
    OUT lexemes text[])
 RETURNS SETOF record
 LANGUAGE sql
 STABLE PARALLEL SAFE STRICT
BEGIN ATOMIC
    SELECT * FROM ts_debug(get_current_ts_config(), $1);
END;

CREATE OR REPLACE FUNCTION
  pg_backup_start(label text, fast boolean DEFAULT false)
  RETURNS pg_lsn STRICT VOLATILE LANGUAGE internal AS 'pg_backup_start'
  PARALLEL RESTRICTED;

CREATE OR REPLACE FUNCTION pg_backup_stop (
        wait_for_archive boolean DEFAULT true, OUT lsn pg_lsn,
        OUT labelfile text, OUT spcmapfile text)
  RETURNS record STRICT VOLATILE LANGUAGE internal as 'pg_backup_stop'
  PARALLEL RESTRICTED;

CREATE OR REPLACE FUNCTION
  pg_promote(wait boolean DEFAULT true, wait_seconds integer DEFAULT 60)
  RETURNS boolean STRICT VOLATILE LANGUAGE INTERNAL AS 'pg_promote'
  PARALLEL SAFE;

CREATE OR REPLACE FUNCTION
  pg_terminate_backend(pid integer, timeout int8 DEFAULT 0)
  RETURNS boolean STRICT VOLATILE LANGUAGE INTERNAL AS 'pg_terminate_backend'
  PARALLEL SAFE;

-- legacy definition for compatibility with 9.3
CREATE OR REPLACE FUNCTION
  json_populate_record(base anyelement, from_json json, use_json_as_text boolean DEFAULT false)
  RETURNS anyelement LANGUAGE internal STABLE AS 'json_populate_record' PARALLEL SAFE;

-- legacy definition for compatibility with 9.3
CREATE OR REPLACE FUNCTION
  json_populate_recordset(base anyelement, from_json json, use_json_as_text boolean DEFAULT false)
  RETURNS SETOF anyelement LANGUAGE internal STABLE ROWS 100  AS 'json_populate_recordset' PARALLEL SAFE;

CREATE OR REPLACE FUNCTION pg_logical_slot_get_changes(
    IN slot_name name, IN upto_lsn pg_lsn, IN upto_nchanges int, VARIADIC options text[] DEFAULT '{}',
    OUT lsn pg_lsn, OUT xid xid, OUT data text)
RETURNS SETOF RECORD
LANGUAGE INTERNAL
VOLATILE ROWS 1000 COST 1000
AS 'pg_logical_slot_get_changes';

CREATE OR REPLACE FUNCTION pg_logical_slot_peek_changes(
    IN slot_name name, IN upto_lsn pg_lsn, IN upto_nchanges int, VARIADIC options text[] DEFAULT '{}',
    OUT lsn pg_lsn, OUT xid xid, OUT data text)
RETURNS SETOF RECORD
LANGUAGE INTERNAL
VOLATILE ROWS 1000 COST 1000
AS 'pg_logical_slot_peek_changes';

CREATE OR REPLACE FUNCTION pg_logical_slot_get_binary_changes(
    IN slot_name name, IN upto_lsn pg_lsn, IN upto_nchanges int, VARIADIC options text[] DEFAULT '{}',
    OUT lsn pg_lsn, OUT xid xid, OUT data bytea)
RETURNS SETOF RECORD
LANGUAGE INTERNAL
VOLATILE ROWS 1000 COST 1000
AS 'pg_logical_slot_get_binary_changes';

CREATE OR REPLACE FUNCTION pg_logical_slot_peek_binary_changes(
    IN slot_name name, IN upto_lsn pg_lsn, IN upto_nchanges int, VARIADIC options text[] DEFAULT '{}',
    OUT lsn pg_lsn, OUT xid xid, OUT data bytea)
RETURNS SETOF RECORD
LANGUAGE INTERNAL
VOLATILE ROWS 1000 COST 1000
AS 'pg_logical_slot_peek_binary_changes';

CREATE OR REPLACE FUNCTION pg_logical_emit_message(
    transactional boolean,
    prefix text,
    message text,
    flush boolean DEFAULT false)
RETURNS pg_lsn
LANGUAGE INTERNAL
STRICT VOLATILE
AS 'pg_logical_emit_message_text';

CREATE OR REPLACE FUNCTION pg_logical_emit_message(
    transactional boolean,
    prefix text,
    message bytea,
    flush boolean DEFAULT false)
RETURNS pg_lsn
LANGUAGE INTERNAL
STRICT VOLATILE
AS 'pg_logical_emit_message_bytea';

CREATE OR REPLACE FUNCTION pg_create_physical_replication_slot(
    IN slot_name name, IN immediately_reserve boolean DEFAULT false,
    IN temporary boolean DEFAULT false,
    OUT slot_name name, OUT lsn pg_lsn)
RETURNS RECORD
LANGUAGE INTERNAL
STRICT VOLATILE
AS 'pg_create_physical_replication_slot';

CREATE OR REPLACE FUNCTION pg_create_logical_replication_slot(
    IN slot_name name, IN plugin name,
    IN temporary boolean DEFAULT false,
    IN twophase boolean DEFAULT false,
    IN failover boolean DEFAULT false,
    OUT slot_name name, OUT lsn pg_lsn)
RETURNS RECORD
LANGUAGE INTERNAL
STRICT VOLATILE
AS 'pg_create_logical_replication_slot';

CREATE OR REPLACE FUNCTION
  make_interval(years int4 DEFAULT 0, months int4 DEFAULT 0, weeks int4 DEFAULT 0,
                days int4 DEFAULT 0, hours int4 DEFAULT 0, mins int4 DEFAULT 0,
                secs double precision DEFAULT 0.0)
RETURNS interval
LANGUAGE INTERNAL
STRICT IMMUTABLE PARALLEL SAFE
AS 'make_interval';

CREATE OR REPLACE FUNCTION
  jsonb_set(jsonb_in jsonb, path text[] , replacement jsonb,
            create_if_missing boolean DEFAULT true)
RETURNS jsonb
LANGUAGE INTERNAL
STRICT IMMUTABLE PARALLEL SAFE
AS 'jsonb_set';

CREATE OR REPLACE FUNCTION
  jsonb_set_lax(jsonb_in jsonb, path text[] , replacement jsonb,
            create_if_missing boolean DEFAULT true,
            null_value_treatment text DEFAULT 'use_json_null')
RETURNS jsonb
LANGUAGE INTERNAL
CALLED ON NULL INPUT IMMUTABLE PARALLEL SAFE
AS 'jsonb_set_lax';

CREATE OR REPLACE FUNCTION
  parse_ident(str text, strict boolean DEFAULT true)
RETURNS text[]
LANGUAGE INTERNAL
STRICT IMMUTABLE PARALLEL SAFE
AS 'parse_ident';

CREATE OR REPLACE FUNCTION
  jsonb_insert(jsonb_in jsonb, path text[] , replacement jsonb,
            insert_after boolean DEFAULT false)
RETURNS jsonb
LANGUAGE INTERNAL
STRICT IMMUTABLE PARALLEL SAFE
AS 'jsonb_insert';

CREATE OR REPLACE FUNCTION
  jsonb_path_exists(target jsonb, path jsonpath, vars jsonb DEFAULT '{}',
                    silent boolean DEFAULT false)
RETURNS boolean
LANGUAGE INTERNAL
STRICT IMMUTABLE PARALLEL SAFE
AS 'jsonb_path_exists';

CREATE OR REPLACE FUNCTION
  jsonb_path_match(target jsonb, path jsonpath, vars jsonb DEFAULT '{}',
                   silent boolean DEFAULT false)
RETURNS boolean
LANGUAGE INTERNAL
STRICT IMMUTABLE PARALLEL SAFE
AS 'jsonb_path_match';

CREATE OR REPLACE FUNCTION
  jsonb_path_query(target jsonb, path jsonpath, vars jsonb DEFAULT '{}',
                   silent boolean DEFAULT false)
RETURNS SETOF jsonb
LANGUAGE INTERNAL
STRICT IMMUTABLE PARALLEL SAFE
AS 'jsonb_path_query';

CREATE OR REPLACE FUNCTION
  jsonb_path_query_array(target jsonb, path jsonpath, vars jsonb DEFAULT '{}',
                         silent boolean DEFAULT false)
RETURNS jsonb
LANGUAGE INTERNAL
STRICT IMMUTABLE PARALLEL SAFE
AS 'jsonb_path_query_array';

CREATE OR REPLACE FUNCTION
  jsonb_path_query_first(target jsonb, path jsonpath, vars jsonb DEFAULT '{}',
                         silent boolean DEFAULT false)
RETURNS jsonb
LANGUAGE INTERNAL
STRICT IMMUTABLE PARALLEL SAFE
AS 'jsonb_path_query_first';

CREATE OR REPLACE FUNCTION
  jsonb_path_exists_tz(target jsonb, path jsonpath, vars jsonb DEFAULT '{}',
                    silent boolean DEFAULT false)
RETURNS boolean
LANGUAGE INTERNAL
STRICT STABLE PARALLEL SAFE
AS 'jsonb_path_exists_tz';

CREATE OR REPLACE FUNCTION
  jsonb_path_match_tz(target jsonb, path jsonpath, vars jsonb DEFAULT '{}',
                   silent boolean DEFAULT false)
RETURNS boolean
LANGUAGE INTERNAL
STRICT STABLE PARALLEL SAFE
AS 'jsonb_path_match_tz';

CREATE OR REPLACE FUNCTION
  jsonb_path_query_tz(target jsonb, path jsonpath, vars jsonb DEFAULT '{}',
                   silent boolean DEFAULT false)
RETURNS SETOF jsonb
LANGUAGE INTERNAL
STRICT STABLE PARALLEL SAFE
AS 'jsonb_path_query_tz';

CREATE OR REPLACE FUNCTION
  jsonb_path_query_array_tz(target jsonb, path jsonpath, vars jsonb DEFAULT '{}',
                         silent boolean DEFAULT false)
RETURNS jsonb
LANGUAGE INTERNAL
STRICT STABLE PARALLEL SAFE
AS 'jsonb_path_query_array_tz';

CREATE OR REPLACE FUNCTION
  jsonb_path_query_first_tz(target jsonb, path jsonpath, vars jsonb DEFAULT '{}',
                         silent boolean DEFAULT false)
RETURNS jsonb
LANGUAGE INTERNAL
STRICT STABLE PARALLEL SAFE
AS 'jsonb_path_query_first_tz';

-- default normalization form is NFC, per SQL standard
CREATE OR REPLACE FUNCTION
  "normalize"(text, text DEFAULT 'NFC')
RETURNS text
LANGUAGE internal
STRICT IMMUTABLE PARALLEL SAFE
AS 'unicode_normalize_func';

CREATE OR REPLACE FUNCTION
  is_normalized(text, text DEFAULT 'NFC')
RETURNS boolean
LANGUAGE internal
STRICT IMMUTABLE PARALLEL SAFE
AS 'unicode_is_normalized';

CREATE OR REPLACE FUNCTION
  pg_stat_reset_shared(target text DEFAULT NULL)
RETURNS void
LANGUAGE INTERNAL
CALLED ON NULL INPUT VOLATILE PARALLEL SAFE
AS 'pg_stat_reset_shared';

CREATE OR REPLACE FUNCTION
  pg_stat_reset_slru(target text DEFAULT NULL)
RETURNS void
LANGUAGE INTERNAL
CALLED ON NULL INPUT VOLATILE PARALLEL SAFE
AS 'pg_stat_reset_slru';

--
-- The default permissions for functions mean that anyone can execute them.
-- A number of functions shouldn't be executable by just anyone, but rather
-- than use explicit 'superuser()' checks in those functions, we use the GRANT
-- system to REVOKE access to those functions at initdb time.  Administrators
-- can later change who can access these functions, or leave them as only
-- available to superuser / cluster owner, if they choose.
--

REVOKE EXECUTE ON FUNCTION pg_backup_start(text, boolean) FROM public;

REVOKE EXECUTE ON FUNCTION pg_backup_stop(boolean) FROM public;

REVOKE EXECUTE ON FUNCTION pg_create_restore_point(text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_switch_wal() FROM public;

REVOKE EXECUTE ON FUNCTION pg_log_standby_snapshot() FROM public;

REVOKE EXECUTE ON FUNCTION pg_wal_replay_pause() FROM public;

REVOKE EXECUTE ON FUNCTION pg_wal_replay_resume() FROM public;

REVOKE EXECUTE ON FUNCTION pg_rotate_logfile() FROM public;

REVOKE EXECUTE ON FUNCTION pg_reload_conf() FROM public;

REVOKE EXECUTE ON FUNCTION pg_current_logfile() FROM public;

REVOKE EXECUTE ON FUNCTION pg_current_logfile(text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_promote(boolean, integer) FROM public;

REVOKE EXECUTE ON FUNCTION pg_stat_reset() FROM public;

REVOKE EXECUTE ON FUNCTION pg_stat_reset_shared(text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_stat_reset_slru(text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_stat_reset_single_table_counters(oid) FROM public;

REVOKE EXECUTE ON FUNCTION pg_stat_reset_single_function_counters(oid) FROM public;

REVOKE EXECUTE ON FUNCTION pg_stat_reset_replication_slot(text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_stat_have_stats(text, oid, oid) FROM public;

REVOKE EXECUTE ON FUNCTION pg_stat_reset_subscription_stats(oid) FROM public;

REVOKE EXECUTE ON FUNCTION lo_import(text) FROM public;

REVOKE EXECUTE ON FUNCTION lo_import(text, oid) FROM public;

REVOKE EXECUTE ON FUNCTION lo_export(oid, text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_ls_logdir() FROM public;

REVOKE EXECUTE ON FUNCTION pg_ls_waldir() FROM public;

REVOKE EXECUTE ON FUNCTION pg_ls_archive_statusdir() FROM public;

REVOKE EXECUTE ON FUNCTION pg_ls_tmpdir() FROM public;

REVOKE EXECUTE ON FUNCTION pg_ls_tmpdir(oid) FROM public;

REVOKE EXECUTE ON FUNCTION pg_read_file(text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_read_file(text,boolean) FROM public;

REVOKE EXECUTE ON FUNCTION pg_read_file(text,bigint,bigint) FROM public;

REVOKE EXECUTE ON FUNCTION pg_read_file(text,bigint,bigint,boolean) FROM public;

REVOKE EXECUTE ON FUNCTION pg_read_binary_file(text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_read_binary_file(text,boolean) FROM public;

REVOKE EXECUTE ON FUNCTION pg_read_binary_file(text,bigint,bigint) FROM public;

REVOKE EXECUTE ON FUNCTION pg_read_binary_file(text,bigint,bigint,boolean) FROM public;

REVOKE EXECUTE ON FUNCTION pg_replication_origin_advance(text, pg_lsn) FROM public;

REVOKE EXECUTE ON FUNCTION pg_replication_origin_create(text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_replication_origin_drop(text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_replication_origin_oid(text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_replication_origin_progress(text, boolean) FROM public;

REVOKE EXECUTE ON FUNCTION pg_replication_origin_session_is_setup() FROM public;

REVOKE EXECUTE ON FUNCTION pg_replication_origin_session_progress(boolean) FROM public;

REVOKE EXECUTE ON FUNCTION pg_replication_origin_session_reset() FROM public;

REVOKE EXECUTE ON FUNCTION pg_replication_origin_session_setup(text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_replication_origin_xact_reset() FROM public;

REVOKE EXECUTE ON FUNCTION pg_replication_origin_xact_setup(pg_lsn, timestamp with time zone) FROM public;

REVOKE EXECUTE ON FUNCTION pg_show_replication_origin_status() FROM public;

REVOKE EXECUTE ON FUNCTION pg_stat_file(text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_stat_file(text,boolean) FROM public;

REVOKE EXECUTE ON FUNCTION pg_ls_dir(text) FROM public;

REVOKE EXECUTE ON FUNCTION pg_ls_dir(text,boolean,boolean) FROM public;

REVOKE EXECUTE ON FUNCTION pg_log_backend_memory_contexts(integer) FROM PUBLIC;

REVOKE EXECUTE ON FUNCTION pg_ls_logicalsnapdir() FROM PUBLIC;

REVOKE EXECUTE ON FUNCTION pg_ls_logicalmapdir() FROM PUBLIC;

REVOKE EXECUTE ON FUNCTION pg_ls_replslotdir(text) FROM PUBLIC;

--
-- We also set up some things as accessible to standard roles.
--

GRANT EXECUTE ON FUNCTION pg_ls_logdir() TO pg_monitor;

GRANT EXECUTE ON FUNCTION pg_ls_waldir() TO pg_monitor;

GRANT EXECUTE ON FUNCTION pg_ls_archive_statusdir() TO pg_monitor;

GRANT EXECUTE ON FUNCTION pg_ls_tmpdir() TO pg_monitor;

GRANT EXECUTE ON FUNCTION pg_ls_tmpdir(oid) TO pg_monitor;

GRANT EXECUTE ON FUNCTION pg_ls_logicalsnapdir() TO pg_monitor;

GRANT EXECUTE ON FUNCTION pg_ls_logicalmapdir() TO pg_monitor;

GRANT EXECUTE ON FUNCTION pg_ls_replslotdir(text) TO pg_monitor;

GRANT EXECUTE ON FUNCTION pg_current_logfile() TO pg_monitor;

GRANT EXECUTE ON FUNCTION pg_current_logfile(text) TO pg_monitor;

GRANT pg_read_all_settings TO pg_monitor;

GRANT pg_read_all_stats TO pg_monitor;

GRANT pg_stat_scan_tables TO pg_monitor;
/*
 * PostgreSQL System Views
 *
 * Copyright (c) 1996-2024, PostgreSQL Global Development Group
 *
 * src/backend/catalog/system_views.sql
 *
 * Note: this file is read in single-user -j mode, which means that the
 * command terminator is semicolon-newline-newline; whenever the backend
 * sees that, it stops and executes what it's got.  If you write a lot of
 * statements without empty lines between, they'll all get quoted to you
 * in any error message about one of them, so don't do that.  Also, you
 * cannot write a semicolon immediately followed by an empty line in a
 * string literal (including a function body!) or a multiline comment.
 */

CREATE VIEW pg_roles AS
    SELECT
        rolname,
        rolsuper,
        rolinherit,
        rolcreaterole,
        rolcreatedb,
        rolcanlogin,
        rolreplication,
        rolconnlimit,
        '********'::text as rolpassword,
        rolvaliduntil,
        rolbypassrls,
        setconfig as rolconfig,
        pg_authid.oid
    FROM pg_authid LEFT JOIN pg_db_role_setting s
    ON (pg_authid.oid = setrole AND setdatabase = 0);

CREATE VIEW pg_shadow AS
    SELECT
        rolname AS usename,
        pg_authid.oid AS usesysid,
        rolcreatedb AS usecreatedb,
        rolsuper AS usesuper,
        rolreplication AS userepl,
        rolbypassrls AS usebypassrls,
        rolpassword AS passwd,
        rolvaliduntil AS valuntil,
        setconfig AS useconfig
    FROM pg_authid LEFT JOIN pg_db_role_setting s
    ON (pg_authid.oid = setrole AND setdatabase = 0)
    WHERE rolcanlogin;

REVOKE ALL ON pg_shadow FROM public;

CREATE VIEW pg_group AS
    SELECT
        rolname AS groname,
        oid AS grosysid,
        ARRAY(SELECT member FROM pg_auth_members WHERE roleid = pg_authid.oid) AS grolist
    FROM pg_authid
    WHERE NOT rolcanlogin;

CREATE VIEW pg_user AS
    SELECT
        usename,
        usesysid,
        usecreatedb,
        usesuper,
        userepl,
        usebypassrls,
        '********'::text as passwd,
        valuntil,
        useconfig
    FROM pg_shadow;

CREATE VIEW pg_policies AS
    SELECT
        N.nspname AS schemaname,
        C.relname AS tablename,
        pol.polname AS policyname,
        CASE
            WHEN pol.polpermissive THEN
                'PERMISSIVE'
            ELSE
                'RESTRICTIVE'
        END AS permissive,
        CASE
            WHEN pol.polroles = '{0}' THEN
                string_to_array('public', '')
            ELSE
                ARRAY
                (
                    SELECT rolname
                    FROM pg_catalog.pg_authid
                    WHERE oid = ANY (pol.polroles) ORDER BY 1
                )
        END AS roles,
        CASE pol.polcmd
            WHEN 'r' THEN 'SELECT'
            WHEN 'a' THEN 'INSERT'
            WHEN 'w' THEN 'UPDATE'
            WHEN 'd' THEN 'DELETE'
            WHEN '*' THEN 'ALL'
        END AS cmd,
        pg_catalog.pg_get_expr(pol.polqual, pol.polrelid) AS qual,
        pg_catalog.pg_get_expr(pol.polwithcheck, pol.polrelid) AS with_check
    FROM pg_catalog.pg_policy pol
    JOIN pg_catalog.pg_class C ON (C.oid = pol.polrelid)
    LEFT JOIN pg_catalog.pg_namespace N ON (N.oid = C.relnamespace);

CREATE VIEW pg_rules AS
    SELECT
        N.nspname AS schemaname,
        C.relname AS tablename,
        R.rulename AS rulename,
        pg_get_ruledef(R.oid) AS definition
    FROM (pg_rewrite R JOIN pg_class C ON (C.oid = R.ev_class))
        LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
    WHERE R.rulename != '_RETURN';

CREATE VIEW pg_views AS
    SELECT
        N.nspname AS schemaname,
        C.relname AS viewname,
        pg_get_userbyid(C.relowner) AS viewowner,
        pg_get_viewdef(C.oid) AS definition
    FROM pg_class C LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
    WHERE C.relkind = 'v';

CREATE VIEW pg_tables AS
    SELECT
        N.nspname AS schemaname,
        C.relname AS tablename,
        pg_get_userbyid(C.relowner) AS tableowner,
        T.spcname AS tablespace,
        C.relhasindex AS hasindexes,
        C.relhasrules AS hasrules,
        C.relhastriggers AS hastriggers,
        C.relrowsecurity AS rowsecurity
    FROM pg_class C LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
         LEFT JOIN pg_tablespace T ON (T.oid = C.reltablespace)
    WHERE C.relkind IN ('r', 'p');

CREATE VIEW pg_matviews AS
    SELECT
        N.nspname AS schemaname,
        C.relname AS matviewname,
        pg_get_userbyid(C.relowner) AS matviewowner,
        T.spcname AS tablespace,
        C.relhasindex AS hasindexes,
        C.relispopulated AS ispopulated,
        pg_get_viewdef(C.oid) AS definition
    FROM pg_class C LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
         LEFT JOIN pg_tablespace T ON (T.oid = C.reltablespace)
    WHERE C.relkind = 'm';

CREATE VIEW pg_indexes AS
    SELECT
        N.nspname AS schemaname,
        C.relname AS tablename,
        I.relname AS indexname,
        T.spcname AS tablespace,
        pg_get_indexdef(I.oid) AS indexdef
    FROM pg_index X JOIN pg_class C ON (C.oid = X.indrelid)
         JOIN pg_class I ON (I.oid = X.indexrelid)
         LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
         LEFT JOIN pg_tablespace T ON (T.oid = I.reltablespace)
    WHERE C.relkind IN ('r', 'm', 'p') AND I.relkind IN ('i', 'I');

CREATE VIEW pg_sequences AS
    SELECT
        N.nspname AS schemaname,
        C.relname AS sequencename,
        pg_get_userbyid(C.relowner) AS sequenceowner,
        S.seqtypid::regtype AS data_type,
        S.seqstart AS start_value,
        S.seqmin AS min_value,
        S.seqmax AS max_value,
        S.seqincrement AS increment_by,
        S.seqcycle AS cycle,
        S.seqcache AS cache_size,
        CASE
            WHEN has_sequence_privilege(C.oid, 'SELECT,USAGE'::text)
                THEN pg_sequence_last_value(C.oid)
            ELSE NULL
        END AS last_value
    FROM pg_sequence S JOIN pg_class C ON (C.oid = S.seqrelid)
         LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
    WHERE NOT pg_is_other_temp_schema(N.oid)
          AND relkind = 'S';

CREATE VIEW pg_stats WITH (security_barrier) AS
    SELECT
        nspname AS schemaname,
        relname AS tablename,
        attname AS attname,
        stainherit AS inherited,
        stanullfrac AS null_frac,
        stawidth AS avg_width,
        stadistinct AS n_distinct,
        CASE
            WHEN stakind1 = 1 THEN stavalues1
            WHEN stakind2 = 1 THEN stavalues2
            WHEN stakind3 = 1 THEN stavalues3
            WHEN stakind4 = 1 THEN stavalues4
            WHEN stakind5 = 1 THEN stavalues5
        END AS most_common_vals,
        CASE
            WHEN stakind1 = 1 THEN stanumbers1
            WHEN stakind2 = 1 THEN stanumbers2
            WHEN stakind3 = 1 THEN stanumbers3
            WHEN stakind4 = 1 THEN stanumbers4
            WHEN stakind5 = 1 THEN stanumbers5
        END AS most_common_freqs,
        CASE
            WHEN stakind1 = 2 THEN stavalues1
            WHEN stakind2 = 2 THEN stavalues2
            WHEN stakind3 = 2 THEN stavalues3
            WHEN stakind4 = 2 THEN stavalues4
            WHEN stakind5 = 2 THEN stavalues5
        END AS histogram_bounds,
        CASE
            WHEN stakind1 = 3 THEN stanumbers1[1]
            WHEN stakind2 = 3 THEN stanumbers2[1]
            WHEN stakind3 = 3 THEN stanumbers3[1]
            WHEN stakind4 = 3 THEN stanumbers4[1]
            WHEN stakind5 = 3 THEN stanumbers5[1]
        END AS correlation,
        CASE
            WHEN stakind1 = 4 THEN stavalues1
            WHEN stakind2 = 4 THEN stavalues2
            WHEN stakind3 = 4 THEN stavalues3
            WHEN stakind4 = 4 THEN stavalues4
            WHEN stakind5 = 4 THEN stavalues5
        END AS most_common_elems,
        CASE
            WHEN stakind1 = 4 THEN stanumbers1
            WHEN stakind2 = 4 THEN stanumbers2
            WHEN stakind3 = 4 THEN stanumbers3
            WHEN stakind4 = 4 THEN stanumbers4
            WHEN stakind5 = 4 THEN stanumbers5
        END AS most_common_elem_freqs,
        CASE
            WHEN stakind1 = 5 THEN stanumbers1
            WHEN stakind2 = 5 THEN stanumbers2
            WHEN stakind3 = 5 THEN stanumbers3
            WHEN stakind4 = 5 THEN stanumbers4
            WHEN stakind5 = 5 THEN stanumbers5
        END AS elem_count_histogram,
        CASE
            WHEN stakind1 = 6 THEN stavalues1
            WHEN stakind2 = 6 THEN stavalues2
            WHEN stakind3 = 6 THEN stavalues3
            WHEN stakind4 = 6 THEN stavalues4
            WHEN stakind5 = 6 THEN stavalues5
        END AS range_length_histogram,
        CASE
            WHEN stakind1 = 6 THEN stanumbers1[1]
            WHEN stakind2 = 6 THEN stanumbers2[1]
            WHEN stakind3 = 6 THEN stanumbers3[1]
            WHEN stakind4 = 6 THEN stanumbers4[1]
            WHEN stakind5 = 6 THEN stanumbers5[1]
        END AS range_empty_frac,
        CASE
            WHEN stakind1 = 7 THEN stavalues1
            WHEN stakind2 = 7 THEN stavalues2
            WHEN stakind3 = 7 THEN stavalues3
            WHEN stakind4 = 7 THEN stavalues4
            WHEN stakind5 = 7 THEN stavalues5
            END AS range_bounds_histogram
    FROM pg_statistic s JOIN pg_class c ON (c.oid = s.starelid)
         JOIN pg_attribute a ON (c.oid = attrelid AND attnum = s.staattnum)
         LEFT JOIN pg_namespace n ON (n.oid = c.relnamespace)
    WHERE NOT attisdropped
    AND has_column_privilege(c.oid, a.attnum, 'select')
    AND (c.relrowsecurity = false OR NOT row_security_active(c.oid));

REVOKE ALL ON pg_statistic FROM public;

CREATE VIEW pg_stats_ext WITH (security_barrier) AS
    SELECT cn.nspname AS schemaname,
           c.relname AS tablename,
           sn.nspname AS statistics_schemaname,
           s.stxname AS statistics_name,
           pg_get_userbyid(s.stxowner) AS statistics_owner,
           ( SELECT array_agg(a.attname ORDER BY a.attnum)
             FROM unnest(s.stxkeys) k
                  JOIN pg_attribute a
                       ON (a.attrelid = s.stxrelid AND a.attnum = k)
           ) AS attnames,
           pg_get_statisticsobjdef_expressions(s.oid) as exprs,
           s.stxkind AS kinds,
           sd.stxdinherit AS inherited,
           sd.stxdndistinct AS n_distinct,
           sd.stxddependencies AS dependencies,
           m.most_common_vals,
           m.most_common_val_nulls,
           m.most_common_freqs,
           m.most_common_base_freqs
    FROM pg_statistic_ext s JOIN pg_class c ON (c.oid = s.stxrelid)
         JOIN pg_statistic_ext_data sd ON (s.oid = sd.stxoid)
         LEFT JOIN pg_namespace cn ON (cn.oid = c.relnamespace)
         LEFT JOIN pg_namespace sn ON (sn.oid = s.stxnamespace)
         LEFT JOIN LATERAL
                   ( SELECT array_agg(values) AS most_common_vals,
                            array_agg(nulls) AS most_common_val_nulls,
                            array_agg(frequency) AS most_common_freqs,
                            array_agg(base_frequency) AS most_common_base_freqs
                     FROM pg_mcv_list_items(sd.stxdmcv)
                   ) m ON sd.stxdmcv IS NOT NULL
    WHERE pg_has_role(c.relowner, 'USAGE')
    AND (c.relrowsecurity = false OR NOT row_security_active(c.oid));

CREATE VIEW pg_stats_ext_exprs WITH (security_barrier) AS
    SELECT cn.nspname AS schemaname,
           c.relname AS tablename,
           sn.nspname AS statistics_schemaname,
           s.stxname AS statistics_name,
           pg_get_userbyid(s.stxowner) AS statistics_owner,
           stat.expr,
           sd.stxdinherit AS inherited,
           (stat.a).stanullfrac AS null_frac,
           (stat.a).stawidth AS avg_width,
           (stat.a).stadistinct AS n_distinct,
           (CASE
               WHEN (stat.a).stakind1 = 1 THEN (stat.a).stavalues1
               WHEN (stat.a).stakind2 = 1 THEN (stat.a).stavalues2
               WHEN (stat.a).stakind3 = 1 THEN (stat.a).stavalues3
               WHEN (stat.a).stakind4 = 1 THEN (stat.a).stavalues4
               WHEN (stat.a).stakind5 = 1 THEN (stat.a).stavalues5
           END) AS most_common_vals,
           (CASE
               WHEN (stat.a).stakind1 = 1 THEN (stat.a).stanumbers1
               WHEN (stat.a).stakind2 = 1 THEN (stat.a).stanumbers2
               WHEN (stat.a).stakind3 = 1 THEN (stat.a).stanumbers3
               WHEN (stat.a).stakind4 = 1 THEN (stat.a).stanumbers4
               WHEN (stat.a).stakind5 = 1 THEN (stat.a).stanumbers5
           END) AS most_common_freqs,
           (CASE
               WHEN (stat.a).stakind1 = 2 THEN (stat.a).stavalues1
               WHEN (stat.a).stakind2 = 2 THEN (stat.a).stavalues2
               WHEN (stat.a).stakind3 = 2 THEN (stat.a).stavalues3
               WHEN (stat.a).stakind4 = 2 THEN (stat.a).stavalues4
               WHEN (stat.a).stakind5 = 2 THEN (stat.a).stavalues5
           END) AS histogram_bounds,
           (CASE
               WHEN (stat.a).stakind1 = 3 THEN (stat.a).stanumbers1[1]
               WHEN (stat.a).stakind2 = 3 THEN (stat.a).stanumbers2[1]
               WHEN (stat.a).stakind3 = 3 THEN (stat.a).stanumbers3[1]
               WHEN (stat.a).stakind4 = 3 THEN (stat.a).stanumbers4[1]
               WHEN (stat.a).stakind5 = 3 THEN (stat.a).stanumbers5[1]
           END) correlation,
           (CASE
               WHEN (stat.a).stakind1 = 4 THEN (stat.a).stavalues1
               WHEN (stat.a).stakind2 = 4 THEN (stat.a).stavalues2
               WHEN (stat.a).stakind3 = 4 THEN (stat.a).stavalues3
               WHEN (stat.a).stakind4 = 4 THEN (stat.a).stavalues4
               WHEN (stat.a).stakind5 = 4 THEN (stat.a).stavalues5
           END) AS most_common_elems,
           (CASE
               WHEN (stat.a).stakind1 = 4 THEN (stat.a).stanumbers1
               WHEN (stat.a).stakind2 = 4 THEN (stat.a).stanumbers2
               WHEN (stat.a).stakind3 = 4 THEN (stat.a).stanumbers3
               WHEN (stat.a).stakind4 = 4 THEN (stat.a).stanumbers4
               WHEN (stat.a).stakind5 = 4 THEN (stat.a).stanumbers5
           END) AS most_common_elem_freqs,
           (CASE
               WHEN (stat.a).stakind1 = 5 THEN (stat.a).stanumbers1
               WHEN (stat.a).stakind2 = 5 THEN (stat.a).stanumbers2
               WHEN (stat.a).stakind3 = 5 THEN (stat.a).stanumbers3
               WHEN (stat.a).stakind4 = 5 THEN (stat.a).stanumbers4
               WHEN (stat.a).stakind5 = 5 THEN (stat.a).stanumbers5
           END) AS elem_count_histogram
    FROM pg_statistic_ext s JOIN pg_class c ON (c.oid = s.stxrelid)
         LEFT JOIN pg_statistic_ext_data sd ON (s.oid = sd.stxoid)
         LEFT JOIN pg_namespace cn ON (cn.oid = c.relnamespace)
         LEFT JOIN pg_namespace sn ON (sn.oid = s.stxnamespace)
         JOIN LATERAL (
             SELECT unnest(pg_get_statisticsobjdef_expressions(s.oid)) AS expr,
                    unnest(sd.stxdexpr)::pg_statistic AS a
         ) stat ON (stat.expr IS NOT NULL)
    WHERE pg_has_role(c.relowner, 'USAGE')
    AND (c.relrowsecurity = false OR NOT row_security_active(c.oid));

-- unprivileged users may read pg_statistic_ext but not pg_statistic_ext_data
REVOKE ALL ON pg_statistic_ext_data FROM public;

CREATE VIEW pg_publication_tables AS
    SELECT
        P.pubname AS pubname,
        N.nspname AS schemaname,
        C.relname AS tablename,
        ( SELECT array_agg(a.attname ORDER BY a.attnum)
          FROM pg_attribute a
          WHERE a.attrelid = GPT.relid AND
                a.attnum = ANY(GPT.attrs)
        ) AS attnames,
        pg_get_expr(GPT.qual, GPT.relid) AS rowfilter
    FROM pg_publication P,
         LATERAL pg_get_publication_tables(P.pubname) GPT,
         pg_class C JOIN pg_namespace N ON (N.oid = C.relnamespace)
    WHERE C.oid = GPT.relid;

CREATE VIEW pg_locks AS
    SELECT * FROM pg_lock_status() AS L;

CREATE VIEW pg_cursors AS
    SELECT * FROM pg_cursor() AS C;

CREATE VIEW pg_available_extensions AS
    SELECT E.name, E.default_version, X.extversion AS installed_version,
           E.comment
      FROM pg_available_extensions() AS E
           LEFT JOIN pg_extension AS X ON E.name = X.extname;

CREATE VIEW pg_available_extension_versions AS
    SELECT E.name, E.version, (X.extname IS NOT NULL) AS installed,
           E.superuser, E.trusted, E.relocatable,
           E.schema, E.requires, E.comment
      FROM pg_available_extension_versions() AS E
           LEFT JOIN pg_extension AS X
             ON E.name = X.extname AND E.version = X.extversion;

CREATE VIEW pg_prepared_xacts AS
    SELECT P.transaction, P.gid, P.prepared,
           U.rolname AS owner, D.datname AS database
    FROM pg_prepared_xact() AS P
         LEFT JOIN pg_authid U ON P.ownerid = U.oid
         LEFT JOIN pg_database D ON P.dbid = D.oid;

CREATE VIEW pg_prepared_statements AS
    SELECT * FROM pg_prepared_statement() AS P;

CREATE VIEW pg_seclabels AS
SELECT
    l.objoid, l.classoid, l.objsubid,
    CASE WHEN rel.relkind IN ('r', 'p') THEN 'table'::text
         WHEN rel.relkind = 'v' THEN 'view'::text
         WHEN rel.relkind = 'm' THEN 'materialized view'::text
         WHEN rel.relkind = 'S' THEN 'sequence'::text
         WHEN rel.relkind = 'f' THEN 'foreign table'::text END AS objtype,
    rel.relnamespace AS objnamespace,
    CASE WHEN pg_table_is_visible(rel.oid)
         THEN quote_ident(rel.relname)
         ELSE quote_ident(nsp.nspname) || '.' || quote_ident(rel.relname)
         END AS objname,
    l.provider, l.label
FROM
    pg_seclabel l
    JOIN pg_class rel ON l.classoid = rel.tableoid AND l.objoid = rel.oid
    JOIN pg_namespace nsp ON rel.relnamespace = nsp.oid
WHERE
    l.objsubid = 0
UNION ALL
SELECT
    l.objoid, l.classoid, l.objsubid,
    'column'::text AS objtype,
    rel.relnamespace AS objnamespace,
    CASE WHEN pg_table_is_visible(rel.oid)
         THEN quote_ident(rel.relname)
         ELSE quote_ident(nsp.nspname) || '.' || quote_ident(rel.relname)
         END || '.' || att.attname AS objname,
    l.provider, l.label
FROM
    pg_seclabel l
    JOIN pg_class rel ON l.classoid = rel.tableoid AND l.objoid = rel.oid
    JOIN pg_attribute att
         ON rel.oid = att.attrelid AND l.objsubid = att.attnum
    JOIN pg_namespace nsp ON rel.relnamespace = nsp.oid
WHERE
    l.objsubid != 0
UNION ALL
SELECT
    l.objoid, l.classoid, l.objsubid,
    CASE pro.prokind
            WHEN 'a' THEN 'aggregate'::text
            WHEN 'f' THEN 'function'::text
            WHEN 'p' THEN 'procedure'::text
            WHEN 'w' THEN 'window'::text END AS objtype,
    pro.pronamespace AS objnamespace,
    CASE WHEN pg_function_is_visible(pro.oid)
         THEN quote_ident(pro.proname)
         ELSE quote_ident(nsp.nspname) || '.' || quote_ident(pro.proname)
    END || '(' || pg_catalog.pg_get_function_arguments(pro.oid) || ')' AS objname,
    l.provider, l.label
FROM
    pg_seclabel l
    JOIN pg_proc pro ON l.classoid = pro.tableoid AND l.objoid = pro.oid
    JOIN pg_namespace nsp ON pro.pronamespace = nsp.oid
WHERE
    l.objsubid = 0
UNION ALL
SELECT
    l.objoid, l.classoid, l.objsubid,
    CASE WHEN typ.typtype = 'd' THEN 'domain'::text
    ELSE 'type'::text END AS objtype,
    typ.typnamespace AS objnamespace,
    CASE WHEN pg_type_is_visible(typ.oid)
    THEN quote_ident(typ.typname)
    ELSE quote_ident(nsp.nspname) || '.' || quote_ident(typ.typname)
    END AS objname,
    l.provider, l.label
FROM
    pg_seclabel l
    JOIN pg_type typ ON l.classoid = typ.tableoid AND l.objoid = typ.oid
    JOIN pg_namespace nsp ON typ.typnamespace = nsp.oid
WHERE
    l.objsubid = 0
UNION ALL
SELECT
    l.objoid, l.classoid, l.objsubid,
    'large object'::text AS objtype,
    NULL::oid AS objnamespace,
    l.objoid::text AS objname,
    l.provider, l.label
FROM
    pg_seclabel l
    JOIN pg_largeobject_metadata lom ON l.objoid = lom.oid
WHERE
    l.classoid = 'pg_catalog.pg_largeobject'::regclass AND l.objsubid = 0
UNION ALL
SELECT
    l.objoid, l.classoid, l.objsubid,
    'language'::text AS objtype,
    NULL::oid AS objnamespace,
    quote_ident(lan.lanname) AS objname,
    l.provider, l.label
FROM
    pg_seclabel l
    JOIN pg_language lan ON l.classoid = lan.tableoid AND l.objoid = lan.oid
WHERE
    l.objsubid = 0
UNION ALL
SELECT
    l.objoid, l.classoid, l.objsubid,
    'schema'::text AS objtype,
    nsp.oid AS objnamespace,
    quote_ident(nsp.nspname) AS objname,
    l.provider, l.label
FROM
    pg_seclabel l
    JOIN pg_namespace nsp ON l.classoid = nsp.tableoid AND l.objoid = nsp.oid
WHERE
    l.objsubid = 0
UNION ALL
SELECT
    l.objoid, l.classoid, l.objsubid,
    'event trigger'::text AS objtype,
    NULL::oid AS objnamespace,
    quote_ident(evt.evtname) AS objname,
    l.provider, l.label
FROM
    pg_seclabel l
    JOIN pg_event_trigger evt ON l.classoid = evt.tableoid
        AND l.objoid = evt.oid
WHERE
    l.objsubid = 0
UNION ALL
SELECT
    l.objoid, l.classoid, l.objsubid,
    'publication'::text AS objtype,
    NULL::oid AS objnamespace,
    quote_ident(p.pubname) AS objname,
    l.provider, l.label
FROM
    pg_seclabel l
    JOIN pg_publication p ON l.classoid = p.tableoid AND l.objoid = p.oid
WHERE
    l.objsubid = 0
UNION ALL
SELECT
    l.objoid, l.classoid, 0::int4 AS objsubid,
    'subscription'::text AS objtype,
    NULL::oid AS objnamespace,
    quote_ident(s.subname) AS objname,
    l.provider, l.label
FROM
    pg_shseclabel l
    JOIN pg_subscription s ON l.classoid = s.tableoid AND l.objoid = s.oid
UNION ALL
SELECT
    l.objoid, l.classoid, 0::int4 AS objsubid,
    'database'::text AS objtype,
    NULL::oid AS objnamespace,
    quote_ident(dat.datname) AS objname,
    l.provider, l.label
FROM
    pg_shseclabel l
    JOIN pg_database dat ON l.classoid = dat.tableoid AND l.objoid = dat.oid
UNION ALL
SELECT
    l.objoid, l.classoid, 0::int4 AS objsubid,
    'tablespace'::text AS objtype,
    NULL::oid AS objnamespace,
    quote_ident(spc.spcname) AS objname,
    l.provider, l.label
FROM
    pg_shseclabel l
    JOIN pg_tablespace spc ON l.classoid = spc.tableoid AND l.objoid = spc.oid
UNION ALL
SELECT
    l.objoid, l.classoid, 0::int4 AS objsubid,
    'role'::text AS objtype,
    NULL::oid AS objnamespace,
    quote_ident(rol.rolname) AS objname,
    l.provider, l.label
FROM
    pg_shseclabel l
    JOIN pg_authid rol ON l.classoid = rol.tableoid AND l.objoid = rol.oid;

CREATE VIEW pg_settings AS
    SELECT * FROM pg_show_all_settings() AS A;

CREATE RULE pg_settings_u AS
    ON UPDATE TO pg_settings
    WHERE new.name = old.name DO
    SELECT set_config(old.name, new.setting, 'f');

CREATE RULE pg_settings_n AS
    ON UPDATE TO pg_settings
    DO INSTEAD NOTHING;

GRANT SELECT, UPDATE ON pg_settings TO PUBLIC;

CREATE VIEW pg_file_settings AS
   SELECT * FROM pg_show_all_file_settings() AS A;

REVOKE ALL ON pg_file_settings FROM PUBLIC;
REVOKE EXECUTE ON FUNCTION pg_show_all_file_settings() FROM PUBLIC;

CREATE VIEW pg_hba_file_rules AS
   SELECT * FROM pg_hba_file_rules() AS A;

REVOKE ALL ON pg_hba_file_rules FROM PUBLIC;
REVOKE EXECUTE ON FUNCTION pg_hba_file_rules() FROM PUBLIC;

CREATE VIEW pg_ident_file_mappings AS
   SELECT * FROM pg_ident_file_mappings() AS A;

REVOKE ALL ON pg_ident_file_mappings FROM PUBLIC;
REVOKE EXECUTE ON FUNCTION pg_ident_file_mappings() FROM PUBLIC;

CREATE VIEW pg_timezone_abbrevs AS
    SELECT * FROM pg_timezone_abbrevs();

CREATE VIEW pg_timezone_names AS
    SELECT * FROM pg_timezone_names();

CREATE VIEW pg_config AS
    SELECT * FROM pg_config();

REVOKE ALL ON pg_config FROM PUBLIC;
REVOKE EXECUTE ON FUNCTION pg_config() FROM PUBLIC;

CREATE VIEW pg_shmem_allocations AS
    SELECT * FROM pg_get_shmem_allocations();

REVOKE ALL ON pg_shmem_allocations FROM PUBLIC;
GRANT SELECT ON pg_shmem_allocations TO pg_read_all_stats;
REVOKE EXECUTE ON FUNCTION pg_get_shmem_allocations() FROM PUBLIC;
GRANT EXECUTE ON FUNCTION pg_get_shmem_allocations() TO pg_read_all_stats;

CREATE VIEW pg_backend_memory_contexts AS
    SELECT * FROM pg_get_backend_memory_contexts();

REVOKE ALL ON pg_backend_memory_contexts FROM PUBLIC;
GRANT SELECT ON pg_backend_memory_contexts TO pg_read_all_stats;
REVOKE EXECUTE ON FUNCTION pg_get_backend_memory_contexts() FROM PUBLIC;
GRANT EXECUTE ON FUNCTION pg_get_backend_memory_contexts() TO pg_read_all_stats;

-- Statistics views

CREATE VIEW pg_stat_all_tables AS
    SELECT
            C.oid AS relid,
            N.nspname AS schemaname,
            C.relname AS relname,
            pg_stat_get_numscans(C.oid) AS seq_scan,
            pg_stat_get_lastscan(C.oid) AS last_seq_scan,
            pg_stat_get_tuples_returned(C.oid) AS seq_tup_read,
            sum(pg_stat_get_numscans(I.indexrelid))::bigint AS idx_scan,
            max(pg_stat_get_lastscan(I.indexrelid)) AS last_idx_scan,
            sum(pg_stat_get_tuples_fetched(I.indexrelid))::bigint +
            pg_stat_get_tuples_fetched(C.oid) AS idx_tup_fetch,
            pg_stat_get_tuples_inserted(C.oid) AS n_tup_ins,
            pg_stat_get_tuples_updated(C.oid) AS n_tup_upd,
            pg_stat_get_tuples_deleted(C.oid) AS n_tup_del,
            pg_stat_get_tuples_hot_updated(C.oid) AS n_tup_hot_upd,
            pg_stat_get_tuples_newpage_updated(C.oid) AS n_tup_newpage_upd,
            pg_stat_get_live_tuples(C.oid) AS n_live_tup,
            pg_stat_get_dead_tuples(C.oid) AS n_dead_tup,
            pg_stat_get_mod_since_analyze(C.oid) AS n_mod_since_analyze,
            pg_stat_get_ins_since_vacuum(C.oid) AS n_ins_since_vacuum,
            pg_stat_get_last_vacuum_time(C.oid) as last_vacuum,
            pg_stat_get_last_autovacuum_time(C.oid) as last_autovacuum,
            pg_stat_get_last_analyze_time(C.oid) as last_analyze,
            pg_stat_get_last_autoanalyze_time(C.oid) as last_autoanalyze,
            pg_stat_get_vacuum_count(C.oid) AS vacuum_count,
            pg_stat_get_autovacuum_count(C.oid) AS autovacuum_count,
            pg_stat_get_analyze_count(C.oid) AS analyze_count,
            pg_stat_get_autoanalyze_count(C.oid) AS autoanalyze_count
    FROM pg_class C LEFT JOIN
         pg_index I ON C.oid = I.indrelid
         LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
    WHERE C.relkind IN ('r', 't', 'm', 'p')
    GROUP BY C.oid, N.nspname, C.relname;

CREATE VIEW pg_stat_xact_all_tables AS
    SELECT
            C.oid AS relid,
            N.nspname AS schemaname,
            C.relname AS relname,
            pg_stat_get_xact_numscans(C.oid) AS seq_scan,
            pg_stat_get_xact_tuples_returned(C.oid) AS seq_tup_read,
            sum(pg_stat_get_xact_numscans(I.indexrelid))::bigint AS idx_scan,
            sum(pg_stat_get_xact_tuples_fetched(I.indexrelid))::bigint +
            pg_stat_get_xact_tuples_fetched(C.oid) AS idx_tup_fetch,
            pg_stat_get_xact_tuples_inserted(C.oid) AS n_tup_ins,
            pg_stat_get_xact_tuples_updated(C.oid) AS n_tup_upd,
            pg_stat_get_xact_tuples_deleted(C.oid) AS n_tup_del,
            pg_stat_get_xact_tuples_hot_updated(C.oid) AS n_tup_hot_upd,
            pg_stat_get_xact_tuples_newpage_updated(C.oid) AS n_tup_newpage_upd
    FROM pg_class C LEFT JOIN
         pg_index I ON C.oid = I.indrelid
         LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
    WHERE C.relkind IN ('r', 't', 'm', 'p')
    GROUP BY C.oid, N.nspname, C.relname;

CREATE VIEW pg_stat_sys_tables AS
    SELECT * FROM pg_stat_all_tables
    WHERE schemaname IN ('pg_catalog', 'information_schema') OR
          schemaname ~ '^pg_toast';

CREATE VIEW pg_stat_xact_sys_tables AS
    SELECT * FROM pg_stat_xact_all_tables
    WHERE schemaname IN ('pg_catalog', 'information_schema') OR
          schemaname ~ '^pg_toast';

CREATE VIEW pg_stat_user_tables AS
    SELECT * FROM pg_stat_all_tables
    WHERE schemaname NOT IN ('pg_catalog', 'information_schema') AND
          schemaname !~ '^pg_toast';

CREATE VIEW pg_stat_xact_user_tables AS
    SELECT * FROM pg_stat_xact_all_tables
    WHERE schemaname NOT IN ('pg_catalog', 'information_schema') AND
          schemaname !~ '^pg_toast';

CREATE VIEW pg_statio_all_tables AS
    SELECT
            C.oid AS relid,
            N.nspname AS schemaname,
            C.relname AS relname,
            pg_stat_get_blocks_fetched(C.oid) -
                    pg_stat_get_blocks_hit(C.oid) AS heap_blks_read,
            pg_stat_get_blocks_hit(C.oid) AS heap_blks_hit,
            I.idx_blks_read AS idx_blks_read,
            I.idx_blks_hit AS idx_blks_hit,
            pg_stat_get_blocks_fetched(T.oid) -
                    pg_stat_get_blocks_hit(T.oid) AS toast_blks_read,
            pg_stat_get_blocks_hit(T.oid) AS toast_blks_hit,
            X.idx_blks_read AS tidx_blks_read,
            X.idx_blks_hit AS tidx_blks_hit
    FROM pg_class C LEFT JOIN
            pg_class T ON C.reltoastrelid = T.oid
            LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
            LEFT JOIN LATERAL (
              SELECT sum(pg_stat_get_blocks_fetched(indexrelid) -
                         pg_stat_get_blocks_hit(indexrelid))::bigint
                     AS idx_blks_read,
                     sum(pg_stat_get_blocks_hit(indexrelid))::bigint
                     AS idx_blks_hit
              FROM pg_index WHERE indrelid = C.oid ) I ON true
            LEFT JOIN LATERAL (
              SELECT sum(pg_stat_get_blocks_fetched(indexrelid) -
                         pg_stat_get_blocks_hit(indexrelid))::bigint
                     AS idx_blks_read,
                     sum(pg_stat_get_blocks_hit(indexrelid))::bigint
                     AS idx_blks_hit
              FROM pg_index WHERE indrelid = T.oid ) X ON true
    WHERE C.relkind IN ('r', 't', 'm');

CREATE VIEW pg_statio_sys_tables AS
    SELECT * FROM pg_statio_all_tables
    WHERE schemaname IN ('pg_catalog', 'information_schema') OR
          schemaname ~ '^pg_toast';

CREATE VIEW pg_statio_user_tables AS
    SELECT * FROM pg_statio_all_tables
    WHERE schemaname NOT IN ('pg_catalog', 'information_schema') AND
          schemaname !~ '^pg_toast';

CREATE VIEW pg_stat_all_indexes AS
    SELECT
            C.oid AS relid,
            I.oid AS indexrelid,
            N.nspname AS schemaname,
            C.relname AS relname,
            I.relname AS indexrelname,
            pg_stat_get_numscans(I.oid) AS idx_scan,
            pg_stat_get_lastscan(I.oid) AS last_idx_scan,
            pg_stat_get_tuples_returned(I.oid) AS idx_tup_read,
            pg_stat_get_tuples_fetched(I.oid) AS idx_tup_fetch
    FROM pg_class C JOIN
            pg_index X ON C.oid = X.indrelid JOIN
            pg_class I ON I.oid = X.indexrelid
            LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
    WHERE C.relkind IN ('r', 't', 'm');

CREATE VIEW pg_stat_sys_indexes AS
    SELECT * FROM pg_stat_all_indexes
    WHERE schemaname IN ('pg_catalog', 'information_schema') OR
          schemaname ~ '^pg_toast';

CREATE VIEW pg_stat_user_indexes AS
    SELECT * FROM pg_stat_all_indexes
    WHERE schemaname NOT IN ('pg_catalog', 'information_schema') AND
          schemaname !~ '^pg_toast';

CREATE VIEW pg_statio_all_indexes AS
    SELECT
            C.oid AS relid,
            I.oid AS indexrelid,
            N.nspname AS schemaname,
            C.relname AS relname,
            I.relname AS indexrelname,
            pg_stat_get_blocks_fetched(I.oid) -
                    pg_stat_get_blocks_hit(I.oid) AS idx_blks_read,
            pg_stat_get_blocks_hit(I.oid) AS idx_blks_hit
    FROM pg_class C JOIN
            pg_index X ON C.oid = X.indrelid JOIN
            pg_class I ON I.oid = X.indexrelid
            LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
    WHERE C.relkind IN ('r', 't', 'm');

CREATE VIEW pg_statio_sys_indexes AS
    SELECT * FROM pg_statio_all_indexes
    WHERE schemaname IN ('pg_catalog', 'information_schema') OR
          schemaname ~ '^pg_toast';

CREATE VIEW pg_statio_user_indexes AS
    SELECT * FROM pg_statio_all_indexes
    WHERE schemaname NOT IN ('pg_catalog', 'information_schema') AND
          schemaname !~ '^pg_toast';

CREATE VIEW pg_statio_all_sequences AS
    SELECT
            C.oid AS relid,
            N.nspname AS schemaname,
            C.relname AS relname,
            pg_stat_get_blocks_fetched(C.oid) -
                    pg_stat_get_blocks_hit(C.oid) AS blks_read,
            pg_stat_get_blocks_hit(C.oid) AS blks_hit
    FROM pg_class C
            LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
    WHERE C.relkind = 'S';

CREATE VIEW pg_statio_sys_sequences AS
    SELECT * FROM pg_statio_all_sequences
    WHERE schemaname IN ('pg_catalog', 'information_schema') OR
          schemaname ~ '^pg_toast';

CREATE VIEW pg_statio_user_sequences AS
    SELECT * FROM pg_statio_all_sequences
    WHERE schemaname NOT IN ('pg_catalog', 'information_schema') AND
          schemaname !~ '^pg_toast';

CREATE VIEW pg_stat_activity AS
    SELECT
            S.datid AS datid,
            D.datname AS datname,
            S.pid,
            S.leader_pid,
            S.usesysid,
            U.rolname AS usename,
            S.application_name,
            S.client_addr,
            S.client_hostname,
            S.client_port,
            S.backend_start,
            S.xact_start,
            S.query_start,
            S.state_change,
            S.wait_event_type,
            S.wait_event,
            S.state,
            S.backend_xid,
            s.backend_xmin,
            S.query_id,
            S.query,
            S.backend_type
    FROM pg_stat_get_activity(NULL) AS S
        LEFT JOIN pg_database AS D ON (S.datid = D.oid)
        LEFT JOIN pg_authid AS U ON (S.usesysid = U.oid);

CREATE VIEW pg_stat_replication AS
    SELECT
            S.pid,
            S.usesysid,
            U.rolname AS usename,
            S.application_name,
            S.client_addr,
            S.client_hostname,
            S.client_port,
            S.backend_start,
            S.backend_xmin,
            W.state,
            W.sent_lsn,
            W.write_lsn,
            W.flush_lsn,
            W.replay_lsn,
            W.write_lag,
            W.flush_lag,
            W.replay_lag,
            W.sync_priority,
            W.sync_state,
            W.reply_time
    FROM pg_stat_get_activity(NULL) AS S
        JOIN pg_stat_get_wal_senders() AS W ON (S.pid = W.pid)
        LEFT JOIN pg_authid AS U ON (S.usesysid = U.oid);

CREATE VIEW pg_stat_slru AS
    SELECT
            s.name,
            s.blks_zeroed,
            s.blks_hit,
            s.blks_read,
            s.blks_written,
            s.blks_exists,
            s.flushes,
            s.truncates,
            s.stats_reset
    FROM pg_stat_get_slru() s;

CREATE VIEW pg_stat_wal_receiver AS
    SELECT
            s.pid,
            s.status,
            s.receive_start_lsn,
            s.receive_start_tli,
            s.written_lsn,
            s.flushed_lsn,
            s.received_tli,
            s.last_msg_send_time,
            s.last_msg_receipt_time,
            s.latest_end_lsn,
            s.latest_end_time,
            s.slot_name,
            s.sender_host,
            s.sender_port,
            s.conninfo
    FROM pg_stat_get_wal_receiver() s
    WHERE s.pid IS NOT NULL;

CREATE VIEW pg_stat_recovery_prefetch AS
    SELECT
            s.stats_reset,
            s.prefetch,
            s.hit,
            s.skip_init,
            s.skip_new,
            s.skip_fpw,
            s.skip_rep,
            s.wal_distance,
            s.block_distance,
            s.io_depth
     FROM pg_stat_get_recovery_prefetch() s;

CREATE VIEW pg_stat_subscription AS
    SELECT
            su.oid AS subid,
            su.subname,
            st.worker_type,
            st.pid,
            st.leader_pid,
            st.relid,
            st.received_lsn,
            st.last_msg_send_time,
            st.last_msg_receipt_time,
            st.latest_end_lsn,
            st.latest_end_time
    FROM pg_subscription su
            LEFT JOIN pg_stat_get_subscription(NULL) st
                      ON (st.subid = su.oid);

CREATE VIEW pg_stat_ssl AS
    SELECT
            S.pid,
            S.ssl,
            S.sslversion AS version,
            S.sslcipher AS cipher,
            S.sslbits AS bits,
            S.ssl_client_dn AS client_dn,
            S.ssl_client_serial AS client_serial,
            S.ssl_issuer_dn AS issuer_dn
    FROM pg_stat_get_activity(NULL) AS S
    WHERE S.client_port IS NOT NULL;

CREATE VIEW pg_stat_gssapi AS
    SELECT
            S.pid,
            S.gss_auth AS gss_authenticated,
            S.gss_princ AS principal,
            S.gss_enc AS encrypted,
            S.gss_delegation AS credentials_delegated
    FROM pg_stat_get_activity(NULL) AS S
    WHERE S.client_port IS NOT NULL;

CREATE VIEW pg_replication_slots AS
    SELECT
            L.slot_name,
            L.plugin,
            L.slot_type,
            L.datoid,
            D.datname AS database,
            L.temporary,
            L.active,
            L.active_pid,
            L.xmin,
            L.catalog_xmin,
            L.restart_lsn,
            L.confirmed_flush_lsn,
            L.wal_status,
            L.safe_wal_size,
            L.two_phase,
            L.inactive_since,
            L.conflicting,
            L.invalidation_reason,
            L.failover,
            L.synced
    FROM pg_get_replication_slots() AS L
            LEFT JOIN pg_database D ON (L.datoid = D.oid);

CREATE VIEW pg_stat_replication_slots AS
    SELECT
            s.slot_name,
            s.spill_txns,
            s.spill_count,
            s.spill_bytes,
            s.stream_txns,
            s.stream_count,
            s.stream_bytes,
            s.total_txns,
            s.total_bytes,
            s.stats_reset
    FROM pg_replication_slots as r,
        LATERAL pg_stat_get_replication_slot(slot_name) as s
    WHERE r.datoid IS NOT NULL; -- excluding physical slots

CREATE VIEW pg_stat_database AS
    SELECT
            D.oid AS datid,
            D.datname AS datname,
                CASE
                    WHEN (D.oid = (0)::oid) THEN 0
                    ELSE pg_stat_get_db_numbackends(D.oid)
                END AS numbackends,
            pg_stat_get_db_xact_commit(D.oid) AS xact_commit,
            pg_stat_get_db_xact_rollback(D.oid) AS xact_rollback,
            pg_stat_get_db_blocks_fetched(D.oid) -
                    pg_stat_get_db_blocks_hit(D.oid) AS blks_read,
            pg_stat_get_db_blocks_hit(D.oid) AS blks_hit,
            pg_stat_get_db_tuples_returned(D.oid) AS tup_returned,
            pg_stat_get_db_tuples_fetched(D.oid) AS tup_fetched,
            pg_stat_get_db_tuples_inserted(D.oid) AS tup_inserted,
            pg_stat_get_db_tuples_updated(D.oid) AS tup_updated,
            pg_stat_get_db_tuples_deleted(D.oid) AS tup_deleted,
            pg_stat_get_db_conflict_all(D.oid) AS conflicts,
            pg_stat_get_db_temp_files(D.oid) AS temp_files,
            pg_stat_get_db_temp_bytes(D.oid) AS temp_bytes,
            pg_stat_get_db_deadlocks(D.oid) AS deadlocks,
            pg_stat_get_db_checksum_failures(D.oid) AS checksum_failures,
            pg_stat_get_db_checksum_last_failure(D.oid) AS checksum_last_failure,
            pg_stat_get_db_blk_read_time(D.oid) AS blk_read_time,
            pg_stat_get_db_blk_write_time(D.oid) AS blk_write_time,
            pg_stat_get_db_session_time(D.oid) AS session_time,
            pg_stat_get_db_active_time(D.oid) AS active_time,
            pg_stat_get_db_idle_in_transaction_time(D.oid) AS idle_in_transaction_time,
            pg_stat_get_db_sessions(D.oid) AS sessions,
            pg_stat_get_db_sessions_abandoned(D.oid) AS sessions_abandoned,
            pg_stat_get_db_sessions_fatal(D.oid) AS sessions_fatal,
            pg_stat_get_db_sessions_killed(D.oid) AS sessions_killed,
            pg_stat_get_db_stat_reset_time(D.oid) AS stats_reset
    FROM (
        SELECT 0 AS oid, NULL::name AS datname
        UNION ALL
        SELECT oid, datname FROM pg_database
    ) D;

CREATE VIEW pg_stat_database_conflicts AS
    SELECT
            D.oid AS datid,
            D.datname AS datname,
            pg_stat_get_db_conflict_tablespace(D.oid) AS confl_tablespace,
            pg_stat_get_db_conflict_lock(D.oid) AS confl_lock,
            pg_stat_get_db_conflict_snapshot(D.oid) AS confl_snapshot,
            pg_stat_get_db_conflict_bufferpin(D.oid) AS confl_bufferpin,
            pg_stat_get_db_conflict_startup_deadlock(D.oid) AS confl_deadlock,
            pg_stat_get_db_conflict_logicalslot(D.oid) AS confl_active_logicalslot
    FROM pg_database D;

CREATE VIEW pg_stat_user_functions AS
    SELECT
            P.oid AS funcid,
            N.nspname AS schemaname,
            P.proname AS funcname,
            pg_stat_get_function_calls(P.oid) AS calls,
            pg_stat_get_function_total_time(P.oid) AS total_time,
            pg_stat_get_function_self_time(P.oid) AS self_time
    FROM pg_proc P LEFT JOIN pg_namespace N ON (N.oid = P.pronamespace)
    WHERE P.prolang != 12  -- fast check to eliminate built-in functions
          AND pg_stat_get_function_calls(P.oid) IS NOT NULL;

CREATE VIEW pg_stat_xact_user_functions AS
    SELECT
            P.oid AS funcid,
            N.nspname AS schemaname,
            P.proname AS funcname,
            pg_stat_get_xact_function_calls(P.oid) AS calls,
            pg_stat_get_xact_function_total_time(P.oid) AS total_time,
            pg_stat_get_xact_function_self_time(P.oid) AS self_time
    FROM pg_proc P LEFT JOIN pg_namespace N ON (N.oid = P.pronamespace)
    WHERE P.prolang != 12  -- fast check to eliminate built-in functions
          AND pg_stat_get_xact_function_calls(P.oid) IS NOT NULL;

CREATE VIEW pg_stat_archiver AS
    SELECT
        s.archived_count,
        s.last_archived_wal,
        s.last_archived_time,
        s.failed_count,
        s.last_failed_wal,
        s.last_failed_time,
        s.stats_reset
    FROM pg_stat_get_archiver() s;

CREATE VIEW pg_stat_bgwriter AS
    SELECT
        pg_stat_get_bgwriter_buf_written_clean() AS buffers_clean,
        pg_stat_get_bgwriter_maxwritten_clean() AS maxwritten_clean,
        pg_stat_get_buf_alloc() AS buffers_alloc,
        pg_stat_get_bgwriter_stat_reset_time() AS stats_reset;

CREATE VIEW pg_stat_checkpointer AS
    SELECT
        pg_stat_get_checkpointer_num_timed() AS num_timed,
        pg_stat_get_checkpointer_num_requested() AS num_requested,
        pg_stat_get_checkpointer_restartpoints_timed() AS restartpoints_timed,
        pg_stat_get_checkpointer_restartpoints_requested() AS restartpoints_req,
        pg_stat_get_checkpointer_restartpoints_performed() AS restartpoints_done,
        pg_stat_get_checkpointer_write_time() AS write_time,
        pg_stat_get_checkpointer_sync_time() AS sync_time,
        pg_stat_get_checkpointer_buffers_written() AS buffers_written,
        pg_stat_get_checkpointer_stat_reset_time() AS stats_reset;

CREATE VIEW pg_stat_io AS
SELECT
       b.backend_type,
       b.object,
       b.context,
       b.reads,
       b.read_time,
       b.writes,
       b.write_time,
       b.writebacks,
       b.writeback_time,
       b.extends,
       b.extend_time,
       b.op_bytes,
       b.hits,
       b.evictions,
       b.reuses,
       b.fsyncs,
       b.fsync_time,
       b.stats_reset
FROM pg_stat_get_io() b;

CREATE VIEW pg_stat_wal AS
    SELECT
        w.wal_records,
        w.wal_fpi,
        w.wal_bytes,
        w.wal_buffers_full,
        w.wal_write,
        w.wal_sync,
        w.wal_write_time,
        w.wal_sync_time,
        w.stats_reset
    FROM pg_stat_get_wal() w;

CREATE VIEW pg_stat_progress_analyze AS
    SELECT
        S.pid AS pid, S.datid AS datid, D.datname AS datname,
        CAST(S.relid AS oid) AS relid,
        CASE S.param1 WHEN 0 THEN 'initializing'
                      WHEN 1 THEN 'acquiring sample rows'
                      WHEN 2 THEN 'acquiring inherited sample rows'
                      WHEN 3 THEN 'computing statistics'
                      WHEN 4 THEN 'computing extended statistics'
                      WHEN 5 THEN 'finalizing analyze'
                      END AS phase,
        S.param2 AS sample_blks_total,
        S.param3 AS sample_blks_scanned,
        S.param4 AS ext_stats_total,
        S.param5 AS ext_stats_computed,
        S.param6 AS child_tables_total,
        S.param7 AS child_tables_done,
        CAST(S.param8 AS oid) AS current_child_table_relid
    FROM pg_stat_get_progress_info('ANALYZE') AS S
        LEFT JOIN pg_database D ON S.datid = D.oid;

CREATE VIEW pg_stat_progress_vacuum AS
    SELECT
        S.pid AS pid, S.datid AS datid, D.datname AS datname,
        S.relid AS relid,
        CASE S.param1 WHEN 0 THEN 'initializing'
                      WHEN 1 THEN 'scanning heap'
                      WHEN 2 THEN 'vacuuming indexes'
                      WHEN 3 THEN 'vacuuming heap'
                      WHEN 4 THEN 'cleaning up indexes'
                      WHEN 5 THEN 'truncating heap'
                      WHEN 6 THEN 'performing final cleanup'
                      END AS phase,
        S.param2 AS heap_blks_total, S.param3 AS heap_blks_scanned,
        S.param4 AS heap_blks_vacuumed, S.param5 AS index_vacuum_count,
        S.param6 AS max_dead_tuple_bytes, S.param7 AS dead_tuple_bytes,
        S.param8 AS num_dead_item_ids, S.param9 AS indexes_total,
        S.param10 AS indexes_processed
    FROM pg_stat_get_progress_info('VACUUM') AS S
        LEFT JOIN pg_database D ON S.datid = D.oid;

CREATE VIEW pg_stat_progress_cluster AS
    SELECT
        S.pid AS pid,
        S.datid AS datid,
        D.datname AS datname,
        S.relid AS relid,
        CASE S.param1 WHEN 1 THEN 'CLUSTER'
                      WHEN 2 THEN 'VACUUM FULL'
                      END AS command,
        CASE S.param2 WHEN 0 THEN 'initializing'
                      WHEN 1 THEN 'seq scanning heap'
                      WHEN 2 THEN 'index scanning heap'
                      WHEN 3 THEN 'sorting tuples'
                      WHEN 4 THEN 'writing new heap'
                      WHEN 5 THEN 'swapping relation files'
                      WHEN 6 THEN 'rebuilding index'
                      WHEN 7 THEN 'performing final cleanup'
                      END AS phase,
        CAST(S.param3 AS oid) AS cluster_index_relid,
        S.param4 AS heap_tuples_scanned,
        S.param5 AS heap_tuples_written,
        S.param6 AS heap_blks_total,
        S.param7 AS heap_blks_scanned,
        S.param8 AS index_rebuild_count
    FROM pg_stat_get_progress_info('CLUSTER') AS S
        LEFT JOIN pg_database D ON S.datid = D.oid;

CREATE VIEW pg_stat_progress_create_index AS
    SELECT
        S.pid AS pid, S.datid AS datid, D.datname AS datname,
        S.relid AS relid,
        CAST(S.param7 AS oid) AS index_relid,
        CASE S.param1 WHEN 1 THEN 'CREATE INDEX'
                      WHEN 2 THEN 'CREATE INDEX CONCURRENTLY'
                      WHEN 3 THEN 'REINDEX'
                      WHEN 4 THEN 'REINDEX CONCURRENTLY'
                      END AS command,
        CASE S.param10 WHEN 0 THEN 'initializing'
                       WHEN 1 THEN 'waiting for writers before build'
                       WHEN 2 THEN 'building index' ||
                           COALESCE((': ' || pg_indexam_progress_phasename(S.param9::oid, S.param11)),
                                    '')
                       WHEN 3 THEN 'waiting for writers before validation'
                       WHEN 4 THEN 'index validation: scanning index'
                       WHEN 5 THEN 'index validation: sorting tuples'
                       WHEN 6 THEN 'index validation: scanning table'
                       WHEN 7 THEN 'waiting for old snapshots'
                       WHEN 8 THEN 'waiting for readers before marking dead'
                       WHEN 9 THEN 'waiting for readers before dropping'
                       END as phase,
        S.param4 AS lockers_total,
        S.param5 AS lockers_done,
        S.param6 AS current_locker_pid,
        S.param16 AS blocks_total,
        S.param17 AS blocks_done,
        S.param12 AS tuples_total,
        S.param13 AS tuples_done,
        S.param14 AS partitions_total,
        S.param15 AS partitions_done
    FROM pg_stat_get_progress_info('CREATE INDEX') AS S
        LEFT JOIN pg_database D ON S.datid = D.oid;

CREATE VIEW pg_stat_progress_basebackup AS
    SELECT
        S.pid AS pid,
        CASE S.param1 WHEN 0 THEN 'initializing'
                      WHEN 1 THEN 'waiting for checkpoint to finish'
                      WHEN 2 THEN 'estimating backup size'
                      WHEN 3 THEN 'streaming database files'
                      WHEN 4 THEN 'waiting for wal archiving to finish'
                      WHEN 5 THEN 'transferring wal files'
                      END AS phase,
        CASE S.param2 WHEN -1 THEN NULL ELSE S.param2 END AS backup_total,
        S.param3 AS backup_streamed,
        S.param4 AS tablespaces_total,
        S.param5 AS tablespaces_streamed
    FROM pg_stat_get_progress_info('BASEBACKUP') AS S;


CREATE VIEW pg_stat_progress_copy AS
    SELECT
        S.pid AS pid, S.datid AS datid, D.datname AS datname,
        S.relid AS relid,
        CASE S.param5 WHEN 1 THEN 'COPY FROM'
                      WHEN 2 THEN 'COPY TO'
                      END AS command,
        CASE S.param6 WHEN 1 THEN 'FILE'
                      WHEN 2 THEN 'PROGRAM'
                      WHEN 3 THEN 'PIPE'
                      WHEN 4 THEN 'CALLBACK'
                      END AS "type",
        S.param1 AS bytes_processed,
        S.param2 AS bytes_total,
        S.param3 AS tuples_processed,
        S.param4 AS tuples_excluded,
        S.param7 AS tuples_skipped
    FROM pg_stat_get_progress_info('COPY') AS S
        LEFT JOIN pg_database D ON S.datid = D.oid;

CREATE VIEW pg_user_mappings AS
    SELECT
        U.oid       AS umid,
        S.oid       AS srvid,
        S.srvname   AS srvname,
        U.umuser    AS umuser,
        CASE WHEN U.umuser = 0 THEN
            'public'
        ELSE
            A.rolname
        END AS usename,
        CASE WHEN (U.umuser <> 0 AND A.rolname = current_user
                     AND (pg_has_role(S.srvowner, 'USAGE')
                          OR has_server_privilege(S.oid, 'USAGE')))
                    OR (U.umuser = 0 AND pg_has_role(S.srvowner, 'USAGE'))
                    OR (SELECT rolsuper FROM pg_authid WHERE rolname = current_user)
                    THEN U.umoptions
                 ELSE NULL END AS umoptions
    FROM pg_user_mapping U
        JOIN pg_foreign_server S ON (U.umserver = S.oid)
        LEFT JOIN pg_authid A ON (A.oid = U.umuser);

REVOKE ALL ON pg_user_mapping FROM public;

CREATE VIEW pg_replication_origin_status AS
    SELECT *
    FROM pg_show_replication_origin_status();

REVOKE ALL ON pg_replication_origin_status FROM public;

-- All columns of pg_subscription except subconninfo are publicly readable.
REVOKE ALL ON pg_subscription FROM public;
GRANT SELECT (oid, subdbid, subskiplsn, subname, subowner, subenabled,
              subbinary, substream, subtwophasestate, subdisableonerr,
			  subpasswordrequired, subrunasowner, subfailover,
              subslotname, subsynccommit, subpublications, suborigin)
    ON pg_subscription TO public;

CREATE VIEW pg_stat_subscription_stats AS
    SELECT
        ss.subid,
        s.subname,
        ss.apply_error_count,
        ss.sync_error_count,
        ss.stats_reset
    FROM pg_subscription as s,
         pg_stat_get_subscription_stats(s.oid) as ss;

CREATE VIEW pg_wait_events AS
    SELECT * FROM pg_get_wait_events();
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 
EAT-3
TZif2                             "         `POGx,ppHp*`.zL5ppX	ϒ4Њ  rN$pKp \xC DxZ hYvCpfB_|O_       1                     LMT PMT WEST WET CEST CET       TZif2                             "      kɛ$`POGx,ppHp*`.zL5ppX	ϒ4Њ  rN$pKp \    x    C         D    xZ     hY    vCp    fB    _|    O_       1                     LMT PMT WEST WET CEST CET       
CET-1
TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 
EAT-3
TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 
EAT-3
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                                    pьP` CѡQx   /             LMT GMT +0030 WAT TZif2                                    pP` CQx   /             LMT GMT +0030 WAT 
WAT-1
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                                  朐	gad        LMT -01 GMT     TZif2                                  朐    	gad        LMT -01 GMT     
GMT0
TZif2                                    Bv        LMT CAT TZif2                                    Bv        LMT CAT 
CAT-2
TZif2                                    pьP` CѡQx   /             LMT GMT +0030 WAT TZif2                                    pP` CQx   /             LMT GMT +0030 WAT 
WAT-1
TZif2                                    Bv        LMT CAT TZif2                                    Bv        LMT CAT 
CAT-2
TZif2                                      ȓ{ˮ`)ͬϏfЩyф`ҊP6c`-P``m  ﰳpy%ZY sp;Up6E p 9۾p  %gYpI ap+ CՀ$Ep	 
x
<1p dt(pU\ np7 OPH p{< pp4 g p!a "z\p#D  $b'p%%S&<p' ((纀* {*?+p,s -./0k12J3_4*5?6
7(`7P9`9ӱP:`;P<|`=uP>^`?sWP@zA\sBq\C<UDQ>EPF1 FjPHHIJPK`LaLXLPSu8SSڼ`T$PdJ`e:Pf*`g#h
`ii`jkӲlÕmnwovpYqsXrlvPsS:tLXPu<W`v,:Pw9`xPx`yPz`{P|`}~`  U    *0    	  *0LMT EEST EET    TZif2                                   }Mȓ{ˮ`)ͬϏfЩyф`ҊP6c`-P``m  ﰳpy%ZY sp;Up6E p 9۾p      %    g    Yp    I     ap    +     C    Հ    $Ep    	     
x    
<            1p         d    t(    p    U\     np    7     OP            H     p    {    <         pp    4         g     p    !a     "z\p    #D      $b'p    %%S    &<p    '     (    (纀    * {    *?    +p    ,s     -    .    /    0k    1    2J    3_    4*    5?    6
    7(`    7P    9`    9ӱP    :`    ;P    <|`    =uP    >^`    ?sWP    @z    A\s    Bq\    C<U    DQ>    EP    F1     FjP    H    H    I    JP    K`    La    LX    LP    Su8    S    Sڼ`    T$P    dJ`    e:P    f*`    g#    h
`    i    i`    j    kӲ    lÕ    m    nw    ov    pY    qsX    rlvP    sS:    tLXP    u<W`    v,:P    w9`    xP    x`    yP    z`    {P    |`    }    ~`      U    *0    	  *0LMT EEST EET    
EET-2EEST,M4.5.5/0,M10.5.4/24
TZif2                              _      QXpҡ25 '%r@pkm aG?pQ'p oHAH"pJ# JpKL]pMN4OPP1 PgQ|QˠRRlsS7zS!SF TLUU\U| UV,7V>WSW XT X Y YXSY6 ZZ [%[ \C\h ^^`rX `|b? bw$ dldD e f8g g i(iM kg km5= ml oo:	 pQqr rtt vTvlx* xX٠y" z/ {ɠ|(}q }ӕr =                 LMT +01 +00 TZif2                                    QXpҡ25 '%r@p    k    m         aG    ?    p    Q    'p         o    HA    H"p    J#     Jp    K    L]p    M    N4    O    P    P1     Pg    Q|    Qˠ    R    Rls    S7z    S!    SF     TLU    U\    U|     U    V,7    V>    WS    W     XT     X     Y     YXS    Y6     Z    Z     [%    [     \C    \h     ^    ^    `rX     `|    b?     bw$     dl    dD     e     f8    g     g     i(    iM     kg     k    m5=     ml     o    o:	     pQ    q    r     r    t    t     vT    vl    x*     xX٠    y"     z/     {ɠ    |(    }q     }ӕ    r     =     I    w      -     NQ         $     A    f             hV          >    m"     j    Cɠ         6             &        ]         +;     b         9A    ؊              V     |         SF     j          X     Z    %     Ǡ    &    o          r    ;     ?    v    +     DO    Ҡ         ?                 ^T          4    lZ         9Ǡ         o              _         S     +     *s    X         /?    Έ          ƥ/    T     r    ȩ    ID     wh        N     X    $          $    ёm          h    Ӗ9     >     l    )     C     Р         ڹx     眠    ܆     ܾD                 LMT +01 +00 
<+01>-1
TZif2                            ~         upn`pn ɧ2 Op z p0%r@pkm aG?pQ'p | lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                            LMT WET WEST CET CEST          TZif2                            ~      ~6 upn`pn ɧ2 Op z p0%r@p    k    m         aG    ?    p    Q    'p             |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                                LMT WET WEST CET CEST          
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 
EAT-3
TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 
EAT-3
TZif2                                    pьP` CѡQx   /             LMT GMT +0030 WAT TZif2                                    pP` CQx   /             LMT GMT +0030 WAT 
WAT-1
TZif2                              T      HѰ aG?pQ'pHAH"pJ# JpKL]pMN4OPP1 PgQ|QˠRRlsS7zS!SF TLUU\U| UV,7V>WSW XT X Y YXSY6 ZZ [%[ \C\h ^^`rX `|b? bw$ dldD e f8g g i(iM kg km5= ml oo:	 pQqr rtt vTvlx* xX٠y" z/ {ɠ|(}q }ӕr =                  LMT -01 +01 +00 TZif2                                    H    Ѱ         aG    ?    p    Q    'p    HA    H"p    J#     Jp    K    L]p    M    N4    O    P    P1     Pg    Q|    Qˠ    R    Rls    S7z    S!    SF     TLU    U\    U|     U    V,7    V>    WS    W     XT     X     Y     YXS    Y6     Z    Z     [%    [     \C    \h     ^    ^    `rX     `|    b?     bw$     dl    dD     e     f8    g     g     i(    iM     kg     k    m5=     ml     o    o:	     pQ    q    r     r    t    t     vT    vl    x*     xX٠    y"     z/     {ɠ    |(    }q     }ӕ    r     =     I    w      -     NQ         $     A    f             hV          >    m"     j    Cɠ         6             &        ]         +;     b         9A    ؊              V     |         SF     j          X     Z    %     Ǡ    &    o          r    ;     ?    v    +     DO    Ҡ         ?                 ^T          4    lZ         9Ǡ         o              _         S     +     *s    X         /?    Έ          ƥ/    T     r    ȩ    ID     wh        N     X    $          $    ёm          h    Ӗ9     >     l    )     C     Р         ڹx     眠    ܆     ܾD                  LMT -01 +01 +00 
<+01>-1
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                                    Bv        LMT CAT TZif2                                    Bv        LMT CAT 
CAT-2
TZif2                                    Bv        LMT CAT TZif2                                    Bv        LMT CAT 
CAT-2
TZif2                                    	   Fḫ͞opΎn~Qp  @       *0    LMT SAST TZif2                                    	m{A@Fḫ͞opΎn~Qp  @       *0    LMT SAST 
SAST-2
TZif2                              #       z4P}[g`~=@` P B	 S
 $
PP?`sP`gh`J+H`+_P(`o`PKPm~8E `P      *0    	  *0     	LMT CAST CAT EAT TZif2                              #               z4P    }    [g    `~    =    @`     P     B    	 S    
 $    
P        P        ?    `    sP    `    g    h`    J+    H`    +_P    (`        o`    P        KP    m    ~    8E     `P      *0    	  *0     	LMT CAST CAT EAT 
CAT-2
TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 
EAT-3
TZif2                              #        z4P}[g`~=@` P B	 S
 $
PP?`sP`gh`J+H`+_P(`o`PKPm~8E YP      *0    	  *0     	LMT CAST CAT EAT TZif2                              #                z4P    }    [g    `~    =    @`     P     B    	 S    
 $    
P        P        ?    `    sP    `    g    h`    J+    H`    +_P    (`        o`    P        KP    m    ~    8E     YP      *0    	  *0     	LMT CAST CAT EAT 
CAT-2
TZif2                                    Bv        LMT CAT TZif2                                    Bv        LMT CAT 
CAT-2
TZif2                                    pьP` CѡQx   /             LMT GMT +0030 WAT TZif2                                    pP` CQx   /             LMT GMT +0030 WAT 
WAT-1
TZif2                                    pьP` CѡQx   /             LMT GMT +0030 WAT TZif2                                    pP` CQx   /             LMT GMT +0030 WAT 
WAT-1
TZif2                                    pьP` CѡQx   /             LMT GMT +0030 WAT TZif2                                    pP` CQx   /             LMT GMT +0030 WAT 
WAT-1
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                                    pьP` CѡQx   /             LMT GMT +0030 WAT TZif2                                    pP` CQx   /             LMT GMT +0030 WAT 
WAT-1
TZif2                                    Bv        LMT CAT TZif2                                    Bv        LMT CAT 
CAT-2
TZif2                                    Bv        LMT CAT TZif2                                    Bv        LMT CAT 
CAT-2
TZif2                                    pьP` CѡQx   /             LMT GMT +0030 WAT TZif2                                    pP` CQx   /             LMT GMT +0030 WAT 
WAT-1
TZif2                                    Bv        LMT CAT TZif2                                    Bv        LMT CAT 
CAT-2
TZif2                                    	   Fḫ͞opΎn~Qp  @       *0    LMT SAST TZif2                                    	m{A@Fḫ͞opΎn~Qp  @       *0    LMT SAST 
SAST-2
TZif2                                    	   Fḫ͞opΎn~Qp  @       *0    LMT SAST TZif2                                    	m{A@Fḫ͞opΎn~Qp  @       *0    LMT SAST 
SAST-2
TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 
EAT-3
TZif2                                       _lZn         LMT MMT GMT TZif2                                    Zz_l    Zn         LMT MMT GMT 
GMT0
TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 
EAT-3
TZif2                                    dfqp&`          LMT WAT WAST TZif2                                    d    fqp    &`          LMT WAT WAST 
WAT-1
TZif2                                    pьP` CѡQx   /             LMT GMT +0030 WAT TZif2                                    pP` CQx   /             LMT GMT +0030 WAT 
WAT-1
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                                    pьP` CѡQx   /             LMT GMT +0030 WAT TZif2                                    pP` CQx   /             LMT GMT +0030 WAT 
WAT-1
TZif2                                     掀ZI\*  P  c               LMT GMT WAT         TZif2                                  ^<0掀    ZI    \*  P  c               LMT GMT WAT         
GMT0
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                                     $ݻ#`xe/?pNB`p+*_`̯`zp` pJp!a~"Rp#D$4%%7`&@2N`3D6p45jP QTـRi  \        	    LMT CEST CET EET TZif2                                     $ݻ#`xe/?pN    B`    p    +    *    _`    ̯    `    z        p    `     pJp    !a~    "Rp    #D    $4    %%7`    &@    2N`    3D6p    45j    P     QTـ    Ri  \        	    LMT CEST CET EET 
EET-2
TZif2                             "         `PO:X`"T˭iKͩ ̰΢5 ϒ4ЉrN`pdtp":#<($,%
&<p''pBtC< D%ECFɐG#GI  	    1             LMT PMT CEST CET     TZif2                             "      YF`PO:X`"T˭iKͩ ̰΢5 ϒ4ЉrN`        p    d    tp    ":    #<(    $,    %
    &<p    ''p    Bt    C<     D%    EC    Fɐ    G#    G    I  	    1             LMT PMT CEST CET     
CET-1
TZif2                              5         Fḫ͞op&-`.i/} 0H1g2(3F45&ɀ5ސ778捀9:o;< =qf>n ?Z@oP A:eBO2 CGD/ D)F FGH'IJ	KրLMNb͐OwPBQ` R"S@ TU { UW ] WrX? YT           
  *0
      LMT +0130 SAST WAT CAT TZif2                              5      m{KxFḫ͞op    &    -`    .i    /}     0H    1g    2(    3F    4    5&ɀ    5ސ    7    7    8捀    9    :o    ;    <     =qf    >n     ?Z    @oP     A:e    BO2     CG    D/     D)    F     F    G    H'    I    J	    Kր    L    M    Nb͐    Ow    PB    Q`     R"    S@     T    U {     U    W ]     Wr    X?     YT           
  *0
      LMT +0130 SAST WAT CAT 
CAT-2
TZif2                  	   	          	   !   ˉD#paP@UqPT@ SP6@x5PqRaQQ4A31m		P
@@P@Py@iPY@I~P9a@)`P"}	BP_+" P32 vG@!ٰ"V)@#j0$6@%J0&@'*0'	)
0)*~0+,Ӛ-.|/~0^1g@2s@3G@4S"5'r@637T@8!086@90:@;0<4=0>?0@oAŰBOCdD/EDE@G-0G@I0I@Jj0KLֆM|NhO\PJQ<uRv,SWTVT9V5VV@X0X8@Y0Z@[0\@]0^d@_0`Mab-cgdeGueg'Wg͂i9idjk@l80mvc@n0oVE@p0q6'@ro0s	@tO0t%v8ܰvxxyz{؂|~}d~^F    eP s`s`eP s`s` ps` LMT NST NWT NPT BST BDT AHST HDT                 TZif2                  
   
          
   !?}Z^ˉD#paP@UqPT@     SP    6@    x5P    qR    aQ    Q4    A3    1    m    	    	P    
        @        @    P    @    P    y@    iP    Y@    I~P    9a@    )`P    "}    	BP    _    +"     P    3    2                 vG@    !ٰ    "V)@    #j0    $6@    %J0    &@    '*0    '	    )
0    )    *~0    +    ,Ӛ    -    .|    /~    0^    1g@    2s@    3G@    4S"    5'r@    63    7T@    8!0    86@    90    :@    ;0    <4    =0    >    ?0    @o    AŰ    BO    Cd    D/    ED    E@    G-0    G@    I0    I@    Jj0    K    Lֆ    M|    Nh    O\    PJ    Q<u    Rv,    SW    TV    T9    V5    VV@    X0    X8@    Y0    Z@    [0    \@    ]0    ^d@    _0    `M    a    b-    cg    d    eGu    e    g'W    g͂    i9    id    j    k@    l80    mvc@    n0    oVE@    p0    q6'@    ro0    s	@    tO0    t%    v8ܰ    v    x    x    y    z    {؂    |~    }d    ~^    F																																																							    Zb  eP s`s`eP s`s` ps` LMT NST NWT NPT BST BDT AHST HDT                   
HST10HDT,M3.2.0,M11.1.0
TZif2                  	   	          	   (   ˉ6#paB0Gc@F0 E@(0x'@qDaCQ&A%1_		@
̰00@0@y0i@Yq0Ip@9S0)R@"o	4@Q+B%$ v90!ˠ"V0#j $50%J &0'* ')
 )ݰ*p +,ӌ-.n/~0P1g02s23G04S5'd0627F08 8(09 :
0; <&= >? @oABO̰CdD/ED{E0G- G0Iz I0J\ KLxM|NZO\P<Q<gRvSITV T+V5VH0X X*0Y Z0[ \0] ^d0_ `Mab-ΰcgdeGge풰g'Igti+iVjks0l* mvU0n oV70p q60ro s0tO tv8Πvxx۰yz{t|~}V~^8    s` pps` pp p #LMT AST AWT APT AHST AHDT YST AKDT AKST                 TZif2                  
   
          
   (?}AHˉ6#paB0Gc@F0     E@    (0    x'@    qD    aC    Q&    A%    1    _    	    	@    
̰        0        0    @    0    @    y0    i@    Yq0    Ip@    9S0    )R@    "o    	4@    Q    +    B    %    $                 v90    !ˠ    "V0    #j     $50    %J     &0    '*     '    )
     )ݰ    *p     +    ,ӌ    -    .n    /~    0P    1g0    2s2    3G0    4S    5'd0    62    7F0    8     8(0    9     :
0    ;     <&    =     >    ?     @o    A    BO̰    Cd    D/    ED{    E0    G-     G0    Iz     I0    J\     K    Lx    M|    NZ    O\    P<    Q<g    Rv    SI    TV     T+    V5    VH0    X     X*0    Y     Z0    [     \0    ]     ^d0    _     `M    a    b-ΰ    cg    d    eGg    e풰    g'I    gt    i+    iV    j    ks0    l*     mvU0    n     oV70    p     q60    ro     s0    tO     t    v8Π    v    x    x۰    y    z    {t    |~    }V    ~^    8																																																							    sx  s` pps` pp p #LMT AST AWT APT AHST AHDT YST AKDT AKST                   
AKST9AKDT,M3.2.0,M11.1.0
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                              4      t0I@40t 800ܹY 0ޛ ݚ0T3 ^ d0Q,0 
Ұ0}Ɏ0xנ5 3Ϡ!i0"Ƞ#X#p %7% 0y01M2W 3j 48T04 6 06h7ư8 90:,;<o=đ0>NPe0Q 9   LMT -02 -03 TZif2                              4      t0I@40t 800ܹY 0ޛ ݚ0T3 ^ d0Q,0 
Ұ0}    Ɏ0    xנ    5     3Ϡ    !i0    "Ƞ    #X    #p     %7    %     0y0    1M    2W     3j     48T0    4     6 0    6h    7ư    8     90    :,    ;    <o    =đ0    >N    Pe0    Q 9       LMT -02 -03 
<-03>3
TZif2                              >         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'X) 0):*0+W 7ư8*Gw	G HIa 4     LMT CMT -04 -03 -02 TZif2                              >      rL0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    'X    ) 0    ):    *0    +W     7ư    8*    Gw	    G     H    Ia     4     LMT CMT -04 -03 -02 
<-03>3
TZif2                              >         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'X) @):*0+W 7ư8*@0@Gw	G T     LMT CMT -04 -03 -02 TZif2                              >      r,0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    'X    ) @    ):    *0    +W     7ư    8*    @0    @    Gw	    G     T     LMT CMT -04 -03 -02 
<-03>3
TZif2                              >         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'X) @):*0+W 7ư8*@0@Gw	G T     LMT CMT -04 -03 -02 TZif2                              >      r,0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    'X    ) @    ):    *0    +W     7ư    8*    @0    @    Gw	    G     T     LMT CMT -04 -03 -02 
<-03>3
TZif2                              >         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'X) @):*0+W 7ư8*Gw	G HIa      LMT CMT -04 -03 -02 TZif2                              >      r0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    'X    ) @    ):    *0    +W     7ư    8*    Gw	    G     H    Ia          LMT CMT -04 -03 -02 
<-03>3
TZif2                              <         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'*W'۰(@):*0+W 7ư8*Gw	G      LMT CMT -04 -03 -02 TZif2                              <      r0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '*W    '۰    (@    ):    *0    +W     7ư    8*    Gw	    G          LMT CMT -04 -03 -02 
<-03>3
TZif2                              ?         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'͵(&&@) 0):*0+W 7ư8*@0@Gw	G T     LMT CMT -04 -03 -02 TZif2                              ?      r,0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    '͵    (&&@    ) 0    ):    *0    +W     7ư    8*    @0    @    Gw	    G     T     LMT CMT -04 -03 -02 
<-03>3
TZif2                              >         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'4@'ð(g)H*@+W 7ư8*@AV>Gw	G |     LMT CMT -04 -03 -02 TZif2                              >      r0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '4@    'ð    (g    )H    *@    +W     7ư    8*    @    AV>    Gw	    G     |     LMT CMT -04 -03 -02 
<-03>3
TZif2                              >         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'X) 0):*0+W 7ư8*@0@Gw	G      LMT CMT -04 -03 -02 TZif2                              >      rd0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    'X    ) 0    ):    *0    +W     7ư    8*    @0    @    Gw	    G          LMT CMT -04 -03 -02 
<-03>3
TZif2                              <         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'X) @):*0+W 7ư8*Gw	G ¬     LMT CMT -04 -03 -02 TZif2                              <      r0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    'X    ) @    ):    *0    +W     7ư    8*    Gw	    G     ¬     LMT CMT -04 -03 -02 
<-03>3
TZif2                              ?         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'͵(&&@) 0):*0+W 7ư8*@A0@Gw	G      LMT CMT -04 -03 -02 TZif2                              ?      r0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    '͵    (&&@    ) 0    ):    *0    +W     7ư    8*    @    A0@    Gw	    G          LMT CMT -04 -03 -02 
<-03>3
TZif2                              ?         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%'4@'ð(G7ư8*@A0@Gw	GGRHv@I4JX@     LMT CMT -04 -03 -02 TZif2                              ?      r0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %    '4@    'ð    (G    7ư    8*    @    A0@    Gw	    G    GR    Hv@    I4    JX@         LMT CMT -04 -03 -02 
<-03>3
TZif2                              @         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'X) @):*0+W 7ư8*@0@@Gw	G HIa      LMT CMT -04 -03 -02 TZif2                              @      r0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    'X    ) @    ):    *0    +W     7ư    8*    @0    @@    Gw	    G     H    Ia          LMT CMT -04 -03 -02 
<-03>3
TZif2                              >         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'X) 0):*0+W 7ư8*@N0@Gw	G      LMT CMT -04 -03 -02 TZif2                              >      r0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    'X    ) 0    ):    *0    +W     7ư    8*    @N0    @    Gw	    G          LMT CMT -04 -03 -02 
<-03>3
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                              i         +@
tʰx0-@Z1t`dCU@FȰ8@'0L	/@c0۳08l@O0 p!a@"S#DX@$4;0%A;@&n'@'0(@)H*Ͻ+	0,@-p./O0n@16h02W.347406678Ͱ9ֶ:;@<0=q>0?Z@@oz0Aq@B3CQ@DE1@EpGGRHI4JڒK;0LM0NO0Pp@QNl0RP@S.N0T0@U00V@VLW@X.Yh@Z[\]f^v԰_yH`_0aY*b?0c9d0ee0g@gڰ     LMT AMT -04 -03 TZif2                              i      i    +@        
t    ʰ        x0    -@    Z1    t`    dC    U@    FȰ    8@    '0    L    	/    @    c0    ۳    0    8        l@    O0         p    !a@    "S    #DX@    $4;0    %A;@    &n    '@    '0    (@    )H    *Ͻ    +	0    ,@    -p    .    /O    0n@    16h0    2W.    3    47    40    6    6    7    8Ͱ    9ֶ    :    ;@    <0    =q    >0    ?Z@    @oz0    Aq@    B3    CQ@    D    E1@    Ep    G    GR    H    I4    Jڒ    K;0    L    M0    N    O0    Pp@    QNl0    RP@    S.N0    T0@    U00    V@    VL    W@    X.    Yh@    Z    [    \    ]f    ^v԰    _yH    `_0    aY*    b?0    c9    d0    e    e0    g@    gڰ         LMT AMT -04 -03 
<-03>3
TZif2                                       ap    LMT CMT EST TZif2                                    i&ap    LMT CMT EST 
EST5
TZif2                  	   	          	   !   ˉD#paP@UqPT@ SP6@x5PqRaQQ4A31m		P
@@P@Py@iPY@I~P9a@)`P"}	BP_+" P32 vG@!ٰ"V)@#j0$6@%J0&@'*0'	)
0)*~0+,Ӛ-.|/~0^1g@2s@3G@4S"5'r@637T@8!086@90:@;0<4=0>?0@oAŰBOCdD/EDE@G-0G@I0I@Jj0KLֆM|NhO\PJQ<uRv,SWTVT9V5VV@X0X8@Y0Z@[0\@]0^d@_0`Mab-cgdeGueg'Wg͂i9idjk@l80mvc@n0oVE@p0q6'@ro0s	@tO0t%v8ܰvxxyz{؂|~}d~^F    eP s`s`eP s`s` ps` LMT NST NWT NPT BST BDT AHST HDT                 TZif2                  
   
          
   !?}Z^ˉD#paP@UqPT@     SP    6@    x5P    qR    aQ    Q4    A3    1    m    	    	P    
        @        @    P    @    P    y@    iP    Y@    I~P    9a@    )`P    "}    	BP    _    +"     P    3    2                 vG@    !ٰ    "V)@    #j0    $6@    %J0    &@    '*0    '	    )
0    )    *~0    +    ,Ӛ    -    .|    /~    0^    1g@    2s@    3G@    4S"    5'r@    63    7T@    8!0    86@    90    :@    ;0    <4    =0    >    ?0    @o    AŰ    BO    Cd    D/    ED    E@    G-0    G@    I0    I@    Jj0    K    Lֆ    M|    Nh    O\    PJ    Q<u    Rv,    SW    TV    T9    V5    VV@    X0    X8@    Y0    Z@    [0    \@    ]0    ^d@    _0    `M    a    b-    cg    d    eGu    e    g'W    g͂    i9    id    j    k@    l80    mvc@    n0    oVE@    p0    q6'@    ro0    s	@    tO0    t%    v8ܰ    v    x    x    y    z    {؂    |~    }d    ~^    F																																																							    Zb  eP s`s`eP s`s` ps` LMT NST NWT NPT BST BDT AHST HDT                   
HST10HDT,M3.2.0,M11.1.0
TZif2                              >      kI@40t 800ܹY 0ޛ ݚ0T3 ^ d0Q,0 
Ұ0}Ɏ0xנ5 3Ϡ!i0"Ƞ#X#p %7% '!0') 0) *+k2,0-f .0/F 0y01M2W 3j 48T04 6 06h7ư8 90:,;<o=đ0>NNHOI    LMT -02 -03 TZif2                              >      kI@40t 800ܹY 0ޛ ݚ0T3 ^ d0Q,0 
Ұ0}    Ɏ0    xנ    5     3Ϡ    !i0    "Ƞ    #X    #p     %7    %     '!0    '    ) 0    )     *    +k2    ,0    -f     .0    /F     0y0    1M    2W     3j     48T0    4     6 0    6h    7ư    8     90    :,    ;    <o    =đ0    >N    NH    OI        LMT -02 -03 
<-03>3
TZif2                            =      p+pfV`A=p6`q`1g2s3Gf4R5'H62ڀ7*8 89 :; <
= >? @oΐABOCd}D/ED_FtG$AGI#IsJKULM) NOx PQa'RlSA	TLU V,}W ̀XpXீY|pZ[^p\ ]@p^ _"p`ir a~>bIT c^ T      LMT MST CST MDT CDT             TZif2                            =      p+pfV`A=p6`q`    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    Ft    G$A    G    I#    Is    J    KU    L    M)     N    Ox     P    Qa'    Rl    SA	    TL    U     V,}    W ̀    Xp    Xீ    Y|p    Z    [^p    \     ]@p    ^     _"p    `ir     a~>    bIT     c^ T      LMT MST CST MDT CDT             
CST6
TZif2                                  @e̔"|Mϛej`  tnvTP_`0>P    LMT ADT AST -0330       TZif2                                  @e̔"|Mϛej`                  tn    v    TP    _`    0>P    LMT ADT AST -0330       
AST4
TZif2                                    ttI@40t 800ܹY 0ޛ ݚ0T3 ^ d0Q,0 
Ұ0}Ɏ0xנ5 3Ϡ!i0"ȠҌ   LMT -02 -03 TZif2                                    ttI@40t 800ܹY 0ޛ ݚ0T3 ^ d0Q,0 
Ұ0}    Ɏ0    xנ    5     3Ϡ    !i0    "Ƞ    Ҍ   LMT -02 -03 
<-03>3
TZif2                            b      ^ٰ;EQء.nX^PX>2X'`X`X`جǤ`vخ`Vذh`6زpشPf|ض0HߙX*฿{Xຟ]X)`?X`_!X`?Xx`(X`8`!ɧsːX@"#pqP)`J	`ع,`ڙxݲXߒAXr!XRbX2DXa`wXC`YX%`u`jW`J9*c	C#XXoX̌`rXb`Paq`7PP   
LMT -0530 CST CWT CPT CDT           TZif2                            b      ^ٰ;EQ.nX^PX>2X'`X`X`Ǥ`v`Vh`6pPf|0HߙX*{X]X)`?X`_!X`?Xx`(X`8`!ɧsːX@"#pqP)`J	`ع,`ڙxݲXߒAXr!XRbX2DXa`wXC`YX%`u`jW`J9*c	C#XXoX̌`rX    b`    P    aq`    7PP   
LMT -0530 CST CWT CPT CDT           
CST6
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                              "      WNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@ɜ@xC 3ݰ!w@"ְ7809@9    LMT -03 -04 TZif2                              "      WNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@    ɜ@    x    C     3ݰ    !w@    "ְ    7    80    9@    9        LMT -03 -04 
<-04>4
TZif2                                       XUp*sP+t@    LMT BMT -04 -05 TZif2                                    ^4XUp    *sP    +t@        LMT BMT -04 -05 
<-05>5
TZif2                                     H*FL ˉ#pa uX W: 9   wqaP@0ހ		
ࡐٿ   ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,p-.R/~g041g2s3Gf4R5'H62ڀ7*8 89 :;ۻ <
= >? @oΐABOCd}D/ED_EG-| GӧI^ IJ@ KL\M|N>O\iP Q<KRvS-TUTV5ƀV,X XY Z[ާ \] ^d_k `MАab-cgideGKevg'-gXii:jkWl mv9n oVp q5ro stO tv8vݐxxyvz{X|~}:~^e     LMT PDT PST MWT MPT MST MDT             TZif2                                  ^H*FL ˉ#pa uX W: 9               w    q    a    P    @    0ހ        	    	    
    ࡐ    ٿ                           ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,p    -    .R    /~g    04    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;ۻ     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    E    G-|     Gӧ    I^     I    J@     K    L\    M|    N>    O\i    P     Q<K    Rv    S-    TU    T    V5ƀ    V,    X     X    Y     Z    [ާ     \    ]     ^d    _k     `MА    a    b-    cgi    d    eGK    ev    g'-    gX    i    i:    j    kW    l     mv9    n     oV    p     q5    ro     s    tO     t    v8    vݐ    x    x    yv    z    {X    |~    }:    ~^e         LMT PDT PST MWT MPT MST MDT             
MST7MDT,M3.2.0,M11.1.0
TZif2                              >         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'X) 0):*0+W 7ư8*Gw	G HIa 4     LMT CMT -04 -03 -02 TZif2                              >      rL0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    'X    ) 0    ):    *0    +W     7ư    8*    Gw	    G     H    Ia     4     LMT CMT -04 -03 -02 
<-03>3
TZif2                  
   
          
    ̀ˉ#pa aP@0ހ ݐ	
 
ࡐٿ   ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,p-.R/~g041g2s3Gf4R5'H62ڀ7*8 8 9:P:;ۻ <
= >? @oΐABOCd}D/ED_EG-| GӧI^ IJ@ KL\M|N>O\iP Q<KRvS-TUTV5ƀV,X XY Z[ާ \] ^d_k `MАab-cgideGKevg'-gXii:jkWl mv9n oVp q5ro stO tv8vݐxxyvz{X|~}:~^e          -00 MWT MPT MST MDT CDT CST EST                   TZif2                  
   
          
    ̀ˉ#pa     a    P    @    0ހ     ݐ    	    
     
    ࡐ    ٿ                           ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,p    -    .R    /~g    04    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8     9    :P    :    ;ۻ     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    E    G-|     Gӧ    I^     I    J@     K    L\    M|    N>    O\i    P     Q<K    Rv    S-    TU    T    V5ƀ    V,    X     X    Y     Z    [ާ     \    ]     ^d    _k     `MА    a    b-    cgi    d    eGK    ev    g'-    gX    i    i:    j    kW    l     mv9    n     oV    p     q5    ro     s    tO     t    v8    vݐ    x    x    yv    z    {X    |~    }:    ~^e              -00 MWT MPT MST MDT CDT CST EST                   
MST7MDT,M3.2.0,M11.1.0
TZif2                              \      z4WNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@ɜ@xC 3ݰ!w@"ְ#X#~0%8 %0'!@') @)0*+k@,@-f0.@/F00@1[2W.3x048b@406 -@6v7809@::;<o=ğ@>N?@@.A@B0CQ@C0EMaEG@G0HI0JڒKLtM`NVOI0Ps@Q GRcU@S )TC7@TF0V#@V(0X@X
0Y@Z0[n\h0   LMT -03 -04 TZif2                              \      z4WNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@    ɜ@    x    C     3ݰ    !w@    "ְ    #X    #~0    %8     %0    '!@    '    ) @    )0    *    +k@    ,@    -f0    .@    /F0    0@    1[    2W.    3x0    48b@    40    6 -@    6v    7    80    9@    ::    ;    <o    =ğ@    >N    ?@    @.    A@    B0    CQ@    C0    EMa    E    G@    G0    H    I0    Jڒ    K    Lt    M`    NV    OI0    Ps@    Q G    RcU@    S )    TC7@    TF0    V#@    V(0    X@    X
0    Y@    Z0    [n    \h0       LMT -03 -04 
<-04>4
TZif2                            +      ` w1gv 2sp3GX 4Rp5'+5 `62p7 88 9:;<=>ހ?p@oApBOCdopD/EDQpFfG$3pG IpIe JpKG LM) NOx PQa'RlSA	TLT       LMT CST EST CDT EDT               TZif2                            +      `         w    1gv     2sp    3GX     4Rp    5'+    5 `    62p    7     8    8     9    :    ;    <    =    >ހ    ?p    @o    Ap    BO    Cdop    D/    EDQp    Ff    G$3p    G     Ip    Ie     Jp    KG     L    M)     N    Ox     P    Qa'    Rl    SA	    TL    T       LMT CST EST CDT EDT               
EST5
TZif2                                       ,<HG[pW%p@  D   LMT CMT -0430 -04 TZif2                                    i@,<H    G[p    W%p    @  D   LMT CMT -0430 -04 
<-04>4
TZif2                              >         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'X) @):*0+W 7ư8*@0@Gw	G T     LMT CMT -04 -03 -02 TZif2                              >      r,0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    'X    ) @    ):    *0    +W     7ư    8*    @0    @    Gw	    G     T     LMT CMT -04 -03 -02 
<-03>3
TZif2                                    +5    LMT -04 -03 TZif2                                    +5        LMT -04 -03 
<-03>3
TZif2                                       ap    LMT CMT EST TZif2                                    i&ap    LMT CMT EST 
EST5
TZif2                                     ,ppt EҀcS p3  ޕ wa YC ~;_gXp|AG:p\#'p<p瀹p p  Z <p Odn /fMH-lepNGpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'      pppo_pO?ip/h(Jgg II ++   w qpaPp@0p'	p	 
pٰu tt yViV Y8I8 9) "7p ppp܀p v !p"U #j$5 %J& '*'р)
c)޳*E+,bp-w.Dp/~Y0&p1gv 2sp3GX 4Rp5': 62p7 88 9: ;۬<=>ހ?p@oApBOCdopD/EDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp      LMT CDT CST EST CWT CPT             TZif2                                  ^,ppt EҀcS p3  ޕ wa YC ~;_gXp|AG:p\#'p<pp p  Z <p Odn /fMH-lepNGpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'      pppo_pO?ip/h(Jgg II ++               w     qp    a    Pp    @    0p    '    	p    	     
p        ٰ    u             t    t     yV    iV     Y8    I8     9    )     "7p         p        p        p    ܀    p     v     !p    "U     #j    $5     %J    &     '*    'р    )
c    )޳    *E    +    ,bp    -w    .Dp    /~Y    0&p    1gv     2sp    3GX     4Rp    5':     62p    7     8    8     9    :     ;۬    <    =    >ހ    ?p    @o    Ap    BO    Cdop    D/    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p      LMT CDT CST EST CWT CPT             
CST6CDT,M3.2.0,M11.1.0
TZif2                            <      p+pfV`A=p6`1gv 2sp3GX 4Rp5'H62ڀ7*8 89 :; <
= >? @oΐABOCd}D/ED_FtG$AGI#IsJKUL" M7N OxP Qa5Rl SATL U V, W ېXXཐYZ[l\]N^_0`ia~M bIbc^/       LMT MST CST MDT CDT               TZif2                            <      p+pfV`A=p6`    1gv     2sp    3GX     4Rp    5'H    62ڀ    7*    8     8    9     :    ;     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    Ft    G$A    G    I#    Is    J    KU    L"     M7    N     Ox    P     Qa5    Rl     SA    TL     U     V,     W ې    X    Xཐ    Y    Z    [l    \    ]N    ^    _0    `i    a~M     bIb    c^/       LMT MST CST MDT CDT               
CST6
TZif2                            [      p+pfV`A=p6`1gv 2sp3GX 4Rp5'H62ڀ7*8 89 :; <
= >? @oΐABOCd}D/ED_FtG$AGI#IsJKL\M|N>O\iP Q<KRvS-TUTV5ƀV,X XY Z[ާ \] ^d_k `MАab-c^/ c`deGKevg'-gXii:jkWl mv9n oVp q5ro stO tv8vݐxxyvz{X|~}:~^e,     LMT MST CST MDT CDT             TZif2                            [      p+pfV`A=p6`    1gv     2sp    3GX     4Rp    5'H    62ڀ    7*    8     8    9     :    ;     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    Ft    G$A    G    I#    Is    J    K    L\    M|    N>    O\i    P     Q<K    Rv    S-    TU    T    V5ƀ    V,    X     X    Y     Z    [ާ     \    ]     ^d    _k     `MА    a    b-    c^/     c`    d    eGK    ev    g'-    gX    i    i:    j    kW    l     mv9    n     oV    p     q5    ro     s    tO     t    v8    vݐ    x    x    yv    z    {X    |~    }:    ~^e    ,     LMT MST CST MDT CDT             
MST7MDT,M3.2.0,M11.1.0
TZif2                                       ap    LMT CMT EST TZif2                                    i&ap    LMT CMT EST 
EST5
TZif2                              >         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'X) @):*0+W 7ư8*Gw	G HIa      LMT CMT -04 -03 -02 TZif2                              >      r0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    'X    ) @    ):    *0    +W     7ư    8*    Gw	    G     H    Ia          LMT CMT -04 -03 -02 
<-03>3
TZif2                              
         M6I`nP+`PP'`(n)w`)3  3 	 LMT SJMT CDT CST TZif2                              
      i*MM    6I`    nP    +`    PP    '`    (n    )w`    )3  3 	 LMT SJMT CDT CST 
CST6
TZif2                                     0GE\P|š q^wűw=@A гXp"4P9@gзP\ Pn@l@3Uv@<@ rܰuP@IU2 +>O@ @@	Ѱ
@0@0@h0H0f(v0F&{t]V?8\@>@p @ 0!o@"90#N@$0%8 %0&'١0()½*צ+,-.j/bc0@1BE2`i@3=04@K@5D06@7հ8 @809+:0;<0=>j0?@SʰAhB3CHDE1@EpG@G0Hv@Io0JX@K L:@M0NPOPBQ|R+@S\rT@W70WY0YZ0[o\g]t|^I_T^`i+a4@bIc]@d(df0f!@gۄp       LMT SMT -05 -04 -03             TZif2                                  i0GE\P| q^ww=@A Xp"4P9@gP\ Pn@l@3Uv@<@     rܰ    uP    @I    U2     +    >O@         @        @    	Ѱ    
@    0    @    0    @    h0        H0    f    (v0    F        &{    t    ]    V    ?    8    \@        >@    p     @     0    !o@    "90    #N@    $0    %8     %0    &    '١0    (    )½    *צ    +    ,    -    .j    /bc    0@    1BE    2`i@    3=0    4@K@    5D0    6@    7հ    8 @    80    9+    :0    ;    <0    =    >j0    ?    @Sʰ    Ah    B3    CH    D    E1@    Ep    G@    G0    Hv@    Io0    JX@    K     L:@    M0    NP    O    PB    Q|    R+@    S\r    T@    W70    W    Y0    Y    Z0    [o    \g    ]t|    ^I    _T^    `i+    a4@    bI    c]@    d(    d    f0    f!@    gۄ    p       LMT SMT -05 -04 -03             
<-03>3
TZif2                                     :ˉϏЁuX     LMT MDT MST MWT         TZif2                                  ^:ˉϏЁuX     LMT MDT MST MWT         
MST7
TZif2                              Z      {WNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@ɜ@xC 3ݰ!w@"ְ#X#~0%8 %0'!@') @)0*+k@,@-f0.@/F00@1[2W.3x048b@406 -@6v7809@::;<o=ğ@>NA@B0CQ@C0EMaEG@G0HI0JڒKLtM`NVOI0Ps@Q GRcU@S )TC7@TF0V#@V(0X@X
0Y@Z0[n\h0l   LMT -03 -04 TZif2                              Z      {WNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@    ɜ@    x    C     3ݰ    !w@    "ְ    #X    #~0    %8     %0    '!@    '    ) @    )0    *    +k@    ,@    -f0    .@    /F0    0@    1[    2W.    3x0    48b@    40    6 -@    6v    7    80    9@    ::    ;    <o    =ğ@    >N    A@    B0    CQ@    C0    EMa    E    G@    G0    H    I0    Jڒ    K    Lt    M`    NV    OI0    Ps@    Q G    RcU@    S )    TC7@    TF0    V#@    V(0    X@    X
0    Y@    Z0    [n    \h0    l   LMT -03 -04 
<-04>4
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                            "      I M|P3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d0N0         LMT -03 -02 GMT         TZif2                            "      I     M|P    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    0N0         LMT -03 -02 GMT         
GMT0
TZif2                  	   	       ]   	   %   ˰#Ҁˉ(#pa4 /v(0ir YUIT 97)6 "S	 54ې v+ !"V #j$5 %J& '*')
)Ϡ*b+,~-.`/~u0B1g 2s$3Gt 4S5'V 6278 88 9: ;<=>?@oܠABOCdD/EDmE G-Gӵ IlI JNKLjM|NLO\wP.Q<YRvS;TUTV5ԐV: XX YZ [޵\ ]^d _\}L  p   !LMT YDT YST YWT YPT YDDT PST PDT MST                 TZif2                  	   	       ]   	   %}˰#Ҁˉ(#pa4 /v(    0    ir     YU    IT     97    )6     "S    	     5    4                    ې     v+     !    "V     #j    $5     %J    &     '*    '    )
    )Ϡ    *b    +    ,~    -    .`    /~u    0B    1g     2s$    3Gt     4S    5'V     62    78     8    8     9    :     ;    <    =    >    ?    @oܠ    A    BO    Cd    D/    EDm    E     G-    Gӵ     Il    I     JN    K    Lj    M|    NL    O\w    P.    Q<Y    Rv    S;    TU    T    V5Ԑ    V:     X    X     Y    Z     [޵    \     ]    ^d     _\}L  p   !LMT YDT YST YWT YPT YDDT PST PDT MST                 
MST7
TZif2                            :         ˉ#pa&U  5   Ѡ޳ݩ޾߉wip~YIR^;)4GX Q': 3   qޠo_O?/(f fe HG * ) x q(a'H    LMT PDT PST PWT PPT MST           TZif2                            :      ^=t8ˉ#pa&U  5   Ѡ޳ݩ޾߉wip~YIR^;)4GX Q': 3   qޠo_O?/(f fe HG *     )         x     q(    a'    H    LMT PDT PST PWT PPT MST           
MST7
TZif2                                     :逢e Eˉ#pa /v( Xv uX W: 9   wqaP@0ހ5		
ࡐٿ   ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,p-.R/~g041g2s3Gf4R5'H62ڀ7*8 89 :;ۻ <
= >? @oΐABOCd}D/ED_EG-| GӧI^ IJ@ KL\M|N>O\iP Q<KRvS-TUTV5ƀV,X XY Z[ާ \] ^d_k `MАab-cgideGKevg'-gXii:jkWl mv9n oVp q5ro stO tv8vݐxxyvz{X|~}:~^e    LMT MDT MST MWT MPT         TZif2                                  ^:e Eˉ#pa /v( Xv uX W: 9               w    q    a    P    @    0ހ    5    	    	    
    ࡐ    ٿ                           ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,p    -    .R    /~g    04    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;ۻ     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    E    G-|     Gӧ    I^     I    J@     K    L\    M|    N>    O\i    P     Q<K    Rv    S-    TU    T    V5ƀ    V,    X     X    Y     Z    [ާ     \    ]     ^d    _k     `MА    a    b-    cgi    d    eGK    ev    g'-    gX    i    i:    j    kW    l     mv9    n     oV    p     q5    ro     s    tO     t    v8    vݐ    x    x    yv    z    {X    |~    }:    ~^e        LMT MDT MST MWT MPT         
MST7MDT,M3.2.0,M11.1.0
TZif2                                  "[< ˈp#p`5 3;:@p0`p	`
 p
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `%    LMT CST EST EWT EPT EDT           TZif2                                  "[< ˈp#p`5 3;:    @p    0`    p    	`    
 p    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `%    LMT CST EST EWT EPT EDT           
EST5EDT,M3.2.0,M11.1.0
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                                  ҅萣 jʐ5ÀS3 ˉ#pa U  aP@0ހ ݐ	
 
ࡐٿ   ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,p-.R/~g041g2s3Gf4R5'H62ڀ7*8 89 :;ۻ <
= >? @oΐABOCd}D/ED_EG-| GӧI^ IJ@ KL\M|N>O\iP Q<KRvS-TUTV5ƀV,X XY Z[ާ \] ^d_k `MАab-cgideGKevg'-gXii:jkWl mv9n oVp q5ro stO tv8vݐxxyvz{X|~}:~^e   LMT MDT MST MWT MPT         TZif2                                  ҅ jʐ5ÀS3 ˉ#pa U      a    P    @    0ހ     ݐ    	    
     
    ࡐ    ٿ                           ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,p    -    .R    /~g    04    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;ۻ     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    E    G-|     Gӧ    I^     I    J@     K    L\    M|    N>    O\i    P     Q<K    Rv    S-    TU    T    V5ƀ    V,    X     X    Y     Z    [ާ     \    ]     ^d    _k     `MА    a    b-    cgi    d    eGK    ev    g'-    gX    i    i:    j    kW    l     mv9    n     oV    p     q5    ro     s    tO     t    v8    vݐ    x    x    yv    z    {X    |~    }:    ~^e       LMT MDT MST MWT MPT         
MST7MDT,M3.2.0,M11.1.0
TZif2                              "      f \PPސ@8PPܹu@1Pޛ@ݶPTO@z@P:QHP@
"PɪPxQ 3!P",P-f@H`PR     LMT -04 -05 TZif2                              "      f \PPސ@8PPܹu@1Pޛ@ݶPTO@z@P:QHP@
"P    ɪP    x    Q     3    !P    "    ,P    -f@    H`P    R         LMT -04 -05 
<-05>5
TZif2                                    զ  !\P"z#<}P`   LMT CDT CST TZif2                                    զ          !\P    "z    #<}P`   LMT CDT CST 
CST6
TZif2                                  pyOp9fdp 
ꍀ#pҝY ؑ  s޳ݩ޾߉~KIR^-)4GJQ',3௠  ysir YUIT 97)6 "S	 54ې v+ !"V #j$5 %J& '*')
)Ϡ*b+,~-.`/~u0B1g 2s$3Gt 4S5'V 6278 88 9: ;<=>?@oܠABOCdD/EDmFG$OG I1I؁ JKLjM|NLO\wP.Q<YRvS;TUTV5ԐV: XX YZ [޵\ ]^d _y`Mޠab-cgwdeGYe턠g';gfiiHjke lmvG noV) pq6 ros tOt	v8vxx͠yz{f|~}H~^s*L      LMT MST PST PDT PWT PPT             TZif2                                  pyOp9fdp 
ꍀ#pҝY ؑ  s޳ݩ޾߉~KIR^-)4GJQ',3    ௠                              ys    ir     YU    IT     97    )6     "S    	     5    4                    ې     v+     !    "V     #j    $5     %J    &     '*    '    )
    )Ϡ    *b    +    ,~    -    .`    /~u    0B    1g     2s$    3Gt     4S    5'V     62    78     8    8     9    :     ;    <    =    >    ?    @oܠ    A    BO    Cd    D/    EDm    F    G$O    G     I1    I؁     J    K    Lj    M|    NL    O\w    P.    Q<Y    Rv    S;    TU    T    V5Ԑ    V:     X    X     Y    Z     [޵    \     ]    ^d     _y    `Mޠ    a    b-    cgw    d    eGY    e턠    g';    gf    i    iH    j    ke     l    mvG     n    oV)     p    q6     ro    s     tO    t	    v8    v    x    x͠    y    z    {f    |~    }H    ~^s    *L      LMT MST PST PDT PWT PPT             
PST8PDT,M3.2.0,M11.1.0
TZif2                                     ˉ#pa&U  5   Ѡ޳ݩ޾߉wip~YIR^;)4GX Q': 3   qޠo_O?/(f fe HG * ) x q(a'Q
A	0 	ΐ
 ͠
௠  ysir YUIT 97)6 "S	 54ې v+ !"V #j$5 %J& '*')
)Ϡ*b+,~-.`/~u0B1g 2s$3Gt 4S5'V 6278 88 9: ;<=>?@oܠABOCdD/EDmE G-Gӵ IlI JNKLjM|NLO\wP.Q<YRvS;TUT    LMT PDT PST PWT PPT MST           TZif2                                  ^=vˉ#pa&U  5   Ѡ޳ݩ޾߉wip~YIR^;)4GX Q': 3   qޠo_O?/(f fe HG *     )         x     q(    a'    Q
    A	    0         	ΐ    
 ͠    
    ௠                              ys    ir     YU    IT     97    )6     "S    	     5    4                    ې     v+     !    "V     #j    $5     %J    &     '*    '    )
    )Ϡ    *b    +    ,~    -    .`    /~u    0B    1g     2s$    3Gt     4S    5'V     62    78     8    8     9    :     ;    <    =    >    ?    @oܠ    A    BO    Cd    D/    EDm    E     G-    Gӵ     Il    I     JN    K    Lj    M|    NL    O\w    P.    Q<Y    Rv    S;    TU    T    LMT PDT PST PWT PPT MST           
MST7
TZif2                            c         ,ppW"Gpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^   D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `:     LMT CDT CST CWT CPT EST EDT             TZif2                            c      ^,ppW"Gpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^               D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `:     LMT CDT CST CWT CPT EST EDT             
EST5EDT,M3.2.0,M11.1.0
TZif2                              (      kI@40t 800ܹY 0ޛ ݚ0T3 ^ d0Q,0 
Ұ0}Ɏ0xנ5 3Ϡ!i0"Ƞ#X#p %7% 7ư8 909J ;<o   LMT -02 -03 TZif2                              (      kI@40t 800ܹY 0ޛ ݚ0T3 ^ d0Q,0 
Ұ0}    Ɏ0    xנ    5     3Ϡ    !i0    "Ƞ    #X    #p     %7    %     7ư    8     90    9J     ;    <o       LMT -02 -03 
<-03>3
TZif2                                  4`Pˈ`#p`?`i8P``PP@`0P `	P
 `
xPw`ٔY`vuXWy:i9YI8("PP`P`P`P u!P"U#j$5%J&'*e'`)
G)ޗ`*)+y`,FP-[`.(P/~=`0
P1gY2rP3G;4RP5'62P7889:;ې<`=r>`?T@o`AqPBO`CdSPD/h`ED5PEG-QG|I3I^JK{`L2PM|]`NPO\?`PPQ<!`RuPS`TUPT`V5PVXXYZ[|\]^^d_@`M`a]Pb-`cg?Pdj`eG!PeL`g'Pg.`iPi`jPk,lmvnoUpq5rostOkt`v8Pv޳`xjPx`yLPzw`{.P|~Y`}P~^;`P   LMT ADT AST AWT APT         TZif2                                  4`Pˈ`#p`?`i8P    ``    PP    @`    0P     `    	P    
 `    
xP    w`    ٔ    Y`    v    u    X    W    y:    i9    Y    I    8    (    "P        P    `    P    `    P    `    P     u    !P    "U    #j    $5    %J    &    '*e    '`    )
G    )ޗ`    *)    +y`    ,FP    -[`    .(P    /~=`    0
P    1gY    2rP    3G;    4RP    5'    62P    7    8    8    9    :    ;ې    <`    =r    >`    ?T    @o`    AqP    BO`    CdSP    D/h`    ED5P    E    G-Q    G|    I3    I^    J    K{`    L2P    M|]`    NP    O\?`    PP    Q<!`    RuP    S`    TUP    T`    V5P    V    X    X    Y    Z    [|    \    ]^    ^d    _@    `M`    a]P    b-`    cg?P    dj`    eG!P    eL`    g'P    g.`    iP    i`    jP    k,    l    mv    n    oU    p    q5    ro    s    tOk    t`    v8P    v޳`    xjP    x`    yLP    zw`    {.P    |~Y`    }P    ~^;`    P   LMT ADT AST AWT APT         
AST4ADT,M3.2.0,M11.1.0
TZif3                            u      h M|P3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐dfgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~yπ     LMT -03 -02 -01       TZif3                            u      h     M|P    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y        π     LMT -03 -02 -01       
<-02>2<-01>,M3.5.0/-1,M10.5.0/0
TZif2                                  !   ~|Ml18y8YѨw89a@( ո( #p`ӈDJHh&)HH	H'HXtXݩmH޾VX߉OH8Xi1H~XIH]X(HG&챷ƠHﯽXHXHoX_dHOcX?FH/EX(bkX.`KJ-, wpP``PP@`0P `	P
 `
xPw`ٔY`vuXWy:i9YI8("PP`P`P`P u!il"U#jw$5%Jg&|'*I'|)
+){|*+]|,*l-?|.l/~!|0l1g=2rl3G4Rl5'62l7889:Ƨ;t<|=V>|?8@o|AUlBOj|Cd7lD/L|EDlE~G-5G`IIBJK_|LlM|A|NPO\?`PPQ<!`RuPS`TUPT`V5PVXXYZ[|\]^^d_@`M`a]Pb-`cg?Pdj`eG!PeL`g'Pg.`iPi`jPk,lmvnoUpq5rostOkt`v8Pv޳`xjPx`yLPzw`{.P|~Y`}P~^;`P	\  Δ ܤ  LMT NST NDT NPT NWT ADT AST ADDT                     TZif2                                  !^=<$~|Ml18y8YѨw89a@( ո( #p`ӈDJHh&)HH	H'HXtXݩmH޾VX߉OH8Xi1H~XIH]X(HG&챷ƠHﯽXHXHoX_dHOcX?FH/EX(bkX.`KJ-,             w    pP    ``    PP    @`    0P     `    	P    
 `    
xP    w`    ٔ    Y`    v    u    X    W    y:    i9    Y    I    8    (    "P        P    `    P    `    P    `    P     u    !il    "U    #jw    $5    %Jg    &|    '*I    '|    )
+    ){|    *    +]|    ,*l    -?|    .l    /~!|    0l    1g=    2rl    3G    4Rl    5'    62l    7    8    8    9    :Ƨ    ;t    <|    =V    >|    ?8    @o|    AUl    BOj|    Cd7l    D/L|    EDl    E~    G-5    G`    I    IB    J    K_|    Ll    M|A|    NP    O\?`    PP    Q<!`    RuP    S`    TUP    T`    V5P    V    X    X    Y    Z    [|    \    ]^    ^d    _@    `M`    a]P    b-`    cg?P    dj`    eG!P    eL`    g'P    g.`    iP    i`    jP    k,    l    mv    n    oU    p    q5    ro    s    tOk    t`    v8P    v޳`    xjP    x`    yLP    zw`    {.P    |~Y`    }P    ~^;`    P	\  Δ ܤ  LMT NST NDT NPT NWT ADT AST ADDT                     
AST4ADT,M3.2.0,M11.1.0
TZif2                              s         eyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `P      LMT KMT EST EDT AST TZif2                              s      i0    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `P      LMT KMT EST EDT AST 
EST5EDT,M3.2.0,M11.1.0
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                              	      U`͖,x`P'(\DTR`EKP$   LMT CDT CST TZif2                              	          U`    ͖    ,x`    P    '    (\    DTR`    EKP$   LMT CDT CST 
CST6
TZif2                                       B++q@(  h  LMT QMT -04 -05 TZif2                                    i&XB    +    +q@    (  h  LMT QMT -04 -05 
<-05>5
TZif2                                    {@
)@y   D   LMT -04 -0345 -03 TZif2                                    {@    
    )@    y   D   LMT -04 -0345 -03 
<-04>4
TZif2                                  񫠚0`P@00zV@0SR<@4@:0@0@0E@U0@Kp~@$0n`@NB@$0 ]@1@0^G0@P0mp@00r<@b06n~P`ˈ`#p`u@U 5 |u{`ݩtP޾]`߉VP?`i8P~!`IPG'챾`Po`_kPOj`?MP/L`(i.`KJ-, wpP``PP@`0P `	P
 `
xPw`ٔY`vuXWy:i9YI8("PP`P`P`P u!P"U#j$5%J&'*e'`)
G)ޗ`*)+y`,FP-[`.(P/~=`0
P1gY2rP3G;4RP5'62P7889:;ې<`=r>`?T@o`AqPBO`CdSPD/h`ED5PEG-QG|I3I^JK{`L2PM|]`NPO\?`PPQ<!`RuPS`TUPT`V5PVXXYZ[|\]^^d_@`M`a]Pb-`cg?Pdj`eG!PeL`g'Pg.`iPi`jPk,lmvnoUpq5rostOkt`v8Pv޳`xjPx`yLPzw`{.P|~Y`}P~^;`P`   LMT ADT AST AWT APT         TZif2                                  0`P@00zV@0SR<@4@:0@0@0E@U0@Kp~@$0n`@NB@$0 ]@1@0^G0@P0mp@00r<@b06n~P`ˈ`#p`u@U 5 |u{`ݩtP޾]`߉VP?`i8P~!`IPG'챾`Po`_kPOj`?MP/L`(i.`KJ-,             w    pP    ``    PP    @`    0P     `    	P    
 `    
xP    w`    ٔ    Y`    v    u    X    W    y:    i9    Y    I    8    (    "P        P    `    P    `    P    `    P     u    !P    "U    #j    $5    %J    &    '*e    '`    )
G    )ޗ`    *)    +y`    ,FP    -[`    .(P    /~=`    0
P    1gY    2rP    3G;    4RP    5'    62P    7    8    8    9    :    ;ې    <`    =r    >`    ?T    @o`    AqP    BO`    CdSP    D/h`    ED5P    E    G-Q    G|    I3    I^    J    K{`    L2P    M|]`    NP    O\?`    PP    Q<!`    RuP    S`    TUP    T`    V5P    V    X    X    Y    Z    [|    \    ]^    ^d    _@    `M`    a]P    b-`    cg?P    dj`    eG!P    eL`    g'P    g.`    iP    i`    jP    k,    l    mv    n    oU    p    q5    ro    s    tOk    t`    v8P    v޳`    xjP    x`    yLP    zw`    {.P    |~Y`    }P    ~^;`    P`   LMT ADT AST AWT APT         
AST4ADT,M3.2.0,M11.1.0
TZif2                                      bӔPt]@[fQ@;Hʼm$eP̜OP;ӣP`}@=DS;@ũh@  wp@`P5@PH@ P{
 P
j@iPنKPhP}@Qf1F[&{;d]F?(\@
>@zSP @ Z5P!o@"CQ#N@$#3%.@&''P()މP*״+kP,-MP.x/~/P0wZ1gK2W<3G-4@YP5P62P6P889:Ƶ;ې<P=r>P?T@f[ED5PEG$PGܩPIPIPJPKmPLMNNOwPPQ<PRuPSPTUPTPV5PVXXYZ[|\]^^d{_@`MPa]Pb-zPcg?Pd\PeG!Pe>Pg'Pg PiPiPjPklmv noUpq5rostOktPv8PvޥPxjPxPyLPziP{.P|~KP}P~^-PP     LMT HMT CDT CST     TZif2                                   i(bӔPt]@[fQ@;Hʼm$eP̜OP;ӣP`}@=DS;@ũh@              w    p@    `P    5    @P    H@     P    {    
 P    
j@    iP    ن    KP    h    P    }@    Q    f    1    F    [    &{    ;d    ]    F    ?    (    \@    
    >@    zSP     @     Z5P    !o@    "CQ    #N@    $#3    %.@    &    '    'P    (    )މP    *״    +kP    ,    -MP    .x    /~/P    0wZ    1gK    2W<    3G-    4@YP    5P    62P    6P    8    8    9    :Ƶ    ;ې    <P    =r    >P    ?T    @f[    ED5P    E    G$P    GܩP    IP    IP    JP    KmP    L    M    NN    Ow    PP    Q<P    RuP    SP    TUP    TP    V5P    V    X    X    Y    Z    [|    \    ]^    ^d{    _@    `MP    a]P    b-zP    cg?P    d\P    eG!P    e>P    g'P    g P    iP    iP    jP    k    l    mv     n    oU    p    q5    ro    s    tOk    tP    v8P    vޥP    xjP    xP    yLP    ziP    {.P    |~KP    }P    ~^-P    P     LMT HMT CDT CST     
CST5CDT,M3.2.0/0,M11.1.0/1
TZif2                                  p+pfV`A=p6`q`1g2s3Gf4R5'H62ڀ     LMT MST CST MDT         TZif2                                  p+pfV`A=p6`q`    1g    2s    3Gf    4R    5'H    62ڀ     LMT MST CST MDT         
MST7
TZif2                            c         ,ppW"Gpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^   D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `:     LMT CDT CST CWT CPT EST EDT             TZif2                            c      ^,ppW"Gpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^               D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `:     LMT CDT CST CWT CPT EST EDT             
EST5EDT,M3.2.0,M11.1.0
TZif2                                     ,ppˈ#pa	U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'     pp_pg II ++   w qpaPp@0p'	p	 
pٰu tt yViV Y8I8 9) "7p ppp܀p v !p"U #j$5 %J& '*'р)
cD/vpEDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp      LMT CDT CST CWT CPT EST             TZif2                                  ^,ppˈ#pa	U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'     pp_pg II ++               w     qp    a    Pp    @    0p    '    	p    	     
p        ٰ    u             t    t     yV    iV     Y8    I8     9    )     "7p         p        p        p    ܀    p     v     !p    "U     #j    $5     %J    &     '*    'р    )
c    D/vp    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p      LMT CDT CST CWT CPT EST             
CST6CDT,M3.2.0,M11.1.0
TZif2                            g         ,ppˈ#pa	ޗݩp~=I6p^)pG< 4'      wp``pP`@p0`p	p	
`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `     LMT CDT CST CWT CPT EST EDT             TZif2                            g      ^,ppˈ#pa	ޗݩp~=I6p^)pG< 4'                  w    p`    `p    P`    @p    0`    p    	p    	    
`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `     LMT CDT CST CWT CPT EST EDT             
EST5EDT,M3.2.0,M11.1.0
TZif2                            t         ,ppˈ#pa	g=)pG< 4'     ppo_pO?ip/hgg II ++   w qpaPp@0p'	p	 
pٰuD/vpEDQpE G-mGӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `-     LMT CDT CST CWT CPT EST EDT             TZif2                            t      ^,ppˈ#pa	g=)pG< 4'     ppo_pO?ip/hgg II ++               w     qp    a    Pp    @    0p    '    	p    	     
p        ٰ    u        D/vp    EDQp    E     G-m    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `-     LMT CDT CST CWT CPT EST EDT             
EST5EDT,M3.2.0,M11.1.0
TZif2                  
   
       b   
      ,ppˈ#pa	g=)pG< 4'     ppo_pOII ++  D/vpEDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp      LMT CDT CST CWT CPT EST EDT                 TZif2                  
   
       b   
   ^,ppˈ#pa	g=)pG< 4'     ppo_pOII ++              D/vp    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p      LMT CDT CST CWT CPT EST EDT                 
CST6CDT,M3.2.0,M11.1.0
TZif2                            Q         ,ppˈ#pa	~= wp``pP`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `@     LMT CDT CST CWT CPT EST EDT             TZif2                            Q      ^,ppˈ#pa	~=             w    p`    `p    P`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `@     LMT CDT CST CWT CPT EST EDT             
EST5EDT,M3.2.0,M11.1.0
TZif2                            e         ,ppˈ#pa	u @[iTp~=I6pg=)pG< 4'     pqpo_pO D/vpEDQpE G-mGӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `     LMT CDT CST CWT CPT EST EDT             TZif2                            e      ^,ppˈ#pa	u @[iTp~=I6pg=)pG< 4'     pqpo_pO             D/vp    EDQp    E     G-m    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `     LMT CDT CST CWT CPT EST EDT             
EST5EDT,M3.2.0,M11.1.0
TZif2                            k         ,ppˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'      D/vpEDQpE G-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `     LMT CDT CST CWT CPT EST EDT             TZif2                            k      ^,ppˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'                  D/vp    EDQp    E     G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `     LMT CDT CST CWT CPT EST EDT             
EST5EDT,M3.2.0,M11.1.0
TZif2                            c         ,ppW"Gpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^   D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `:     LMT CDT CST CWT CPT EST EDT             TZif2                            c      ^,ppW"Gpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^               D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `:     LMT CDT CST CWT CPT EST EDT             
EST5EDT,M3.2.0,M11.1.0
TZif2                                    Na'Q
A	0 	ΐ
 ͠
௠  ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,p-.R/~g041g2s3Gf4R5'H62ڀ7*8 89 :;ۻ <
= >? @oΐABOCd}D/ED_EG-| GӧI^ IJ@ KL\M|N>O\iP Q<KRvS-TUTV5ƀV,X XY Z[ާ \] ^d_k `MАab-cgideGKevg'-gXii:jkWl mv9n oVp q5ro stO tv8vݐxxyvz{X|~}:~^e        -00 PDT PST MST MDT TZif2                                    N    a'    Q
    A	    0         	ΐ    
 ͠    
    ௠                              ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,p    -    .R    /~g    04    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;ۻ     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    E    G-|     Gӧ    I^     I    J@     K    L\    M|    N>    O\i    P     Q<K    Rv    S-    TU    T    V5ƀ    V,    X     X    Y     Z    [ާ     \    ]     ^d    _k     `MА    a    b-    cgi    d    eGK    ev    g'-    gX    i    i:    j    kW    l     mv9    n     oV    p     q5    ro     s    tO     t    v8    vݐ    x    x    yv    z    {X    |~    }:    ~^e            -00 PDT PST MST MDT 
MST7MDT,M3.2.0,M11.1.0
TZif2                  	   	          	   l#p``pP`@p0` p	`
 p
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`788 9:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `         -00 EPT EST EDT EWT CST CDT                 TZif2                  	   	          	   l#p`    `p    P`    @p    0`     p    	`    
 p    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8     9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `         -00 EPT EST EDT EWT CST CDT                 
EST5EDT,M3.2.0,M11.1.0
TZif2                                       p	`	
`p٢gpfeyHiGY*I)9)")``    LMT KMT EST EDT TZif2                                    i#~    p    	`    	    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    LMT KMT EST EDT 
EST5
TZif2                              <         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'*W'۰(@):*0+W 7ư8*Gw	G      LMT CMT -04 -03 -02 TZif2                              <      r0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '*W    '۰    (@    ):    *0    +W     7ư    8*    Gw	    G          LMT CMT -04 -03 -02 
<-03>3
TZif2                  	   	          	   &   ˉ#pa&G * ) x q(a'Q
A	0C	ΐ	 
௠  ysir Yc IT 97)6 "S	 5+B%$ v90!ˠ"V0#j $50%J &0'* ')
 )ݰ*p +,ӌ-.n/~0P1g02s23G04S5'd0627F08 8(09 :
0; <&= >? @oABO̰CdD/ED{E0G- G0Iz I0J\ KLxM|NZO\P<Q<gRvSITV T+V5VH0X X*0Y Z0[ \0] ^d0_ `Mab-ΰcgdeGge풰g'Igti+iVjks0l* mvU0n oV70p q60ro s0tO tv8Πvxx۰yz{t|~}V~^8  {   p p !LMT PST PWT PPT PDT YDT YST AKDT AKST                 TZif2                  
   
          
   &?}2ˉ#pa&G *     )         x     q(    a'    Q
    A	    0    C    	ΐ    	     
    ௠                              ys    ir     Yc     IT     97    )6     "S    	     5    +    B    %    $                 v90    !ˠ    "V0    #j     $50    %J     &0    '*     '    )
     )ݰ    *p     +    ,ӌ    -    .n    /~    0P    1g0    2s2    3G0    4S    5'd0    62    7F0    8     8(0    9     :
0    ;     <&    =     >    ?     @o    A    BO̰    Cd    D/    ED{    E0    G-     G0    Iz     I0    J\     K    Lx    M|    NZ    O\    P<    Q<g    Rv    SI    TV     T+    V5    VH0    X     X*0    Y     Z0    [     \0    ]     ^d0    _     `M    a    b-ΰ    cg    d    eGg    e풰    g'I    gt    i+    iV    j    ks0    l*     mvU0    n     oV70    p     q60    ro     s0    tO     t    v8Π    v    x    x۰    y    z    {t    |~    }V    ~^    8																																																							  {     p p !LMT PST PWT PPT PDT YDT YST AKDT AKST                   
AKST9AKDT,M3.2.0,M11.1.0
TZif2                                     ,pps pNGpˈ#pa	uӤ	psޗݩp޾y߉rp[iTp~=I6p^)pG< 7'      pp: wp``pP`@p0`p	p	
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `     LMT CDT CST CWT CPT EST EDT             TZif2                                  ^,pps pNGpˈ#pa	uӤ	psޗݩp޾y߉rp[iTp~=I6p^)pG< 7'      pp:             w    p`    `p    P`    @p    0`    p    	p    	    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `     LMT CDT CST CWT CPT EST EDT             
EST5EDT,M3.2.0,M11.1.0
TZif2                                     ,ppˈ#pa	I ++   w qpaPp@0p'	p	 
pٰu tt yViV Y8I8 9) "7p ppp܀p v !p"U #j$5 %J& '*'р)
c)޳*E+,bp-w.Dp/~Y0&p1gv 2sp3GX 4Rp5': 62p7 88 9:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `t     LMT CDT CST CWT CPT EDT EST             TZif2                                  ^,ppˈ#pa	I ++               w     qp    a    Pp    @    0p    '    	p    	     
p        ٰ    u             t    t     yV    iV     Y8    I8     9    )     "7p         p        p        p    ܀    p     v     !p    "U     #j    $5     %J    &     '*    'р    )
c    )޳    *E    +    ,bp    -w    .Dp    /~Y    0&p    1gv     2sp    3GX     4Rp    5':     62p    7     8    8     9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `t     LMT CDT CST CWT CPT EDT EST             
EST5EDT,M3.2.0,M11.1.0
TZif2                                     ,ppˈ#pa	U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'     pp_pg II ++   w qpaPp@0p'	p	 
pٰu tt yViV Y8I8 9) "7p ppp܀p v !p"U #j$5 %J& '*'р)
cD/vpEDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp      LMT CDT CST CWT CPT EST             TZif2                                  ^,ppˈ#pa	U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'     pp_pg II ++               w     qp    a    Pp    @    0p    '    	p    	     
p        ٰ    u             t    t     yV    iV     Y8    I8     9    )     "7p         p        p        p    ܀    p     v     !p    "U     #j    $5     %J    &     '*    'р    )
c    D/vp    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p      LMT CDT CST CWT CPT EST             
CST6CDT,M3.2.0,M11.1.0
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                                          , LMT CMT BST -04 TZif2                                    id       , LMT CMT BST -04 
<-04>4
TZif2                                       t@JPE@/J-,P]@ p%&|-%P-@     LMT -04 -05 TZif2                                    i#t@JPE@/J-,    P    ]@         p    %    &|    -%P    -@         LMT -04 -05 
<-05>5
TZif2                                     H*ˉ#pa&t\؀Ðޥݩ޾߉iip~KIR^-)4GJQ',3qАo_O?/v(X fe HG * ) x q(a'Q
A	0C	ΐ	 
௠  ysir YUIT 97)6 "S	 54ې v+ !"V #j$5 %J& '*')
)Ϡ*b+,~-.`/~u0B1g 2s$3Gt 4S5'V 6278 88 9: ;<=>?@oܠABOCdD/EDmE G-Gӵ IlI JNKLjM|NLO\wP.Q<YRvS;TUTV5ԐV: XX YZ [޵\ ]^d _y`Mޠab-cgwdeGYe턠g';gfiiHjke lmvG noV) pq6 ros tOt	v8vxx͠yz{f|~}H~^s*&    LMT PDT PST PWT PPT         TZif2                                  ^H*ˉ#pa&t\؀Ðޥݩ޾߉iip~KIR^-)4GJQ',3qАo_O?/v(X fe HG *     )         x     q(    a'    Q
    A	    0    C    	ΐ    	     
    ௠                              ys    ir     YU    IT     97    )6     "S    	     5    4                    ې     v+     !    "V     #j    $5     %J    &     '*    '    )
    )Ϡ    *b    +    ,~    -    .`    /~u    0B    1g     2s$    3Gt     4S    5'V     62    78     8    8     9    :     ;    <    =    >    ?    @oܠ    A    BO    Cd    D/    EDm    E     G-    Gӵ     Il    I     JN    K    Lj    M|    NL    O\w    P.    Q<Y    Rv    S;    TU    T    V5Ԑ    V:     X    X     Y    Z     [޵    \     ]    ^d     _y    `Mޠ    a    b-    cgw    d    eGY    e턠    g';    gf    i    iH    j    ke     l    mvG     n    oV)     p    q6     ro    s     tO    t	    v8    v    x    x͠    y    z    {f    |~    }H    ~^s    *&    LMT PDT PST PWT PPT         
PST8PDT,M3.2.0,M11.1.0
TZif2                                     ,pps pNGpˈ#pa	uӤ	psޗݩp޾y߉rp[iTp~=I6p^)pG< 7'      pp: wp``pP`@p0`p	p	
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `     LMT CDT CST CWT CPT EST EDT             TZif2                                  ^,pps pNGpˈ#pa	uӤ	psޗݩp޾y߉rp[iTp~=I6p^)pG< 7'      pp:             w    p`    `p    P`    @p    0`    p    	p    	    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `     LMT CDT CST CWT CPT EST EDT             
EST5EDT,M3.2.0,M11.1.0
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                              *      h|I@40t 800ܹY 0ޛ ݚ0T3 ^ d0Q,0 
Ұ0}Ɏ0xנ5 3Ϡ!i0"Ƞ#X#p %7% 0y01M7ư8 909J ;<oބ   LMT -02 -03 TZif2                              *      h|I@40t 800ܹY 0ޛ ݚ0T3 ^ d0Q,0 
Ұ0}    Ɏ0    xנ    5     3Ϡ    !i0    "Ƞ    #X    #p     %7    %     0y0    1M    7ư    8     90    9J     ;    <o    ބ   LMT -02 -03 
<-03>3
TZif2                                       -HCt`	>PQoP1QP)a *KP+C2PBXC?iPDTnEY`      LMT MMT CST EST CDT TZif2                                    i,d-H    Ct`    	>P    Q    oP    1    QP    )a     *KP    +C    2P    BX    C?iP    DTn    EY`      LMT MMT CST EST CDT 
CST6
TZif2                                     DWNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@ɜ@xC 3ݰ!w@"ְ,@-f0Ǽ   LMT -03 -04 TZif2                                     DWNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@    ɜ@    x    C     3ݰ    !w@    "ְ    ,@    -f0    Ǽ   LMT -03 -04 
<-04>4
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                                       DMn@4Ƽ  Ƽ  	LMT FFMT AST ADT TZif2                                    iD    Mn@    4Ƽ  Ƽ  	LMT FFMT AST ADT 
AST4
TZif2                            W      `"U #j1gv 2sp3GX 4Rp5': 62p7 88 9:;<=>ހ?p@oApBOCdopD/EDQpFfG$3pG IpIe JpKLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp    LMT CST CDT       TZif2                            W      `    "U     #j    1gv     2sp    3GX     4Rp    5':     62p    7     8    8     9    :    ;    <    =    >ހ    ?p    @o    Ap    BO    Cdop    D/    EDQp    Ff    G$3p    G     Ip    Ie     Jp    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p    LMT CST CDT       
CST6CDT,M3.2.0,M11.1.0
TZif2                            =      p+pfV`A=p6`q`1g2s3Gf4R5'H62ڀ7*8 89 :; <
= >? @oΐABOCd}D/ED_FtG$AGI#IsJKUL" M7N OxP Qa5Rl SATL U V, W ېXXཐYZ[l\]N^_0`ia~M bIbc^/ <     LMT MST CST MDT         TZif2                            =      p+pfV`A=p6`q`    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    Ft    G$A    G    I#    Is    J    KU    L"     M7    N     Ox    P     Qa5    Rl     SA    TL     U     V,     W ې    X    Xཐ    Y    Z    [l    \    ]N    ^    _0    `i    a~M     bIb    c^/ <     LMT MST CST MDT         
MST7
TZif2                              >         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'4@'ð(g)H*@+W 7ư8*@AV>Gw	G |     LMT CMT -04 -03 -02 TZif2                              >      r0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '4@    'ð    (g    )H    *@    +W     7ư    8*    @    AV>    Gw	    G     |     LMT CMT -04 -03 -02 
<-03>3
TZif2                                     ,ppˈ#pa	u @Jg+ @p0p'	p	 
pٰu tt yViV Y8I8 9) "7p ppp܀p v !p"U #j$5 %J& '*'р)
c)޳*E+,bp-w.Dp/~Y0&p1gv 2sp3GX 4Rp5': 62p7 88 9: ;۬<=>ހ?p@oApBOCdopD/EDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp     LMT CDT CST CWT CPT EST             TZif2                                  awIc,ppˈ#pa	u @Jg+     @p    0p    '    	p    	     
p        ٰ    u             t    t     yV    iV     Y8    I8     9    )     "7p         p        p        p    ܀    p     v     !p    "U     #j    $5     %J    &     '*    'р    )
c    )޳    *E    +    ,bp    -w    .Dp    /~Y    0&p    1gv     2sp    3GX     4Rp    5':     62p    7     8    8     9    :     ;۬    <    =    >ހ    ?p    @o    Ap    BO    Cdop    D/    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p     LMT CDT CST CWT CPT EST             
CST6CDT,M3.2.0,M11.1.0
TZif2                            9      ` $p1gv 2sp3GX 4Rp5': 62p7 88 9:;<=>ހ?p@oApBOCdopD/EDQpFfG$3pG IpIe JpKG LM) NOx PQa'RlSA	TLU V,}W ̀XpXீY|pZ[^p\ ]@p^ _"p`ir a~>bIT c^      LMT CST EST CDT         TZif2                            9      `         $p    1gv     2sp    3GX     4Rp    5':     62p    7     8    8     9    :    ;    <    =    >ހ    ?p    @o    Ap    BO    Cdop    D/    EDQp    Ff    G$3p    G     Ip    Ie     Jp    KG     L    M)     N    Ox     P    Qa'    Rl    SA	    TL    U     V,}    W ̀    Xp    Xீ    Y|p    Z    [^p    \     ]@p    ^     _"p    `ir     a~>    bIT     c^      LMT CST EST CDT         
CST6
TZif2                            P         ˉ#pa&G * ) x q(a'Q
A	0C	ΐ	 
௠  ysir YUIT 97)6 "S	 5V5VH0X X*0Y Z0[ \DF\0] ^d0_ `Mab-ΰcgdeGge풰g'Igti+iVjks0l* mvU0n oV70p q60ro s0tO tv8Πvxx۰yz{t|~}V~^8  &   p LMT PST PWT PPT PDT AKST AKDT             TZif2                            Q      ?}0ˉ#pa&G *     )         x     q(    a'    Q
    A	    0    C    	ΐ    	     
    ௠                              ys    ir     YU    IT     97    )6     "S    	     5    V5    VH0    X     X*0    Y     Z0    [     \DF    \0    ]     ^d0    _     `M    a    b-ΰ    cg    d    eGg    e풰    g'I    gt    i+    iV    j    ks0    l*     mvU0    n     oV70    p     q60    ro     s0    tO     t    v8Π    v    x    x۰    y    z    {t    |~    }V    ~^    8  &     p LMT PST PWT PPT PDT AKST AKDT               
AKST9AKDT,M3.2.0,M11.1.0
TZif2                            D      p+pfV`A=p6`ް`Ɨ4PUPϷVPڙv1gv 2sp3GX 4Rp5': 62p7 88 9:;<=>ހ?p@oApBOCdopD/EDQpFfG$3pG IpIe JpKG LM) NOx PQa'RlSA	TLU V,}W ̀XpXீY|pZ[^p\ ]@p^ _"p`ir a~>bIT c^       LMT MST CST MDT CDT CWT               TZif2                            D      p+pfV`A=p6`ް`Ɨ4PUPϷVPڙv    1gv     2sp    3GX     4Rp    5':     62p    7     8    8     9    :    ;    <    =    >ހ    ?p    @o    Ap    BO    Cdop    D/    EDQp    Ff    G$3p    G     Ip    Ie     Jp    KG     L    M)     N    Ox     P    Qa'    Rl    SA	    TL    U     V,}    W ̀    Xp    Xீ    Y|p    Z    [^p    \     ]@p    ^     _"p    `ir     a~>    bIT     c^       LMT MST CST MDT CDT CWT               
CST6
TZif2                              i      (nc u!w@"U#j$5%Ju&'*W'P)
9)މP*+kP,8@-MP.@/~/P0@1gK2r@3G-4R@5'62@7889:Ƶ;ۂ<P=d>P?F@oPAc@BOxPCdE@D/ZPED'@EG-CGnI%IPJKmPL$@M|OPN@O\1PP@Q<PRu@SPTU@TPV5@VXXYZ[n\]P^d{_2`MPaO@b-zPcg1@d\PeG@e>Pg&@g Pi@iPj@klmv noUpq5ro{stO]tPv8z@vޥPx\@xPy>@ziP{ @|~KP}@~^-P@X    LMT AST -03 -02 TZif2                              i      (    nc     u    !w@    "U    #j    $5    %Ju    &    '*W    'P    )
9    )މP    *    +kP    ,8@    -MP    .@    /~/P    0@    1gK    2r@    3G-    4R@    5'    62@    7    8    8    9    :Ƶ    ;ۂ    <P    =d    >P    ?F    @oP    Ac@    BOxP    CdE@    D/ZP    ED'@    E    G-C    Gn    I%    IP    J    KmP    L$@    M|OP    N@    O\1P    P@    Q<P    Ru@    SP    TU@    TP    V5@    V    X    X    Y    Z    [n    \    ]P    ^d{    _2    `MP    aO@    b-zP    cg1@    d\P    eG@    e>P    g&@    g P    i@    iP    j@    k    l    mv     n    oU    p    q5    ro{    s    tO]    tP    v8z@    vޥP    x\@    xP    y>@    ziP    { @    |~KP    }@    ~^-P    @    X    LMT AST -03 -02 
<-03>3<-02>,M3.2.0,M11.1.0
TZif2                                     P`P<8л#@н@пs@S@»3@ě@p@H@^ˈ`#p`u@U 5 |u`W{`ݩtP޾]`߉VP?`i8P~!`IP^`(PG'֨ƧP`P`Po`_kPOj`?MP/L`(i.`KJ-, wpP``PP `	P
 `
xPw`ٔY`vuXWy:i9YI8("PP`P`P`P u!P"U#j$5%J&'*e'`)
G)ޗ`*)+]|,*l-?|.l/~!|0l1g=2rl3G4Rl5'62l7889:Ƨ;t<|=V>|?8@o|AUlBOj|Cd7lD/L|EDlEG-QG|I3I^JK{`L2PM|]`NPO\?`PPQ<!`RuPS`TUPT`V5PVXXYZ[|\]^^d_@`M`a]Pb-`cg?Pdj`eG!PeL`g'Pg.`iPi`jPk,lmvnoUpq5rostOkt`v8Pv޳`xjPx`yLPzw`{.P|~Y`}P~^;`PD    LMT EST ADT AST AWT APT           TZif2                                  ^P`P<8#@@s@S@»3@ě@p@H@^ˈ`#p`u@U 5 |u`W{`ݩtP޾]`߉VP?`i8P~!`IP^`(PG'֨ƧP`P`Po`_kPOj`?MP/L`(i.`KJ-,             w    pP    ``    PP     `    	P    
 `    
xP    w`    ٔ    Y`    v    u    X    W    y:    i9    Y    I    8    (    "P        P    `    P    `    P    `    P     u    !P    "U    #j    $5    %J    &    '*e    '`    )
G    )ޗ`    *)    +]|    ,*l    -?|    .l    /~!|    0l    1g=    2rl    3G    4Rl    5'    62l    7    8    8    9    :Ƨ    ;t    <|    =V    >|    ?8    @o|    AUl    BOj|    Cd7l    D/L|    EDl    E    G-Q    G|    I3    I^    J    K{`    L2P    M|]`    NP    O\?`    PP    Q<!`    RuP    S`    TUP    T`    V5P    V    X    X    Y    Z    [|    \    ]^    ^d    _@    `M`    a]P    b-`    cg?P    dj`    eG!P    eL`    g'P    g.`    iP    i`    jP    k,    l    mv    n    oU    p    q5    ro    s    tOk    t`    v8P    v޳`    xjP    x`    yLP    zw`    {.P    |~Y`    }P    ~^;`    PD    LMT EST ADT AST AWT APT           
AST4ADT,M3.2.0,M11.1.0
TZif2                            >      `+pfV`A=p6`"U #j1gv 2sp3GX 4Rp5': 62p7 88 9:;<=>ހ?p@oApBOCdopD/EDQpFfG$3pG IpIe JpKG LM) NOx PQa'RlSA	TLU V,}W ̀XpXீY|pZ[^p\ ]@p^ _"p`ir a~>bIT c^       LMT MST CST MDT CDT             TZif2                            >      `+pfV`A=p6`    "U     #j    1gv     2sp    3GX     4Rp    5':     62p    7     8    8     9    :    ;    <    =    >ހ    ?p    @o    Ap    BO    Cdop    D/    EDQp    Ff    G$3p    G     Ip    Ie     Jp    KG     L    M)     N    Ox     P    Qa'    Rl    SA	    TL    U     V,}    W ̀    Xp    Xீ    Y|p    Z    [^p    \     ]@p    ^     _"p    `ir     a~>    bIT     c^       LMT MST CST MDT CDT             
CST6
TZif2                              W   
   &43@Y8C0Ìvԗyy[_[}x8?=]Z8R8<080ʋ80͕f(5(EJ r >0( u0 R W:ژƟ(	ZN0	s 00_i0?K-1!T0"'x #$%Jg%< '!0'X)
+):*0+AL0BF/CHDEKPE~GgG`HIIBJ+K_@LM|A@NO\#@PqPQ<@RPPS@T0PT@M  M     LMT MMT -04 -0330 -03 -0230 -02 -0130 TZif2                              W   
   &43@Y8C0Ìvԗyy[_[}x8?=]Z8R8<080ʋ80͕f(5(EJ r >0(     u0     R     W    :        ژ    Ɵ(    	ZN0    	s     0        0    _i    0    ?K    -    1    !T0    "'x     #    $    %Jg    %<     '!0    'X    )
+    ):    *0    +    AL0    BF/    CH    D    EKP    E~    Gg    G`    HI    IB    J+    K_@    L    M|A@    N    O\#@    PqP    Q<@    RPP    S@    T0P    T@    M  M     LMT MMT -04 -0330 -03 -0230 -02 -0130 
<-03>3
TZif2                                     p`.ȡ@U@](x`f?NF!0pM`p/`܍p`op~-౜QpgJ`|3pG,`\p'`;p`%`Ĺ𿏲o}Ovd_/XM|p:-^pˈp#p`u@U 5 3`pt`މpݩ`޾kp߉d`MpiF`~/pI(`^p)
`G-&'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;: wp``pP`@p0` p	`
 p
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `   LMT EDT EST EWT EPT         TZif2                                  rxp`.@U@](x`f?NF!0pM`p/`܍p`op~-QpgJ`|3pG,`\p'`;p`%`Ĺo}Ovd_/XM|p:-^pˈp#p`u@U 5 3`pt`މpݩ`޾kp߉d`MpiF`~/pI(`^p)
`G-&'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;:             w    p`    `p    P`    @p    0`     p    	`    
 p    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `   LMT EDT EST EWT EPT         
EST5EDT,M3.2.0,M11.1.0
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                                     p`.ȡ@U@](x`f?NF!0pM`p/`܍p`op~-౜QpgJ`|3pG,`\p'`;p`%`Ĺ𿏲o}Ovd_/XM|p:-^pˈp#p`u@U 5 3`pt`މpݩ`޾kp߉d`MpiF`~/pI(`^p)
`G-&'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;: wp``pP`@p0` p	`
 p
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `   LMT EDT EST EWT EPT         TZif2                                  rxp`.@U@](x`f?NF!0pM`p/`܍p`op~-QpgJ`|3pG,`\p'`;p`%`Ĺo}Ovd_/XM|p:-^pˈp#p`u@U 5 3`pt`މpݩ`޾kp߉d`MpiF`~/pI(`^p)
`G-&'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;:             w    p`    `p    P`    @p    0`     p    	`    
 p    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `   LMT EDT EST EWT EPT         
EST5EDT,M3.2.0,M11.1.0
TZif2                                     p` p`epjp5`S`3އpiRK௳4~-౜QpgJ`|3pG,`\p'`;p`p`ƴ`Ĺ𿏲o}Ovd_/XM|p:-^pW`@p9`ˈp#p`u@U 5 peމpݩ`޾kp߉d`MpiF`~/pI(`^pW.G-7'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;: wp``pP`@p0`p	`	
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `    LMT EDT EST EWT EPT         TZif2                                  ^p` p`epjp5`S`3އpiRK4~-QpgJ`|3pG,`\p'`;p`p`ƴ`Ĺo}Ovd_/XM|p:-^pW`@p9`ˈp#p`u@U 5 peމpݩ`޾kp߉d`MpiF`~/pI(`^pW.G-7'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;:             w    p`    `p    P`    @p    0`    p    	`    	    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `    LMT EDT EST EWT EPT         
EST5EDT,M3.2.0,M11.1.0
TZif2                                     p`.ȡ@U@](x`f?NF!0pM`p/`܍p`op~-౜QpgJ`|3pG,`\p'`;p`%`Ĺ𿏲o}Ovd_/XM|p:-^pˈp#p`u@U 5 3`pt`މpݩ`޾kp߉d`MpiF`~/pI(`^p)
`G-&'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;: wp``pP`@p0` p	`
 p
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `   LMT EDT EST EWT EPT         TZif2                                  rxp`.@U@](x`f?NF!0pM`p/`܍p`op~-QpgJ`|3pG,`\p'`;p`%`Ĺo}Ovd_/XM|p:-^pˈp#p`u@U 5 3`pt`މpݩ`޾kp߉d`MpiF`~/pI(`^p)
`G-&'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;:             w    p`    `p    P`    @p    0`     p    	`    
 p    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `   LMT EDT EST EWT EPT         
EST5EDT,M3.2.0,M11.1.0
TZif2                  	   	          	   &   ˉD#paP@UqPT@ SP6@x5PqRaQQ4A31m		P
@@P@Py@iPY@I~P9a@)`P"}	BP_+B%$ v90!ˠ"V0#j $50%J &0'* ')
 )ݰ*p +,ӌ-.n/~0P1g02s23G04S5'd0627F08 8(09 :
0; <&= >? @oABO̰CdD/ED{E0G- G0Iz I0J\ KLxM|NZO\P<Q<gRvSITV T+V5VH0X X*0Y Z0[ \0] ^d0_ `Mab-ΰcgdeGge풰g'Igti+iVjks0l* mvU0n oV70p q60ro s0tO tv8Πvxx۰yz{t|~}V~^8  n  eP s`s`eP s`p p !LMT NST NWT NPT BST BDT YST AKDT AKST                 TZif2                  
   
          
   &?}OˉD#paP@UqPT@     SP    6@    x5P    qR    aQ    Q4    A3    1    m    	    	P    
        @        @    P    @    P    y@    iP    Y@    I~P    9a@    )`P    "}    	BP    _    +    B    %    $                 v90    !ˠ    "V0    #j     $50    %J     &0    '*     '    )
     )ݰ    *p     +    ,ӌ    -    .n    /~    0P    1g0    2s2    3G0    4S    5'd0    62    7F0    8     8(0    9     :
0    ;     <&    =     >    ?     @o    A    BO̰    Cd    D/    ED{    E0    G-     G0    Iz     I0    J\     K    Lx    M|    NZ    O\    P<    Q<g    Rv    SI    TV     T+    V5    VH0    X     X*0    Y     Z0    [     \0    ]     ^d0    _     `M    a    b-ΰ    cg    d    eGg    e풰    g'I    gt    i+    iV    j    ks0    l*     mvU0    n     oV70    p     q60    ro     s0    tO     t    v8Π    v    x    x۰    y    z    {t    |~    }V    ~^    8																																																							  n  d  eP s`s`eP s`p p !LMT NST NWT NPT BST BDT YST AKDT AKST                   
AKST9AKDT,M3.2.0,M11.1.0
TZif2                              (      ed;и2& f8  ӠܹK ޛ݌ T%PV Q Ƿ
Ġ oɀ xɐ' 3![ "#X#b%7%Թ78w9 9;<o    LMT -01 -02 TZif2                              (      ed;2& f8  ӠܹK ޛ݌ T%PV Q Ƿ
Ġ o    ɀ     xɐ    '     3    ![     "    #X    #b    %7    %Թ    7    8w    9     9    ;    <o        LMT -01 -02 
<-02>2
TZif2                                     :ˉ#pa uX W: 9   wqaP@0ހ5		
ࡐٿ   ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,p-.R/~g041g2s3Gf4R5'H62ڀ7*8 89 :;ۻ <
= >? @oΐABOCd}D/ED_EG-| GӧI^ IJ@ KL\M|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp     LMT MDT MST MWT MPT CDT CST             TZif2                                  ^:ˉ#pa uX W: 9               w    q    a    P    @    0ހ    5    	    	    
    ࡐ    ٿ                           ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,p    -    .R    /~g    04    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;ۻ     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    E    G-|     Gӧ    I^     I    J@     K    L\    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p     LMT MDT MST MWT MPT CDT CST             
CST6CDT,M3.2.0,M11.1.0
TZif2                                     :ˉ#pa uX W: 9   wqaP@0ހ5		
ࡐٿ   ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,bp-w.Dp/~Y0&p1gv 2sp3GX 4Rp5': 62p7 88 9: ;۬<=>ހ?p@oApBOCdopD/EDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp     LMT MDT MST MWT MPT CDT CST             TZif2                                  ^:ˉ#pa uX W: 9               w    q    a    P    @    0ހ    5    	    	    
    ࡐ    ٿ                           ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,bp    -w    .Dp    /~Y    0&p    1gv     2sp    3GX     4Rp    5':     62p    7     8    8     9    :     ;۬    <    =    >ހ    ?p    @o    Ap    BO    Cdop    D/    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p     LMT MDT MST MWT MPT CDT CST             
CST6CDT,M3.2.0,M11.1.0
TZif2                                     :ˉ#pa uX W: 9   wqaP@0ހ5		
ࡐٿ   ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,p-.R/~g041g2s3Gf4R5'H62ڀ7*8 89 :;ۻ <
= >? @oApBOCdopD/EDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp     LMT MDT MST MWT MPT CDT CST             TZif2                                  ^:ˉ#pa uX W: 9               w    q    a    P    @    0ހ    5    	    	    
    ࡐ    ٿ                           ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,p    -    .R    /~g    04    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;ۻ     <
    =     >    ?     @o    Ap    BO    Cdop    D/    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p     LMT MDT MST MWT MPT CDT CST             
CST6CDT,M3.2.0,M11.1.0
TZif3                            u      h M|P3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐dfgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~yπ     LMT -03 -02 -01       TZif3                            u      h     M|P    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y        π     LMT -03 -02 -01       
<-02>2<-01>,M3.5.0/-1,M10.5.0/0
TZif2                            Z      p+pfV`A=p6`1gv 2sp3GX 4Rp5'H62ڀ7*8 89 :; <
= >? @oΐABOCd}D/ED_FtG$AGI#IsJKL\M|N>O\iP Q<KRvS-TUTV5ƀV,X XY Z[ާ \] ^d_k `MАab-c^/ deG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp      LMT MST CST MDT CDT             TZif2                            Z      p+pfV`A=p6`    1gv     2sp    3GX     4Rp    5'H    62ڀ    7*    8     8    9     :    ;     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    Ft    G$A    G    I#    Is    J    K    L\    M|    N>    O\i    P     Q<K    Rv    S-    TU    T    V5ƀ    V,    X     X    Y     Z    [ާ     \    ]     ^d    _k     `MА    a    b-    c^/     d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p      LMT MST CST MDT CDT             
CST6CDT,M3.2.0,M11.1.0
TZif2                                       ap    LMT CMT EST TZif2                                    i&ap    LMT CMT EST 
EST5
TZif2                  	   	          	   l#p``pP`@p0` p	`
 p
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`788 9:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `         -00 EPT EST EDT EWT CST CDT                 TZif2                  	   	          	   l#p`    `p    P`    @p    0`     p    	`    
 p    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8     9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `         -00 EPT EST EDT EWT CST CDT                 
EST5EDT,M3.2.0,M11.1.0
TZif2                                    *Kb,1H  < L   LMT PMT -0330 -03 TZif2                                    *Kb,    1    H  < L   LMT PMT -0330 -03 
<-03>3
TZif2                                     :ˉϏЁuX     LMT MDT MST MWT         TZif2                                  ^:ˉϏЁuX     LMT MDT MST MWT         
MST7
TZif2                             V         nqF@P@P@P@ P!w@"U#j$5%J&'*s'`)
U)ޗ`*7+y`,T`-[`.6`/~=`0`1gY2r`3G;4R`BOxPCdE@D/ZPED'@O\MpP`Q</pRu`SpTU`TpV5`XYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `0  D 	 	 LMT PPMT EDT EST     TZif2                             V      iPnq    F    @    P    @    P    @    P    @     P    !w@    "U    #j    $5    %J    &    '*s    '`    )
U    )ޗ`    *7    +y`    ,T`    -[`    .6`    /~=`    0`    1gY    2r`    3G;    4R`    BOxP    CdE@    D/ZP    ED'@    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `0  D 	 	 LMT PPMT EDT EST     
EST5EDT,M3.2.0,M11.1.0
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                                     f \PPސ@8PPܹu@1Pޛ@ݶPTO@z@P:QHP@
"PɪPxQ 3!P"H`PRp     LMT -04 -05 TZif2                                     f \PPސ@8PPܹu@1Pޛ@ݶPTO@z@P:QHP@
"P    ɪP    x    Q     3    !P    "    H`P    R    p     LMT -04 -05 
<-05>5
TZif2                                    WNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@ɜ@xC 3ݰ!w@"ְ   LMT -03 -04 TZif2                                    WNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@    ɜ@    x    C     3ݰ    !w@    "ְ       LMT -03 -04 
<-04>4
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                            v         0GE\P|š q^wűw=@A гXp"4P9@gзP\ Pn@l@3Uv@<@ rܰuP@IU2 +>O@ @@	Ѱ
@0@0@h0H0f(v0F&{t]V?8\@>@p @ 0!o@"90#N@$0%8 %0&'١0()½*צ+,-.j/bc0@1BE2`i@3=04@K@5D06@7հ8 @809+:0;<0=>j0?@SʰAhB3CHDE1@EpG@G0Hv@Io0JX@K L:@M0NPOPBQ|R+@S\rT@W70WXC       LMT SMT -05 -04 -03             TZif2                            v      i0GE\P| q^ww=@A Xp"4P9@gP\ Pn@l@3Uv@<@     rܰ    uP    @I    U2     +    >O@         @        @    	Ѱ    
@    0    @    0    @    h0        H0    f    (v0    F        &{    t    ]    V    ?    8    \@        >@    p     @     0    !o@    "90    #N@    $0    %8     %0    &    '١0    (    )½    *צ    +    ,    -    .j    /bc    0@    1BE    2`i@    3=0    4@K@    5D0    6@    7հ    8 @    80    9+    :0    ;    <0    =    >j0    ?    @Sʰ    Ah    B3    CH    D    E1@    Ep    G@    G0    Hv@    Io0    JX@    K     L:@    M0    NP    O    PB    Q|    R+@    S\r    T@    W70    W    XC           LMT SMT -05 -04 -03             
<-03>3
TZif2                                     úPp ;Oˈ#pa	ӈh S`U  5     \ޗݩp޾y߉rp[iTp~=I6p^)pG< 4'     o1bJv g X I : +     w qaP@0ހ π	
 
ٿ u   t ye iV YG I8 9) ) "E '	܀̀ v !"U #j $5 %J & '* 'р)
r )޳*T +,p-w.R/~Y041gv 2s3GX 4R5': 62ڀ7 8 8 9 : ;ۻ <= >ހ? @oABOCd}D/EDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp    LMT CDT CST CWT CPT           TZif2                                  d䰔úPp ;Oˈ#pa	ӈh S`U  5     \ޗݩp޾y߉rp[iTp~=I6p^)pG< 4'     o1bJv g X I : +                 w     q    a    P    @    0ހ     π    	    
     
        ٿ     u                   t     ye     iV     YG     I8     9)     )     "E         '        	            ܀    ̀     v     !    "U     #j     $5     %J     &     '*     'р    )
r     )޳    *T     +    ,p    -w    .R    /~Y    04    1gv     2s    3GX     4R    5':     62ڀ    7     8     8     9     :     ;ۻ     <    =     >ހ    ?     @o    A    BO    Cd}    D/    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p    LMT CDT CST CWT CPT           
CST6CDT,M3.2.0,M11.1.0
TZif2                                    n aPp@0p π	p
 
pٰu tt yViV Y8I8 9) "7p ppp܀p v !p"U #j$5 %J& '*'р)
c)޳*E+,bp-w.Dp/~Y0&p1gv 2sp3GX 4Rp5': 62p7 88 9: ;۬<=>ހ?p@oApBOCdopD/EDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp         -00 CDT CST EST TZif2                                    n     a    Pp    @    0p     π    	p    
     
p        ٰ    u             t    t     yV    iV     Y8    I8     9    )     "7p         p        p        p    ܀    p     v     !p    "U     #j    $5     %J    &     '*    'р    )
c    )޳    *E    +    ,bp    -w    .Dp    /~Y    0&p    1gv     2sp    3GX     4Rp    5':     62p    7     8    8     9    :     ;۬    <    =    >ހ    ?p    @o    Ap    BO    Cdop    D/    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p         -00 CDT CST EST 
CST6CDT,M3.2.0,M11.1.0
TZif2                              (      gI@40t 800ܹY 0ޛ ݚ0T3 ^ d0Q,0 
Ұ0}Ɏ0xנ5 3Ϡ!i0"Ƞ#X#p %7% 7ư8 909;<oH   LMT -02 -03 TZif2                              (      gI@40t 800ܹY 0ޛ ݚ0T3 ^ d0Q,0 
Ұ0}    Ɏ0    xנ    5     3Ϡ    !i0    "Ƞ    #X    #p     %7    %     7ư    8     90    9    ;    <o    H   LMT -02 -03 
<-03>3
TZif2                            5      eO0HE1*%0pp`raQ8`1!p
`p`ˉ#pa cSo U  5   Ð ޥݩ޾߉iib~KID^-)&GJC ',%      LMT MDT MST MWT MPT CST           TZif2                            5      eO0HE1*%0pp`raQ8`1!p
`p`ˉ#pa cSo U  5   Ð ޥݩ޾߉iib~KID^-)&GJC ',%      LMT MDT MST MWT MPT CST           
CST6
TZif2                                    aPp@0p π	p
 
pٰu tt yViV Y8I8 9) "7p ppp܀p v !p"U #j$5 %J& '*'р)
c)޳*E+,bp-w.Dp/~Y0&p1gv 2sp3GX 4Rp5': 62p7 88 9: ;۬<=>ހ?p@oApBOCdopD/EDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp         -00 CDT CST EST TZif2                                        a    Pp    @    0p     π    	p    
     
p        ٰ    u             t    t     yV    iV     Y8    I8     9    )     "7p         p        p        p    ܀    p     v     !p    "U     #j    $5     %J    &     '*    'р    )
c    )޳    *E    +    ,bp    -w    .Dp    /~Y    0&p    1gv     2sp    3GX     4Rp    5':     62p    7     8    8     9    :     ;۬    <    =    >ހ    ?p    @o    Ap    BO    Cdop    D/    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p         -00 CDT CST EST 
CST6CDT,M3.2.0,M11.1.0
TZif2                                     f \PPސ@8PPܹu@1Pޛ@ݶPTO@z@P:QHP@
"PɪPxQ 3!P"H`PRp     LMT -04 -05 TZif2                                     f \PPސ@8PPܹu@1Pޛ@ݶPTO@z@P:QHP@
"P    ɪP    x    Q     3    !P    "    H`P    R    p     LMT -04 -05 
<-05>5
TZif2                              >         0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@J$o#$%7%v'!0'X) @):*0+W 7ư8*Gw	G HIa      LMT CMT -04 -03 -02 TZif2                              >      r0{R@ɰ@p0}@0x
@Z@;0~`@*0A70ȁ@MM0ΰ)5Cd=0l02@柰C0w@65S0R@504@    J    $o    #    $    %7    %v    '!0    'X    ) @    ):    *0    +W     7ư    8*    Gw	    G     H    Ia          LMT CMT -04 -03 -02 
<-03>3
TZif2                                  pyOp9fdp 
ꍀ#pҝY ؑ  s޳ݩ޾߉~KIR^-)4GJQ',3௠  ysir YUIT 97)6 "S	 54ې v+ !"V #j$5 %J& '*')
)Ϡ*b+,~-.`/~u0B1g 2s$3Gt 4S5'V 6278 88 9: ;<=>?@oܠABOCdD/EDmFG$OG I1I؁ JKLjM|NLO\wP.Q<YRvS;TUTV5ԐV: XX YZ [޵\ ]^d _y`Mޠab-cgwdeGYe턠g';gfiiHjke lmvG noV) pq6 ros tOt	v8vxx͠yz{f|~}H~^s*L      LMT MST PST PDT PWT PPT             TZif2                                  pyOp9fdp 
ꍀ#pҝY ؑ  s޳ݩ޾߉~KIR^-)4GJQ',3    ௠                              ys    ir     YU    IT     97    )6     "S    	     5    4                    ې     v+     !    "V     #j    $5     %J    &     '*    '    )
    )Ϡ    *b    +    ,~    -    .`    /~u    0B    1g     2s$    3Gt     4S    5'V     62    78     8    8     9    :     ;    <    =    >    ?    @oܠ    A    BO    Cd    D/    EDm    F    G$O    G     I1    I؁     J    K    Lj    M|    NL    O\w    P.    Q<Y    Rv    S;    TU    T    V5Ԑ    V:     X    X     Y    Z     [޵    \     ]    ^d     _y    `Mޠ    a    b-    cgw    d    eGY    e턠    g';    gf    i    iH    j    ke     l    mvG     n    oV)     p    q6     ro    s     tO    t	    v8    v    x    x͠    y    z    {f    |~    }H    ~^s    *L      LMT MST PST PDT PWT PPT             
PST8PDT,M3.2.0,M11.1.0
TZif2                                    zHWNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@ɜ@xC 3ݰ!w@"ְH`q@̸    LMT -03 -04 TZif2                                    zHWNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@    ɜ@    x    C     3ݰ    !w@    "ְ    H`q@    ̸    LMT -03 -04 
<-03>3
TZif3                                     0GE\P|š q^wűw=@A гXp"4P9@gзP\ Pn@l܏03Uv@<@ rܰuP@IU2 +>O@ @@	Ѱ
@0@0@h0H0f(v0F&{t]V?8\@>@p @ 0!o@"90#N@$0%8 %0&'١0()½*צ+,-.j/bc0@1BE2`i@3=04@K@5D06@7հ8 @809+:0;<0=>j0?@SʰAhB3CHDE1@EpG@G0Hv@Io0JX@K L:@M0NPOPBQ|R+@S\rT@W70WY0YZ0[o\g]t|^I_T^`i+a4@bIc]@d(df0f!@g0h@i0j@k0l|@m0n\@ozp<@qZr%s:ttuVukv8wMxy/z70{|0}n.@~0N@      LMT SMT -05 -04 -03             TZif3                                  i0GE\P| q^ww=@A Xp"4P9@gP\ Pn@l܏03Uv@<@     rܰ    uP    @I    U2     +    >O@         @        @    	Ѱ    
@    0    @    0    @    h0        H0    f    (v0    F        &{    t    ]    V    ?    8    \@        >@    p     @     0    !o@    "90    #N@    $0    %8     %0    &    '١0    (    )½    *צ    +    ,    -    .j    /bc    0@    1BE    2`i@    3=0    4@K@    5D0    6@    7հ    8 @    80    9+    :0    ;    <0    =    >j0    ?    @Sʰ    Ah    B3    CH    D    E1@    Ep    G@    G0    Hv@    Io0    JX@    K     L:@    M0    NP    O    PB    Q|    R+@    S\r    T@    W70    W    Y0    Y    Z0    [o    \g    ]t|    ^I    _T^    `i+    a4@    bI    c]@    d(    d    f0    f!@    g0    h@    i0    j@    k0    l|@    m0    n\@    oz    p<@    qZ    r%    s:t    t    uV    uk    v8    wM    x    y/    z70    {    |0    }n.@    ~0    N@          LMT SMT -05 -04 -03             
<-04>4<-03>,M9.1.6/24,M4.1.6/24
TZif2                                       B`K@ C{HpPHPPH0P	P9:)`x  ` 	  LMT SDMT EDT EST -0430 AST TZif2                                    iB`K@     C{        H    pP    H    PP    H    0P        	P    9    :)`x  ` 	  LMT SDMT EDT EST -0430 AST 
AST4
TZif2                              \      rI@40t 800ܹY 0ޛ ݚ0T3 Z	0^ d0Q,0 
Ұ0}Ɏ0xנ5 3Ϡ!i0"Ƞ#X#p %7% '!0') 0) *+k2,0-f .0/F 0y01M2W 3j 48T04 6 06h7ư8 90:,;<o=đ0>N?0@.ҠA0B CQ0C EMSEG0G HIw JڄKLfM`uNHOI Pe0Q 9RcG0S TC)0T8 V#0V X0X Y0Z [`\h L   LMT -02 -03 TZif2                              \      rI@40t 800ܹY 0ޛ ݚ0T3 Z	0^ d0Q,0 
Ұ0}    Ɏ0    xנ    5     3Ϡ    !i0    "Ƞ    #X    #p     %7    %     '!0    '    ) 0    )     *    +k2    ,0    -f     .0    /F     0y0    1M    2W     3j     48T0    4     6 0    6h    7ư    8     90    :,    ;    <o    =đ0    >N    ?0    @.Ҡ    A0    B     CQ0    C     EMS    E    G0    G     H    Iw     Jڄ    K    Lf    M`u    NH    OI     Pe0    Q 9    RcG0    S     TC)0    T8     V#0    V     X0    X     Y0    Z     [`    \h     L   LMT -02 -03 
<-03>3
TZif3                  	   	       v   	   LMn@4$#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~yh              LMT -02 -01 +00         TZif3                  	   	       v   	   L    Mn@    4$    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y        h              LMT -02 -01 +00         
<-02>2<-01>,M3.5.0/-1,M10.5.0/0
TZif2                                     :逢e Eˉ#pa /v( Xv uX W: 9   wqaP@0ހ5		
ࡐٿ   ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,p-.R/~g041g2s3Gf4R5'H62ڀ7*8 89 :;ۻ <
= >? @oΐABOCd}D/ED_EG-| GӧI^ IJ@ KL\M|N>O\iP Q<KRvS-TUTV5ƀV,X XY Z[ާ \] ^d_k `MАab-cgideGKevg'-gXii:jkWl mv9n oVp q5ro stO tv8vݐxxyvz{X|~}:~^e    LMT MDT MST MWT MPT         TZif2                                  ^:e Eˉ#pa /v( Xv uX W: 9               w    q    a    P    @    0ހ    5    	    	    
    ࡐ    ٿ                           ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,p    -    .R    /~g    04    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;ۻ     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    E    G-|     Gӧ    I^     I    J@     K    L\    M|    N>    O\i    P     Q<K    Rv    S-    TU    T    V5ƀ    V,    X     X    Y     Z    [ާ     \    ]     ^d    _k     `MА    a    b-    cgi    d    eGK    ev    g'-    gX    i    i:    j    kW    l     mv9    n     oV    p     q5    ro     s    tO     t    v8    vݐ    x    x    yv    z    {X    |~    }:    ~^e        LMT MDT MST MWT MPT         
MST7MDT,M3.2.0,M11.1.0
TZif2                                  "   ˉ#pa&G * ) x q(a'Q
A	0C	ΐ	 
௠  ysir YUIT 97)6 "S	 5+B%$ v90!ˠ"V0#j $50%J &0'* ')
 )ݰ*p +,ӌ-.n/~0P1g02s23G04S5'd0627F08 8(09 :
0; <&= >? @oABO̰CdD/ED{E0G- G0Iz I0J\ KLxM|NZO\P<Q<gRvSITV T+V5VH0X X*0Y Z0[ \0] ^d0_ `Mab-ΰcgdeGge풰g'Igti+iVjks0l* mvU0n oV70p q60ro s0tO tv8Πvxx۰yz{t|~}V~^8  ҧ   p p LMT PST PWT PPT PDT YST AKDT AKST               TZif2                  	   	          	   "?}3ˉ#pa&G *     )         x     q(    a'    Q
    A	    0    C    	ΐ    	     
    ௠                              ys    ir     YU    IT     97    )6     "S    	     5    +    B    %    $                 v90    !ˠ    "V0    #j     $50    %J     &0    '*     '    )
     )ݰ    *p     +    ,ӌ    -    .n    /~    0P    1g0    2s2    3G0    4S    5'd0    62    7F0    8     8(0    9     :
0    ;     <&    =     >    ?     @o    A    BO̰    Cd    D/    ED{    E0    G-     G0    Iz     I0    J\     K    Lx    M|    NZ    O\    P<    Q<g    Rv    SI    TV     T+    V5    VH0    X     X*0    Y     Z0    [     \0    ]     ^d0    _     `M    a    b-ΰ    cg    d    eGg    e풰    g'I    gt    i+    iV    j    ks0    l*     mvU0    n     oV70    p     q60    ro     s0    tO     t    v8Π    v    x    x۰    y    z    {t    |~    }V    ~^    8  ҧ  '   p p LMT PST PWT PPT PDT YST AKDT AKST                 
AKST9AKDT,M3.2.0,M11.1.0
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                  	   	          	      b~|ܡ8L\Lt\dL^ܧDL=ܩ$LܫLܬfLݟܮ̯͂ܰḏ\F̳\m(̵fb\M
̷FD\,̹&&\	LBܻL$ܽLMl18y8YѨw89a@( ո( #p`ӈDJHh&)HH	H'HXtXݩmH޾VX߉OH8Xi1H~XIH]X(HG&챷ƠHﯽXHXHoX_dHOcX?FH/EX(b'XDC&% wpH`XPH@X0H X	H
 X
qHpXٍRXonQPy3i2YI8("HHXHXHXH u!bd"U#jp$5%J`&u'*B't)
$)tt*+Vt,#d-8t.d/~t0d1g62rd3G4Rd5&62d7889:Ơ;m<t=O>t?1@otANdBOctCd0dD/EtEDdEwG-.GYII;JKXtLdM|:tNHO\8XPHQ<XRuHSXTUHTXV5HVXXYZ[u\]W^d_9`MXaVHb-Xcg8HdcXeGHeEXg&Hg'XiHi	XjHk%lmvnoUpq5rostOdtXv8HvެXxcHxXyEHzpX{'H|~RX}	H~^4XHΔ  ܤΔ  LMT NDT NST NPT NWT NDDT                 TZif2                  	   	          	   ^=4b~|8L\Lt\dL^DL=$LLfLݟ͂d\F\m(fb\M
FD\,&&\	LBL$LMl18y8YѨw89a@( ո( #p`ӈDJHh&)HH	H'HXtXݩmH޾VX߉OH8Xi1H~XIH]X(HG&챷ƠHﯽXHXHoX_dHOcX?FH/EX(b'XDC&%             w    pH    `X    PH    @X    0H     X    	H    
 X    
qH    pX    ٍ    RX    o    n    Q    P    y3    i2    Y    I    8    (    "H        H    X    H    X    H    X    H     u    !bd    "U    #jp    $5    %J`    &u    '*B    't    )
$    )tt    *    +Vt    ,#d    -8t    .d    /~t    0d    1g6    2rd    3G    4Rd    5&    62d    7    8    8    9    :Ơ    ;m    <t    =O    >t    ?1    @ot    ANd    BOct    Cd0d    D/Et    EDd    Ew    G-.    GY    I    I;    J    KXt    Ld    M|:t    NH    O\8X    PH    Q<X    RuH    SX    TUH    TX    V5H    V    X    X    Y    Z    [u    \    ]W    ^d    _9    `MX    aVH    b-X    cg8H    dcX    eGH    eEX    g&H    g'X    iH    i	X    jH    k%    l    mv    n    oU    p    q5    ro    s    tOd    tX    v8H    vެX    xcH    xX    yEH    zpX    {'H    |~RX    }	H    ~^4X    HΔ  ܤΔ  LMT NDT NST NPT NWT NDDT                 
NST3:30NDT,M3.2.0,M11.1.0
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                                  ˉ#pa vSo U  5   ',   q a    LMT MDT MST MWT MPT CST           TZif2                                  ˉ#pa vSo U  5   ',   q     a    LMT MDT MST MWT MPT CST           
CST6
TZif2                                    LKD !\P"z#<}PD]D<   LMT CDT CST TZif2                                    LKD         !\P    "z    #<}P    D]    D<   LMT CDT CST 
CST6
TZif2                              _      w'z(])\*?+y`,FP-[`.(P/~=`0
P1gY2rP3G;4RP5'62P7889:;ې<`=r>`?T@o`AqPBO`CdSPD/h`ED5PEG-QG|I3I^JK{`L2PM|]`NPO\?`PPQ<!`RuPS`TUPT`V5PVXXYZ[|\]^^d_@`M`a]Pb-`cg?Pdj`eG!PeL`g'Pg.`iPi`jPk,lmvnoUpq5rostOkt`v8Pv޳`xjPx`yLPzw`{.P|~Y`}P~^;`P   LMT ADT AST TZif2                              _      w    'z    (]    )\    *?    +y`    ,FP    -[`    .(P    /~=`    0
P    1gY    2rP    3G;    4RP    5'    62P    7    8    8    9    :    ;ې    <`    =r    >`    ?T    @o`    AqP    BO`    CdSP    D/h`    ED5P    E    G-Q    G|    I3    I^    J    K{`    L2P    M|]`    NP    O\?`    PP    Q<!`    RuP    S`    TUP    T`    V5P    V    X    X    Y    Z    [|    \    ]^    ^d    _@    `M`    a]P    b-`    cg?P    dj`    eG!P    eL`    g'P    g.`    iP    i`    jP    k,    l    mv    n    oU    p    q5    ro    s    tOk    t`    v8P    v޳`    xjP    x`    yLP    zw`    {.P    |~Y`    }P    ~^;`    P   LMT ADT AST 
AST4ADT,M3.2.0,M11.1.0
TZif2                                     p`.ȡ@U@](x`f?NF!0pM`p/`܍p`op~-౜QpgJ`|3pG,`\p'`;p`%`Ĺ𿏲o}Ovd_/XM|p:-^pˈp#p`u@U 5 3`pt`މpݩ`޾kp߉d`MpiF`~/pI(`^p)
`G-&'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;: wp``pP`@p0` p	`
 p
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `   LMT EDT EST EWT EPT         TZif2                                  rxp`.@U@](x`f?NF!0pM`p/`܍p`op~-QpgJ`|3pG,`\p'`;p`%`Ĺo}Ovd_/XM|p:-^pˈp#p`u@U 5 3`pt`މpݩ`޾kp߉d`MpiF`~/pI(`^p)
`G-&'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;:             w    p`    `p    P`    @p    0`     p    	`    
 p    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `   LMT EDT EST EWT EPT         
EST5EDT,M3.2.0,M11.1.0
TZif2                                  pyOp9fdp 
ꍀ#pҝY ؑ  s޳ݩ޾߉~KIR^-)4GJQ',3௠  ysir YUIT 97)6 "S	 54ې v+ !"V #j$5 %J& '*')
)Ϡ*b+,~-.`/~u0B1g 2s$3Gt 4S5'V 6278 88 9: ;<=>?@oܠABOCdD/EDmFG$OG I1I؁ JKLjM|NLO\wP.Q<YRvS;TUTV5ԐV: XX YZ [޵\ ]^d _y`Mޠab-cgwdeGYe턠g';gfiiHjke lmvG noV) pq6 ros tOt	v8vxx͠yz{f|~}H~^s*L      LMT MST PST PDT PWT PPT             TZif2                                  pyOp9fdp 
ꍀ#pҝY ؑ  s޳ݩ޾߉~KIR^-)4GJQ',3    ௠                              ys    ir     YU    IT     97    )6     "S    	     5    4                    ې     v+     !    "V     #j    $5     %J    &     '*    '    )
    )Ϡ    *b    +    ,~    -    .`    /~u    0B    1g     2s$    3Gt     4S    5'V     62    78     8    8     9    :     ;    <    =    >    ?    @oܠ    A    BO    Cd    D/    EDm    F    G$O    G     I1    I؁     J    K    Lj    M|    NL    O\w    P.    Q<Y    Rv    S;    TU    T    V5Ԑ    V:     X    X     Y    Z     [޵    \     ]    ^d     _y    `Mޠ    a    b-    cgw    d    eGY    e턠    g';    gf    i    iH    j    ke     l    mvG     n    oV)     p    q6     ro    s     tO    t	    v8    v    x    x͠    y    z    {f    |~    }H    ~^s    *L      LMT MST PST PDT PWT PPT             
PST8PDT,M3.2.0,M11.1.0
TZif2                                     p`.ȡ@U@](x`f?NF!0pM`p/`܍p`op~-౜QpgJ`|3pG,`\p'`;p`%`Ĺ𿏲o}Ovd_/XM|p:-^pˈp#p`u@U 5 3`pt`މpݩ`޾kp߉d`MpiF`~/pI(`^p)
`G-&'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;: wp``pP`@p0` p	`
 p
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `   LMT EDT EST EWT EPT         TZif2                                  rxp`.@U@](x`f?NF!0pM`p/`܍p`op~-QpgJ`|3pG,`\p'`;p`%`Ĺo}Ovd_/XM|p:-^pˈp#p`u@U 5 3`pt`މpݩ`޾kp߉d`MpiF`~/pI(`^p)
`G-&'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;:             w    p`    `p    P`    @p    0`     p    	`    
 p    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `   LMT EDT EST EWT EPT         
EST5EDT,M3.2.0,M11.1.0
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                                     ˉ#pa&v AU  5   Ѡ޳ݩ޾߉wip~YIR^;)4GX Q': 3   qޠo_O?/(f fe HG * ) x q(a'Q
A	0 	ΐ
 ͠
௠  ysir YUIT 97)6 "S	 54ې v+ !"V #j$5 %J& '*')
)Ϡ*b+,~-.`/~u0B1g 2s$3Gt 4S5'V 6278 88 9: ;<=>?@oܠABOCdD/EDmE G-Gӵ IlI JNKLjM|NLO\wP.Q<YRvS;TUTV5ԐV: XX YZ [޵\ ]^d _y`Mޠab-cgwdeGYe턠g';gfiiHjke lmvG noV) pq6 ros tOt	v8vxx͠yz{f|~}H~^s*   LMT PDT PST PWT PPT         TZif2                                  ^=vˉ#pa&v AU  5   Ѡ޳ݩ޾߉wip~YIR^;)4GX Q': 3   qޠo_O?/(f fe HG *     )         x     q(    a'    Q
    A	    0         	ΐ    
 ͠    
    ௠                              ys    ir     YU    IT     97    )6     "S    	     5    4                    ې     v+     !    "V     #j    $5     %J    &     '*    '    )
    )Ϡ    *b    +    ,~    -    .`    /~u    0B    1g     2s$    3Gt     4S    5'V     62    78     8    8     9    :     ;    <    =    >    ?    @oܠ    A    BO    Cd    D/    EDm    E     G-    Gӵ     Il    I     JN    K    Lj    M|    NL    O\w    P.    Q<Y    Rv    S;    TU    T    V5Ԑ    V:     X    X     Y    Z     [޵    \     ]    ^d     _y    `Mޠ    a    b-    cgw    d    eGY    e턠    g';    gf    i    iH    j    ke     l    mvG     n    oV)     p    q6     ro    s     tO    t	    v8    v    x    x͠    y    z    {f    |~    }H    ~^s    *   LMT PDT PST PWT PPT         
PST8PDT,M3.2.0,M11.1.0
TZif2                                     2#p`   LMT AST APT AWT       TZif2                                  z敹2#p`   LMT AST APT AWT       
AST4
TZif2                  	   	       ]   	   %   ˰#Ҁˉ(#pa4 /v(ńir YUIT 97)6 "S	 54ې v+ !"V #j$5 %J& '*')
)Ϡ*b+,~-.`/~u0B1g 2s$3Gt 4S5'V 6278 88 9: ;<=>?@oܠABOCdD/EDmE G-Gӵ IlI JNKLjM|NLO\wP.Q<YRvS;TUTV5ԐV: XX YZ [޵\ ]^d _\d  p   !LMT YDT YST YWT YPT YDDT PST PDT MST                 TZif2                  	   	       ]   	   %}˰#Ҁˉ(#pa4 /v(ń    ir     YU    IT     97    )6     "S    	     5    4                    ې     v+     !    "V     #j    $5     %J    &     '*    '    )
    )Ϡ    *b    +    ,~    -    .`    /~u    0B    1g     2s$    3Gt     4S    5'V     62    78     8    8     9    :     ;    <    =    >    ?    @oܠ    A    BO    Cd    D/    EDm    E     G-    Gӵ     Il    I     JN    K    Lj    M|    NL    O\w    P.    Q<Y    Rv    S;    TU    T    V5Ԑ    V:     X    X     Y    Z     [޵    \     ]    ^d     _\d  p   !LMT YDT YST YWT YPT YDDT PST PDT MST                 
MST7
TZif2                                     úPp ;Oˈ#pa	ӈh S`U  5     \ޗݩp޾y߉rp[iTp~=I6p^)pG< 4'     o1bJv g X I : +     w qaP@0ހ π	
 
ٿ u   t ye iV YG I8 9) ) "E '	܀̀ v !"U #j $5 %J & '* 'р)
r )޳*T +,p-w.R/~Y041gv 2s3GX 4R5': 62ڀ7 8 8 9 : ;ۻ <= >ހ? @oABOCd}D/EDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp    LMT CDT CST CWT CPT           TZif2                                  d䰔úPp ;Oˈ#pa	ӈh S`U  5     \ޗݩp޾y߉rp[iTp~=I6p^)pG< 4'     o1bJv g X I : +                 w     q    a    P    @    0ހ     π    	    
     
        ٿ     u                   t     ye     iV     YG     I8     9)     )     "E         '        	            ܀    ̀     v     !    "U     #j     $5     %J     &     '*     'р    )
r     )޳    *T     +    ,p    -w    .R    /~Y    04    1gv     2s    3GX     4R    5':     62ڀ    7     8     8     9     :     ;ۻ     <    =     >ހ    ?     @o    A    BO    Cd}    D/    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p    LMT CDT CST CWT CPT           
CST6CDT,M3.2.0,M11.1.0
TZif2                                     ˉ(#pa4 U08  70 x0q6a5QA0Q	ܠ	0
཰  0 0y i0Yc Ib09E )D0"a	&0C+B%$ v90!ˠ"V0#j $50%J &0'* ')
 )ݰ*p +,ӌ-.n/~0P1g02s23G04S5'd0627F08 8(09 :
0; <&= >? @oABO̰CdD/ED{E0G- G0Iz I0J\ KLxM|NZO\P<Q<gRvSITV T+V5VH0X X*0Y Z0[ \0] ^d0_ `Mab-ΰcgdeGge풰g'Igti+iVjks0l* mvU0n oV70p q60ro s0tO tv8Πvxx۰yz{t|~}V~^8  ΁  p p LMT YST YWT YPT YDT AKDT AKST             TZif2                                  ?}7ˉ(#pa4 U08      70         x0    q6    a5    Q    A    0    Q    	ܠ    	0    
    ཰                  0         0    y     i0    Yc     Ib0    9E     )D0    "a    	&0    C    +    B    %    $                 v90    !ˠ    "V0    #j     $50    %J     &0    '*     '    )
     )ݰ    *p     +    ,ӌ    -    .n    /~    0P    1g0    2s2    3G0    4S    5'd0    62    7F0    8     8(0    9     :
0    ;     <&    =     >    ?     @o    A    BO̰    Cd    D/    ED{    E0    G-     G0    Iz     I0    J\     K    Lx    M|    NZ    O\    P<    Q<g    Rv    SI    TV     T+    V5    VH0    X     X*0    Y     Z0    [     \0    ]     ^d0    _     `M    a    b-ΰ    cg    d    eGg    e풰    g'I    gt    i+    iV    j    ks0    l*     mvU0    n     oV70    p     q60    ro     s0    tO     t    v8Π    v    x    x۰    y    z    {t    |~    }V    ~^    8  ΁  }  p p LMT YST YWT YPT YDT AKDT AKST               
AKST9AKDT,M3.2.0,M11.1.0
TZif2                                  ҅萣 jʐ5ÀS3 ˉ#pa U  aP@0ހ ݐ	
 
ࡐٿ   ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,p-.R/~g041g2s3Gf4R5'H62ڀ7*8 89 :;ۻ <
= >? @oΐABOCd}D/ED_EG-| GӧI^ IJ@ KL\M|N>O\iP Q<KRvS-TUTV5ƀV,X XY Z[ާ \] ^d_k `MАab-cgideGKevg'-gXii:jkWl mv9n oVp q5ro stO tv8vݐxxyvz{X|~}:~^e   LMT MDT MST MWT MPT         TZif2                                  ҅ jʐ5ÀS3 ˉ#pa U      a    P    @    0ހ     ݐ    	    
     
    ࡐ    ٿ                           ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,p    -    .R    /~g    04    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;ۻ     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    E    G-|     Gӧ    I^     I    J@     K    L\    M|    N>    O\i    P     Q<K    Rv    S-    TU    T    V5ƀ    V,    X     X    Y     Z    [ާ     \    ]     ^d    _k     `MА    a    b-    cgi    d    eGK    ev    g'-    gX    i    i:    j    kW    l     mv9    n     oV    p     q5    ro     s    tO     t    v8    vݐ    x    x    yv    z    {X    |~    }:    ~^e       LMT MDT MST MWT MPT         
MST7MDT,M3.2.0,M11.1.0
TZif2                                  ̀J KN OC͐X
;Z[@\]E0^c _x<`LPaX<b,Pc8d<d         p      p -00 +08 +11       TZif2                                  ̀    J     K    N     OC͐    X
;    Z    [@    \    ]E0    ^c     _x<    `LP    aX<    b,P    c8d<    d             p      p -00 +08 +11       
<+08>-8
TZif2                                  @ GG J0K@N0OC         bp   FP   bp -00 +07 +05       TZif2                                  @ GG     J0    K@    N0    OC             bp   FP   bp -00 +07 +05       
<+07>-7
TZif2                                              LMT +10 TZif2                                    VZr              	LMT PMMT +10 
<+10>-10
TZif2                                      x/ `h  ~ Y v;  V ? p9 P8/	߀	
  ~  ^  > x  Xf  8H O !d1 Fc(E
g'  Y~!΀"B #i $"} %I &_ ') ' ()Ԙ *À+z ,-\ ./t> 0mi1]Z2V 3=<46h 56J 6 7, 89:Ā;*< => ?~@e A^ЀBE C>D.EFK G G H Iׄ Ju MH N9 Ow* PpUQ`FRP7S@(T0U 
VVW݀X΀YϿZ[ \ ] ^ _x `h aX bHs c8d d(U eF fqgbgShDi5j&klmnopۀpj qY rI s9 t) u v	 v w xـ yq zb {|~}o~`rQ           	           	   -00 AEST AEDT    TZif2                                   | x/ `h  ~ Y v;      V         ?     p9         P    8    /        	߀    	    
              ~          ^          >     x          Xf          8H     O     !d    1     F    c    (    E    
    g'          Y~    !΀    "B     #i     $"}     %I     &_     ')     '     (    )Ԙ     *À    +z     ,    -\     .    /t>     0mi    1]Z    2V     3=<    46h     5    6J     6     7,     8    9    :Ā    ;*    <     =    >     ?~    @e     A^Ѐ    BE     C>    D.    E    FK     G     G     H     Iׄ     Ju     MH     N9     Ow*     PpU    Q`F    RP7    S@(    T0    U 
    V    V    W݀    X΀    YϿ    Z    [     \     ]     ^     _x     `h     aX     bHs     c8d     d(U     eF     fq    gb    gS    hD    i5    j&    k    l    m    n    opۀ    pj     qY     rI     s9     t)     u     v	     v     w     xـ     yq     zb     {    |~    }o    ~`    rQ           	           	   -00 AEST AEDT    
AEST-10AEDT,M10.1.0,M4.1.0/3
TZif2                                     2J"@        T`   FP -00 +06 +05 TZif2                                     2    J"@            T`   FP -00 +06 +05 
<+05>-5
TZif2                                      QXxhC`Xh#`8h`hmḩOh཮࿎nNcp.~L``,o`}hښ@		
`~^>xgXIf8+`!H`e`*`G``)``g`` F`!`"0	#i$%.`&B'`'$(`)*ͧ`+#`,`-`.k`/j`0mM`1J`2Vi3*`46K5
`6-678Ӌ9:m;`<O=`>s1?~`@\N`A^`B<0`C>`D`Ex`E`FZ`GH<`IgJ`KIL `M+N}`OwPfQ`*`RFS@`T&U`VV`WX߲`YhZ`[`\]g`^_oI``htaO+`bHVc/`d(8e`fU`fg7`hi`jk`lm`nwop`p``qYr@`s9t t`uv V`vw8`xcy`zE{6|b`}~D`h         	          LMT NZST NZMT NZDT      TZif2                                   ALQXxhC`Xh#`8h`hmḩOhnNcp.~L``,o`}hښ@    	    	    
`            ~        ^        >    xg        XI    f    8+    `    !H`    e`    *`    G`    `    )`    `    g`    `     F`    !`    "0	    #i    $    %.`    &B    '`    '$    (`    )    *ͧ`    +#`    ,`    -`    .k`    /j`    0mM`    1J`    2Vi    3*`    46K    5
`    6-    6    7    8Ӌ    9    :m    ;`    <O    =`    >s1    ?~`    @\N`    A^`    B<0`    C>`    D`    Ex`    E`    FZ`    G    H<`    Ig    J`    KI    L `    M+    N}`    Ow    Pf    Q`*`    RF    S@`    T&    U`    V    V`    W    X߲`    Yh    Z`    [`    \    ]g`    ^    _oI`    `ht    aO+`    bHV    c/`    d(8    e`    fU`    f    g7`    h    i`    j    k`    l    m`    nw    op`    p``    qY    r@`    s9    t t`    u    v V`    v    w8`    xc    y`    zE    {6    |b`    }    ~D`    h         	          LMT NZST NZMT NZDT      
NZST-12NZDT,M9.5.0,M4.1.0/3
TZif2                            S       柰C0w@65S0R@504@J$o0]V?8\@>@p @ 0!o@"90#N@$0%8 %0&'١0()½*צ+,-.j/bc0@1BE2`i@3=04@K@5D06@7հ8 @809+:0;<0=>j0?@SʰAhB3CHDE1@EpG@G0Hv@Io0JX@K L:@M0NPOPBQ|R+@S\rT@W70WXC          -00 -04 -03 -02             TZif2                            S       柰C0w@65S0R@504@    J    $o    0    ]    V    ?    8    \@        >@    p     @     0    !o@    "90    #N@    $0    %8     %0    &    '١0    (    )½    *צ    +    ,    -    .j    /bc    0@    1BE    2`i@    3=0    4@K@    5D0    6@    7հ    8 @    80    9+    :0    ;    <0    =    >j0    ?    @Sʰ    Ah    B3    CH    D    E1@    Ep    G@    G0    Hv@    Io0    JX@    K     L:@    M0    NP    O    PB    Q|    R+@    S\r    T@    W70    W    XC              -00 -04 -03 -02             
<-03>3
TZif2                                    -        -00 -03 TZif2                                        -            -00 -03 
<-03>3
TZif2                                      QXxhC`Xh#`8h`hmḩOh཮࿎nNcp.~L``,o`}hښ@		
`~^>xgXIf8+`!H`e`*`G``)``g`` F`!`"0	#i$%.`&B'`'$(`)*ͧ`+#`,`-`.k`/j`0mM`1J`2Vi3*`46K5
`6-678Ӌ9:m;`<O=`>s1?~`@\N`A^`B<0`C>`D`Ex`E`FZ`GH<`IgJ`KIL `M+N}`OwPfQ`*`RFS@`T&U`VV`WX߲`YhZ`[`\]g`^_oI``htaO+`bHVc/`d(8e`fU`fg7`hi`jk`lm`nwop`p``qYr@`s9t t`uv V`vw8`xcy`zE{6|b`}~D`h         	          LMT NZST NZMT NZDT      TZif2                                   ALQXxhC`Xh#`8h`hmḩOhnNcp.~L``,o`}hښ@    	    	    
`            ~        ^        >    xg        XI    f    8+    `    !H`    e`    *`    G`    `    )`    `    g`    `     F`    !`    "0	    #i    $    %.`    &B    '`    '$    (`    )    *ͧ`    +#`    ,`    -`    .k`    /j`    0mM`    1J`    2Vi    3*`    46K    5
`    6-    6    7    8Ӌ    9    :m    ;`    <O    =`    >s1    ?~`    @\N`    A^`    B<0`    C>`    D`    Ex`    E`    FZ`    G    H<`    Ig    J`    KI    L `    M+    N}`    Ow    Pf    Q`*`    RF    S@`    T&    U`    V    V`    W    X߲`    Yh    Z`    [`    \    ]g`    ^    _oI`    `ht    aO+`    bHV    c/`    d(8    e`    fU`    f    g7`    h    i`    j    k`    l    m`    nw    op`    p``    qY    r@`    s9    t t`    u    v V`    v    w8`    xc    y`    zE    {6    |b`    }    ~D`    h         	          LMT NZST NZMT NZDT      
NZST-12NZDT,M9.5.0,M4.1.0/3
TZif2                                    6  +    *0 LMT +03 TZif2                                    6      +    *0 LMT +03 
<+03>-3
TZif2                            D      BG BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                   -00 +02 +00     TZif2                            D          BG     BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                           -00 +02 +00     
<+00>0<+02>-2,M3.5.0/1,M10.5.0/3
TZif2                                    X-M9. eE0         bp   FP -00 +07 +05 TZif2                                    X    -M9    .     eE0             bp   FP -00 +07 +05 
<+05>-5
TZif2                  	   	          	      `ٮ	qKͩ΢Cϒ4Ђ%rѶ XҡOcK#9 gըs ),	xMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y          	      	  *0  *0      	LMT CEST CET CEMT            TZif2                  	   	          	   oa`ٮ	qKͩ΢Cϒ4Ђ%rѶ XҡOcK#9 gըs ),	x    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y              	      	  *0  *0      	LMT CEST CET CEMT            
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                    6  +    *0 LMT +03 TZif2                                    6      +    *0 LMT +03 
<+03>-3
TZif2                      	       5   	   {ܵ0'} ivgXI|: l+!\"L#;$+%&'@'@(P)xP)@*@+@,@-@.@/tv@0dg@1]2rm3=t4RO5V621688N@890@:;@<@=@>@?@@e@Ae   H$    FP   bp  T`   T`   bp  T`  FP   bpLMT +05 +07 +06     TZif2                      	       5   	   {0    '}                         i    v    g    X    I    |:     l+    !\    "L    #;    $+    %    &    '@    '@    (P    )xP    )@    *@    +@    ,@    -@    .@    /tv@    0dg@    1]    2rm    3=t    4RO    5V    621    68    8N@    8    90@    :    ;@    <@    =@    >@    ?@    @e@    A    e       H$    FP   bp  T`   T`   bp  T`  FP   bpLMT +05 +07 +06     
<+05>-5
TZif2                             X      ryP$7`
j
Pu#``r`	`P r`!bP"R`#K$d`%+&7o`'(s(JP)`*f+e,H-G.x/d`0X1dF`2A`3D(`4!`5$
`6`7z`78|9ӿ`:^;`<`=`>t`?O`@cV`AnBLrC<cD,TEA/F6G!GI
.`IJ`KL`M`N`Ot`R^PS4`TRU`V2VXxXYZZa[<\C]^}%_;``]a{`bcZ`  !    *0    	    	  *0  *0 LMT EEST EET +03    TZif2                             X          ry    P    $7`        
j    
P        u    #`        `    r    `    	    `    P     r`    !bP    "R`    #K    $d`    %+    &7o`    '    (s    (JP    )`    *f    +e    ,H    -G    .x    /d`    0X    1dF`    2A`    3D(`    4!`    5$
`    6`    7z`    7    8|    9ӿ`    :^    ;`    <`    =`    >t`    ?O`    @cV`    An    BLr    C<c    D,T    EA/    F6    G!    G    I
.`    I    J`    K    L`    M`    N`    Ot`    R^P    S4`    TR    U`    V2    V    Xx    X    YZ    Za    [<    \C    ]    ^}%    _;`    `]    a{`    b    cZ`      !    *0    	    	  *0  *0 LMT EEST EET +03    
<+03>-3
TZif2                      
       A   
   '0ON0@İ@"````{` k`![`"K`#;`$+`%`&}`''()x@){*l+],N-?.0/t!0d1]>`2r`3= `4Q`5`61`6`88`9:`;ڽ<=>?@eA`BEjCc`D%LECb`F.G#D`GK`I&`I-`J`K`L2Mp  d                         LMT +12 +14 +13 +11      TZif2                      
       A   
       '0    O    N    0    @    İ    @    "`    `    `    `    {`     k`    ![`    "K`    #;`    $+`    %`    &}`    '    '    (    )x@    ){    *l    +]    ,N    -?    .0    /t!    0d    1]>`    2r`    3= `    4Q`    5`    61`    6`    8    8`    9    :`    ;ڽ    <    =    >    ?    @e    A`    BEj    Cc`    D%L    ECb`    F.    G#D`    GK`    I&`    I-`    J`    K`    L2    Mp      d                         LMT +12 +14 +13 +11      
<+12>-12
TZif2                      
       3   
   ൣ@0 ' wufW|H l9!\*"L#<$+%&'P'P(`)x`)P*P+P,P-P.P/t`0d`1]2r3=4Rk5r62M6T8j`869L`:;.`<5`=`>`?`@e`A  /     8@   FP   T`   T`  FP   T`  FP  8@   FP LMT +04 +05 +06      TZif2                      
       3   
   @    0                 '     w        u    f    W    |H     l9    !\*    "L    #<    $+    %    &    'P    'P    (`    )x`    )P    *P    +P    ,P    -P    .P    /t`    0d`    1]    2r    3=    4Rk    5r    62M    6T    8j`    86    9L`    :    ;.`    <5`    =`    >`    ?`    @e`    A      /     8@   FP   T`   T`  FP   T`  FP  8@   FP LMT +04 +05 +06      
<+05>-5
TZif2                             4      h@'  ' wufW|H l9!\*"L#<$+%&'P'P(`)x`)P*P+P,P-P.P/tP0duP1]2r{3=4R]5d62?6F8\P8(9>P:
; P<'P=P>	P?P@ePA   5    8@   FP   T`  T`   FP   T`  FP  8@   T`  FP LMT +04 +05 +06      TZif2                             4      h@    '                      '     w        u    f    W    |H     l9    !\*    "L    #<    $+    %    &    'P    'P    (`    )x`    )P    *P    +P    ,P    -P    .P    /tP    0duP    1]    2r{    3=    4R]    5d    62?    6F    8\P    8(    9>P    :
    ; P    <'P    =P    >	P    ?P    @eP    A       5    8@   FP   T`  T`   FP   T`  FP  8@   T`  FP LMT +04 +05 +06      
<+05>-5
TZif2                      	          	   D@' 0' wufW|H l9!\*"L#<$+%&'P'P(`)x`  6    8@   T`  FP   FP   T`  FP  8@   FP LMT +04 +06 +05      TZif2                      	          	   D@    '         0            '     w        u    f    W    |H     l9    !\*    "L    #<    $+    %    &    'P    'P    (`    )x`      6    8@   T`  FP   FP   T`  FP  8@   FP LMT +04 +06 +05      
<+05>-5
TZif2                      	          	   D@' 0' wufW|H l9!\*"L#<$+%&'P'P(`)x`  6    8@   T`  FP   FP   T`  FP  8@   FP LMT +04 +06 +05      TZif2                      	          	   D@    '         0            '     w        u    f    W    |H     l9    !\*    "L    #<    $+    %    &    'P    'P    (`    )x`      6    8@   T`  FP   FP   T`  FP  8@   FP LMT +04 +06 +05      
<+05>-5
TZif2                      
       3   
   PP0 ' wufW|H l9!\*"L#<$+%&'P'P(`)x`)P*P+P,P-P.P/tP0duP1]2r{3=4R]5d62?6F8j`869L`:;.`<5`=`>`?`@e`A  0    *0   FP   T`   T`  FP   T`  FP  8@   FP LMT +03 +05 +06 +04      TZif2                      
       3   
   PP    0                 '     w        u    f    W    |H     l9    !\*    "L    #<    $+    %    &    'P    'P    (`    )x`    )P    *P    +P    ,P    -P    .P    /tP    0duP    1]    2r{    3=    4R]    5d    62?    6F    8j`    86    9L`    :    ;.`    <5`    =`    >`    ?`    @e`    A      0    *0   FP   T`   T`  FP   T`  FP  8@   FP LMT +03 +05 +06 +04      
<+05>-5
TZif2                             7         0<0hPPC@̓@Pte|V lG!\8"L)#<$,%&'`'x (纀) *?+0,s -d ./|0m 1_2P_ 3@P 415!6 7 78< 9~:o; < =>ր?z @k[A\ BL C=рD-E F G 8  )    )   *0   8@  *0   8@LMT BMT +03 +04     TZif2                             7      i0<    0hP        P    C@    ̓    @    P    t    e    |V     lG    !\8    "L)    #<    $,    %    &    '`    'x     (纀    )     *?    +0    ,s     -d     .    /|    0m     1_    2P_     3@P     41    5!    6     7     7    8<     9~    :o    ;     <     =    >ր    ?z     @k[    A\     BL     C=р    D-    E     F     G 8      )    )   *0   8@  *0   8@LMT BMT +03 +04     
<+03>-3
TZif2                                    0  0P    8@   *0 LMT +04 +03 TZif2                                    0          0P    8@   *0 LMT +04 +03 
<+03>-3
TZif2                  
   
       C   
   DP'0@ 50̅te|V lG!\8"L)#<$,%&'`'
`(	p)p*p1]2r3= 4R 5 62j 6q 88S 9h:5 ;J<Q=,>3?@fA+ BECd D%ـEC FG# G I Iκ J K ḺM~ NOn` PuQW|RlWS7^TL9U@V,	  .    *0   FP  8@   8@   FP  8@  *0   FP  8@ LMT +03 +05 +04             TZif2                  
   
       C   
   DP    '    0    @             50    ̅            t    e    |V     lG    !\8    "L)    #<    $,    %    &    '`    '
`    (	p    )p    *p    1]    2r    3=     4R     5     62j     6q     8    8S     9h    :5     ;J    <Q    =,    >3    ?    @f    A+     BE    Cd     D%ـ    EC     F    G#     G     I     Iκ     J     K     Ḻ    M~     N    On`     Pu    QW|    RlW    S7^    TL9    U@    V,    	  .    *0   FP  8@   8@   FP  8@  *0   FP  8@ LMT +03 +05 +04             
<+04>-4
TZif2                                       jg  ^<    ^<   bp LMT BMT +07 TZif2                                    Vjg      ^<    ^<   bp LMT BMT +07 
<+07>-7
TZif2                      
       D   
   } 'o ׀֐ [hYJ;|, l!\"K#;$+%Ұ&ð'0'0(@)x@)0*ĳ0+0,0-0.w0/th0/L0dg@1]2rm3=t4RO5V621688N@890@:;@<@=@>@?@@e@ABE@CcD%@ECF@G#GIzI΁J\KcLy@METK0V@  N    T`   p  bp   bp   p  bp  T`   bp  bp LMT +06 +08 +07      TZif2                      
       D   
   }     'o             ׀    ֐         [    h    Y    J    ;    |,     l    !\    "K    #;    $+    %Ұ    &ð    '0    '0    (@    )x@    )0    *ĳ0    +0    ,0    -0    .w0    /th0    /L    0dg@    1]    2rm    3=t    4RO    5V    621    68    8N@    8    90@    :    ;@    <@    =@    >@    ?@    @e@    A    BE@    Cc    D%@    EC    F@    G#    G    Iz    I΁    J\    Kc    Ly@    ME    TK0    V@      N    T`   p  bp   bp   p  bp  T`   bp  bp LMT +06 +08 +07      
<+07>-7
TZif2                                       ec{PN`?Ц%''Ш)P*-P``추PqPﰥ`zL^`+wCP$7`
j
PP#``r.ќb`P `!u7P",#WP$g_`%8&<`'#P((V* m*	+`,P-`.P/t`0duP1]2M3=4-s5r6U6T8\P869>P:; P<5`=P>`?P@e`A BE`CcD%`ECF`G#GIIΝJjKL̇PMaNiPOnCPKPQW``Rl-PS7B`TLPU$`V+PV`XX`YZ`[\]^_`_a}Pb?c]Pdne=vPf`gXPgm`h:PiO`jPk1`l8m`nog`pqQres0tEuv.PvxPxЙyPz{{΃P|`}eP~yz`GP  !H    *0    	LMT EEST EET TZif2                                    V¸ec{PN`?%'')P*-P``추PqPﰥ`zL    ^`    +w    C    P    $7`        
j    
P        P    #`        `    r    .    ќ    b`    P             `    !u7P    ",    #WP    $g_`    %8    &<`    '#P    (    (V    * m    *	    +`    ,P    -`    .P    /t`    0duP    1]    2M    3=    4-s    5r    6U    6T    8\P    86    9>P    :    ; P    <5`    =P    >`    ?P    @e`    A     BE`    Cc    D%`    EC    F`    G#    G    I    IΝ    Jj    K    L̇P    Ma    NiP    OnC    PKP    QW``    Rl-P    S7B`    TLP    U$`    V+P    V`    X    X`    Y    Z`    [    \    ]    ^    _    `_    a}P    b?    c]P    dn    e=vP    f`    gXP    gm`    h:P    iO`    jP    k1`    l8    m`    n    og`    p    qQ    re    s0    tE    u    v.P    v    xP    xЙ    yP    z{    {΃P    |`    }eP    ~yz`    GP  !H    *0    	LMT EEST EET 
EET-2EEST,M3.5.0/0,M10.5.0/0
TZif2                             5      ~0'} ivgXI|: l+!\"L#;$+%&'@'@()70*ĥ +0, -0.i /00dK 1f02Mg3=4RV5k6286M8UH8/97H:;H<.X=H>X?H@eXABEXB   E    FP   bp  T`   T`   bp  T`  T`LMT +05 +07 +06      TZif2                             5      ~0    '}                         i    v    g    X    I    |:     l+    !\    "L    #;    $+    %    &    '@    '@    (    )70    *ĥ     +0    ,     -0    .i     /0    0dK     1f0    2Mg    3=    4RV    5k    628    6M    8UH    8/    97H    :    ;H    <.X    =H    >X    ?H    @eX    A    BEX    B       E    FP   bp  T`   T`   bp  T`  T`LMT +05 +07 +06      
<+06>-6
TZif2                                    gG{'P]ՠP> ö ŘPG y: [<PˑX Hm  gp    ix   u0
  p   ~   p LMT +0730 +0820 +08 +09 TZif2                                    gG{'P]ՠP> ö ŘPG y: [<PˑX Hm      gp    ix   u0
  p   ~   p LMT +0730 +0820 +08 +09 
<+08>-8
TZif2                                       ی(q̕2t  R    KF   MX   [hLMT MMT IST +0630 TZif2                                    &(C0ی(q̕2t  R    R   KF   MX   [hLMT HMT MMT IST +0630 
IST-5:30
TZif2                             C       'Sp`p?pL=.| l!["K#;Ԑ$+Ő%&''( )xk )Ԧ*ė+,y-j.[/tL0d=1]h2rC3=J4R%5,6268$89:Ґ;<=>?@eAȐBECcD%wECFYG#nGuIPIWJ2K9LOMTK V   j`    p     ~   ~     ~  p        ~ LMT +08 +10 +09      TZif2                             C           'Sp            `    p        ?p    L    =    .        |     l    ![    "K    #;Ԑ    $+Ő    %    &    '    '    (     )xk     )Ԧ    *ė    +    ,y    -j    .[    /tL    0d=    1]h    2rC    3=J    4R%    5,    62    6    8$    8    9    :Ґ    ;    <    =    >    ?    @e    AȐ    BE    Cc    D%w    EC    FY    G#n    Gu    IP    IW    J2    K9    LO    M    TK     V       j`    p     ~   ~     ~  p        ~ LMT +08 +10 +09      
<+09>-9
TZif2                              3      LܐȀM0p/p{p k![p"KՀ#;p$+%p&'' ()Ԙ *z+z ,\-\ .>/t> 0d 1]Z2M=p3=<4-p56p:鳠;<=>?tp@doATRBDQC44D$3EQUVapV|WCp  d4    bp   ~  p LMT +07 +09 +08 TZif2                              3      L    ܐ    Ȁ        M    0p    /    p        {p     k    ![p    "KՀ    #;p    $+    %p    &    '    '     (    )Ԙ     *z    +z     ,\    -\     .>    /t>     0d     1]Z    2M=p    3=<    4-p    5    6p    :鳠    ;    <    =    >    ?tp    @do    ATR    BDQ    C44    D$3    EQ    U    Vap    V|    WCp      d4    bp   ~  p LMT +07 +09 +08 
<+08>-8
TZif2                                       yY^	pӽ |@ ;>Ӌ{BE" L< fpA|R i ~!I}"g #)_$G %|&'e &^(G (@  q    ~  p LMT CDT CST TZif2                                    ~6C)yY^	pӽ |@ ;>Ӌ{BE" L< fpA|    R     i     ~    !I}    "g     #)_    $G     %|    &'e     &^    (G     (@  q    ~  p LMT CDT CST 
CST-8
TZif2                                       yY^	pӽ |@ ;>Ӌ{BE" L< fpA|R i ~!I}"g #)_$G %|&'e &^(G (@  q    ~  p LMT CDT CST TZif2                                    ~6C)yY^	pӽ |@ ;>Ӌ{BE" L< fpA|    R     i     ~    !I}    "g     #)_    $G     %|    &'e     &^    (G     (@  q    ~  p LMT CDT CST 
CST-8
TZif2                              	         Z(̕+u81 (2q  D?(  J    J   MX   T`  [h  [h   T`   MX LMT MMT +0530 +06 +0630 TZif2                              	      V$Z(̕+u8    1 (    2q      D?(      J    J   MX   T`  [h  [h   T`   MX LMT MMT +0530 +06 +0630 
<+0530>-5:30
TZif2                                       ۆq̕2ݨҘJ;K<ؐ  T    R   [h   MX   T`   bpLMT HMT +0630 +0530 +06 +07 TZif2                                    iۆq̕2ݨҘ    J;    K<ؐ      T    R   [h   MX   T`   bpLMT HMT +0630 +0530 +06 +07 
<+06>-6
TZif2                              z      x/^pa>p@ap Հ}R [ps(;~pUT6 6 H p tp  4 gpgIa+C  p$S
 
.p p?kYs Lp mpJ pU# p Gz !"<t #k$2%%Ep&D''p'[(P)`*P++`,_-G.|P/|{`0m1_ `2P43>`41hP5`677P89TP:S`;<=P>`?y@k?`A\sBLrC=PD-`EPF6G*>PGS`IqIJPK`LPM`NPOt`PPQT`RiPS4`TRU`V2Vc`XjXYLZa[.\C]^}%_-P`]a{Pb<cZP  "    *0    	  *0 LMT EEST EET +03 TZif2                              z      x/^pa>p@ap Հ}R [ps(;~pUT6 6 H p tp      4     gp    g    I    a    +    C      p    $S        
     
.p         p    ?    kY    s     Lp         mp    J     p    U#     p     Gz     !    "<t     #k    $2    %%Ep    &D    ''p    '[    (P    )`    *P    ++`    ,_    -G    .|P    /|{`    0m    1_ `    2P4    3>`    41hP    5`    6    7    7P    8    9TP    :S`    ;    <    =P    >`    ?y    @k?`    A\s    BLr    C=P    D-`    EP    F6    G*>P    GS`    Iq    I    JP    K`    LP    M`    NP    Ot`    PP    QT`    RiP    S4`    TR    U`    V2    Vc`    Xj    X    YL    Za    [.    \C    ]    ^}%    _-P    `]    a{P    b<    cZP      "    *0    	  *0 LMT EEST EET +03 
<+03>-3
TZif2                                       ۆq̕2ݨҘJ;K<ؐ  T    R   [h   MX   T`   bpLMT HMT +0630 +0530 +06 +07 TZif2                                    iۆq̕2ݨҘ    J;    K<ؐ      T    R   [h   MX   T`   bpLMT HMT +0630 +0530 +06 +07 
<+06>-6
TZif2                                   ˙20p9Ù   u    p   ~   p   ~ LMT +08 +09         TZif2                                   ˙2    0p    9Ù       u    p   ~   p   ~ LMT +08 +09         
<+09>-9
TZif2                                      3    8@ LMT +04 TZif2                                          3    8@ LMT +04 
<+04>-4
TZif2                                   0'} ivgXI|: l+!\"L#;$+%&'@'@(ʏP  @    FP   bp  T`   T`   bp  T`  FP LMT +05 +07 +06     TZif2                                   0    '}                         i    v    g    X    I    |:     l+    !\    "L    #;    $+    %    &    '@    '@    (ʏP      @    FP   bp  T`   T`   bp  T`  FP LMT +05 +07 +06     
<+05>-5
TZif2                            ~      w,	
ݒdP9``uOc`SPM3P#`P`P`hPg`fe|H lG!\*"L)#<$,%&'P'
`(P)`*P+`,P-`.P/t`0duP1]2M3=4-s5r62x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0WY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y      *0    	    	  *0  *0     	LMT EEST EET +03         TZif2                            ~      w,    	    
ݒ    d    P    9`        `    uO    c`    SP    M    3P    #`    P    `    P    `    hP    g`            f    e    |H     lG    !\*    "L)    #<    $,    %    &    'P    '
`    (P    )`    *P    +`    ,P    -`    .P    /t`    0duP    1]    2M    3=    4-s    5r    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    W    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y          *0    	    	  *0  *0     	LMT EEST EET +03         
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif3                  
   
          
      Y  8ͬ  Ϗ Щ ф} Ҋ׀el 6c`-P``m  ﰳpy%ZY sp;Up6E p 9'BP|	`
3`![``n`w|``P `!I"^# ]P$Z0`% ?P&&'(P)`*+e,-G._P/{)0H01dF`2A`3D(`4!`5$
`6`7a`8DP8}9`:_;B<A=$>#?@A\B^CAD-`EPFFopGHIJ<`K.LaMN5POt`P[QT`RDPS4`TIlPUV)\`VX`XդY`Z[ӎ`\C]bP^~w`_R``^Y`a{`b?c\^dL^ e<@f#g"g hi jk lpm npof ppqO܀rdps/tDpuv-vxxdykzF{M|c }p~xE z			   P    *0    	    	  *0  *0      *0        	LMT EEST EET IDT IST              TZif3                  
   
      4   
   }JY  8ͬ  Ϗ Щ ф} Ҋ׀el 6c`-P``m  ﰳpy%ZY sp;Up6E p 9'BP    |        	`    
3    `    ![`    `    n`        w|    `    `P     `    !I    "^    # ]P    $Z0`    % ?P    &    &    '    (P    )`    *    +e    ,    -G    ._P    /{)    0H    0    1dF`    2A`    3D(`    4!`    5$
`    6`    7a`    8DP    8}    9`    :_    ;B    <A    =$    >#    ?    @    A\    B^    CA    D-`    EP    F    Fop    G    H    I    J<`    K.    La    M    N5P    Ot`    P[    QT`    RDP    S4`    TIlP    U    V)\`    V    X`    Xդ    Y`    Z    [ӎ`    \C    ]bP    ^~w`    _R`    `^Y`    a{`    b?    c\^    dL^     e<@    f#    g"    g     h    i     j    k     lp    m     np    of     pp    qO܀    rdp    s/    tDp    u    v-    v    x    xd    yk    zF    {M    |c     }p    ~xE     z    X'     H	    8	     p         p    ,     5p            3     p        mp    ڀ    p    ˀ    fp         ՘p        =    t             )p    K        `q    p    ">     ~x    I     =         ^Z    )p         R    ><    	R     \Rp        'Yp    4     2    jg     ;p          f    A    p    2    p    {    p        {p    #     p    q    {"    ʀ    p    7    o    _     O    -L     /            ڛ     g    }     ؄p    _     fp    zA     Hp    Z#     x*p    C?    Xp    #!    7p        !
             ǀ    הp         ;         p    k     RPp    K     (    `e     ip    +l     p    7    Isp    N     p         )Up    j    ƣ    !     	7p    L    q     ȱȀ    p    ɴ.    Gp    ʈp     5    ˔    o    U     ̲    s        ,    Α    ]     p        q    <     љ+    Й     Q         f    ӧ@    1         =@p    t    p    ܗ     
p    KU     p    ؼy     T    !    ڀp    ڥ    ڷp    i    ۺbp			   P    *0    	    	  *0  *0      *0        	LMT EEST EET IDT IST              
EET-2EEST,M3.4.4/50,M10.4.4/50
TZif2                                       yY^	pӽ |@ ;>Ӌ{BE" L< fpA|R i ~!I}"g #)_$G %|&'e &^(G (@  q    ~  p LMT CDT CST TZif2                                    ~6C)yY^	pӽ |@ ;>Ӌ{BE" L< fpA|    R     i     ~    !I}    "g     #)_    $G     %|    &'e     &^    (G     (@  q    ~  p LMT CDT CST 
CST-8
TZif3                  
   
          
      Y  8ͬ  Ϗ Щ ф} Ҋ׀el 6c`-P``m  ﰳpy%ZY sp;Up6E p 9'BP|	`
3`![``n`w|``P `!I"^# ]P$Z0`% ?P&&'(P)`*+e,-G._P/{)0H01dF`2A`3D(`4!`5$
`6`7a`8DP8}9`:_;B<A=$>#?@A\B^CAD-`EPFFopGHPIJ<`KLaMN5PN\NPOt`P[QT`RDPS4`TIlPUV)\`VX`XդY`Z[ӎ`\C]bP^~w`_R``^Y`a{`b?c\^dL^ e<@f#g"g hi jk lpm npof ppqO܀rdps/tDpuv-vxxdykzF{M|c }p~xE z			       *0    	    	  *0  *0      *0        	LMT EEST EET IDT IST              TZif3                  
   
      6   
   }JY  8ͬ  Ϗ Щ ф} Ҋ׀el 6c`-P``m  ﰳpy%ZY sp;Up6E p 9'BP    |        	`    
3    `    ![`    `    n`        w|    `    `P     `    !I    "^    # ]P    $Z0`    % ?P    &    &    '    (P    )`    *    +e    ,    -G    ._P    /{)    0H    0    1dF`    2A`    3D(`    4!`    5$
`    6`    7a`    8DP    8}    9`    :_    ;B    <A    =$    >#    ?    @    A\    B^    CA    D-`    EP    F    Fop    G    HP    I    J<`    K    La    M    N5P    N\    NP    Ot`    P[    QT`    RDP    S4`    TIlP    U    V)\`    V    X`    Xդ    Y`    Z    [ӎ`    \C    ]bP    ^~w`    _R`    `^Y`    a{`    b?    c\^    dL^     e<@    f#    g"    g     h    i     j    k     lp    m     np    of     pp    qO܀    rdp    s/    tDp    u    v-    v    x    xd    yk    zF    {M    |c     }p    ~xE     z    X'     H	    8	     p         p    ,     5p            3     p        mp    ڀ    p    ˀ    fp         ՘p        =    t             )p    K        `q    p    ">     ~x    I     =         ^Z    )p         R    ><    	R     \Rp        'Yp    4     2    jg     ;p          f    A    p    2    p    {    p        {p    #     p    q    {"    ʀ    p    7    o    _     O    -L     /            ڛ     g    }     ؄p    _     fp    zA     Hp    Z#     x*p    C?    Xp    #!    7p        !
             ǀ    הp         ;         p    k     RPp    K     (    `e     ip    +l     p    7    Isp    N     p         )Up    j    ƣ    !     	7p    L    q     ȱȀ    p    ɴ.    Gp    ʈp     5    ˔    o    U     ̲    s        ,    Α    ]     p        q    <     љ+    Й     Q         f    ӧ@    1         =@p    t    p    ܗ     
p    KU     p    ؼy     T    !    ڀp    ڥ    ڷp    i    ۺbp			       *0    	    	  *0  *0      *0        	LMT EEST EET IDT IST              
EET-2EEST,M3.4.4/50,M10.4.4/50
TZif2                              
      C+
5Yp;>2/ 
=   c    c   bp 	  p   ~   bp 	LMT PLMT +07 +08 +09 TZif2                              
      C+
5Yp;>2/     
=       c    c   bp 	  p   ~   bp 	LMT PLMT +07 +08 +09 
<+07>-7
TZif2                            E      icM10ۓ0KqxҠސk׀ԓXB8s:>A.29ܸظޢ8߶88(Oi8v(/K8_Ǩ-8?I+mOl(wѸN(W0(@8h( 8G(%~8a(`8C(B8_^A@# "~n]MG(78&(=8	(	8
(֩8ƌ(98ol  k
    p   ~  w  ~   p   ~  p LMT HKT HKST HKWT JST             TZif2                            E      icM10ۓ0KqxҠސk׀ԓXB8s:>A.29ܸظޢ8߶88(Oi8v(/K8_Ǩ-8?I+mOl(wѸN(W0(@8h( 8G(%~8a(`8C(B8_^A@#     "    ~    n    ]    M    G(    78    &(    =8    	(    	8    
(    ֩8    ƌ(    98    ol  k
    p   ~  w  ~   p   ~  p LMT HKT HKST HKWT JST             
HKT-8
TZif2                              3      ֐ [>= | l!["K#;ƀ$+Ő%&' '( )Ԧ*ĉ +,k -j.M /tL0d/ 1]h2MK3=J4--5,6:;<=>?t~@d}AT`BD_C4BD$AE_ UVoVWQ  U    T`   p  bp LMT +06 +08 +07 TZif2                              3              ֐         [    >    =             |     l    ![    "K    #;ƀ    $+Ő    %    &    '     '    (     )Ԧ    *ĉ     +    ,k     -j    .M     /tL    0d/     1]h    2MK    3=J    4--    5,    6    :    ;    <    =    >    ?t~    @d}    AT`    BD_    C4B    D$A    E_     U    Vo    V    WQ      U    T`   p  bp LMT +06 +08 +07 
<+07>-7
TZif2                             C         'a pȀMZK<-| l!\ "K#;$+Ӡ%Ġ&' ' (0)xy0)Դ *ĥ + , -x .i /tZ 0dK 1]v2rQ3=X4R35:62682 89 :; < = > ? @e A֠BE CcD% ECFg G#|GI^IeJ@KGL] M)TK	  a    a   bp   ~  p   p   ~  p  bp   ~   ~  p LMT IMT +07 +09 +08      TZif2                             C      V?    'a             p    Ȁ        M    Z    K    <    -    |     l    !\     "K    #;    $+Ӡ    %Ġ    &    '     '     (0    )xy0    )Դ     *ĥ     +     ,     -x     .i     /tZ     0dK     1]v    2rQ    3=X    4R3    5:    62    6    82     8    9     :    ;     <     =     >     ?     @e     A֠    BE     Cc    D%     EC    Fg     G#|    G    I^    Ie    J@    KG    L]     M)    TK    	  a    a   bp   ~  p   p   ~  p  bp   ~   ~  p LMT IMT +07 +09 +08      
<+08>-8
TZif2                            t         `վТec{PN`?Ц%''Ъ((`Ы1Pȁ?PJ`΀Pˮ`k	PӢ9`CPL){+	]`?\P`ݲ>P`bPh`8np9pu 	|p	 
^p@pUp7Ppܰ1ps|d lU!\F"L7#<($,%
&''p'p(	p)p*p+p,p-.p/tp0dp1]2r3=4Ry562[6b8xp8D9Zp:&;<p<Cp=p>%p? p@fpABEpCcD%pECFɐG#GIIJKL̿MݐNOnnPQWRleS8TLGUNV>V0W.P									  (    h   *0      *0   8@  *0      *0      *0 LMT IMT EEST EET +03 +04                 TZif2                            t      V`վec{PN`?%''((`1Pȁ?PJ`΀Pˮ`k	PӢ9`CPL){+	]`?\P`ݲ>P`bPh`8    np    9p    u     	|p    	     
^p        @p    U    p    7    P    p    ܰ            1p    s    |d     lU    !\F    "L7    #<(    $,    %
    &    ''p    'p    (	p    )p    *p    +p    ,p    -    .p    /tp    0dp    1]    2r    3=    4Ry    5    62[    6b    8xp    8D    9Zp    :&    ;<p    <Cp    =p    >%p    ? p    @fp    A    BEp    Cc    D%p    EC    Fɐ    G#    G    I    I    J    K    L̿    Mݐ    N    Onn    P    QW    Rle    S8    TLG    UN    V>    V0    W.P    									  (    h   *0      *0   8@  *0      *0      *0 LMT IMT EEST EET +03 +04                 
<+03>-3
TZif2                                      x`˿Vp<&   d     d    g    ix   ~   p   bp LMT BMT +0720 +0730 +09 +08 WIB             TZif2                                   ?fI`x`˿Vp<&   d     d    g    ix   ~   p   bp LMT BMT +0720 +0730 +09 +08 WIB             
WIB-7
TZif2                                    Xh      ~      ~ LMT +09 +0930 WIT TZif2                                    Xh      ~      ~ LMT +09 +0930 WIT 
WIT-9
TZif3                  	   	          	      0EY  8ͬ  Ϗ Щ ф} Ҋ׀el Z0X /Àc   ۴4 ܹ=  ޴΀ߤv V} f6_ HA t Ҁ&z |	`
3`![``n`w|``P `!I"^# ]P$Z0`% ?P&&'(P)`*+e,-G._P/{)0H1H2<nP31`45`5P77p8_9:p;[`<p=`>p?|@s6pAP`BL CHOpD,q EFS FcG5 HpI JK L	MNpOtP^BQTـRlIpS4TL+pUV,pVX)XaYZC[\` ]^}B _`]$ a}pb= c]pd e=pfgtpghVpiȀj8pklTmn6oenpqN res.m tEuO v.pv1 xpx ypz {Οp|}p~vcp  !        *0      8@  *0      *0    LMT JMT IDT IST IDDT           TZif3                  	   	          	   V0EY  8ͬ  Ϗ Щ ф} Ҋ׀el Z0X /Àc   ۴4 ܹ=  ޴΀ߤv V} f6_ HA t Ҁ&z     |        	`    
3    `    ![`    `    n`        w|    `    `P     `    !I    "^    # ]P    $Z0`    % ?P    &    &    '    (P    )`    *    +e    ,    -G    ._P    /{)    0H    1H    2<nP    31`    4    5`    5P    7    7p    8_    9    :p    ;[`    <p    =`    >p    ?|    @s6p    AP`    BL     CHOp    D,q     E    FS     Fc    G5     Hp    I     J    K     L	    M    Np    Ot    P^B    QTـ    RlIp    S4    TL+p    U    V,p    V    X)    Xa    Y    ZC    [    \`     ]    ^}B     _    `]$     a}p    b=     c]p    d     e=p    f    gtp    g    hVp    iȀ    j8p    k    lT    m    n6    oen    p    qN     re    s.m     tE    uO     v.p    v1     xp    x     yp    z     {Οp    |    }p    ~v    cp  !        *0      8@  *0      *0    LMT JMT IDT IST IDDT           
IST-2IDT,M3.4.4/26,M10.5.0
TZif2                                       @  @    8@   ?H LMT +04 +0430 TZif2                                    i@      @    8@   ?H LMT +04 +0430 
<+0430>-4:30
TZif2                      	       A   	   Rĵ')@]\0@İ@"````{` k`![`"K`#;`$+`%`&}`''()x@){*l+],N-?.0/t!0d1]>`2r`3= `4Q`5`61`6`88`9:`;ڽ<=>?@eA`BEjCc`D%LECb`F.G#D`GK`I&`I-`J`K`L2Mp                         LMT +11 +13 +12     TZif2                      	       A   	   R    ')@    ]    \    0    @    İ    @    "`    `    `    `    {`     k`    ![`    "K`    #;`    $+`    %`    &}`    '    '    (    )x@    ){    *l    +]    ,N    -?    .0    /t!    0d    1]>`    2r`    3= `    4Q`    5`    61`    6`    8    8`    9    :`    ;ڽ    <    =    >    ?    @e    A`    BEj    Cc`    D%L    ECb`    F.    G#D`    GK`    I&`    I-`    J`    K`    L2    Mp                             LMT +11 +13 +12     
<+12>-12
TZif2                                    ~̕2tݨO0<E=(HA0IGI0J{   >    MX   [h
  FP   T`  FP LMT +0530 +0630 +05 PKST PKT TZif2                                    ~̕2tݨ    O0    <E    =(    HA0    IG    I0    J{   >    MX   [h
  FP   T`  FP LMT +0530 +0630 +05 PKST PKT 
PKT-5
TZif2                                    d  R    T` LMT +06 TZif2                                    d      R    T` LMT +06 
<+06>-6
TZif2                                    }0  O    MX   P 
LMT +0530 +0545 TZif2                                    }    0      O    MX   P 
LMT +0530 +0545 
<+0545>-5:45
TZif2                                    }0  O    MX   P 
LMT +0530 +0545 TZif2                                    }    0      O    MX   P 
LMT +0530 +0545 
<+0545>-5:45
TZif2                             D      뵣 'Sp`p?pL=.| l!["K#;Ԑ$+Ő%&''( )xk )Ԧ*ė+,y-j.[/tL0d=1]h2rC3=J4R%5,6268$89:Ґ;<=>??p@e ABE CcD%i EC~FK G#`GgIBIIJ$K+LA MNnPTK 
								      p     ~   ~     ~  p              ~ LMT +08 +10 +09 +11      TZif2                             D           'Sp            `    p        ?p    L    =    .        |     l    ![    "K    #;Ԑ    $+Ő    %    &    '    '    (     )xk     )Ԧ    *ė    +    ,y    -j    .[    /tL    0d=    1]h    2rC    3=J    4R%    5,    62    6    8$    8    9    :Ґ    ;    <    =    >    ?    ?p    @e     A    BE     Cc    D%i     EC~    FK     G#`    Gg    IB    II    J$    K+    LA     M    NnP    TK     
								      p     ~   ~     ~  p              ~ LMT +08 +10 +09 +11      
<+09>-9
TZif2                                       ی(q̕2t  R    KF   MX   [hLMT MMT IST +0630 TZif2                                    &(C0ی(q̕2t  R    R   KF   MX   [hLMT HMT MMT IST +0630 
IST-5:30
TZif2                             B       'o ׀֐ [hYJ;|, l!\"K#;$+%Ұ&ð'0'0(@)x@)0*ĳ0+0,0-0.w0/th00dY01]2r_3=f4RA5H62#6*8@089"0:;0<0=0>0?0@e0ABE0CcưD%0ECFu0G#GIlIsJNKULk0M7TK   W    T`   p  bp   bp   p  bp  T`   p   p  bp LMT +06 +08 +07     TZif2                             B           'o             ׀    ֐         [    h    Y    J    ;    |,     l    !\    "K    #;    $+    %Ұ    &ð    '0    '0    (@    )x@    )0    *ĳ0    +0    ,0    -0    .w0    /th0    0dY0    1]    2r_    3=f    4RA    5H    62#    6*    8@0    8    9"0    :    ;0    <0    =0    >0    ?0    @e0    A    BE0    Ccư    D%0    EC    Fu0    G#    G    Il    Is    JN    KU    Lk0    M7    TK       W    T`   p  bp   bp   p  bp  T`   p   p  bp LMT +06 +08 +07     
<+07>-7
TZif2                            	          gN
`ʳ`ˑ_Hm   a]    a]   bp   g   g    ix   ~   p LMT SMT +07 +0720 +0730 +09 +08               TZif2                            	       ~6SgN
`ʳ`ˑ_Hm           a]    a]   bp   g   g    ix   ~   p LMT SMT +07 +0720 +0730 +09 +08               
<+08>-8
TZif2                                    gG{'P]ՠP> ö ŘPG y: [<PˑX Hm  gp    ix   u0
  p   ~   p LMT +0730 +0820 +08 +09 TZif2                                    gG{'P]ՠP> ö ŘPG y: [<PˑX Hm      gp    ix   u0
  p   ~   p LMT +0730 +0820 +08 +09 
<+08>-8
TZif2                                    6  +    *0 LMT +03 TZif2                                    6      +    *0 LMT +03 
<+03>-3
TZif2                             G      i[GuP`ΝazpxpBKptL?S/Dppppܸpޡ߶ᖗO)vy/_p?I+mOl(wѸN(W0(@8h( 8G(%~8S`85B8_^A@# "~n]MG(78&(=8	(	8
(֩8ƌ(98ol  jr    p     ~   ~  p   ~LMT CST +10 +09 CDT      TZif2                             G      i[GuP`ΝazpxpBKptL?S/Dppppܸpޡ߶ᖗO)vy/_p?I+mOl(wѸN(W0(@8h( 8G(%~8S`85B8_^A@#     "    ~    n    ]    M    G(    78    &(    =8    	(    	8    
(    ֩8    ƌ(    98    ol  jr    p     ~   ~  p   ~LMT CST +10 +09 CDT      
CST-8
TZif2                             G      i[GuP`ΝazpxpBKptL?S/Dppppܸpޡ߶ᖗO)vy/_p?I+mOl(wѸN(W0(@8h( 8G(%~8S`85B8_^A@# "~n]MG(78&(=8	(	8
(֩8ƌ(98ol  jr    p     ~   ~  p   ~LMT CST +10 +09 CDT      TZif2                             G      i[GuP`ΝazpxpBKptL?S/Dppppܸpޡ߶ᖗO)vy/_p?I+mOl(wѸN(W0(@8h( 8G(%~8S`85B8_^A@#     "    ~    n    ]    M    G(    78    &(    =8    	(    	8    
(    ֩8    ƌ(    98    ol  jr    p     ~   ~  p   ~LMT CST +10 +09 CDT      
CST-8
TZif2                             C      6'7Pkj@P#P0p!ppp{p kp![p"Kp#;p$+p%p&p''( )xO )ԉ*z+k,\-M.>/t/0d 1]Lp2r'p3=.p4R	p5p61p6p88p9:p;<=>?@eApBExCcpD%ZECppF<G#RpGYpI4pI;pJpKpL2MpTKW   `                            LMT +10 +12 +11     TZif2                             C      6    '7P    k    j    @    P        #P    0p    !p    p    p    {p     kp    ![p    "Kp    #;p    $+p    %p    &p    '    '    (     )xO     )ԉ    *z    +k    ,\    -M    .>    /t/    0d     1]Lp    2r'p    3=.p    4R	p    5p    61p    6p    8    8p    9    :p    ;    <    =    >    ?    @e    Ap    BEx    Ccp    D%Z    ECpp    F<    G#Rp    GYp    I4p    I;p    Jp    Kp    L2    Mp    TK    W       `                            LMT +10 +12 +11     
<+11>-11
TZif2                                    ]ՐˈVp  o    o   p   ~   p LMT MMT +08 +09 WITA TZif2                                    ]ՐˈVp  o    o   p   ~   p LMT MMT +08 +09 WITA 
WITA-8
TZif2                                     p? ˌKMұl9 [ &V &p    ~  p   p   ~   p LMT PDT PST JST           TZif2                                  {z@p? ˌKMұl9 [             &V     &p    qh    ~  p   p   ~   p LMT PDT PST JST             
PST-8
TZif2                                      3    8@ LMT +04 TZif2                                          3    8@ LMT +04 
<+04>-4
TZif2                                  w	
ݒdP9``uOc`SPM3P#`P`P`hPg`fe|H lG!\*"L)#<$,%&'P'
`(P)`*P+`,P-`.P/t`0duP1]2M3=4-s5r62x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y  H    *0    	    	  *0LMT EEST EET       TZif2                                  w    	    
ݒ    d    P    9`        `    uO    c`    SP    M    3P    #`    P    `    P    `    hP    g`            f    e    |H     lG    !\*    "L)    #<    $,    %    &    'P    '
`    (P    )`    *P    +`    ,P    -`    .P    /t`    0duP    1]    2M    3=    4-s    5r    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y      H    *0    	    	  *0LMT EEST EET       
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                      	       A   	     'o ׀֐ [hYJ;|, l!\"K#;$+%Ұ&ð'0'0(@)x@)0*ĳ0+0,0-0.w0/th00dY01]2r_3=f4RA5H62#6*8@089"0:;0<0=0>0?0@e0ABE0CcưD%0ECFu0G#GIlIsJNKULy@ME  Q    T`   p  bp   bp   p  bp  T`   bp LMT +06 +08 +07     TZif2                      	       A   	         'o             ׀    ֐         [    h    Y    J    ;    |,     l    !\    "K    #;    $+    %Ұ    &ð    '0    '0    (@    )x@    )0    *ĳ0    +0    ,0    -0    .w0    /th0    0dY0    1]    2r_    3=f    4RA    5H    62#    6*    8@0    8    9"0    :    ;0    <0    =0    >0    ?0    @e0    A    BE0    Ccư    D%0    EC    Fu0    G#    G    Il    Is    JN    KU    Ly@    ME      Q    T`   p  bp   bp   p  bp  T`   bp LMT +06 +08 +07     
<+07>-7
TZif2                      
       D   
   $ 'o ׀֐ [hYJ;|, l!\"K#;$+%Ұ&ð'0'0(@)x@)0*ĳ0+0+N ,@-@.@/tv@0dg@1]2rm3=t4RO5V621688N@890@:;@<@=@>@?@@e@ABE@CcD%@ECF@G#GIzI΁J\KcLy@METK0W  M    T`   p  bp   bp   p  bp  T`   bp  bp LMT +06 +08 +07      TZif2                      
       D   
   $     'o             ׀    ֐         [    h    Y    J    ;    |,     l    !\    "K    #;    $+    %Ұ    &ð    '0    '0    (@    )x@    )0    *ĳ0    +0    +N     ,@    -@    .@    /tv@    0dg@    1]    2rm    3=t    4RO    5V    621    68    8N@    8    90@    :    ;@    <@    =@    >@    ?@    @e@    A    BE@    Cc    D%@    EC    F@    G#    G    Iz    I΁    J\    Kc    Ly@    ME    TK0    W      M    T`   p  bp   bp   p  bp  T`   bp  bp LMT +06 +08 +07      
<+07>-7
TZif2                             B      @0'} ivgXI|: l+!\"L#;$+%&'@'@(P)xP)@*@+@,@-@.@/tv@0dg@1]2rm3=t4RO5V621688N@890@:;@<@=@>@?@@e@ABE@CcD%@ECF@G#GIzI΁J\KcLy@METK0  D    FP   bp  T`   T`   bp  T`  FP   bp   bp  T` LMT +05 +07 +06     TZif2                             B      @0    '}                         i    v    g    X    I    |:     l+    !\    "L    #;    $+    %    &    '@    '@    (P    )xP    )@    *@    +@    ,@    -@    .@    /tv@    0dg@    1]    2rm    3=t    4RO    5V    621    68    8N@    8    90@    :    ;@    <@    =@    >@    ?@    @e@    A    BE@    Cc    D%@    EC    F@    G#    G    Iz    I΁    J\    Kc    Ly@    ME    TK0      D    FP   bp  T`   T`   bp  T`  FP   bp   bp  T` LMT +05 +07 +06     
<+06>-6
TZif2                      
       4   
   ܵP'  ' wufW|H l9!\*"L#<$+%&'`'
`(`)x`)P*`+`,`-`.`/t`0d`1]2r3=4Rk5r62M6T8j`869L`:;.`<5`=`>`?`@e`A  0$    *0   FP   T`  T`   FP   T`  FP  8@   FP LMT +03 +05 +06 +04      TZif2                      
       4   
   P    '                      '     w        u    f    W    |H     l9    !\*    "L    #<    $+    %    &    '`    '
`    (`    )x`    )P    *`    +`    ,`    -`    .`    /t`    0d`    1]    2r    3=    4Rk    5r    62M    6T    8j`    86    9L`    :    ;.`    <5`    =`    >`    ?`    @e`    A      0$    *0   FP   T`  T`   FP   T`  FP  8@   FP LMT +03 +05 +06 +04      
<+05>-5
TZif2                                       jg  ^<    ^<   bp LMT BMT +07 TZif2                                    Vjg      ^<    ^<   bp LMT BMT +07 
<+07>-7
TZif2                                      yVp<& !t  f    f   ix   ~   p   p   bp LMT PMT +0730 +09 +08 WITA WIB TZif2                                      yVp<&     !t  f    f   ix   ~   p   p   bp LMT PMT +0730 +09 +08 WITA WIB 
WIB-7
TZif2                                    /apUpZup  u    w   ~   ~ LMT KST JST TZif2                                    /ap    Up    Zup  u    w   ~   ~ LMT KST JST 
KST-9
TZif2                                    0  0P    8@   *0 LMT +04 +03 TZif2                                    0          0P    8@   *0 LMT +04 +03 
<+03>-3
TZif2                             5      \@'  ' wufW|H l9!\*"L#<$+%&'P'P(`)x`)P*P+P,P-P.P/tP0duP1]2r{3=4R]5d62?6F8\P8(9>P:
; P<'P=P>	P?P@ePA e 	  ;    8@   FP   T`  T`   FP   T`  FP  8@   T`   T`  FP LMT +04 +05 +06       TZif2                             5      \@    '                      '     w        u    f    W    |H     l9    !\*    "L    #<    $+    %    &    'P    'P    (`    )x`    )P    *P    +P    ,P    -P    .P    /tP    0duP    1]    2r{    3=    4R]    5d    62?    6F    8\P    8(    9>P    :
    ; P    <'P    =P    >	P    ?P    @eP    A     e     	  ;    8@   FP   T`  T`   FP   T`  FP  8@   T`   T`  FP LMT +04 +05 +06       
<+05>-5
TZif2                             5      @'  ' wufW|H l9!\*"L#<$+%&'P'P(`)xP)@*P+P,P-P.P/tP0duP1]2r{3=4R]5d62?6F8\P8(9>P:
; P<'P=P>	P?P@ePA \ؠ  =`    8@   FP   T`  T`   FP   T`  FP  T`   T`  FP LMT +04 +05 +06       TZif2                             5      @    '                      '     w        u    f    W    |H     l9    !\*    "L    #<    $+    %    &    'P    'P    (`    )xP    )@    *P    +P    ,P    -P    .P    /tP    0duP    1]    2r{    3=    4R]    5d    62?    6F    8\P    8(    9>P    :
    ; P    <'P    =P    >	P    ?P    @eP    A     \ؠ      =`    8@   FP   T`  T`   FP   T`  FP  T`   T`  FP LMT +04 +05 +06       
<+05>-5
TZif2                                       sQњg  Z/    Z/   [h   ~   [h LMT RMT +0630 +09 TZif2                                    VsQњg      Z/    Z/   [h   ~   [h LMT RMT +0630 +09 
<+0630>-6:30
TZif2                                    6  +    *0 LMT +03 TZif2                                    6      +    *0 LMT +03 
<+03>-3
TZif2                              
      C+
5Yp;>2/ 
=   c    c   bp 	  p   ~   bp 	LMT PLMT +07 +08 +09 TZif2                              
      C+
5Yp;>2/     
=       c    c   bp 	  p   ~   bp 	LMT PLMT +07 +08 +09 
<+07>-7
TZif2                      	       C   	   ͸0'7Pkj@P#P0p!ppp{p kp![p"Kp#;p$+p%p&p''( )xO )ԉ*z+k,\-M.>/t/0d 1]Lp2r'p3=.p4R5616 8 89 :Ā; < = > ? @e ABE CcD%i EC~FK G#`GgIBIIJ$K+LA MTKV       ~                   LMT +09 +12 +11 +10     TZif2                      	       C   	   ͸0    '7P    k    j    @    P        #P    0p    !p    p    p    {p     kp    ![p    "Kp    #;p    $+p    %p    &p    '    '    (     )xO     )ԉ    *z    +k    ,\    -M    .>    /t/    0d     1]Lp    2r'p    3=.p    4R    5    61    6     8     8    9     :Ā    ;     <     =     >     ?     @e     A    BE     Cc    D%i     EC~    FK     G#`    Gg    IB    II    J$    K+    LA     M    TK    V           ~                   LMT +09 +12 +11 +10     
<+11>-11
TZif2                                   7@'  ' wufW|H l9!\*"L#<$+%&'P'P(P  >    8@   FP   T`  T`   FP   T`LMT +04 +05 +06      TZif2                                   7@    '                      '     w        u    f    W    |H     l9    !\*    "L    #<    $+    %    &    'P    'P    (P      >    8@   FP   T`  T`   FP   T`LMT +04 +05 +06      
<+05>-5
TZif2                                    xC'ep`p-׊ۭ݌O)khbxL/pxhRxh4x째hxh5qx `!ng"B#NI  w    w   ~     ~     LMT KST JST KDT TZif2                                    xC'ep`p-׊ۭ݌O)khbxL/pxhRxh4x째hxh5qx     `    !ng    "B    #NI  w    w   ~     ~     LMT KST JST KDT 
KST-9
TZif2                                       yY^	pӽ |@ ;>Ӌ{BE" L< fpA|R i ~!I}"g #)_$G %|&'e &^(G (@  q    ~  p LMT CDT CST TZif2                                    ~6C)yY^	pӽ |@ ;>Ӌ{BE" L< fpA|    R     i     ~    !I}    "g     #)_    $G     %|    &'e     &^    (G     (@  q    ~  p LMT CDT CST 
CST-8
TZif2                            	          gN
`ʳ`ˑ_Hm   a]    a]   bp   g   g    ix   ~   p LMT SMT +07 +0720 +0730 +09 +08               TZif2                            	       ~6SgN
`ʳ`ˑ_Hm           a]    a]   bp   g   g    ix   ~   p LMT SMT +07 +0720 +0730 +09 +08               
<+08>-8
TZif2                             B      3䵣'7Pkj@P#P0p!ppp{p kp![p"Kp#;p$+p%p&p''( )xO )ԉ*z+k,\-M.>/t/0d 1]Lp2r'p3=.p4R	p5p61p6p88p9:p;<=>?@eApBExCcpD%ZECppF<G#RpGYpI4pI;pJpKpL2MpTK                              LMT +10 +12 +11     TZif2                             B      3    '7P    k    j    @    P        #P    0p    !p    p    p    {p     kp    ![p    "Kp    #;p    $+p    %p    &p    '    '    (     )xO     )ԉ    *z    +k    ,\    -M    .>    /t/    0d     1]Lp    2r'p    3=.p    4R	p    5p    61p    6p    8    8p    9    :p    ;    <    =    >    ?    @e    Ap    BEx    Ccp    D%Z    ECpp    F<    G#Rp    GYp    I4p    I;p    Jp    Kp    L2    Mp    TK                                  LMT +10 +12 +11     
<+11>-11
TZif2                              )         UITYӋ{BE" L< fp& pYݪ rs ߵdp| ᖗ]wp> 0 p!q p p? /ypV p	݉
νۡTp  q    p   ~   ~  p LMT CST JST CDT TZif2                              )      tUITYӋ{BE" L< fp& pYݪ rs ߵdp| ᖗ]wp> 0 p!q p p? /yp    V     p    	݉    
ν    ۡ    Tp  q    p   ~   ~  p LMT CST JST CDT 
CST-8
TZif2                                   	0'} ivgXI|: l+!\"L#;$+%&'@'@(P  @    FP   bp  T`   T`   bp  T`  FP LMT +05 +07 +06     TZif2                                   	0    '}                         i    v    g    X    I    |:     l+    !\    "L    #;    $+    %    &    '@    '@    (P      @    FP   bp  T`   T`   bp  T`  FP LMT +05 +07 +06     
<+05>-5
TZif2                             5         P'0@ 50̅te|V lG!\8"L)#<$,%&'`'
`(	p)P*@+P,@-P.@/tv@0dY01]3=f4RA5V62#688@089"0:;0<@=0>@?0@e@@ǰABEp				  )    )   *0 	  FP  8@   8@   FP  8@  *0 	  8@  8@ LMT TBMT +03 +05 +04        TZif2                             5      VP    '    0    @             50    ̅            t    e    |V     lG    !\8    "L)    #<    $,    %    &    '`    '
`    (	p    )P    *@    +P    ,@    -P    .@    /tv@    0dY0    1]    3=f    4RA    5V    62#    68    8@0    8    9"0    :    ;0    <@    =0    >@    ?0    @e@    @ǰ    A    BEp    				  )    )   *0 	  FP  8@   8@   FP  8@  *0 	  8@  8@ LMT TBMT +03 +05 +04        
<+04>-4
TZif2                              H      l}ȿ HD8ys@(HEJ7-( v(۝)˜*"+H,V8-./o7H0a81Pj2B324%u5#H686V7ܸ8֊H98:H;8<B=ȸ>{vH?m8@\AO/B?.C1GHHO8INHJ8KLMHNz;8OhP[nQKmR=S,HT'8UV ZVHW8XэHY8Z[F\H]z8^u'_g`WaJ2b8Hc+f8  08    08   ?H  18   FP  8@   ?H  18 LMT TMT +0430 +0330 +05 +04 TZif2                              H      l} H    D8        ys@    (        H    EJ    7    -    ( v    (۝    )˜    *"    +H    ,V8    -    .    /o7H    0a8    1Pj    2B    32    4%u    5#H    68    6V    7ܸ    8֊H    98    :H    ;8    <B    =ȸ    >{vH    ?m8    @\    AO/    B?.    C1    GH    HO8    INH    J8    K    L    MH    Nz;8    Oh    P[n    QKm    R=    S,H    T'8    U    V Z    VH    W8    XэH    Y8    Z    [F    \H    ]z8    ^u'    _g    `W    aJ2    b8H    c+f8      08    08   ?H  18   FP  8@   ?H  18 LMT TMT +0430 +0330 +05 +04 
<+0330>-3:30
TZif3                  	   	          	      0EY  8ͬ  Ϗ Щ ф} Ҋ׀el Z0X /Àc   ۴4 ܹ=  ޴΀ߤv V} f6_ HA t Ҁ&z |	`
3`![``n`w|``P `!I"^# ]P$Z0`% ?P&&'(P)`*+e,-G._P/{)0H1H2<nP31`45`5P77p8_9:p;[`<p=`>p?|@s6pAP`BL CHOpD,q EFS FcG5 HpI JK L	MNpOtP^BQTـRlIpS4TL+pUV,pVX)XaYZC[\` ]^}B _`]$ a}pb= c]pd e=pfgtpghVpiȀj8pklTmn6oenpqN res.m tEuO v.pv1 xpx ypz {Οp|}p~vcp  !        *0      8@  *0      *0    LMT JMT IDT IST IDDT           TZif3                  	   	          	   V0EY  8ͬ  Ϗ Щ ф} Ҋ׀el Z0X /Àc   ۴4 ܹ=  ޴΀ߤv V} f6_ HA t Ҁ&z     |        	`    
3    `    ![`    `    n`        w|    `    `P     `    !I    "^    # ]P    $Z0`    % ?P    &    &    '    (P    )`    *    +e    ,    -G    ._P    /{)    0H    1H    2<nP    31`    4    5`    5P    7    7p    8_    9    :p    ;[`    <p    =`    >p    ?|    @s6p    AP`    BL     CHOp    D,q     E    FS     Fc    G5     Hp    I     J    K     L	    M    Np    Ot    P^B    QTـ    RlIp    S4    TL+p    U    V,p    V    X)    Xa    Y    ZC    [    \`     ]    ^}B     _    `]$     a}p    b=     c]p    d     e=p    f    gtp    g    hVp    iȀ    j8p    k    lT    m    n6    oen    p    qN     re    s.m     tE    uO     v.p    v1     xp    x     yp    z     {Οp    |    }p    ~v    cp  !        *0      8@  *0      *0    LMT JMT IDT IST IDDT           
IST-2IDT,M3.4.4/26,M10.5.0
TZif2                                    t!aM  T    MX   T` 
LMT +0530 +06 TZif2                                    t    !aM      T    MX   T` 
LMT +0530 +06 
<+06>-6
TZif2                                    t!aM  T    MX   T` 
LMT +0530 +06 TZif2                                    t    !aM      T    MX   T` 
LMT +0530 +06 
<+06>-6
TZif2                            	         >pYp; ۭ݌        ~   ~ LMT JDT JST       TZif2                            	      e¤p>pYp; ۭ݌        ~   ~ LMT JDT JST       
JST-9
TZif2                      
       D   
   Nٵ 'o ׀֐ [hYJ;|, l!\"K#;$+%Ұ&ð'0'0(@)x@)0*ĳ0+0,0-0.w0/th00dY01]2r_3=f4RA5H62#6*8@089"0:;0<0<=@>@?@@e@ABE@CcD%@ECF@G#GIzI΁J\KcLy@METK0WI  O    T`   p  bp   bp   p  bp  T`   bp  bp LMT +06 +08 +07      TZif2                      
       D   
   N     'o             ׀    ֐         [    h    Y    J    ;    |,     l    !\    "K    #;    $+    %Ұ    &ð    '0    '0    (@    )x@    )0    *ĳ0    +0    ,0    -0    .w0    /th0    0dY0    1]    2r_    3=f    4RA    5H    62#    6*    8@0    8    9"0    :    ;0    <0    <    =@    >@    ?@    @e@    A    BE@    Cc    D%@    EC    F@    G#    G    Iz    I΁    J\    Kc    Ly@    ME    TK0    WI      O    T`   p  bp   bp   p  bp  T`   bp  bp LMT +06 +08 +07      
<+07>-7
TZif2                                    ]ՐˈVp  o    o   p   ~   p LMT MMT +08 +09 WITA TZif2                                    ]ՐˈVp  o    o   p   ~   p LMT MMT +08 +09 WITA 
WITA-8
TZif2                              3      LܐȀM0p/p{p k![p"KՀ#;p$+%p&'' ()Ԙ *z+z ,\-\ .>/t> 0d 1]Z2M=p3=<4-p56p:鳠;<=>?tp@doATRBDQC44D$3EQUVapV|WCp  d4    bp   ~  p LMT +07 +09 +08 TZif2                              3      L    ܐ    Ȁ        M    0p    /    p        {p     k    ![p    "KՀ    #;p    $+    %p    &    '    '     (    )Ԙ     *z    +z     ,\    -\     .>    /t>     0d     1]Z    2M=p    3=<    4-p    5    6p    :鳠    ;    <    =    >    ?tp    @do    ATR    BDQ    C44    D$3    EQ    U    Vap    V|    WCp      d4    bp   ~  p LMT +07 +09 +08 
<+08>-8
TZif2                              3      LܐȀM0p/p{p k![p"KՀ#;p$+%p&'' ()Ԙ *z+z ,\-\ .>/t> 0d 1]Z2M=p3=<4-p56p:鳠;<=>?tp@doATRBDQC44D$3EQUVapV|WCp  d4    bp   ~  p LMT +07 +09 +08 TZif2                              3      L    ܐ    Ȁ        M    0p    /    p        {p     k    ![p    "KՀ    #;p    $+    %p    &    '    '     (    )Ԙ     *z    +z     ,\    -\     .>    /t>     0d     1]Z    2M=p    3=<    4-p    5    6p    :鳠    ;    <    =    >    ?tp    @do    ATR    BDQ    C44    D$3    EQ    U    Vap    V|    WCp      d4    bp   ~  p LMT +07 +09 +08 
<+08>-8
TZif2                                    d  R    T` LMT +06 TZif2                                    d      R    T` LMT +06 
<+06>-6
TZif2                             C      ݺ 'Spkj@P#P0p!ppp{p kp![p"Kp#;p$+p%p&p''( )xO )ԉ*z+k,\-M.>/t/0d 1]Lp2r'p3=.p4R	p5p61p6p88p9:p;<=>?@eApBExCcpD%ZECppF<G#RpGYpI4pI;pJpKpL2MpNm@TK	  F    p   ~                        LMT +08 +09 +11 +12 +10      TZif2                             C      ݺ     'Sp    k    j    @    P        #P    0p    !p    p    p    {p     kp    ![p    "Kp    #;p    $+p    %p    &p    '    '    (     )xO     )ԉ    *z    +k    ,\    -M    .>    /t/    0d     1]Lp    2r'p    3=.p    4R	p    5p    61p    6p    8    8p    9    :p    ;    <    =    >    ?    @e    Ap    BEx    Ccp    D%Z    ECpp    F<    G#Rp    GYp    I4p    I;p    Jp    Kp    L2    Mp    Nm@    TK    	  F    p   ~                        LMT +08 +09 +11 +12 +10      
<+10>-10
TZif2                                       jg  ^<    ^<   bp LMT BMT +07 TZif2                                    Vjg      ^<    ^<   bp LMT BMT +07 
<+07>-7
TZif2                             B      YG]'E`yxP`1`>/ | k!["KՀ#;ƀ$+%&' ' ()x])Ԙ *ĉ +z ,k -\ .M /t> 0d/ 1]Z2r53=<4R5616 8 89 :Ā; < = > ? @e ABE CcD%i EC~FK G#`GgIBIIJ$K+LA MTK  {    ~               ~         LMT +09 +11 +10     TZif2                             B      YG]    'E`    y    x    P    `        1`    >    /             |     k    ![    "KՀ    #;ƀ    $+    %    &    '     '     (    )x]    )Ԙ     *ĉ     +z     ,k     -\     .M     /t>     0d/     1]Z    2r5    3=<    4R    5    61    6     8     8    9     :Ā    ;     <     =     >     ?     @e     A    BE     Cc    D%i     EC~    FK     G#`    Gg    IB    II    J$    K+    LA     M    TK      {    ~               ~         LMT +09 +11 +10     
<+10>-10
TZif2                             B      ^ 'Sp`p?pL=.| l!["K#;Ԑ$+Ő%&''( )xk )Ԧ*ė+,y-j.[/tL0d=1]h2rC3=J4R%5,6268$89:Ґ;<=>?@eAȐBECcD%wECFYG#nGuIPIWJ2K9LOMTK   y    p     ~   ~     ~  p        ~ LMT +08 +10 +09     TZif2                             B      ^     'Sp            `    p        ?p    L    =    .        |     l    ![    "K    #;Ԑ    $+Ő    %    &    '    '    (     )xk     )Ԧ    *ė    +    ,y    -j    .[    /tL    0d=    1]h    2rC    3=J    4R%    5,    62    6    8$    8    9    :Ґ    ;    <    =    >    ?    @e    AȐ    BE    Cc    D%w    EC    FY    G#n    Gu    IP    IW    J2    K9    LO    M    TK       y    p     ~   ~     ~  p        ~ LMT +08 +10 +09     
<+09>-9
TZif2                                       sQњg  Z/    Z/   [h   ~   [h LMT RMT +0630 +09 TZif2                                    VsQњg      Z/    Z/   [h   ~   [h LMT RMT +0630 +09 
<+0630>-6:30
TZif2                             C      _	'@' 0' wufW|H l9!\*"L#<$+%&'P'P(`)x`)P*P+P,P-P.P/tP0duP1]2r{3=4R]5d62?6F8\P8(9>P:
; P<'P=P>	P?P@ePA BEPCcD%PECFPG#GIIΏJjKqL̇PMSTL@	  8    4   8@   T`  FP   FP   T`  FP  8@   T`   T`  FP LMT PMT +04 +06 +05      TZif2                             C      _	'@    '         0            '     w        u    f    W    |H     l9    !\*    "L    #<    $+    %    &    'P    'P    (`    )x`    )P    *P    +P    ,P    -P    .P    /tP    0duP    1]    2r{    3=    4R]    5d    62?    6F    8\P    8(    9>P    :
    ; P    <'P    =P    >	P    ?P    @eP    A     BEP    Cc    D%P    EC    FP    G#    G    I    IΏ    Jj    Kq    L̇P    MS    TL@    	  8    4   8@   T`  FP   FP   T`  FP  8@   T`   T`  FP LMT PMT +04 +06 +05      
<+05>-5
TZif2                      
       ?   
   HP'0@ 50̅te|V lG!\8"L)#<$,%&'`'
`(	p)p*p+p,p-p.p/tp0dp3=4Rk5r62M6T8j`869L`:;.`<5`=`>`?`@e`ABE`CcD%`ECF`G#GIIΝJxKL̕`MaNw`  )    *0   FP  8@   8@   FP  8@  *0   FP  8@ LMT +03 +05 +04     TZif2                      
       ?   
   HP    '    0    @             50    ̅            t    e    |V     lG    !\8    "L)    #<    $,    %    &    '`    '
`    (	p    )p    *p    +p    ,p    -p    .p    /tp    0dp    3=    4Rk    5r    62M    6T    8j`    86    9L`    :    ;.`    <5`    =`    >`    ?`    @e`    A    BE`    Cc    D%`    EC    F`    G#    G    I    IΝ    Jx    K    L̕`    Ma    Nw`      )    *0   FP  8@   8@   FP  8@  *0   FP  8@ LMT +03 +05 +04     
<+04>-4
TZif2                                     檠K㠜ɟ~K _~Bn#7 O|@k"p>rP 2h䐸ՐƐ{xhzXk?!8M:XȐ<˵o ̀h ܿ͕Qgr ېu3Ϭ R ХUьf 2 ҅YI9@)@@	@@@ٓ@Ʉ@ܹu@ݲޢߒsrdbURFB72("E@6@'@@	@@@@@@z@j@cSC3#qbS͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+= +,,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

  (                          LMT HMT -01 -02 +00 WEST WET              TZif2                                  ^=檠Kɟ~K _~Bn#7 O|@k"p>rP 2hՐƐ{xhzXk?!8M:XȐ<˵o ̀h ܿ͕Qgr ېu3Ϭ R ХUьf 2 ҅YI9@)@@	@@@ٓ@Ʉ@ܹu@ݲޢߒsrdbURFB72("E@6@'@@	@@@@@@z@j@cSC3#qbS    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +=     +    ,    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y        	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

  (                          LMT HMT -01 -02 +00 WEST WET              
<-01>1<+00>,M3.5.0/0,M10.5.0/1
TZif2                                       ̮FK6mƟ6bӼ͞uy`Я0PU[`ҏPqh`<ZP:fP#`ۤPe`݄PG`ml	7 `	P
 `
xPw`ٔY`vuXWy:i9YI8("PP`P`P`P u!P"U#j$5%J&'*e'`)
G)ޗ`*)+y`,FP-[`.(P/~=`0
P1gY2rP3G;4RP5'62P7889:;ې<`=r>`?T@o`AqPBO`CdSPD/h`ED5PEG-QG|I3I^JK{`L2PM|]`NPO\?`PPQ<!`RuPS`TUPT`V5PVXXYZ[|\]^^d_@`M`a]Pb-`cg?Pdj`eG!PeL`g'Pg.`iPi`jPk,lmvnoUpq5rostOkt`v8Pv޳`xjPx`yLPzw`{.P|~Y`}P~^;`P:  J:  LMT BST BMT ADT AST TZif2                                    iF̮FK6m6bӼ͞uy`Я0PU[`ҏPqh`<ZP:fP#`ۤPe`݄PG`ml	7     `    	P    
 `    
xP    w`    ٔ    Y`    v    u    X    W    y:    i9    Y    I    8    (    "P        P    `    P    `    P    `    P     u    !P    "U    #j    $5    %J    &    '*e    '`    )
G    )ޗ`    *)    +y`    ,FP    -[`    .(P    /~=`    0
P    1gY    2rP    3G;    4RP    5'    62P    7    8    8    9    :    ;ې    <`    =r    >`    ?T    @o`    AqP    BO`    CdSP    D/h`    ED5P    E    G-Q    G|    I3    I^    J    K{`    L2P    M|]`    NP    O\?`    PP    Q<!`    RuP    S`    TUP    T`    V5P    V    X    X    Y    Z    [|    \    ]^    ^d    _@    `M`    a]P    b-`    cg?P    dj`    eG!P    eL`    g'P    g.`    iP    i`    jP    k,    l    mv    n    oU    p    q5    ro    s    tOk    t`    v8P    v޳`    xjP    x`    yLP    zw`    {.P    |~Y`    }P    ~^;`    P:  J:  LMT BST BMT ADT AST 
AST4ADT,M3.2.0,M11.1.0
TZif2                            v      \A M6 3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                 LMT -01 WET WEST        TZif2                            v      \A     M6     3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                     LMT -01 WET WEST        
WET0WEST,M3.5.0/1,M10.5.0
TZif2                                  檠̕ t|@     LMT -02 -01         TZif2                                  檠̕ t|    @         LMT -02 -01         
<-01>1
TZif2                            s      mX#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y              LMT WET WEST     TZif2                            s      mX    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                  LMT WET WEST     
WET0WEST,M3.5.0/1,M10.5.0
TZif2                            s      mX#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y              LMT WET WEST     TZif2                            s      mX    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                  LMT WET WEST     
WET0WEST,M3.5.0/1,M10.5.0
TZif2                  	   	          	      `ٮ	qKͩ΢Cϒ4Ђ%rѶ XҡOcK#9 gըs ),	xMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y          	      	  *0  *0      	LMT CEST CET CEMT            TZif2                  	   	          	   oa`ٮ	qKͩ΢Cϒ4Ђ%rѶ XҡOcK#9 gըs ),	x    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y              	      	  *0  *0      	LMT CEST CET CEMT            
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     朐K{Ր	ɑ~= _pAn}#)O n ɶ 2 ] z p0rP2Zրǀ︀  m  x{ hl X] ?8? : X.q ˵a ̀Yܱ ͕C Ypr̀u% ϬuRХU ьW2t҅Y I 90)00	000م0v0ܹg0ݲޢߒterVbGR8B)2"70(00
0000000z0j0cSC3#rcTE 㡀ӒÃ    | lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y
				(  (                              LMT FMT +00 -01 +01 WET WEST                TZif2                                  ^=X朐K{Ր	ɑ~= _pAn}#)O n ɶ 2 ] z p0rP2Zրǀ︀  m  x{ hl X] ?8? : X.q ˵a ̀Yܱ ͕C Ypr̀u% ϬuRХU ьW2t҅Y I 90)00	000م0v0ܹg0ݲޢߒterVbGR8B)2"70(00
0000000z0j0cSC3#rcTE             㡀    Ӓ    Ã                        |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    
				(  (                              LMT FMT +00 -01 +01 WET WEST                
WET0WEST,M3.5.0/1,M10.5.0
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                                          LMT -02 TZif2                                    i       LMT -02 
<-02>2
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                              G         D_<OZ60/<0Y@;@@˾Ű̷@60@Ӽ d0Ѧ F0[j6@ =!J@"h#)@$H%	@&10&@( 0()0*+0,-0.r/00Rb1y2;@3Y4a@59h5C@7J7%@8,9@:*;<GP=q>)P?Z`@PA:`BaPC`DAPDo`F!PFQ`H
HmIJOKʑL1     LMT SMT -03 -04 -02 TZif2                              G      iD_<OZ60/<0Y@;@@˾Ű̷@60    @    Ӽ         d0    Ѧ     F0    [    j6@     =    !J@    "h    #)@    $H    %	@    &10    &@    ( 0    (    )0    *    +0    ,    -0    .r    /0    0Rb    1y    2;@    3Y    4a@    59h    5C@    7J    7%@    8,    9@    :*    ;    <GP    =q    >)P    ?Z`    @P    A:`    BaP    C`    DAP    Do`    F!P    FQ`    H
    Hm    I    JO    Kʑ    L1         LMT SMT -03 -04 -02 
<-03>3
TZif2                                      N/ T e̷VͧGΠs χ)p9 P8/	߀	
  ~  ^  > x  Xf  8H !dǁFc(E
y  Y~!΀"B #i $"} %I % ') ' )	 ) *s +ʀ,ҏ-x.q/X0S1]Z2r53=<4R5616 8 89:Ā; < = > ? @e ABE CcD.EC~FK G#`G H Iׄ Ju Kf LW MH N9 Ow* PpUQ`FRP7S@(T0U 
VVW݀X΀YϿZ[ \ ] ^ _x `h aX bHs c8d d(U eF fqgbgShDi5j&klmnopۀpj qY rI s9 t) u v	 v w xـ yq zb {|~}o~`rQ         	   	LMT AEDT AEST   TZif2                                   s<N/ T e̷VͧGΠs χ)    p9         P    8    /        	߀    	    
              ~          ^          >     x          Xf          8H         !d    ǁ    F    c    (    E    
    y          Y~    !΀    "B     #i     $"}     %I     %     ')     '     )	     )     *s     +ʀ    ,ҏ    -x    .q    /X    0S    1]Z    2r5    3=<    4R    5    61    6     8     8    9    :Ā    ;     <     =     >     ?     @e     A    BE     Cc    D.    EC~    FK     G#`    G     H     Iׄ     Ju     Kf     LW     MH     N9     Ow*     PpU    Q`F    RP7    S@(    T0    U 
    V    V    W݀    X΀    YϿ    Z    [     \     ]     ^     _x     `h     aX     bHs     c8d     d(U     eF     fq    gb    gS    hD    i5    j&    k    l    m    n    opۀ    pj     qY     rI     s9     t)     u     v	     v     w     xـ     yq     zb     {    |~    }o    ~`    rQ         	   	LMT AEDT AEST   
AEST-10AEDT,M10.1.0,M4.1.0/3
TZif2                                      NɈ6Tl̷]ͧNΠzχ0p@#P"?0!		
Ȉ ^>xXm8O禈!kǈMj/Ly Y!Ո"B#i$"%I&f')')	)d*z+ш,Җ-(.x/tE0Z1]a2r<3=C4R5%62 6889:ˈ;<=>?@eABECcD.ECFRG#gGHI׋J|KmL^MON@Ow1Pp\Q`MRP>S@/T0 U VVWXՈYƈZ[\]^_x`haXbHzc8kd(\eMfxgigZhKi<j-klm noppjqYrIs9t)uv	vwxهyxzi{|}v~grX         	   	LMT ACDT ACST   TZif2                                   s{pNɈ6Tl̷]ͧNΠzχ0    p@    #    P"    ?    0    !    	    	    
Ȉ                     ^        >    x        Xm        8O    禈    !k    ǈ    M    j    /    L        y         Y    !Ո    "B    #i    $"    %I    &f    ')    '    )	    )d    *z    +ш    ,Җ    -(    .x    /tE    0Z    1]a    2r<    3=C    4R    5%    62     6    8    8    9    :ˈ    ;    <    =    >    ?    @e    A    BE    Cc    D.    EC    FR    G#g    G    H    I׋    J|    Km    L^    MO    N@    Ow1    Pp\    Q`M    RP>    S@/    T0     U     V    V    W    XՈ    Yƈ    Z    [    \    ]    ^    _x    `h    aX    bHz    c8k    d(\    eM    fx    gi    gZ    hK    i<    j-    k    l    m     n    op    pj    qY    rI    s9    t)    u    v	    v    w    xه    yx    zi    {    |    }v    ~g    rX      ~   	      LMT ACST ACDT    
ACST-9:30ACDT,M10.1.0,M4.1.0/3
TZif2                                      N/ T e̷VͧGΠs χ)p9 %I % ') ' )	 )   x       	   	LMT AEDT AEST   TZif2                                   rN/ T e̷VͧGΠs χ)    p9         %I     %     ')     '     )	     )   x       	   	LMT AEDT AEST   
AEST-10
TZif2                                      NɈ6Tl̷]ͧNΠzχ0p@#P"?0!		
Ȉ ^>xXm8O!kǈMj/Ly Y!Ո"B#i$"%I%')')	)*z+ш,Җ-x.x/X0Z1]a2r<3=C4R5%62 6889:ˈ;<=>?@eABECcD.ECFRG#gGHI׋J|KmL^MON@Ow1Pp\Q`MRP>S@/T0 U VVWXՈYƈZ[\]^_x`haXbHzc8kd(\eMfxgigZhKi<j-klm noppjqYrIs9t)uv	vwxهyxzi{|}v~grX         	   	LMT ACDT ACST   TZif2                                   sdv{pNɈ6Tl̷]ͧNΠzχ0    p@    #    P"    ?    0    !    	    	    
Ȉ                     ^        >    x        Xm        8O        !k    ǈ    M    j    /    L        y         Y    !Ո    "B    #i    $"    %I    %    ')    '    )	    )    *z    +ш    ,Җ    -x    .x    /X    0Z    1]a    2r<    3=C    4R    5%    62     6    8    8    9    :ˈ    ;    <    =    >    ?    @e    A    BE    Cc    D.    EC    FR    G#g    G    H    I׋    J|    Km    L^    MO    N@    Ow1    Pp\    Q`M    RP>    S@/    T0     U     V    V    W    XՈ    Yƈ    Z    [    \    ]    ^    _x    `h    aX    bHz    c8k    d(\    eM    fx    gi    gZ    hK    i<    j-    k    l    m     n    op    pj    qY    rI    s9    t)    u    v	    v    w    xه    yx    zi    {    |    }v    ~g    rX         ~ 	     	   	LMT AEST ACST ACDT     
ACST-9:30ACDT,M10.1.0,M4.1.0/3
TZif2                                      N/ T e̷VͧGΠs χ)p9 P8/	߀	
  ~  ^  > x  Xf  8H !dǁFc(E
y  Y~!΀"B #i $"} %I % ') ' )	 ) *s +ʀ,ҏ-x.q/X0S1]Z2r53=<4R5616 8 89:Ā; < = > ? @e ABE CcD.EC~FK G#`G H Iׄ Ju Kf LW MH N9 Ow* PpUQ`FRP7S@(T0U 
VVW݀X΀YϿZ[ \ ] ^ _x `h aX bHs c8d d(U eF fqgbgShDi5j&klmnopۀpj qY rI s9 t) u v	 v w xـ yq zb {|~}o~`rQ         	   	LMT AEDT AEST   TZif2                                   s<N/ T e̷VͧGΠs χ)    p9         P    8    /        	߀    	    
              ~          ^          >     x          Xf          8H         !d    ǁ    F    c    (    E    
    y          Y~    !΀    "B     #i     $"}     %I     %     ')     '     )	     )     *s     +ʀ    ,ҏ    -x    .q    /X    0S    1]Z    2r5    3=<    4R    5    61    6     8     8    9    :Ā    ;     <     =     >     ?     @e     A    BE     Cc    D.    EC~    FK     G#`    G     H     Iׄ     Ju     Kf     LW     MH     N9     Ow*     PpU    Q`F    RP7    S@(    T0    U 
    V    V    W݀    X΀    YϿ    Z    [     \     ]     ^     _x     `h     aX     bHs     c8d     d(U     eF     fq    gb    gS    hD    i5    j&    k    l    m    n    opۀ    pj     qY     rI     s9     t)     u     v	     v     w     xـ     yq     zb     {    |~    }o    ~`    rQ         	   	LMT AEDT AEST   
AEST-10AEDT,M10.1.0,M4.1.0/3
TZif2                                      x/ Da&`CT e̷VͧGΠs χ) ~ Y v;  V ? p9 P8/	߀	
  ~  ^  > x  Xf  8H O !d1 Fc(E
g'  Y~!΀"B #i $"} %I &_ ') ' ()Ԙ *À+z ,-\ ./t> 0mi1]Z2V 3=<46h 56J 6 7, 89:Ā;*< => ?~@e A^ЀBE C>D.EFK G G H Iׄ Ju Kf LW MH N9 Ow* PpUQ`FRP7S@(T0U 
VVW݀X΀YϿZ[ \ ] ^ _x `h aX bHs c8d d(U eF fqgbgShDi5j&klmnopۀpj qY rI s9 t) u v	 v w xـ yq zb {|~}o~`rQ         	   	LMT AEDT AEST   TZif2                                   t. x/ Da&`CT e̷VͧGΠs χ) ~ Y v;      V         ?     p9         P    8    /        	߀    	    
              ~          ^          >     x          Xf          8H     O     !d    1     F    c    (    E    
    g'          Y~    !΀    "B     #i     $"}     %I     &_     ')     '     (    )Ԙ     *À    +z     ,    -\     .    /t>     0mi    1]Z    2V     3=<    46h     5    6J     6     7,     8    9    :Ā    ;*    <     =    >     ?~    @e     A^Ѐ    BE     C>    D.    E    FK     G     G     H     Iׄ     Ju     Kf     LW     MH     N9     Ow*     PpU    Q`F    RP7    S@(    T0    U 
    V    V    W݀    X΀    YϿ    Z    [     \     ]     ^     _x     `h     aX     bHs     c8d     d(U     eF     fq    gb    gS    hD    i5    j&    k    l    m    n    opۀ    pj     qY     rI     s9     t)     u     v	     v     w     xـ     yq     zb     {    |~    }o    ~`    rQ         	   	LMT AEDT AEST   
AEST-10AEDT,M10.1.0,M4.1.0/3
TZif2                             	         NɈ6Tl̷]ͧNΠzχ0  z       	   	LMT ACDT ACST   TZif2                             
      sX{pNɈ6Tl̷]ͧNΠzχ0  z    ~   	      LMT ACST ACDT    
ACST-9:30
TZif2                                      N@TĔw̷hͧY		Xu)%R)EqF\G#rGyITI[  x      { 
  { 
LMT +0945 +0845   TZif2                                   t
N@TĔw̷hͧY    	    	    X    u    )%R    )    Eq    F\    G#r    Gy    IT    I[      x      { 
  { 
LMT +0945 +0845   
<+0845>-8:45
TZif2                                      x/ Da&`CT e̷VͧGΠs χ) ~ Y v;  V ? p9 P8/	߀	
  ~  ^  > x  Xf  8H O !d1 Fc(E
g'  Y~!΀"B #i $"} %I &_ ') ' ()Ԙ *À+z ,-\ ./t> 0mi1]Z2V 3=<46h 56J 6 7, 89:Ā;*< => ?~@e A^ЀBE C>D.EFK G G H Iׄ Ju Kf LW MH N9 Ow* PpUQ`FRP7S@(T0U 
VVW݀X΀YϿZ[ \ ] ^ _x `h aX bHs c8d d(U eF fqgbgShDi5j&klmnopۀpj qY rI s9 t) u v	 v w xـ yq zb {|~}o~`rQ         	   	LMT AEDT AEST   TZif2                                   t. x/ Da&`CT e̷VͧGΠs χ) ~ Y v;      V         ?     p9         P    8    /        	߀    	    
              ~          ^          >     x          Xf          8H     O     !d    1     F    c    (    E    
    g'          Y~    !΀    "B     #i     $"}     %I     &_     ')     '     (    )Ԙ     *À    +z     ,    -\     .    /t>     0mi    1]Z    2V     3=<    46h     5    6J     6     7,     8    9    :Ā    ;*    <     =    >     ?~    @e     A^Ѐ    BE     C>    D.    E    FK     G     G     H     Iׄ     Ju     Kf     LW     MH     N9     Ow*     PpU    Q`F    RP7    S@(    T0    U 
    V    V    W݀    X΀    YϿ    Z    [     \     ]     ^     _x     `h     aX     bHs     c8d     d(U     eF     fq    gb    gS    hD    i5    j&    k    l    m    n    opۀ    pj     qY     rI     s9     t)     u     v	     v     w     xـ     yq     zb     {    |~    }o    ~`    rQ         	   	LMT AEDT AEST   
AEST-10AEDT,M10.1.0,M4.1.0/3
TZif2                              t         f8@h!]xlh?xNh!x0hxyp Ypp!x"B#i$"n%I%')'Ͻ)	)*k+p,҈x-xp.jx/Xp0Lx1]Lp2r.x3=.p4Rx5p61x6p88p9x:p;<=>?@eAxBExCcxD.pECwxF<G#YxGHIuJmKWLOM9N1OwPpNxQ`8pRP0xS@pT0xUpVxVpWxXpYϸxZp[\]^_x`haXzbHdc8\d(Fe>fcpg[xgEph=xi'pjxk	plxmpnxopppiqYrIs9t)uv	vwxqyizS{x|pp}hx~RprJx  $       	     LMT AEST +1130 +1030 +11 TZif2                              t      sw    f    8@    h    !]x    lh    ?x    Nh    !x    0h    x    yp         Ypp    !x    "B    #i    $"n    %I    %    ')    'Ͻ    )	    )    *k    +p    ,҈x    -xp    .jx    /Xp    0Lx    1]Lp    2r.x    3=.p    4Rx    5p    61x    6p    8    8p    9x    :p    ;    <    =    >    ?    @e    Ax    BEx    Ccx    D.p    ECwx    F<    G#Yx    G    H    Iu    Jm    KW    LO    M9    N1    Ow    PpNx    Q`8p    RP0x    S@p    T0x    Up    Vx    Vp    Wx    Xp    Yϸx    Zp    [    \    ]    ^    _x    `h    aXz    bHd    c8\    d(F    e>    fcp    g[x    gEp    h=x    i'p    jx    k	p    lx    mp    nx    opp    pi    qY    rI    s9    t)    u    v	    v    w    xq    yi    zS    {x    |pp    }hx    ~Rp    rJx      $       	     LMT AEST +1130 +1030 +11 
<+1030>-10:30<+11>-11,M10.1.0,M4.1.0
TZif2                                      N/ T e̷VͧGΠs χ)p9 %I % ') ' )	 ) *s +ʀ,ҏ-x         	   	LMT AEDT AEST   TZif2                                   rN/ T e̷VͧGΠs χ)    p9         %I     %     ')     '     )	     )     *s     +ʀ    ,ҏ    -x         	   	LMT AEDT AEST   
AEST-10
TZif2                              t         f8@h!]xlh?xNh!x0hxyp Ypp!x"B#i$"n%I%')'Ͻ)	)*k+p,҈x-xp.jx/Xp0Lx1]Lp2r.x3=.p4Rx5p61x6p88p9x:p;<=>?@eAxBExCcxD.pECwxF<G#YxGHIuJmKWLOM9N1OwPpNxQ`8pRP0xS@pT0xUpVxVpWxXpYϸxZp[\]^_x`haXzbHdc8\d(Fe>fcpg[xgEph=xi'pjxk	plxmpnxopppiqYrIs9t)uv	vwxqyizS{x|pp}hx~RprJx  $       	     LMT AEST +1130 +1030 +11 TZif2                              t      sw    f    8@    h    !]x    lh    ?x    Nh    !x    0h    x    yp         Ypp    !x    "B    #i    $"n    %I    %    ')    'Ͻ    )	    )    *k    +p    ,҈x    -xp    .jx    /Xp    0Lx    1]Lp    2r.x    3=.p    4Rx    5p    61x    6p    8    8p    9x    :p    ;    <    =    >    ?    @e    Ax    BEx    Ccx    D.p    ECwx    F<    G#Yx    G    H    Iu    Jm    KW    LO    M9    N1    Ow    PpNx    Q`8p    RP0x    S@p    T0x    Up    Vx    Vp    Wx    Xp    Yϸx    Zp    [    \    ]    ^    _x    `h    aXz    bHd    c8\    d(F    e>    fcp    g[x    gEp    h=x    i'p    jx    k	p    lx    mp    nx    opp    pi    qY    rI    s9    t)    u    v	    v    w    xq    yi    zS    {x    |pp    }hx    ~Rp    rJx      $       	     LMT AEST +1130 +1030 +11 
<+1030>-10:30<+11>-11,M10.1.0,M4.1.0
TZif2                                      N/ T e̷VͧGΠs χ)p9 P8/	߀	
  ~  ^  > x  Xf  8H 矀!dǁFc(E
y  Y~!w "B #i $"} %I &_ ') ' )	 ) *s +ʀ,ҏ-x.q/t> 0S1]Z2r53=<4R5616 8 89:Ā; < = > ? @e ABE CcD.EC~FK G#`G H Iׄ Ju Kf LW MH N9 Ow* PpUQ`FRP7S@(T0U 
VVW݀X΀YϿZ[ \ ] ^ _x `h aX bHs c8d d(U eF fqgbgShDi5j&klmnopۀpj qY rI s9 t) u v	 v w xـ yq zb {|~}o~`rQ         	   	LMT AEDT AEST   TZif2                                   sN/ T e̷VͧGΠs χ)    p9         P    8    /        	߀    	    
              ~          ^          >     x          Xf          8H     矀    !d    ǁ    F    c    (    E    
    y          Y~    !w     "B     #i     $"}     %I     &_     ')     '     )	     )     *s     +ʀ    ,ҏ    -x    .q    /t>     0S    1]Z    2r5    3=<    4R    5    61    6     8     8    9    :Ā    ;     <     =     >     ?     @e     A    BE     Cc    D.    EC~    FK     G#`    G     H     Iׄ     Ju     Kf     LW     MH     N9     Ow*     PpU    Q`F    RP7    S@(    T0    U 
    V    V    W݀    X΀    YϿ    Z    [     \     ]     ^     _x     `h     aX     bHs     c8d     d(U     eF     fq    gb    gS    hD    i5    j&    k    l    m    n    opۀ    pj     qY     rI     s9     t)     u     v	     v     w     xـ     yq     zb     {    |~    }o    ~`    rQ         	   	LMT AEDT AEST   
AEST-10AEDT,M10.1.0,M4.1.0/3
TZif2                                      N/ T e̷VͧGΠs χ)p9 P8/	߀	
  ~  ^  > x  Xf  8H !dǁFc(E
y  Y~!΀"B #i $"} %I % ') ' )	 ) *s +ʀ,ҏ-x.q/X0S1]Z2r53=<4R5616 8 89:Ā; < = > ? @e ABE CcD.EC~FK G#`G H Iׄ Ju Kf LW MH N9 Ow* PpUQ`FRP7S@(T0U 
VVW݀X΀YϿZ[ \ ] ^ _x `h aX bHs c8d d(U eF fqgbgShDi5j&klmnopۀpj qY rI s9 t) u v	 v w xـ yq zb {|~}o~`rQ         	   	LMT AEDT AEST   TZif2                                   s<N/ T e̷VͧGΠs χ)    p9         P    8    /        	߀    	    
              ~          ^          >     x          Xf          8H         !d    ǁ    F    c    (    E    
    y          Y~    !΀    "B     #i     $"}     %I     %     ')     '     )	     )     *s     +ʀ    ,ҏ    -x    .q    /X    0S    1]Z    2r5    3=<    4R    5    61    6     8     8    9    :Ā    ;     <     =     >     ?     @e     A    BE     Cc    D.    EC~    FK     G#`    G     H     Iׄ     Ju     Kf     LW     MH     N9     Ow*     PpU    Q`F    RP7    S@(    T0    U 
    V    V    W݀    X΀    YϿ    Z    [     \     ]     ^     _x     `h     aX     bHs     c8d     d(U     eF     fq    gb    gS    hD    i5    j&    k    l    m    n    opۀ    pj     qY     rI     s9     t)     u     v	     v     w     xـ     yq     zb     {    |~    }o    ~`    rQ         	   	LMT AEDT AEST   
AEST-10AEDT,M10.1.0,M4.1.0/3
TZif2                             	         NɈ6Tl̷]ͧNΠzχ0  z       	   	LMT ACDT ACST   TZif2                             
      sX{pNɈ6Tl̷]ͧNΠzχ0  z    ~   	      LMT ACST ACDT    
ACST-9:30
TZif2                                      NޠK T ǁ̷rͧc		b)%\) Eq Fg G#|GI^Ie  l    ~  p 	  p 	LMT AWDT AWST   TZif2                                   tNޠK T ǁ̷rͧc    	    	    b        )%\    )     Eq     Fg     G#|    G    I^    Ie  l    ~  p 	  p 	LMT AWDT AWST   
AWST-8
TZif2                                      N/ T e̷VͧGΠs χ)p9 %I % ') ' )	 )   x       	   	LMT AEDT AEST   TZif2                                   rN/ T e̷VͧGΠs χ)    p9         %I     %     ')     '     )	     )   x       	   	LMT AEDT AEST   
AEST-10
TZif2                                      NɈ6Tl̷]ͧNΠzχ0p@#P"?0!		
Ȉ ^>xXm8O禈!kǈMj/Ly Y!Ո"B#i$"%I&f')')	)d*z+ш,Җ-(.x/tE0Z1]a2r<3=C4R5%62 6889:ˈ;<=>?@eABECcD.ECFRG#gGHI׋J|KmL^MON@Ow1Pp\Q`MRP>S@/T0 U VVWXՈYƈZ[\]^_x`haXbHzc8kd(\eMfxgigZhKi<j-klm noppjqYrIs9t)uv	vwxهyxzi{|}v~grX         	   	LMT ACDT ACST   TZif2                                   s{pNɈ6Tl̷]ͧNΠzχ0    p@    #    P"    ?    0    !    	    	    
Ȉ                     ^        >    x        Xm        8O    禈    !k    ǈ    M    j    /    L        y         Y    !Ո    "B    #i    $"    %I    &f    ')    '    )	    )d    *z    +ш    ,Җ    -(    .x    /tE    0Z    1]a    2r<    3=C    4R    5%    62     6    8    8    9    :ˈ    ;    <    =    >    ?    @e    A    BE    Cc    D.    EC    FR    G#g    G    H    I׋    J|    Km    L^    MO    N@    Ow1    Pp\    Q`M    RP>    S@/    T0     U     V    V    W    XՈ    Yƈ    Z    [    \    ]    ^    _x    `h    aX    bHz    c8k    d(\    eM    fx    gi    gZ    hK    i<    j-    k    l    m     n    op    pj    qY    rI    s9    t)    u    v	    v    w    xه    yx    zi    {    |    }v    ~g    rX      ~   	      LMT ACST ACDT    
ACST-9:30ACDT,M10.1.0,M4.1.0/3
TZif2                                      N/ T e̷VͧGΠs χ)p9 P8/	߀	
  ~  ^  > x  Xf  8H !dǁFc(E
y  Y~!΀"B #i $"} %I % ') ' )	 ) *s +ʀ,ҏ-x.q/X0S1]Z2r53=<4R5616 8 89:Ā; < = > ? @e ABE CcD.EC~FK G#`G H Iׄ Ju Kf LW MH N9 Ow* PpUQ`FRP7S@(T0U 
VVW݀X΀YϿZ[ \ ] ^ _x `h aX bHs c8d d(U eF fqgbgShDi5j&klmnopۀpj qY rI s9 t) u v	 v w xـ yq zb {|~}o~`rQ         	   	LMT AEDT AEST   TZif2                                   s<N/ T e̷VͧGΠs χ)    p9         P    8    /        	߀    	    
              ~          ^          >     x          Xf          8H         !d    ǁ    F    c    (    E    
    y          Y~    !΀    "B     #i     $"}     %I     %     ')     '     )	     )     *s     +ʀ    ,ҏ    -x    .q    /X    0S    1]Z    2r5    3=<    4R    5    61    6     8     8    9    :Ā    ;     <     =     >     ?     @e     A    BE     Cc    D.    EC~    FK     G#`    G     H     Iׄ     Ju     Kf     LW     MH     N9     Ow*     PpU    Q`F    RP7    S@(    T0    U 
    V    V    W݀    X΀    YϿ    Z    [     \     ]     ^     _x     `h     aX     bHs     c8d     d(U     eF     fq    gb    gS    hD    i5    j&    k    l    m    n    opۀ    pj     qY     rI     s9     t)     u     v	     v     w     xـ     yq     zb     {    |~    }o    ~`    rQ         	   	LMT AEDT AEST   
AEST-10AEDT,M10.1.0,M4.1.0/3
TZif2                                      x/ Da&`CT e̷VͧGΠs χ) ~ Y v;  V ? p9 P8/	߀	
  ~  ^  > x  Xf  8H O !d1 Fc(E
g'  Y~!΀"B #i $"} %I &_ ') ' ()Ԙ *À+z ,-\ ./t> 0mi1]Z2V 3=<46h 56J 6 7, 89:Ā;*< => ?~@e A^ЀBE C>D.EFK G G H Iׄ Ju Kf LW MH N9 Ow* PpUQ`FRP7S@(T0U 
VVW݀X΀YϿZ[ \ ] ^ _x `h aX bHs c8d d(U eF fqgbgShDi5j&klmnopۀpj qY rI s9 t) u v	 v w xـ yq zb {|~}o~`rQ         	   	LMT AEDT AEST   TZif2                                   t. x/ Da&`CT e̷VͧGΠs χ) ~ Y v;      V         ?     p9         P    8    /        	߀    	    
              ~          ^          >     x          Xf          8H     O     !d    1     F    c    (    E    
    g'          Y~    !΀    "B     #i     $"}     %I     &_     ')     '     (    )Ԙ     *À    +z     ,    -\     .    /t>     0mi    1]Z    2V     3=<    46h     5    6J     6     7,     8    9    :Ā    ;*    <     =    >     ?~    @e     A^Ѐ    BE     C>    D.    E    FK     G     G     H     Iׄ     Ju     Kf     LW     MH     N9     Ow*     PpU    Q`F    RP7    S@(    T0    U 
    V    V    W݀    X΀    YϿ    Z    [     \     ]     ^     _x     `h     aX     bHs     c8d     d(U     eF     fq    gb    gS    hD    i5    j&    k    l    m    n    opۀ    pj     qY     rI     s9     t)     u     v	     v     w     xـ     yq     zb     {    |~    }o    ~`    rQ         	   	LMT AEDT AEST   
AEST-10AEDT,M10.1.0,M4.1.0/3
TZif2                                      N/ T e̷VͧGΠs χ)p9 P8/	߀	
  ~  ^  > x  Xf  8H 矀!dǁFc(E
y  Y~!w "B #i $"} %I &_ ') ' )	 ) *s +ʀ,ҏ-x.q/t> 0S1]Z2r53=<4R5616 8 89:Ā; < = > ? @e ABE CcD.EC~FK G#`G H Iׄ Ju Kf LW MH N9 Ow* PpUQ`FRP7S@(T0U 
VVW݀X΀YϿZ[ \ ] ^ _x `h aX bHs c8d d(U eF fqgbgShDi5j&klmnopۀpj qY rI s9 t) u v	 v w xـ yq zb {|~}o~`rQ         	   	LMT AEDT AEST   TZif2                                   sN/ T e̷VͧGΠs χ)    p9         P    8    /        	߀    	    
              ~          ^          >     x          Xf          8H     矀    !d    ǁ    F    c    (    E    
    y          Y~    !w     "B     #i     $"}     %I     &_     ')     '     )	     )     *s     +ʀ    ,ҏ    -x    .q    /t>     0S    1]Z    2r5    3=<    4R    5    61    6     8     8    9    :Ā    ;     <     =     >     ?     @e     A    BE     Cc    D.    EC~    FK     G#`    G     H     Iׄ     Ju     Kf     LW     MH     N9     Ow*     PpU    Q`F    RP7    S@(    T0    U 
    V    V    W݀    X΀    YϿ    Z    [     \     ]     ^     _x     `h     aX     bHs     c8d     d(U     eF     fq    gb    gS    hD    i5    j&    k    l    m    n    opۀ    pj     qY     rI     s9     t)     u     v	     v     w     xـ     yq     zb     {    |~    }o    ~`    rQ         	   	LMT AEDT AEST   
AEST-10AEDT,M10.1.0,M4.1.0/3
TZif2                                      NޠK T ǁ̷rͧc		b)%\) Eq Fg G#|GI^Ie  l    ~  p 	  p 	LMT AWDT AWST   TZif2                                   tNޠK T ǁ̷rͧc    	    	    b        )%\    )     Eq     Fg     G#|    G    I^    Ie  l    ~  p 	  p 	LMT AWDT AWST   
AWST-8
TZif2                                      NɈ6Tl̷]ͧNΠzχ0p@#P"?0!		
Ȉ ^>xXm8O!kǈMj/Ly Y!Ո"B#i$"%I%')')	)*z+ш,Җ-x.x/X0Z1]a2r<3=C4R5%62 6889:ˈ;<=>?@eABECcD.ECFRG#gGHI׋J|KmL^MON@Ow1Pp\Q`MRP>S@/T0 U VVWXՈYƈZ[\]^_x`haXbHzc8kd(\eMfxgigZhKi<j-klm noppjqYrIs9t)uv	vwxهyxzi{|}v~grX         	   	LMT ACDT ACST   TZif2                                   sdv{pNɈ6Tl̷]ͧNΠzχ0    p@    #    P"    ?    0    !    	    	    
Ȉ                     ^        >    x        Xm        8O        !k    ǈ    M    j    /    L        y         Y    !Ո    "B    #i    $"    %I    %    ')    '    )	    )    *z    +ш    ,Җ    -x    .x    /X    0Z    1]a    2r<    3=C    4R    5%    62     6    8    8    9    :ˈ    ;    <    =    >    ?    @e    A    BE    Cc    D.    EC    FR    G#g    G    H    I׋    J|    Km    L^    MO    N@    Ow1    Pp\    Q`M    RP>    S@/    T0     U     V    V    W    XՈ    Yƈ    Z    [    \    ]    ^    _x    `h    aX    bHz    c8k    d(\    eM    fx    gi    gZ    hK    i<    j-    k    l    m     n    op    pj    qY    rI    s9    t)    u    v	    v    w    xه    yx    zi    {    |    }v    ~g    rX         ~ 	     	   	LMT AEST ACST ACDT     
ACST-9:30ACDT,M10.1.0,M4.1.0/3
TZif2                                     f \PPސ@8PPܹu@1Pޛ@ݶPTO@z@P:QHP@
"PɪPxQ 3!P"H`PRp     LMT -04 -05 TZif2                                     f \PPސ@8PPܹu@1Pޛ@ݶPTO@z@P:QHP@
"P    ɪP    x    Q     3    !P    "    H`P    R    p     LMT -04 -05 
<-05>5
TZif2                              (      ed;и2& f8  ӠܹK ޛ݌ T%PV Q Ƿ
Ġ oɀ xɐ' 3![ "#X#b%7%Թ78w9 9;<o    LMT -01 -02 TZif2                              (      ed;2& f8  ӠܹK ޛ݌ T%PV Q Ƿ
Ġ o    ɀ     xɐ    '     3    ![     "    #X    #b    %7    %Թ    7    8w    9     9    ;    <o        LMT -01 -02 
<-02>2
TZif2                              \      rI@40t 800ܹY 0ޛ ݚ0T3 Z	0^ d0Q,0 
Ұ0}Ɏ0xנ5 3Ϡ!i0"Ƞ#X#p %7% '!0') 0) *+k2,0-f .0/F 0y01M2W 3j 48T04 6 06h7ư8 90:,;<o=đ0>N?0@.ҠA0B CQ0C EMSEG0G HIw JڄKLfM`uNHOI Pe0Q 9RcG0S TC)0T8 V#0V X0X Y0Z [`\h L   LMT -02 -03 TZif2                              \      rI@40t 800ܹY 0ޛ ݚ0T3 Z	0^ d0Q,0 
Ұ0}    Ɏ0    xנ    5     3Ϡ    !i0    "Ƞ    #X    #p     %7    %     '!0    '    ) 0    )     *    +k2    ,0    -f     .0    /F     0y0    1M    2W     3j     48T0    4     6 0    6h    7ư    8     90    :,    ;    <o    =đ0    >N    ?0    @.Ҡ    A0    B     CQ0    C     EMS    E    G0    G     H    Iw     Jڄ    K    Lf    M`u    NH    OI     Pe0    Q 9    RcG0    S     TC)0    T8     V#0    V     X0    X     Y0    Z     [`    \h     L   LMT -02 -03 
<-03>3
TZif2                                     DWNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@ɜ@xC 3ݰ!w@"ְ,@-f0Ǽ   LMT -03 -04 TZif2                                     DWNB@ނ08@@ܹg0#@ޛ0ݨ@TA0l0r@,Q:@0
@    ɜ@    x    C     3ݰ    !w@    "ְ    ,@    -f0    Ǽ   LMT -03 -04 
<-04>4
TZif2                                     DI%pٮ0`~p.zL5^#p%5'*}4p_PAɧ#OpkpLrP.IZ 02v㠹Ԡ֋      x h Xy ?/8[ : X֠	J Kͩ΢Cϒ4n^rN@ӑ@K#cEt6d'TMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
                                       LMT WET CET CEST WEST             TZif2                                  Vm DI%pٮ0`~p.zL5^#p%5'*}4p_PAɧ#OpkpLrP.IZ 02vԠ֋      x h Xy ?/8[ : X֠	J Kͩ΢Cϒ4n^rN@ӑ@K#    c        E    t6    d'    T    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    	




























































                                          LMT BMT WET CET CEST WEST               
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     ,ppt EҀcS p3  ޕ wa YC ~;_gXp|AG:p\#'p<p瀹p p  Z <p Odn /fMH-lepNGpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'      pppo_pO?ip/h(Jgg II ++   w qpaPp@0p'	p	 
pٰu tt yViV Y8I8 9) "7p ppp܀p v !p"U #j$5 %J& '*'р)
c)޳*E+,bp-w.Dp/~Y0&p1gv 2sp3GX 4Rp5': 62p7 88 9: ;۬<=>ހ?p@oApBOCdopD/EDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp      LMT CDT CST EST CWT CPT             TZif2                                  ^,ppt EҀcS p3  ޕ wa YC ~;_gXp|AG:p\#'p<pp p  Z <p Odn /fMH-lepNGpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'      pppo_pO?ip/h(Jgg II ++               w     qp    a    Pp    @    0p    '    	p    	     
p        ٰ    u             t    t     yV    iV     Y8    I8     9    )     "7p         p        p        p    ܀    p     v     !p    "U     #j    $5     %J    &     '*    'р    )
c    )޳    *E    +    ,bp    -w    .Dp    /~Y    0&p    1gv     2sp    3GX     4Rp    5':     62p    7     8    8     9    :     ;۬    <    =    >ހ    ?p    @o    Ap    BO    Cdop    D/    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p      LMT CDT CST EST CWT CPT             
CST6CDT,M3.2.0,M11.1.0
TZif2                                  񫠚0`P@00zV@0SR<@4@:0@0@0E@U0@Kp~@$0n`@NB@$0 ]@1@0^G0@P0mp@00r<@b06n~P`ˈ`#p`u@U 5 |u{`ݩtP޾]`߉VP?`i8P~!`IPG'챾`Po`_kPOj`?MP/L`(i.`KJ-, wpP``PP@`0P `	P
 `
xPw`ٔY`vuXWy:i9YI8("PP`P`P`P u!P"U#j$5%J&'*e'`)
G)ޗ`*)+y`,FP-[`.(P/~=`0
P1gY2rP3G;4RP5'62P7889:;ې<`=r>`?T@o`AqPBO`CdSPD/h`ED5PEG-QG|I3I^JK{`L2PM|]`NPO\?`PPQ<!`RuPS`TUPT`V5PVXXYZ[|\]^^d_@`M`a]Pb-`cg?Pdj`eG!PeL`g'Pg.`iPi`jPk,lmvnoUpq5rostOkt`v8Pv޳`xjPx`yLPzw`{.P|~Y`}P~^;`P`   LMT ADT AST AWT APT         TZif2                                  0`P@00zV@0SR<@4@:0@0@0E@U0@Kp~@$0n`@NB@$0 ]@1@0^G0@P0mp@00r<@b06n~P`ˈ`#p`u@U 5 |u{`ݩtP޾]`߉VP?`i8P~!`IPG'챾`Po`_kPOj`?MP/L`(i.`KJ-,             w    pP    ``    PP    @`    0P     `    	P    
 `    
xP    w`    ٔ    Y`    v    u    X    W    y:    i9    Y    I    8    (    "P        P    `    P    `    P    `    P     u    !P    "U    #j    $5    %J    &    '*e    '`    )
G    )ޗ`    *)    +y`    ,FP    -[`    .(P    /~=`    0
P    1gY    2rP    3G;    4RP    5'    62P    7    8    8    9    :    ;ې    <`    =r    >`    ?T    @o`    AqP    BO`    CdSP    D/h`    ED5P    E    G-Q    G|    I3    I^    J    K{`    L2P    M|]`    NP    O\?`    PP    Q<!`    RuP    S`    TUP    T`    V5P    V    X    X    Y    Z    [|    \    ]^    ^d    _@    `M`    a]P    b-`    cg?P    dj`    eG!P    eL`    g'P    g.`    iP    i`    jP    k,    l    mv    n    oU    p    q5    ro    s    tOk    t`    v8P    v޳`    xjP    x`    yLP    zw`    {.P    |~Y`    }P    ~^;`    P`   LMT ADT AST AWT APT         
AST4ADT,M3.2.0,M11.1.0
TZif2                                     úPp ;Oˈ#pa	ӈh S`U  5     \ޗݩp޾y߉rp[iTp~=I6p^)pG< 4'     o1bJv g X I : +     w qaP@0ހ π	
 
ٿ u   t ye iV YG I8 9) ) "E '	܀̀ v !"U #j $5 %J & '* 'р)
r )޳*T +,p-w.R/~Y041gv 2s3GX 4R5': 62ڀ7 8 8 9 : ;ۻ <= >ހ? @oABOCd}D/EDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp    LMT CDT CST CWT CPT           TZif2                                  d䰔úPp ;Oˈ#pa	ӈh S`U  5     \ޗݩp޾y߉rp[iTp~=I6p^)pG< 4'     o1bJv g X I : +                 w     q    a    P    @    0ހ     π    	    
     
        ٿ     u                   t     ye     iV     YG     I8     9)     )     "E         '        	            ܀    ̀     v     !    "U     #j     $5     %J     &     '*     'р    )
r     )޳    *T     +    ,p    -w    .R    /~Y    04    1gv     2s    3GX     4R    5':     62ڀ    7     8     8     9     :     ;ۻ     <    =     >ހ    ?     @o    A    BO    Cd}    D/    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p    LMT CDT CST CWT CPT           
CST6CDT,M3.2.0,M11.1.0
TZif2                                     p`.ȡ@U@](x`f?NF!0pM`p/`܍p`op~-౜QpgJ`|3pG,`\p'`;p`%`Ĺ𿏲o}Ovd_/XM|p:-^pˈp#p`u@U 5 3`pt`މpݩ`޾kp߉d`MpiF`~/pI(`^p)
`G-&'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;: wp``pP`@p0` p	`
 p
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `   LMT EDT EST EWT EPT         TZif2                                  rxp`.@U@](x`f?NF!0pM`p/`܍p`op~-QpgJ`|3pG,`\p'`;p`%`Ĺo}Ovd_/XM|p:-^pˈp#p`u@U 5 3`pt`މpݩ`޾kp߉d`MpiF`~/pI(`^p)
`G-&'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;:             w    p`    `p    P`    @p    0`     p    	`    
 p    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `   LMT EDT EST EWT EPT         
EST5EDT,M3.2.0,M11.1.0
TZif2                                  ҅萣 jʐ5ÀS3 ˉ#pa U  aP@0ހ ݐ	
 
ࡐٿ   ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,p-.R/~g041g2s3Gf4R5'H62ڀ7*8 89 :;ۻ <
= >? @oΐABOCd}D/ED_EG-| GӧI^ IJ@ KL\M|N>O\iP Q<KRvS-TUTV5ƀV,X XY Z[ާ \] ^d_k `MАab-cgideGKevg'-gXii:jkWl mv9n oVp q5ro stO tv8vݐxxyvz{X|~}:~^e   LMT MDT MST MWT MPT         TZif2                                  ҅ jʐ5ÀS3 ˉ#pa U      a    P    @    0ހ     ݐ    	    
     
    ࡐ    ٿ                           ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,p    -    .R    /~g    04    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;ۻ     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    E    G-|     Gӧ    I^     I    J@     K    L\    M|    N>    O\i    P     Q<K    Rv    S-    TU    T    V5ƀ    V,    X     X    Y     Z    [ާ     \    ]     ^d    _k     `MА    a    b-    cgi    d    eGK    ev    g'-    gX    i    i:    j    kW    l     mv9    n     oV    p     q5    ro     s    tO     t    v8    vݐ    x    x    yv    z    {X    |~    }:    ~^e       LMT MDT MST MWT MPT         
MST7MDT,M3.2.0,M11.1.0
TZif2                  	   	          	      b~|ܡ8L\Lt\dL^ܧDL=ܩ$LܫLܬfLݟܮ̯͂ܰḏ\F̳\m(̵fb\M
̷FD\,̹&&\	LBܻL$ܽLMl18y8YѨw89a@( ո( #p`ӈDJHh&)HH	H'HXtXݩmH޾VX߉OH8Xi1H~XIH]X(HG&챷ƠHﯽXHXHoX_dHOcX?FH/EX(b'XDC&% wpH`XPH@X0H X	H
 X
qHpXٍRXonQPy3i2YI8("HHXHXHXH u!bd"U#jp$5%J`&u'*B't)
$)tt*+Vt,#d-8t.d/~t0d1g62rd3G4Rd5&62d7889:Ơ;m<t=O>t?1@otANdBOctCd0dD/EtEDdEwG-.GYII;JKXtLdM|:tNHO\8XPHQ<XRuHSXTUHTXV5HVXXYZ[u\]W^d_9`MXaVHb-Xcg8HdcXeGHeEXg&Hg'XiHi	XjHk%lmvnoUpq5rostOdtXv8HvެXxcHxXyEHzpX{'H|~RX}	H~^4XHΔ  ܤΔ  LMT NDT NST NPT NWT NDDT                 TZif2                  	   	          	   ^=4b~|8L\Lt\dL^DL=$LLfLݟ͂d\F\m(fb\M
FD\,&&\	LBL$LMl18y8YѨw89a@( ո( #p`ӈDJHh&)HH	H'HXtXݩmH޾VX߉OH8Xi1H~XIH]X(HG&챷ƠHﯽXHXHoX_dHOcX?FH/EX(b'XDC&%             w    pH    `X    PH    @X    0H     X    	H    
 X    
qH    pX    ٍ    RX    o    n    Q    P    y3    i2    Y    I    8    (    "H        H    X    H    X    H    X    H     u    !bd    "U    #jp    $5    %J`    &u    '*B    't    )
$    )tt    *    +Vt    ,#d    -8t    .d    /~t    0d    1g6    2rd    3G    4Rd    5&    62d    7    8    8    9    :Ơ    ;m    <t    =O    >t    ?1    @ot    ANd    BOct    Cd0d    D/Et    EDd    Ew    G-.    GY    I    I;    J    KXt    Ld    M|:t    NH    O\8X    PH    Q<X    RuH    SX    TUH    TX    V5H    V    X    X    Y    Z    [u    \    ]W    ^d    _9    `MX    aVH    b-X    cg8H    dcX    eGH    eEX    g&H    g'X    iH    i	X    jH    k%    l    mv    n    oU    p    q5    ro    s    tOd    tX    v8H    vެX    xcH    xX    yEH    zpX    {'H    |~RX    }	H    ~^4X    HΔ  ܤΔ  LMT NDT NST NPT NWT NDDT                 
NST3:30NDT,M3.2.0,M11.1.0
TZif2                                     ˉ#pa&v AU  5   Ѡ޳ݩ޾߉wip~YIR^;)4GX Q': 3   qޠo_O?/(f fe HG * ) x q(a'Q
A	0 	ΐ
 ͠
௠  ysir YUIT 97)6 "S	 54ې v+ !"V #j$5 %J& '*')
)Ϡ*b+,~-.`/~u0B1g 2s$3Gt 4S5'V 6278 88 9: ;<=>?@oܠABOCdD/EDmE G-Gӵ IlI JNKLjM|NLO\wP.Q<YRvS;TUTV5ԐV: XX YZ [޵\ ]^d _y`Mޠab-cgwdeGYe턠g';gfiiHjke lmvG noV) pq6 ros tOt	v8vxx͠yz{f|~}H~^s*   LMT PDT PST PWT PPT         TZif2                                  ^=vˉ#pa&v AU  5   Ѡ޳ݩ޾߉wip~YIR^;)4GX Q': 3   qޠo_O?/(f fe HG *     )         x     q(    a'    Q
    A	    0         	ΐ    
 ͠    
    ௠                              ys    ir     YU    IT     97    )6     "S    	     5    4                    ې     v+     !    "V     #j    $5     %J    &     '*    '    )
    )Ϡ    *b    +    ,~    -    .`    /~u    0B    1g     2s$    3Gt     4S    5'V     62    78     8    8     9    :     ;    <    =    >    ?    @oܠ    A    BO    Cd    D/    EDm    E     G-    Gӵ     Il    I     JN    K    Lj    M|    NL    O\w    P.    Q<Y    Rv    S;    TU    T    V5Ԑ    V:     X    X     Y    Z     [޵    \     ]    ^d     _y    `Mޠ    a    b-    cgw    d    eGY    e턠    g';    gf    i    iH    j    ke     l    mvG     n    oV)     p    q6     ro    s     tO    t	    v8    v    x    x͠    y    z    {f    |~    }H    ~^s    *   LMT PDT PST PWT PPT         
PST8PDT,M3.2.0,M11.1.0
TZif2                            5      eO0HE1*%0pp`raQ8`1!p
`p`ˉ#pa cSo U  5   Ð ޥݩ޾߉iib~KID^-)&GJC ',%      LMT MDT MST MWT MPT CST           TZif2                            5      eO0HE1*%0pp`raQ8`1!p
`p`ˉ#pa cSo U  5   Ð ޥݩ޾߉iib~KID^-)&GJC ',%      LMT MDT MST MWT MPT CST           
CST6
TZif2                  	   	       ]   	   %   ˰#Ҁˉ(#pa4 /v(ńir YUIT 97)6 "S	 54ې v+ !"V #j$5 %J& '*')
)Ϡ*b+,~-.`/~u0B1g 2s$3Gt 4S5'V 6278 88 9: ;<=>?@oܠABOCdD/EDmE G-Gӵ IlI JNKLjM|NLO\wP.Q<YRvS;TUTV5ԐV: XX YZ [޵\ ]^d _\d  p   !LMT YDT YST YWT YPT YDDT PST PDT MST                 TZif2                  	   	       ]   	   %}˰#Ҁˉ(#pa4 /v(ń    ir     YU    IT     97    )6     "S    	     5    4                    ې     v+     !    "V     #j    $5     %J    &     '*    '    )
    )Ϡ    *b    +    ,~    -    .`    /~u    0B    1g     2s$    3Gt     4S    5'V     62    78     8    8     9    :     ;    <    =    >    ?    @oܠ    A    BO    Cd    D/    EDm    E     G-    Gӵ     Il    I     JN    K    Lj    M|    NL    O\w    P.    Q<Y    Rv    S;    TU    T    V5Ԑ    V:     X    X     Y    Z     [޵    \     ]    ^d     _\d  p   !LMT YDT YST YWT YPT YDDT PST PDT MST                 
MST7
TZif3                                     0GE\P|š q^wűw=@A гXp"4P9@gзP\ Pn@l܏03Uv@<@ rܰuP@IU2 +>O@ @@	Ѱ
@0@0@h0H0f(v0F&{t]V?8\@>@p @ 0!o@"90#N@$0%8 %0&'١0()½*צ+,-.j/bc0@1BE2`i@3=04@K@5D06@7հ8 @809+:0;<0=>j0?@SʰAhB3CHDE1@EpG@G0Hv@Io0JX@K L:@M0NPOPBQ|R+@S\rT@W70WY0YZ0[o\g]t|^I_T^`i+a4@bIc]@d(df0f!@g0h@i0j@k0l|@m0n\@ozp<@qZr%s:ttuVukv8wMxy/z70{|0}n.@~0N@      LMT SMT -05 -04 -03             TZif3                                  i0GE\P| q^ww=@A Xp"4P9@gP\ Pn@l܏03Uv@<@     rܰ    uP    @I    U2     +    >O@         @        @    	Ѱ    
@    0    @    0    @    h0        H0    f    (v0    F        &{    t    ]    V    ?    8    \@        >@    p     @     0    !o@    "90    #N@    $0    %8     %0    &    '١0    (    )½    *צ    +    ,    -    .j    /bc    0@    1BE    2`i@    3=0    4@K@    5D0    6@    7հ    8 @    80    9+    :0    ;    <0    =    >j0    ?    @Sʰ    Ah    B3    CH    D    E1@    Ep    G@    G0    Hv@    Io0    JX@    K     L:@    M0    NP    O    PB    Q|    R+@    S\r    T@    W70    W    Y0    Y    Z0    [o    \g    ]t|    ^I    _T^    `i+    a4@    bI    c]@    d(    d    f0    f!@    g0    h@    i0    j@    k0    l|@    m0    n\@    oz    p<@    qZ    r%    s:t    t    uV    uk    v8    wM    x    y/    z70    {    |0    }n.@    ~0    N@          LMT SMT -05 -04 -03             
<-04>4<-03>,M9.1.6/24,M4.1.6/24
TZif3                                     @<@ rܰuP@IU2 +>O@ @@	Ѱ
@0@0@h0H0f(v0F&{t]V?8\@>@p @ 0!o@"90#N@$0%8 %0&'١0()½*צ+,-.j/bc0@1BE2`i@3=04@K@5D06@7հ8 @809+:0;<0=>j0?@SʰAhB3CHDE1@EpG@G0Hv@Io0JX@K L:@M0NPOPBQ|R+@S\rT@W70WY0YZ0[o\g]t|^I_T^`i+a4@bIc]@d(df0f!@g0h@i0j@k0l|@m0n\@ozp<@qZr%s:ttuVukv8wMxy/z70{|0}n.@~0N@x  x    LMT EMT -06 -07 -05       TZif3                                  iB@<@     rܰ    uP    @I    U2     +    >O@         @        @    	Ѱ    
@    0    @    0    @    h0        H0    f    (v0    F        &{    t    ]    V    ?    8    \@        >@    p     @     0    !o@    "90    #N@    $0    %8     %0    &    '١0    (    )½    *צ    +    ,    -    .j    /bc    0@    1BE    2`i@    3=0    4@K@    5D0    6@    7հ    8 @    80    9+    :0    ;    <0    =    >j0    ?    @Sʰ    Ah    B3    CH    D    E1@    Ep    G@    G0    Hv@    Io0    JX@    K     L:@    M0    NP    O    PB    Q|    R+@    S\r    T@    W70    W    Y0    Y    Z0    [o    \g    ]t|    ^I    _T^    `i+    a4@    bI    c]@    d(    d    f0    f!@    g0    h@    i0    j@    k0    l|@    m0    n\@    oz    p<@    qZ    r%    s:t    t    uV    uk    v8    wM    x    y/    z70    {    |0    }n.@    ~0    N@    x  x    LMT EMT -06 -07 -05       
<-06>6<-05>,M9.1.6/22,M4.1.6/22
TZif2                                      bӔPt]@[fQ@;Hʼm$eP̜OP;ӣP`}@=DS;@ũh@  wp@`P5@PH@ P{
 P
j@iPنKPhP}@Qf1F[&{;d]F?(\@
>@zSP @ Z5P!o@"CQ#N@$#3%.@&''P()މP*״+kP,-MP.x/~/P0wZ1gK2W<3G-4@YP5P62P6P889:Ƶ;ې<P=r>P?T@f[ED5PEG$PGܩPIPIPJPKmPLMNNOwPPQ<PRuPSPTUPTPV5PVXXYZ[|\]^^d{_@`MPa]Pb-zPcg?Pd\PeG!Pe>Pg'Pg PiPiPjPklmv noUpq5rostOktPv8PvޥPxjPxPyLPziP{.P|~KP}P~^-PP     LMT HMT CDT CST     TZif2                                   i(bӔPt]@[fQ@;Hʼm$eP̜OP;ӣP`}@=DS;@ũh@              w    p@    `P    5    @P    H@     P    {    
 P    
j@    iP    ن    KP    h    P    }@    Q    f    1    F    [    &{    ;d    ]    F    ?    (    \@    
    >@    zSP     @     Z5P    !o@    "CQ    #N@    $#3    %.@    &    '    'P    (    )މP    *״    +kP    ,    -MP    .x    /~/P    0wZ    1gK    2W<    3G-    4@YP    5P    62P    6P    8    8    9    :Ƶ    ;ې    <P    =r    >P    ?T    @f[    ED5P    E    G$P    GܩP    IP    IP    JP    KmP    L    M    NN    Ow    PP    Q<P    RuP    SP    TUP    TP    V5P    V    X    X    Y    Z    [|    \    ]^    ^d{    _@    `MP    a]P    b-zP    cg?P    d\P    eG!P    e>P    g'P    g P    iP    iP    jP    k    l    mv     n    oU    p    q5    ro    s    tOk    tP    v8P    vޥP    xjP    xP    yLP    ziP    {.P    |~KP    }P    ~^-P    P     LMT HMT CDT CST     
CST5CDT,M3.2.0/0,M11.1.0/1
TZif2                  
   
          
      !|ƯcPKͪL΢ϓip`߷
P	^``ͮ  U]7jd{RF`3P#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y																																																									  <    <   *0            *0      *0    LMT AMT EEST EET CET CEST               TZif2                  
   
          
   t?D!|ƯcPKͪL΢ϓip`߷
P    	^`    `    ͮ          U    ]    7    j    d{    R    F`    3P    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    																																																									  <    <   *0            *0      *0    LMT AMT EEST EET CET CEST               
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                                       ap    LMT CMT EST TZif2                                    i&ap    LMT CMT EST 
EST5
TZif2                                     p` p`epjp5`S`3އpiRK௳4~-౜QpgJ`|3pG,`\p'`;p`p`ƴ`Ĺ𿏲o}Ovd_/XM|p:-^pW`@p9`ˈp#p`u@U 5 peމpݩ`޾kp߉d`MpiF`~/pI(`^pW.G-7'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;: wp``pP`@p0`p	`	
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `    LMT EDT EST EWT EPT         TZif2                                  ^p` p`epjp5`S`3އpiRK4~-QpgJ`|3pG,`\p'`;p`p`ƴ`Ĺo}Ovd_/XM|p:-^pW`@p9`ˈp#p`u@U 5 peމpݩ`޾kp߉d`MpiF`~/pI(`^pW.G-7'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;:             w    p`    `p    P`    @p    0`    p    	`    	    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `    LMT EDT EST EWT EPT         
EST5EDT,M3.2.0,M11.1.0
TZif2                                      ȓ{ˮ`)ͬϏfЩyф`ҊP6c`-P``m  ﰳpy%ZY sp;Up6E p 9۾p  %gYpI ap+ CՀ$Ep	 
x
<1p dt(pU\ np7 OPH p{< pp4 g p!a "z\p#D  $b'p%%S&<p' ((纀* {*?+p,s -./0k12J3_4*5?6
7(`7P9`9ӱP:`;P<|`=uP>^`?sWP@zA\sBq\C<UDQ>EPF1 FjPHHIJPK`LaLXLPSu8SSڼ`T$PdJ`e:Pf*`g#h
`ii`jkӲlÕmnwovpYqsXrlvPsS:tLXPu<W`v,:Pw9`xPx`yPz`{P|`}~`  U    *0    	  *0LMT EEST EET    TZif2                                   }Mȓ{ˮ`)ͬϏfЩyф`ҊP6c`-P``m  ﰳpy%ZY sp;Up6E p 9۾p      %    g    Yp    I     ap    +     C    Հ    $Ep    	     
x    
<            1p         d    t(    p    U\     np    7     OP            H     p    {    <         pp    4         g     p    !a     "z\p    #D      $b'p    %%S    &<p    '     (    (纀    * {    *?    +p    ,s     -    .    /    0k    1    2J    3_    4*    5?    6
    7(`    7P    9`    9ӱP    :`    ;P    <|`    =uP    >^`    ?sWP    @z    A\s    Bq\    C<U    DQ>    EP    F1     FjP    H    H    I    JP    K`    La    LX    LP    Su8    S    Sڼ`    T$P    dJ`    e:P    f*`    g#    h
`    i    i`    j    kӲ    lÕ    m    nw    ov    pY    qsX    rlvP    sS:    tLXP    u<W`    v,:P    w9`    xP    x`    yP    z`    {P    |`    }    ~`      U    *0    	  *0LMT EEST EET    
EET-2EEST,M4.5.5/0,M10.5.4/24
TZif2                  	   	          	      &0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	I !N ,( .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻpp )X P 	: 0  	l 	 
N 0  qޠ.Qy1X#8Ɛ͐㯐Ñk lr!M"LT#a/$,6%JK&'*-'4)
)*+,Ӑ-ڐ./t01]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                        LMT DMT IST BST GMT           TZif2                  	   	          	   W
&0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	I !N ,( .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻp    p     )X     P     	:     0          	l     	     
N         0              qޠ    .    Q    y    1    X    #    8Ɛ    ͐        㯐        Ñ                    k     lr    !M    "LT    #a/    $,6    %JK    &    '*-    '4    )
    )    *    +    ,Ӑ    -ڐ    .    /t    0    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                            LMT DMT IST BST GMT           
IST-1GMT0,M10.5.0,M3.5.0/1
TZif2                                           GMT TZif2                                           GMT 
GMT0
TZif2                                           GMT TZif2                                           GMT 
GMT0
TZif2                                       -01 TZif2                                       -01 
<-01>1
TZif2                                     s`  -10 TZif2                                     s`  -10 
<-10>10
TZif2                                     eP  -11 TZif2                                     eP  -11 
<-11>11
TZif2                                     W@  -12 TZif2                                     W@  -12 
<-12>12
TZif2                                       -02 TZif2                                       -02 
<-02>2
TZif2                                       -03 TZif2                                       -03 
<-03>3
TZif2                                       -04 TZif2                                       -04 
<-04>4
TZif2                                       -05 TZif2                                       -05 
<-05>5
TZif2                                       -06 TZif2                                       -06 
<-06>6
TZif2                                       -07 TZif2                                       -07 
<-07>7
TZif2                                       -08 TZif2                                       -08 
<-08>8
TZif2                                     p  -09 TZif2                                     p  -09 
<-09>9
TZif2                                           GMT TZif2                                           GMT 
GMT0
TZif2                                         +01 TZif2                                         +01 
<+01>-1
TZif2                                         +10 TZif2                                         +10 
<+10>-10
TZif2                                         +11 TZif2                                         +11 
<+11>-11
TZif2                                         +12 TZif2                                         +12 
<+12>-12
TZif2                                         +13 TZif2                                         +13 
<+13>-13
TZif2                                         +14 TZif2                                         +14 
<+14>-14
TZif2                                          +02 TZif2                                          +02 
<+02>-2
TZif2                                       *0  +03 TZif2                                       *0  +03 
<+03>-3
TZif2                                       8@  +04 TZif2                                       8@  +04 
<+04>-4
TZif2                                       FP  +05 TZif2                                       FP  +05 
<+05>-5
TZif2                                       T`  +06 TZif2                                       T`  +06 
<+06>-6
TZif2                                       bp  +07 TZif2                                       bp  +07 
<+07>-7
TZif2                                       p  +08 TZif2                                       p  +08 
<+08>-8
TZif2                                       ~  +09 TZif2                                       ~  +09 
<+09>-9
TZif2                                           GMT TZif2                                           GMT 
GMT0
TZif2                                           GMT TZif2                                           GMT 
GMT0
TZif2                                           UTC TZif2                                           UTC 
UTC0
TZif2                                           UTC TZif2                                           UTC 
UTC0
TZif2                                           UTC TZif2                                           UTC 
UTC0
TZif2                                           UTC TZif2                                           UTC 
UTC0
TZif2                                     DI%pٮ0`~p.zL5^#p%5'*}4p_PAɧ#OpkpLrP.IZ 02v㠹Ԡ֋      x h Xy ?/8[ : X֠	J Kͩ΢Cϒ4n^rN@ӑ@K#cEt6d'TMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
                                       LMT WET CET CEST WEST             TZif2                                  Vm DI%pٮ0`~p.zL5^#p%5'*}4p_PAɧ#OpkpLrP.IZ 02vԠ֋      x h Xy ?/8[ : X֠	J Kͩ΢Cϒ4n^rN@ӑ@K#    c        E    t6    d'    T    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    	




























































                                          LMT BMT WET CET CEST WEST               
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                            l         A | lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y  l                LMT WET CET CEST       TZif2                            l      ~6A                 |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y      l                LMT WET CET CEST       
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                      	       A   	   EtP'0@ 50̅te|V lG!\8"L)#<$,%
&''p'p)`*p+p,p-p.p/tp0dp1]2r3=4Ry562[6b8xp8D9Zp:&;<p<Cp=p>%p? p@fpABEpCcD%pECFpG#GIIΫJKḶpMoTL`Vp  -    *0   FP  8@   8@   FP  8@  *0   8@ LMT +03 +05 +04     TZif2                      	       A   	   EtP    '    0    @             50    ̅            t    e    |V     lG    !\8    "L)    #<    $,    %
    &    ''p    'p    )`    *p    +p    ,p    -p    .p    /tp    0dp    1]    2r    3=    4Ry    5    62[    6b    8xp    8D    9Zp    :&    ;<p    <Cp    =p    >%p    ? p    @fp    A    BEp    Cc    D%p    EC    Fp    G#    G    I    IΫ    J    K    Ḷp    Mo    TL`    Vp      -    *0   FP  8@   8@   FP  8@  *0   8@ LMT +03 +05 +04     
<+04>-4
TZif2                  
   
          
      !|ƯcPKͪL΢ϓip`߷
P	^``ͮ  U]7jd{RF`3P#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y																																																									  <    <   *0            *0      *0    LMT AMT EEST EET CET CEST               TZif2                  
   
          
   t?D!|ƯcPKͪL΢ϓip`߷
P    	^`    `    ͮ          U    ]    7    j    d{    R    F`    3P    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    																																																									  <    <   *0            *0      *0    LMT AMT EEST EET CET CEST               
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                                     & 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻpp )X P 	: 0  	l 	 
N 0  qޠ.Qy1X#8Ɛ͐㯐Ñk lr!M"LT#a/$,6%JK&'*-'4)
)*+,Ӑ-ڐ./t01]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                           LMT BST GMT BDST          TZif2                                  ]	& 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻp    p     )X     P     	:     0          	l     	     
N         0              qޠ    .    Q    y    1    X    #    8Ɛ    ͐        㯐        Ñ                    k     lr    !M    "LT    #a/    $,6    %JK    &    '*-    '4    )
    )    *    +    ,Ӑ    -ڐ    .    /t    0    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                               LMT BST GMT BDST          
GMT0BST,M3.5.0/1,M10.5.0
TZif2                            w         5Kͩ΢Cϒ4Ђ%ѡN@㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y  8                    LMT CET CEST         TZif2                            w      ^<H5Kͩ΢Cϒ4Ђ%ѡN@    㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y      8                    LMT CET CEST         
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                  	   	          	      `ٮ	qKͩ΢Cϒ4Ђ%rѶ XҡOcK#9 gըs ),	xMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y          	      	  *0  *0      	LMT CEST CET CEMT            TZif2                  	   	          	   oa`ٮ	qKͩ΢Cϒ4Ђ%rѶ XҡOcK#9 gըs ),	x    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y              	      	  *0  *0      	LMT CEST CET CEMT            
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     `ٮ	qKͩ΢Cϒ4Ђ%rbӀIԓ r L8),	pxd'TMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y          	      	          	LMT CEST CET GMT           TZif2                  	   	          	   Il`ٮ	qKͩ΢Cϒ4Ђ%rbӀIԓ r L8),	px    d'    T    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                                 LMT PMT CEST CET GMT             
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     DI%pٮ0`~p.zL5^#p%5'*}4p_PAɧ#OpkpLrP.IZ 02v㠹Ԡ֋      x h Xy ?/8[ : X֠	J Kͩ΢Cϒ4n^rN@ӑ@K#cEt6d'TMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
                                       LMT WET CET CEST WEST             TZif2                                  Vm DI%pٮ0`~p.zL5^#p%5'*}4p_PAɧ#OpkpLrP.IZ 02vԠ֋      x h Xy ?/8[ : X֠	J Kͩ΢Cϒ4n^rN@ӑ@K#    c        E    t6    d'    T    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    	




























































                                          LMT BMT WET CET CEST WEST               
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     >``ߍ`~`ȩླྀྨ࿘|mx^hOX@H18"(`SPM3`#݀΀㡀ӒÃ    |s  ld !\U "LF #<7 $,( % &
 '5'
`(`)`*`+`,`-`.P/t`0duP1]2r{3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y  x    x   *0      *0      *0    LMT BMT EEST EET           TZif2                                  l>``ߍ`~`ȩ|mx^hOX@H18"(    `    SP    M    3`    #݀    ΀            㡀    Ӓ    Ã                        |s      ld     !\U     "LF     #<7     $,(     %     &
     '5    '
`    (`    )`    *`    +`    ,`    -`    .P    /t`    0duP    1]    2r{    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y      x    x   *0      *0      *0    LMT BMT EEST EET           
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                                     `ٮdypM`Kͩ΢Cϒ4Ђ%љxҊpPK9)	x⢨Q`䂧1tTM'3p#pppppӄpÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y          	      	      	LMT CEST CET         TZif2                                  k`ٮdypM`Kͩ΢Cϒ4Ђ%љxҊpPK9)	x⢨Q`䂧1tT    M'    3p    #p    p    p    p    p    ӄp    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y              	      	      	LMT CEST CET         
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                            w         j q L S #ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y           	      	LMT CEST CET       TZif2                            x      $qj q L S     #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                        LMT BMT CEST CET         
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                   &   k>``ߍ`~`ȩླྀྨ࿘|mx^hOX@H18"(ȼ`w}PKͩ΢Cϒ4N`'@PC@̓s|d lU!\F"L7#<($,%
&&CL'5'&()`*P+`,P-`.P/t`0duP1]2r{3= 4R 5 62j 6q 88S 9h:5 ;J<Q=,>3?@fA+ BECd D%ـEC FG# G I Iκ J K ḺM~ NOn` PuQW|RlWS7^TL9U@V,V"X8 XY Z[ \ ] ^ _ `_ a}܀b? c]d e=fgg艀hdikjFkMlc m/nE ohp' qQ. rf	 s1 tE u v/v xxж yˀz {έ|}~yq	



         x   *0          *0           8@  *0 "  *0 "  8@  *0    LMT CMT BMT EEST EET CET CEST MSD MSK           TZif2                                   &Vk>``ߍ`~`ȩ|mx^hOX@H18"(ȼ`w}PKͩ΢Cϒ4N`    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %
    &    &CL    '5    '&    (    )`    *P    +`    ,P    -`    .P    /t`    0duP    1]    2r{    3=     4R     5     62j     6q     8    8S     9h    :5     ;J    <Q    =,    >3    ?    @f    A+     BE    Cd     D%ـ    EC     F    G#     G     I     Iκ     J     K     Ḻ    M~     N    On`     Pu    QW|    RlW    S7^    TL9    U@    V,    V"    X8     X    Y     Z    [     \     ]     ^     _     `_     a}܀    b?     c]    d     e=    f    g    g艀    hd    ik    jF    kM    lc     m/    nE     oh    p'     qQ.     rf	     s1     tE     u     v/    v     x    xж     yˀ    z     {έ    |    }    ~y    q	



         x   *0          *0           8@  *0 "  *0 "  8@  *0    LMT CMT BMT EEST EET CET CEST MSD MSK           
EET-2EEST,M3.5.0,M10.5.0/3
TZif2                  	   	          	      `ٮ	qKͩ΢Cϒ4Ђ%rѶ XҡOcK#9 gըs ),	xMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y          	      	  *0  *0      	LMT CEST CET CEMT            TZif2                  	   	          	   oa`ٮ	qKͩ΢Cϒ4Ђ%rѶ XҡOcK#9 gըs ),	x    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y              	      	  *0  *0      	LMT CEST CET CEMT            
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                  	   	          	      &0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	I !N ,( .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻpp )X P 	: 0  	l 	 
N 0  qޠ.Qy1X#8Ɛ͐㯐Ñk lr!M"LT#a/$,6%JK&'*-'4)
)*+,Ӑ-ڐ./t01]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                        LMT DMT IST BST GMT           TZif2                  	   	          	   W
&0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	I !N ,( .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻp    p     )X     P     	:     0          	l     	     
N         0              qޠ    .    Q    y    1    X    #    8Ɛ    ͐        㯐        Ñ                    k     lr    !M    "LT    #a/    $,6    %JK    &    '*-    '4    )
    )    *    +    ,Ӑ    -ڐ    .    /t    0    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                            LMT DMT IST BST GMT           
IST-1GMT0,M10.5.0,M3.5.0/1
TZif2                                     & 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                          LMT BST GMT BDST CET CEST          TZif2                                  W
& 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                              LMT BST GMT BDST CET CEST          
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     & 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻpp )X P 	: 0  	l 	 
N 0  qޠ.Qy1X#8Ɛ͐㯐Ñk lr!M"LT#a/$,6%JK&'*-'4)
)*+,Ӑ-ڐ./t01]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                           LMT BST GMT BDST          TZif2                                  ]	& 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻp    p     )X     P     	:     0          	l     	     
N         0              qޠ    .    Q    y    1    X    #    8Ɛ    ͐        㯐        Ñ                    k     lr    !M    "LT    #a/    $,6    %JK    &    '*-    '4    )
    )    *    +    ,Ӑ    -ڐ    .    /t    0    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                               LMT BST GMT BDST          
GMT0BST,M3.5.0/1,M10.5.0
TZif2                            v         soQ``#݀΀㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y  e    e   *0      *0    LMT HMT EEST EET         TZif2                            v      S&soQ``    #݀    ΀            㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y      e    e   *0      *0    LMT HMT EEST EET         
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                                     & 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻpp )X P 	: 0  	l 	 
N 0  qޠ.Qy1X#8Ɛ͐㯐Ñk lr!M"LT#a/$,6%JK&'*-'4)
)*+,Ӑ-ڐ./t01]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                           LMT BST GMT BDST          TZif2                                  ]	& 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻp    p     )X     P     	:     0          	l     	     
N         0              qޠ    .    Q    y    1    X    #    8Ɛ    ͐        㯐        Ñ                    k     lr    !M    "LT    #a/    $,6    %JK    &    '*-    '4    )
    )    *    +    ,Ӑ    -ڐ    .    /t    0    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                               LMT BST GMT BDST          
GMT0BST,M3.5.0/1,M10.5.0
TZif2                            t         `վТec{PN`?Ц%''Ъ((`Ы1Pȁ?PJ`΀Pˮ`k	PӢ9`CPL){+	]`?\P`ݲ>P`bPh`8np9pu 	|p	 
^p@pUp7Ppܰ1ps|d lU!\F"L7#<($,%
&''p'p(	p)p*p+p,p-.p/tp0dp1]2r3=4Ry562[6b8xp8D9Zp:&;<p<Cp=p>%p? p@fpABEpCcD%pECFɐG#GIIJKL̿MݐNOnnPQWRleS8TLGUNV>V0W.P									  (    h   *0      *0   8@  *0      *0      *0 LMT IMT EEST EET +03 +04                 TZif2                            t      V`վec{PN`?%''((`1Pȁ?PJ`΀Pˮ`k	PӢ9`CPL){+	]`?\P`ݲ>P`bPh`8    np    9p    u     	|p    	     
^p        @p    U    p    7    P    p    ܰ            1p    s    |d     lU    !\F    "L7    #<(    $,    %
    &    ''p    'p    (	p    )p    *p    +p    ,p    -    .p    /tp    0dp    1]    2r    3=    4Ry    5    62[    6b    8xp    8D    9Zp    :&    ;<p    <Cp    =p    >%p    ? p    @fp    A    BEp    Cc    D%p    EC    Fɐ    G#    G    I    I    J    K    L̿    Mݐ    N    Onn    P    QW    Rle    S8    TLG    UN    V>    V0    W.P    									  (    h   *0      *0   8@  *0      *0      *0 LMT IMT EEST EET +03 +04                 
<+03>-3
TZif2                                     & 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻpp )X P 	: 0  	l 	 
N 0  qޠ.Qy1X#8Ɛ͐㯐Ñk lr!M"LT#a/$,6%JK&'*-'4)
)*+,Ӑ-ڐ./t01]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                           LMT BST GMT BDST          TZif2                                  ]	& 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻp    p     )X     P     	:     0          	l     	     
N         0              qޠ    .    Q    y    1    X    #    8Ɛ    ͐        㯐        Ñ                    k     lr    !M    "LT    #a/    $,6    %JK    &    '*-    '4    )
    )    *    +    ,Ӑ    -ڐ    .    /t    0    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                               LMT BST GMT BDST          
GMT0BST,M3.5.0/1,M10.5.0
TZif2                             P      "   `ٮ	qKͩ΢Cϒ4Ђ%r|wѕ`ҊPY'@PC@̓s|d lU!\F"L7#<($,% &
 '5'&()*+,ۀ-̀./t0d1] 2r 3= 4R 5 62j 6q 88S 9h:5 ;J<Q=,>3?@fA+ BECd D%ـEC FG# G I Iκ J K ḺM~ TL+p	
	
	
	
	  8        	      	  *0      8@  *0   *0   8@  *0      *0     LMT CEST CET EEST EET MSD MSK +03        TZif2                             P      "o[H`ٮ	qKͩ΢Cϒ4Ђ%r|wѕ`ҊPY    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %     &
     '5    '&    (    )    *    +    ,ۀ    -̀    .    /t    0d    1]     2r     3=     4R     5     62j     6q     8    8S     9h    :5     ;J    <Q    =,    >3    ?    @f    A+     BE    Cd     D%ـ    EC     F    G#     G     I     Iκ     J     K     Ḻ    M~     TL+p	
	
	
	
	  8        	      	  *0      8@  *0   *0   8@  *0      *0     LMT CEST CET EEST EET MSD MSK +03        
EET-2
TZif2                            y      "   d`.Kͩ΢Cͨp'@PC@̓s|d lU!\F"L7#<($,%
&& ()*+,ۀ-̀./t0d1] 2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y						
             *0            8@  *0   8@  *0      *0      *0LMT KMT EET MSK CET CEST MSD EEST                     TZif2                            y      "Vdd`.Kͩ΢Cͨp    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %
    &    &     (    )    *    +    ,ۀ    -̀    .    /t    0d    1]     2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    						
             *0            8@  *0   8@  *0      *0      *0LMT KMT EET MSK CET CEST MSD EEST                     
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                  
   
       ?   
    9P'0@ 50̅te|V lG!\8"L)#<$,%
&''p'p)`*p+p,p-p.p/tp0dp1]2r3=4Ry562[6b8xp8D9Zp:&;<p<Cp=p>%p? p@fpABEpCcD%pECFpG#GIIΫJKḶpMoTL`  .    *0   FP  8@   8@   FP  8@  *0   8@   *0 LMT +03 +05 +04 MSD MSK             TZif2                  
   
       ?   
    9P    '    0    @             50    ̅            t    e    |V     lG    !\8    "L)    #<    $,    %
    &    ''p    'p    )`    *p    +p    ,p    -p    .p    /tp    0dp    1]    2r    3=    4Ry    5    62[    6b    8xp    8D    9Zp    :&    ;<p    <Cp    =p    >%p    ? p    @fp    A    BEp    Cc    D%p    EC    Fp    G#    G    I    IΫ    J    K    Ḷp    Mo    TL`  .    *0   FP  8@   8@   FP  8@  *0   8@   *0 LMT +03 +05 +04 MSD MSK             
MSK-3
TZif2                            y      "   d`.Kͩ΢Cͨp'@PC@̓s|d lU!\F"L7#<($,%
&& ()*+,ۀ-̀./t0d1] 2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y						
             *0            8@  *0   8@  *0      *0      *0LMT KMT EET MSK CET CEST MSD EEST                     TZif2                            y      "Vdd`.Kͩ΢Cͨp    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %
    &    &     (    )    *    +    ,ۀ    -̀    .    /t    0d    1]     2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    						
             *0            8@  *0   8@  *0      *0      *0LMT KMT EET MSK CET CEST MSD EEST                     
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                                     掀KmpǀɃp~/ _bpA瀣nop# Op_ɧ#Opkp"prpPp2Lppppȷ𽸨_pxlh]XN?p80:Xppp pb˵R̀Kܢ͕4K`rſpuϬgRХpTьI2f҅pYI9 )  	   w h ܹY ݲޢuߒfWrHb9R*B2!)          z j cSC3#sdUF7*   Et6d'TMD3#݀΀㡀ӒÃ   | lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y 	
	
	
	c         	       	        	                  	LMT WEST WET WEMT CET CEST           TZif2                                  ^=掀KmpǀɃp~/ _bpAnop# Op_ɧ#Opkp"prpPp2Lppppȷ_pxlh]XN?p80:Xppp pb˵R̀Kܢ͕4K`rſpuϬgRХpTьI2f҅pYI9 )  	   w h ܹY ݲޢuߒfWrHb9R*B2!)          z j cSC3#sdUF7    *               E    t6    d'    T    MD    3    #݀    ΀            㡀    Ӓ    Ã                       |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y     	
	
	
	c         	       	        	                  	LMT WEST WET WEMT CET CEST           
WET0WEST,M3.5.0/1,M10.5.0
TZif2                            w         5Kͩ΢Cϒ4Ђ%ѡN@㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y  8                    LMT CET CEST         TZif2                            w      ^<H5Kͩ΢Cϒ4Ђ%ѡN@    㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y      8                    LMT CET CEST         
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     & 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻpp )X P 	: 0  	l 	 
N 0  qޠ.Qy1X#8Ɛ͐㯐Ñk lr!M"LT#a/$,6%JK&'*-'4)
)*+,Ӑ-ڐ./t01]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                           LMT BST GMT BDST          TZif2                                  ]	& 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻp    p     )X     P     	:     0          	l     	     
N         0              qޠ    .    Q    y    1    X    #    8Ɛ    ͐        㯐        Ñ                    k     lr    !M    "LT    #a/    $,6    %JK    &    '*-    '4    )
    )    *    +    ,Ӑ    -ڐ    .    /t    0    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                               LMT BST GMT BDST          
GMT0BST,M3.5.0/1,M10.5.0
TZif2                                     DI%pٮ0`~p.zL5^#p%5'*}4p_PAɧ#OpkpLrP.IZ 02v㠹Ԡ֋      x h Xy ?/8[ : X֠	J Kͩ΢Cϒ4n^rN@ӑ@K#cEt6d'TMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
                                       LMT WET CET CEST WEST             TZif2                                  Vm DI%pٮ0`~p.zL5^#p%5'*}4p_PAɧ#OpkpLrP.IZ 02vԠ֋      x h Xy ?/8[ : X֠	J Kͩ΢Cϒ4n^rN@ӑ@K#    c        E    t6    d'    T    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    	




























































                                          LMT BMT WET CET CEST WEST               
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     9 lpn ɧ2 Op z p0rpPX] H?m9t`![`̕qK`Πpϣ-`Ѐpу``pb`@{pF[p	
tp9`Et6d'TMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
         	        	                  LMT WEST WET WEMT CEST CET              TZif2                                  ~6 9 lpn ɧ2 Op z p0rpPX] H?m9t`![`̕qK`Πpϣ-`Ѐpу``pb`@{pF[        p    	    
tp            9`        E    t6    d'    T    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
         	        	                  LMT WEST WET WEMT CEST CET              
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     8p `p`~`\7pL`l5Kͩ΢Cϐn^rL>1Ip)뀐	3ppp ŲbpZpBwpv+3p
$pp4p	
ؐрavAE[* #ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y          	   	         	LMT CEST CET         TZif2                                  pd8p `p`~`\7pL`l5Kͩ΢Cϐn^rL>1Ip)뀐	3ppp     Ų    bp    Zp    Bwp    v    +    3p    
$p    p    4p    	    
            ؐ    р        a    v    A    E[    *     #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y              	   	         	LMT CEST CET         
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                            v         soQ``#݀΀㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y  e    e   *0      *0    LMT HMT EEST EET         TZif2                            v      S&soQ``    #݀    ΀            㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y      e    e   *0      *0    LMT HMT EEST EET         
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                             E      &   8`^pKͩ΢Cϒ4
`'@PC@̓s|d lU!\F"L7#<($,%
'p()*+,ۀ-̀./t0d1] 2r 3= 4R 5 62j 6q 88S 9h:5 ;J<Q=,>3?@fA+ BECd D%ـEC FG# G I Iκ J K ḺM~ 					



















             *0            8@  *0   8@  *0      *0 "LMT MMT EET MSK CET CEST MSD EEST +03       TZif2                             E      &V(8`^pKͩ΢Cϒ4
`    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %
    'p    (    )    *    +    ,ۀ    -̀    .    /t    0d    1]     2r     3=     4R     5     62j     6q     8    8S     9h    :5     ;J    <Q    =,    >3    ?    @f    A+     BE    Cd     D%ـ    EC     F    G#     G     I     Iκ     J     K     Ḻ    M~     					



















             *0            8@  *0   8@  *0      *0 "LMT MMT EET MSK CET CEST MSD EEST +03       
<+03>-3
TZif2                                     `POGx,ppHp*`.zL5^#p%5'X&p}4p_PAɧ#Opkp"prpPpI//p2Lpppp`ȷ𽸨_pxlh]XN?p80:Xp	l'Kͩ΢Cϒ4OЉrN@9 cEt6d'TMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y		

  1    1                                    LMT PMT WEST WET CET CEST WEMT                   TZif2                                  kɛ`POGx,ppHp*`.zL5^#p%5'X&p}4p_PAɧ#Opkp"prpPpI//p2Lpppp`ȷ_pxlh]XN?p80:Xp	l'Kͩ΢Cϒ4OЉrN@    9         c        E    t6    d'    T    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    		

  1    1                                    LMT PMT WEST WET CET CEST WEMT                   
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                            N      &   _ǝ>y*9iWl 9<@m=2h=EP`'@PC@̓s|d lU!\F"L7#<($,%
&''p'p()x)p*p+p,p-p.p/tp0dp1]2r3=4Ry562[6b8xp8D9Zp:&;<p<Cp=p>%p? p@fpABEpCcD%pECFpG#GIIΫJKḶpMoTL`	



























  #9    #9   1  #w   ?  8@  *0   8@  FP      *0   8@  *0!      8@   8@  *0 LMT MMT MST MDST MSD MSK +05 EET EEST                          TZif2                            N      &V_>y*9iWl 9<@m=2h=EP`    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %
    &    ''p    'p    (    )x    )p    *p    +p    ,p    -p    .p    /tp    0dp    1]    2r    3=    4Ry    5    62[    6b    8xp    8D    9Zp    :&    ;<p    <Cp    =p    >%p    ? p    @fp    A    BEp    Cc    D%p    EC    Fp    G#    G    I    IΫ    J    K    Ḷp    Mo    TL`	



























  #9    #9   1  #w   ?  8@  *0   8@  FP      *0   8@  *0!      8@   8@  *0 LMT MMT MST MDST MSD MSK +05 EET EEST                          
MSK-3
TZif2                                  w	
ݒdP9``uOc`SPM3P#`P`P`hPg`fe|H lG!\*"L)#<$,%&'P'
`(P)`*P+`,P-`.P/t`0duP1]2M3=4-s5r62x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y  H    *0    	    	  *0LMT EEST EET       TZif2                                  w    	    
ݒ    d    P    9`        `    uO    c`    SP    M    3P    #`    P    `    P    `    hP    g`            f    e    |H     lG    !\*    "L)    #<    $,    %    &    'P    '
`    (P    )`    *P    +`    ,P    -`    .P    /t`    0duP    1]    2M    3=    4-s    5r    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y      H    *0    	    	  *0LMT EEST EET       
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                  	   	          	      `ٮ	qKͩ΢Cϒ4Ђ%rѶ XҡOcK#9 gըs ),	xMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y          	      	  *0  *0      	LMT CEST CET CEMT            TZif2                  	   	          	   oa`ٮ	qKͩ΢Cϒ4Ђ%rѶ XҡOcK#9 gըs ),	x    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y              	      	  *0  *0      	LMT CEST CET CEMT            
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     `POGx,ppHp*`.zL5^#p%5'X&p}4p_PAɧ#Opkp"prpPpI//p2Lpppp`ȷ𽸨_pxlh]XN?p80:Xp	l'Kͩ΢Cϒ4OЉrN@9 cEt6d'TMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y		

  1    1                                    LMT PMT WEST WET CET CEST WEMT                   TZif2                                  kɛ`POGx,ppHp*`.zL5^#p%5'X&p}4p_PAɧ#Opkp"prpPpI//p2Lpppp`ȷ_pxlh]XN?p80:Xp	l'Kͩ΢Cϒ4OЉrN@    9         c        E    t6    d'    T    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    		

  1    1                                    LMT PMT WEST WET CET CEST WEMT                   
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                            w         5Kͩ΢Cϒ4Ђ%ѡN@㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y  8                    LMT CET CEST         TZif2                            w      ^<H5Kͩ΢Cϒ4Ђ%ѡN@    㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y      8                    LMT CET CEST         
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     `ٮ	qKͩ΢Cϒ4Ђ%rbӀIԓ r L8),	pxd'TMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y          	      	          	LMT CEST CET GMT           TZif2                  	   	          	   Il`ٮ	qKͩ΢Cϒ4Ђ%rbӀIԓ r L8),	px    d'    T    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                                 LMT PMT CEST CET GMT             
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                            ~      &   F~˂ȯd`bePKͩ΢Cϒ4Ђ%Аp'@PC@̓s|d lU!\F"L7#<($,% &
 '5'&()*+,ۀ-̀./t0d1] 2M 3=4R562x68:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y	
	
	
	
	         $      *0            8@  *0   8@  *0!      *0!    LMT RMT LST EET MSK CET CEST MSD EEST                     TZif2                            ~      &V^F~˂ȯd`bePKͩ΢Cϒ4Ђ%Аp    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %     &
     '5    '&    (    )    *    +    ,ۀ    -̀    .    /t    0d    1]     2M     3=    4R    5    62x    6    8    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    	
	
	
	
	         $      *0            8@  *0   8@  *0!      *0!    LMT RMT LST EET MSK CET CEST MSD EEST                     
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                                     8p `p`~`\7pL`l5Kͩ΢Cϒ4n^rL>1Ip)뀐	3ppp ŲbpZpBwpv+npuE:W
.Wp
99pptppSpMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y          	   	      	   LMT CEST CET         TZif2                                  >(Lpp8p `p`~`\7pL`l5Kͩ΢Cϒ4n^rL>1Ip)뀐	3ppp     Ų    bp    Zp    Bwp    v    +    np    u    E:    W    
.Wp    
9    9p                p    tp    p    Sp    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                             LMT RMT CEST CET           
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                            A       9P'0@ 50̅te|V lG!\8"L)#<$,%
&''p'p()  )`*`+`,`-`.`/t`0d`1]2r3=4Rk5r62M6T8j`869L`:;.`<5`=`>`?`@e`ABE`CcD%`ECF`G#GIIΝJxKḶpMo  .    *0   8@   FP  8@   FP  8@  *0   *0  8@  8@ LMT +03 +04 +05              TZif2                            A       9P    '    0    @             50    ̅            t    e    |V     lG    !\8    "L)    #<    $,    %
    &    ''p    'p    (    )      )`    *`    +`    ,`    -`    .`    /t`    0d`    1]    2r    3=    4Rk    5r    62M    6T    8j`    86    9L`    :    ;.`    <5`    =`    >`    ?`    @e`    A    BE`    Cc    D%`    EC    F`    G#    G    I    IΝ    Jx    K    Ḷp    Mo      .    *0   8@   FP  8@   FP  8@  *0   *0  8@  8@ LMT +03 +04 +05              
<+04>-4
TZif2                                     8p `p`~`\7pL`l5Kͩ΢Cϒ4n^rL>1Ip)뀐	3ppp ŲbpZpBwpv+npuE:W
.Wp
99pptppSpMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y          	   	      	   LMT CEST CET         TZif2                                  >(Lpp8p `p`~`\7pL`l5Kͩ΢Cϒ4n^rL>1Ip)뀐	3ppp     Ų    bp    Zp    Bwp    v    +    np    u    E:    W    
.Wp    
9    9p                p    tp    p    Sp    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                             LMT RMT CEST CET           
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                            w         5Kͩ΢Cϒ4Ђ%ѡN@㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y  8                    LMT CET CEST         TZif2                            w      ^<H5Kͩ΢Cϒ4Ђ%ѡN@    㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y      8                    LMT CET CEST         
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                  	   	       A   	    9P'0@ 50̅te|V lG!\8"L)#<($,%
&''p'p)`*p+p,p-p.p/tp0dp1]2r3=4Ry562[6b8xp8D9Zp:&;<p<Cp=p>%p? p@fpABEpCcD%pECFpG#GIIΫJKḶpMoTL`XCNp  +2    *0   FP  8@   8@   FP  8@  *0   8@ LMT +03 +05 +04            TZif2                  	   	       A   	    9P    '    0    @             50    ̅            t    e    |V     lG    !\8    "L)    #<(    $,    %
    &    ''p    'p    )`    *p    +p    ,p    -p    .p    /tp    0dp    1]    2r    3=    4Ry    5    62[    6b    8xp    8D    9Zp    :&    ;<p    <Cp    =p    >%p    ? p    @fp    A    BEp    Cc    D%p    EC    Fp    G#    G    I    IΫ    J    K    Ḷp    Mo    TL`    XCNp      +2    *0   FP  8@   8@   FP  8@  *0   8@ LMT +03 +05 +04            
<+04>-4
TZif2                            K      "    `Kͩ΢Cϒ4ϟ8'@PC@̓s|d lU!\F"L7#<($,%
&.)*+,ۀ-̀-.p/tp0dp1]2r 3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7^TL`					


		             *0            8@  *0   8@  *0      *0      8@   *0 LMT SMT EET MSK CET CEST MSD EEST                      TZif2                            K      "V `Kͩ΢Cϒ4ϟ8    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %
    &.    )    *    +    ,ۀ    -̀    -    .p    /tp    0dp    1]    2r     3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7^    TL`					


		             *0            8@  *0   8@  *0      *0      8@   *0 LMT SMT EET MSK CET CEST MSD EEST                      
MSK-3
TZif2                            w         5Kͩ΢Cϒ4Ђ%ѡN@㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y  8                    LMT CET CEST         TZif2                            w      ^<H5Kͩ΢Cϒ4Ђ%ѡN@    㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y      8                    LMT CET CEST         
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                  	   	       }   	      Kͩ΢Cϒ4Ђ%r$ cPU?M5!,p㡀ӒÃ    |s  ld !\U "LF #<7 $,( % &
 '5'
`(P)`*P+`,P-`.P/t`0duP1]2r{3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                *0      *0  *0    LMT EET CET CEST EEST           TZif2                  
   
       ~   
   V$rKͩ΢Cϒ4Ђ%r$     cP    U?    M    5!    ,    p            㡀    Ӓ    Ã                        |s      ld     !\U     "LF     #<7     $,(     %     &
     '5    '
`    (P    )`    *P    +`    ,P    -`    .P    /t`    0duP    1]    2r{    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    																																									      h             *0      *0  *0    LMT IMT EET CET CEST EEST             
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                  	   	          	      `ٮ	qKͩ΢Cϒ4Ђ%rѶ XҡOcK#9 gըs ),	xMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y          	      	  *0  *0      	LMT CEST CET CEMT            TZif2                  	   	          	   oa`ٮ	qKͩ΢Cϒ4Ђ%rѶ XҡOcK#9 gըs ),	x    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y              	      	  *0  *0      	LMT CEST CET CEMT            
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                            {      "   Y-̞ +psoLȰƗPKͩ΢Cϒ4t'@PC@̓s|d lU!\F"L7#<($,% &
 '5'&()*+,ۀ-̀./t0d1] 2r 3= 4R 5 62x68<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y	
	
	
	
	  4    4                *0      8@  *0   8@  *0          *0LMT TMT CEST CET EET MSK MSD EEST                     TZif2                            {      "VY- +psoLȰƗPKͩ΢Cϒ4t    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %     &
     '5    '&    (    )    *    +    ,ۀ    -̀    .    /t    0d    1]     2r     3=     4R     5     62x    6    8    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    	
	
	
	
	  4    4                *0      8@  *0   8@  *0          *0LMT TMT CEST CET EET MSK MSD EEST                     
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                                  4hmpKͩ͸(9>`
x
qOpH`k*`pt`pS`pp;`Hp`1 p_`̯| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                LMT CET CEST       TZif2                                  4hmpKͩ͸    (9    >`    
x    
q    Op    H`    k    *`    p    t`    p    S`    pp    ;`    Hp    `    1         p    _`    ̯                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                    LMT CET CEST       
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                   &   k>``ߍ`~`ȩླྀྨ࿘|mx^hOX@H18"(ȼ`w}PKͩ΢Cϒ4N`'@PC@̓s|d lU!\F"L7#<($,%
&&CL'5'&()`*P+`,P-`.P/t`0duP1]2r{3= 4R 5 62j 6q 88S 9h:5 ;J<Q=,>3?@fA+ BECd D%ـEC FG# G I Iκ J K ḺM~ NOn` PuQW|RlWS7^TL9U@V,V"X8 XY Z[ \ ] ^ _ `_ a}܀b? c]d e=fgg艀hdikjFkMlc m/nE ohp' qQ. rf	 s1 tE u v/v xxж yˀz {έ|}~yq	



         x   *0          *0           8@  *0 "  *0 "  8@  *0    LMT CMT BMT EEST EET CET CEST MSD MSK           TZif2                                   &Vk>``ߍ`~`ȩ|mx^hOX@H18"(ȼ`w}PKͩ΢Cϒ4N`    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %
    &    &CL    '5    '&    (    )`    *P    +`    ,P    -`    .P    /t`    0duP    1]    2r{    3=     4R     5     62j     6q     8    8S     9h    :5     ;J    <Q    =,    >3    ?    @f    A+     BE    Cd     D%ـ    EC     F    G#     G     I     Iκ     J     K     Ḻ    M~     N    On`     Pu    QW|    RlW    S7^    TL9    U@    V,    V"    X8     X    Y     Z    [     \     ]     ^     _     `_     a}܀    b?     c]    d     e=    f    g    g艀    hd    ik    jF    kM    lc     m/    nE     oh    p'     qQ.     rf	     s1     tE     u     v/    v     x    xж     yˀ    z     {έ    |    }    ~y    q	



         x   *0          *0           8@  *0 "  *0 "  8@  *0    LMT CMT BMT EEST EET CET CEST MSD MSK           
EET-2EEST,M3.5.0,M10.5.0/3
TZif2                            C       9P'0@ 50̅te|V lG!\8"L)#<$,%
&''p'p()x)p*p+p,p-p.p/tp0dp1]2r3=4Ry562[6b8xp8D9Zp:&;<p<Cp=p>%p? p@fpABEpCcD%pECFpG#GIIΫJKḶpMoTL`Vp	  -`    *0   FP  8@   8@   FP  8@  *0   *0      8@  8@ LMT +03 +05 +04 +02               TZif2                            C       9P    '    0    @             50    ̅            t    e    |V     lG    !\8    "L)    #<    $,    %
    &    ''p    'p    (    )x    )p    *p    +p    ,p    -p    .p    /tp    0dp    1]    2r    3=    4Ry    5    62[    6b    8xp    8D    9Zp    :&    ;<p    <Cp    =p    >%p    ? p    @fp    A    BEp    Cc    D%p    EC    Fp    G#    G    I    IΫ    J    K    Ḷp    Mo    TL`    Vp    	  -`    *0   FP  8@   8@   FP  8@  *0   *0      8@  8@ LMT +03 +05 +04 +02               
<+04>-4
TZif2                            y      "   d`.Kͩ΢Cͨp'@PC@̓s|d lU!\F"L7#<($,%
&& ()*+,ۀ-̀./t0d1] 2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y						
             *0            8@  *0   8@  *0      *0      *0LMT KMT EET MSK CET CEST MSD EEST                     TZif2                            y      "Vdd`.Kͩ΢Cͨp    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %
    &    &     (    )    *    +    ,ۀ    -̀    .    /t    0d    1]     2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    						
             *0            8@  *0   8@  *0      *0      *0LMT KMT EET MSK CET CEST MSD EEST                     
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                            w         j q L S #ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y           	      	LMT CEST CET       TZif2                            x      $qj q L S     #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                        LMT BMT CEST CET         
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     8p `p`~`\7pL`l5Kͩ΢Cϒ4n^rL>1Ip)뀐	3ppp ŲbpZpBwpv+npuE:W
.Wp
99pptppSpMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y          	   	      	   LMT CEST CET         TZif2                                  >(Lpp8p `p`~`\7pL`l5Kͩ΢Cϒ4n^rL>1Ip)뀐	3ppp     Ų    bp    Zp    Bwp    v    +    np    u    E:    W    
.Wp    
9    9p                p    tp    p    Sp    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                             LMT RMT CEST CET           
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     `ٮpD[	qKͩ΢Cϒ4Ђ%rEcK#9),	M'3`#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y  Q        	      	      	LMT CEST CET         TZif2                                  o_/`ٮpD[	qKͩ΢Cϒ4Ђ%rEcK#9),	    M'    3`    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y      Q        	      	      	LMT CEST CET         
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                            x      &   OPJ0fx`ȬpY*Kͩ΢Cϒ40='@PC@̓s|d lU!\F"L7#<($,% &
 '5'&()*+,ۀ-̀./t0d1] 2r 3= 4R 562x68>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y				




         h          *0            8@  *0   8@  *0!                *0!LMT WMT KMT CET EET MSK CEST MSD EEST                       TZif2                            x      &VDOPJ0fx`ȬpY*Kͩ΢Cϒ40=    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %     &
     '5    '&    (    )    *    +    ,ۀ    -̀    .    /t    0d    1]     2r     3=     4R     5    62x    6    8    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    				




         h          *0            8@  *0   8@  *0!                *0!LMT WMT KMT CET EET MSK CEST MSD EEST                       
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                      
       A   
   FܵP'0@ 50̅te|V lG!\8"L)#<($,%
&''p'p)`*p+p,p-p.p/tp0dp1]2r3=4Ry562[6b8xp8D9Zp:&;<p<Cp=p>%p? p@fpABEpCcD%pECFpG#GIIΫJKḶpMoTL`[_`  )    *0   8@   FP  8@   FP  8@  *0   8@   *0 LMT +03 +04 +05 MSD MSK     TZif2                      
       A   
   FP    '    0    @             50    ̅            t    e    |V     lG    !\8    "L)    #<(    $,    %
    &    ''p    'p    )`    *p    +p    ,p    -p    .p    /tp    0dp    1]    2r    3=    4Ry    5    62[    6b    8xp    8D    9Zp    :&    ;<p    <Cp    =p    >%p    ? p    @fp    A    BEp    Cc    D%p    EC    Fp    G#    G    I    IΫ    J    K    Ḷp    Mo    TL`    [    _`  )    *0   8@   FP  8@   FP  8@  *0   8@   *0 LMT +03 +04 +05 MSD MSK     
MSK-3
TZif2                                     *Л`ٮ e }|`vKͩ΢Cϒ4Є ѕpҊ`bpK#^),	xT ᥀і 캳   Z zw < ZY  :; }: U 7t(dT
M6 3#݀΀㡀ӒÃ    |s  ld !\U "LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
                     *0              LMT WMT CEST CET EEST EET               TZif2                                  VP*`ٮ e }|`vKͩ΢Cϒ4Є ѕpҊ`bpK#^),	xT ᥀і 캳   Z zw < ZY  :; }:     U         7    t(    d    T
    M6     3    #݀    ΀            㡀    Ӓ    Ã                        |s      ld     !\U     "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
                     *0              LMT WMT CEST CET EEST EET               
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                            w         5Kͩ΢Cϒ4Ђ%ѡN@㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y  8                    LMT CET CEST         TZif2                            w      ^<H5Kͩ΢Cϒ4Ђ%ѡN@    㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y      8                    LMT CET CEST         
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                            y      "   d`.Kͩ΢Cͨp'@PC@̓s|d lU!\F"L7#<($,%
&& ()*+,ۀ-̀./t0d1] 2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y						
             *0            8@  *0   8@  *0      *0      *0LMT KMT EET MSK CET CEST MSD EEST                     TZif2                            y      "Vdd`.Kͩ΢Cͨp    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %
    &    &     (    )    *    +    ,ۀ    -̀    .    /t    0d    1]     2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    						
             *0            8@  *0   8@  *0      *0      *0LMT KMT EET MSK CET CEST MSD EEST                     
EET-2EEST,M3.5.0/3,M10.5.0/4
TZif2                            w         j q L S #ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y           	      	LMT CEST CET       TZif2                            x      $qj q L S     #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                        LMT BMT CEST CET         
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                           -00 TZif2                                           -00 
<-00>0
TZif2                                     & 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻpp )X P 	: 0  	l 	 
N 0  qޠ.Qy1X#8Ɛ͐㯐Ñk lr!M"LT#a/$,6%JK&'*-'4)
)*+,Ӑ-ڐ./t01]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                           LMT BST GMT BDST          TZif2                                  ]	& 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻp    p     )X     P     	:     0          	l     	     
N         0              qޠ    .    Q    y    1    X    #    8Ɛ    ͐        㯐        Ñ                    k     lr    !M    "LT    #a/    $,6    %JK    &    '*-    '4    )
    )    *    +    ,Ӑ    -ڐ    .    /t    0    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                               LMT BST GMT BDST          
GMT0BST,M3.5.0/1,M10.5.0
TZif2                                     & 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻpp )X P 	: 0  	l 	 
N 0  qޠ.Qy1X#8Ɛ͐㯐Ñk lr!M"LT#a/$,6%JK&'*-'4)
)*+,Ӑ-ڐ./t01]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y                           LMT BST GMT BDST          TZif2                                  ]	& 0à ve {ȠN? %` ' *,  Ӡ  l  N y0 РpLrP.IZ 02vXԠ   W    x z Xy Q8[ : X֠	&ʗYw;ͱ `Xϐn^r2i c)I !BN .  p   ޴߮ ̠rHkt R*T2= ) T q  S   g} aI_ Jf _A !?#   Ѡ {ǻp    p     )X     P     	:     0          	l     	     
N         0              qޠ    .    Q    y    1    X    #    8Ɛ    ͐        㯐        Ñ                    k     lr    !M    "LT    #a/    $,6    %JK    &    '*-    '4    )
    )    *    +    ,Ӑ    -ڐ    .    /t    0    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y                               LMT BST GMT BDST          
GMT0BST,M3.5.0/1,M10.5.0
TZif2                                           GMT TZif2                                           GMT 
GMT0
TZif2                                           GMT TZif2                                           GMT 
GMT0
TZif2                                           GMT TZif2                                           GMT 
GMT0
TZif2                                           GMT TZif2                                           GMT 
GMT0
TZif2                                           GMT TZif2                                           GMT 
GMT0
TZif2                                     CH!qXˉ=#paI8ՍsHl  lX zhzhzhs` LMT HST HDT HWT HPT           TZif2                                  tpCH!qXˉ=#paI8ՍsHl  lX zhzhzhs` LMT HST HDT HWT HPT           
HST10
TZif2                            E      icM10ۓ0KqxҠސk׀ԓXB8s:>A.29ܸظޢ8߶88(Oi8v(/K8_Ǩ-8?I+mOl(wѸN(W0(@8h( 8G(%~8a(`8C(B8_^A@# "~n]MG(78&(=8	(	8
(֩8ƌ(98ol  k
    p   ~  w  ~   p   ~  p LMT HKT HKST HKWT JST             TZif2                            E      icM10ۓ0KqxҠސk׀ԓXB8s:>A.29ܸظޢ8߶88(Oi8v(/K8_Ǩ-8?I+mOl(wѸN(W0(@8h( 8G(%~8a(`8C(B8_^A@#     "    ~    n    ]    M    G(    78    &(    =8    	(    	8    
(    ֩8    ƌ(    98    ol  k
    p   ~  w  ~   p   ~  p LMT HKT HKST HKWT JST             
HKT-8
TZif2                                    H8       LMT GMT TZif2                                    H8       LMT GMT 
GMT0
TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 
EAT-3
TZif2                                    ~0ݰ  C    FP   T` LMT +05 +06 TZif2                                    ~    0ݰ      C    FP   T` LMT +05 +06 
<+06>-6
TZif2                                       jg  ^<    ^<   bp LMT BMT +07 TZif2                                    Vjg      ^<    ^<   bp LMT BMT +07 
<+07>-7
TZif2                                       sQњg  Z/    Z/   [h   ~   [h LMT RMT +0630 +09 TZif2                                    VsQњg      Z/    Z/   [h   ~   [h LMT RMT +0630 +09 
<+0630>-6:30
TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 
EAT-3
TZif2                                       /Ø  D    D   FP LMT MMT +05 TZif2                                    V/Ø      D    D   FP LMT MMT +05 
<+05>-5
TZif2                                      3    8@ LMT +04 TZif2                                          3    8@ LMT +04 
<+04>-4
TZif2                                       /Ø  D    D   FP LMT MMT +05 TZif2                                    V/Ø      D    D   FP LMT MMT +05 
<+05>-5
TZif2                                    @r0IIΏ  5    FP  8@ LMT +05 +04 TZif2                                        @    r0    I    IΏ      5    FP  8@ LMT +05 +04 
<+04>-4
TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 TZif2                                    XXlz  "    #(   *0 
  &   *0 
LMT +0230 EAT +0245 
EAT-3
TZif2                                      3    8@ LMT +04 TZif2                                          3    8@ LMT +04 
<+04>-4
TZif2                              H      l}ȿ HD8ys@(HEJ7-( v(۝)˜*"+H,V8-./o7H0a81Pj2B324%u5#H686V7ܸ8֊H98:H;8<B=ȸ>{vH?m8@\AO/B?.C1GHHO8INHJ8KLMHNz;8OhP[nQKmR=S,HT'8UV ZVHW8XэHY8Z[F\H]z8^u'_g`WaJ2b8Hc+f8  08    08   ?H  18   FP  8@   ?H  18 LMT TMT +0430 +0330 +05 +04 TZif2                              H      l} H    D8        ys@    (        H    EJ    7    -    ( v    (۝    )˜    *"    +H    ,V8    -    .    /o7H    0a8    1Pj    2B    32    4%u    5#H    68    6V    7ܸ    8֊H    98    :H    ;8    <B    =ȸ    >{vH    ?m8    @\    AO/    B?.    C1    GH    HO8    INH    J8    K    L    MH    Nz;8    Oh    P[n    QKm    R=    S,H    T'8    U    V Z    VH    W8    XэH    Y8    Z    [F    \H    ]z8    ^u'    _g    `W    aJ2    b8H    c+f8      08    08   ?H  18   FP  8@   ?H  18 LMT TMT +0430 +0330 +05 +04 
<+0330>-3:30
TZif3                  	   	          	      0EY  8ͬ  Ϗ Щ ф} Ҋ׀el Z0X /Àc   ۴4 ܹ=  ޴΀ߤv V} f6_ HA t Ҁ&z |	`
3`![``n`w|``P `!I"^# ]P$Z0`% ?P&&'(P)`*+e,-G._P/{)0H1H2<nP31`45`5P77p8_9:p;[`<p=`>p?|@s6pAP`BL CHOpD,q EFS FcG5 HpI JK L	MNpOtP^BQTـRlIpS4TL+pUV,pVX)XaYZC[\` ]^}B _`]$ a}pb= c]pd e=pfgtpghVpiȀj8pklTmn6oenpqN res.m tEuO v.pv1 xpx ypz {Οp|}p~vcp  !        *0      8@  *0      *0    LMT JMT IDT IST IDDT           TZif3                  	   	          	   V0EY  8ͬ  Ϗ Щ ф} Ҋ׀el Z0X /Àc   ۴4 ܹ=  ޴΀ߤv V} f6_ HA t Ҁ&z     |        	`    
3    `    ![`    `    n`        w|    `    `P     `    !I    "^    # ]P    $Z0`    % ?P    &    &    '    (P    )`    *    +e    ,    -G    ._P    /{)    0H    1H    2<nP    31`    4    5`    5P    7    7p    8_    9    :p    ;[`    <p    =`    >p    ?|    @s6p    AP`    BL     CHOp    D,q     E    FS     Fc    G5     Hp    I     J    K     L	    M    Np    Ot    P^B    QTـ    RlIp    S4    TL+p    U    V,p    V    X)    Xa    Y    ZC    [    \`     ]    ^}B     _    `]$     a}p    b=     c]p    d     e=p    f    gtp    g    hVp    iȀ    j8p    k    lT    m    n6    oen    p    qN     re    s.m     tE    uO     v.p    v1     xp    x     yp    z     {Οp    |    }p    ~v    cp  !        *0      8@  *0      *0    LMT JMT IDT IST IDDT           
IST-2IDT,M3.4.4/26,M10.5.0
TZif2                                       p	`	
`p٢gpfeyHiGY*I)9)")``    LMT KMT EST EDT TZif2                                    i#~    p    	`    	    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    LMT KMT EST EDT 
EST5
TZif2                            	         >pYp; ۭ݌        ~   ~ LMT JDT JST       TZif2                            	      e¤p>pYp; ۭ݌        ~   ~ LMT JDT JST       
JST-9
TZif2                                       5
`FP,v@            ~ W@    LMT +11 +10 +09 -12 +12 TZif2                                    ~6 5
`FP    ,v@                ~ W@    LMT +11 +10 +09 -12 +12 
<+12>-12
TZif2                                     $ݻ#`xe/?pNB`p+*_`̯`zp` pJp!a~"Rp#D$4%%7`&@2N`3D6p45jP QTـRi  \        	    LMT CEST CET EET TZif2                                     $ݻ#`xe/?pN    B`    p    +    *    _`    ̯    `    z        p    `     pJp    !a~    "Rp    #D    $4    %%7`    &@    2N`    3D6p    45j    P     QTـ    Ri  \        	    LMT CEST CET EET 
EET-2
TZif2                                     DI%pٮ0`~p.zL5^#p%5'*}4p_PAɧ#OpkpLrP.IZ 02v㠹Ԡ֋      x h Xy ?/8[ : X֠	J Kͩ΢Cϒ4n^rN@ӑ@K#cEt6d'TMD3#ܐ͐㯐ӠÑ| lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
                                       LMT WET CET CEST WEST             TZif2                                  Vm DI%pٮ0`~p.zL5^#p%5'*}4p_PAɧ#OpkpLrP.IZ 02vԠ֋      x h Xy ?/8[ : X֠	J Kͩ΢Cϒ4n^rN@ӑ@K#    c        E    t6    d'    T    MD    3    #    ܐ    ͐        㯐    Ӡ    Ñ                    |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    	




























































                                          LMT BMT WET CET CEST WEST               
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     :ˉϏЁuX     LMT MDT MST MWT         TZif2                                  ^:ˉϏЁuX     LMT MDT MST MWT         
MST7
TZif2                                     :逢e Eˉ#pa /v( Xv uX W: 9   wqaP@0ހ5		
ࡐٿ   ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,p-.R/~g041g2s3Gf4R5'H62ڀ7*8 89 :;ۻ <
= >? @oΐABOCd}D/ED_EG-| GӧI^ IJ@ KL\M|N>O\iP Q<KRvS-TUTV5ƀV,X XY Z[ާ \] ^d_k `MАab-cgideGKevg'-gXii:jkWl mv9n oVp q5ro stO tv8vݐxxyvz{X|~}:~^e    LMT MDT MST MWT MPT         TZif2                                  ^:e Eˉ#pa /v( Xv uX W: 9               w    q    a    P    @    0ހ    5    	    	    
    ࡐ    ٿ                           ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,p    -    .R    /~g    04    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;ۻ     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    E    G-|     Gӧ    I^     I    J@     K    L\    M|    N>    O\i    P     Q<K    Rv    S-    TU    T    V5ƀ    V,    X     X    Y     Z    [ާ     \    ]     ^d    _k     `MА    a    b-    cgi    d    eGK    ev    g'-    gX    i    i:    j    kW    l     mv9    n     oV    p     q5    ro     s    tO     t    v8    vݐ    x    x    yv    z    {X    |~    }:    ~^e        LMT MDT MST MWT MPT         
MST7MDT,M3.2.0,M11.1.0
TZif2                                  pyOp9fdp 
ꍀ#pҝY ؑ  s޳ݩ޾߉~KIR^-)4GJQ',3௠  ysir YUIT 97)6 "S	 54ې v+ !"V #j$5 %J& '*')
)Ϡ*b+,~-.`/~u0B1g 2s$3Gt 4S5'V 6278 88 9: ;<=>?@oܠABOCdD/EDmFG$OG I1I؁ JKLjM|NLO\wP.Q<YRvS;TUTV5ԐV: XX YZ [޵\ ]^d _y`Mޠab-cgwdeGYe턠g';gfiiHjke lmvG noV) pq6 ros tOt	v8vxx͠yz{f|~}H~^s*L      LMT MST PST PDT PWT PPT             TZif2                                  pyOp9fdp 
ꍀ#pҝY ؑ  s޳ݩ޾߉~KIR^-)4GJQ',3    ௠                              ys    ir     YU    IT     97    )6     "S    	     5    4                    ې     v+     !    "V     #j    $5     %J    &     '*    '    )
    )Ϡ    *b    +    ,~    -    .`    /~u    0B    1g     2s$    3Gt     4S    5'V     62    78     8    8     9    :     ;    <    =    >    ?    @oܠ    A    BO    Cd    D/    EDm    F    G$O    G     I1    I؁     J    K    Lj    M|    NL    O\w    P.    Q<Y    Rv    S;    TU    T    V5Ԑ    V:     X    X     Y    Z     [޵    \     ]    ^d     _y    `Mޠ    a    b-    cgw    d    eGY    e턠    g';    gf    i    iH    j    ke     l    mvG     n    oV)     p    q6     ro    s     tO    t	    v8    v    x    x͠    y    z    {f    |~    }H    ~^s    *L      LMT MST PST PDT PWT PPT             
PST8PDT,M3.2.0,M11.1.0
TZif2                            =      p+pfV`A=p6`q`1g2s3Gf4R5'H62ڀ7*8 89 :; <
= >? @oΐABOCd}D/ED_FtG$AGI#IsJKUL" M7N OxP Qa5Rl SATL U V, W ېXXཐYZ[l\]N^_0`ia~M bIbc^/ <     LMT MST CST MDT         TZif2                            =      p+pfV`A=p6`q`    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    Ft    G$A    G    I#    Is    J    KU    L"     M7    N     Ox    P     Qa5    Rl     SA    TL     U     V,     W ې    X    Xཐ    Y    Z    [l    \    ]N    ^    _0    `i    a~M     bIb    c^/ <     LMT MST CST MDT         
MST7
TZif2                            D      p+pfV`A=p6`ް`Ɨ4PUPϷVPڙv1gv 2sp3GX 4Rp5': 62p7 88 9:;<=>ހ?p@oApBOCdopD/EDQpFfG$3pG IpIe JpKG LM) NOx PQa'RlSA	TLU V,}W ̀XpXீY|pZ[^p\ ]@p^ _"p`ir a~>bIT c^       LMT MST CST MDT CDT CWT               TZif2                            D      p+pfV`A=p6`ް`Ɨ4PUPϷVPڙv    1gv     2sp    3GX     4Rp    5':     62p    7     8    8     9    :    ;    <    =    >ހ    ?p    @o    Ap    BO    Cdop    D/    EDQp    Ff    G$3p    G     Ip    Ie     Jp    KG     L    M)     N    Ox     P    Qa'    Rl    SA	    TL    U     V,}    W ̀    Xp    Xீ    Y|p    Z    [^p    \     ]@p    ^     _"p    `ir     a~>    bIT     c^       LMT MST CST MDT CDT CWT               
CST6
TZif2                                      QXxhC`Xh#`8h`hmḩOh཮࿎nNcp.~L``,o`}hښ@		
`~^>xgXIf8+`!H`e`*`G``)``g`` F`!`"0	#i$%.`&B'`'$(`)*ͧ`+#`,`-`.k`/j`0mM`1J`2Vi3*`46K5
`6-678Ӌ9:m;`<O=`>s1?~`@\N`A^`B<0`C>`D`Ex`E`FZ`GH<`IgJ`KIL `M+N}`OwPfQ`*`RFS@`T&U`VV`WX߲`YhZ`[`\]g`^_oI``htaO+`bHVc/`d(8e`fU`fg7`hi`jk`lm`nwop`p``qYr@`s9t t`uv V`vw8`xcy`zE{6|b`}~D`h         	          LMT NZST NZMT NZDT      TZif2                                   ALQXxhC`Xh#`8h`hmḩOhnNcp.~L``,o`}hښ@    	    	    
`            ~        ^        >    xg        XI    f    8+    `    !H`    e`    *`    G`    `    )`    `    g`    `     F`    !`    "0	    #i    $    %.`    &B    '`    '$    (`    )    *ͧ`    +#`    ,`    -`    .k`    /j`    0mM`    1J`    2Vi    3*`    46K    5
`    6-    6    7    8Ӌ    9    :m    ;`    <O    =`    >s1    ?~`    @\N`    A^`    B<0`    C>`    D`    Ex`    E`    FZ`    G    H<`    Ig    J`    KI    L `    M+    N}`    Ow    Pf    Q`*`    RF    S@`    T&    U`    V    V`    W    X߲`    Yh    Z`    [`    \    ]g`    ^    _oI`    `ht    aO+`    bHV    c/`    d(8    e`    fU`    f    g7`    h    i`    j    k`    l    m`    nw    op`    p``    qY    r@`    s9    t t`    u    v V`    v    w8`    xc    y`    zE    {6    |b`    }    ~D`    h         	          LMT NZST NZMT NZDT      
NZST-12NZDT,M9.5.0,M4.1.0/3
TZif2                                      ږ		
`~^>xgXIf8+`!H`e`*`G``)``g`` F`!`"0	#i$%.`&B'`'$(`)*ͧ`+#`,`-`.k`/j`0mM`1J`2Vi3*`46K5
`6-678Ӌ9:m;`<O=`>s1?~`@\N`A^`B<0`C>`D`Ex`E`FZ`GH<`IgJ`KIL `M+N}`OwPfQ`*`RFS@`T&U`VV`WX߲`YhZ`[`\]g`^_oI``htaO+`bHVc/`d(8e`fU`fg7`hi`jk`lm`nwop`p``qYr@`s9t t`uv V`vw8`xcy`zE{6|b`}~D`h      D   \
  L   L LMT +1215 +1345 +1245    TZif2                                   ADږ    	    	    
`            ~        ^        >    xg        XI    f    8+    `    !H`    e`    *`    G`    `    )`    `    g`    `     F`    !`    "0	    #i    $    %.`    &B    '`    '$    (`    )    *ͧ`    +#`    ,`    -`    .k`    /j`    0mM`    1J`    2Vi    3*`    46K    5
`    6-    6    7    8Ӌ    9    :m    ;`    <O    =`    >s1    ?~`    @\N`    A^`    B<0`    C>`    D`    Ex`    E`    FZ`    G    H<`    Ig    J`    KI    L `    M+    N}`    Ow    Pf    Q`*`    RF    S@`    T&    U`    V    V`    W    X߲`    Yh    Z`    [`    \    ]g`    ^    _oI`    `ht    aO+`    bHV    c/`    d(8    e`    fU`    f    g7`    h    i`    j    k`    l    m`    nw    op`    p``    qY    r@`    s9    t t`    u    v V`    v    w8`    xc    y`    zE    {6    |b`    }    ~D`    h          D   \
  L   L LMT +1215 +1345 +1245    
<+1245>-12:45<+1345>,M9.5.0/2:45,M4.1.0/3:45
TZif2                                     :逢e Eˉ#pa /v( Xv uX W: 9   wqaP@0ހ5		
ࡐٿ   ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,p-.R/~g041g2s3Gf4R5'H62ڀ7*8 89 :;ۻ <
= >? @oΐABOCd}D/ED_EG-| GӧI^ IJ@ KL\M|N>O\iP Q<KRvS-TUTV5ƀV,X XY Z[ާ \] ^d_k `MАab-cgideGKevg'-gXii:jkWl mv9n oVp q5ro stO tv8vݐxxyvz{X|~}:~^e    LMT MDT MST MWT MPT         TZif2                                  ^:e Eˉ#pa /v( Xv uX W: 9               w    q    a    P    @    0ހ    5    	    	    
    ࡐ    ٿ                           ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,p    -    .R    /~g    04    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;ۻ     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    E    G-|     Gӧ    I^     I    J@     K    L\    M|    N>    O\i    P     Q<K    Rv    S-    TU    T    V5ƀ    V,    X     X    Y     Z    [ާ     \    ]     ^d    _k     `MА    a    b-    cgi    d    eGK    ev    g'-    gX    i    i:    j    kW    l     mv9    n     oV    p     q5    ro     s    tO     t    v8    vݐ    x    x    yv    z    {X    |~    }:    ~^e        LMT MDT MST MWT MPT         
MST7MDT,M3.2.0,M11.1.0
TZif2                                       yY^	pӽ |@ ;>Ӌ{BE" L< fpA|R i ~!I}"g #)_$G %|&'e &^(G (@  q    ~  p LMT CDT CST TZif2                                    ~6C)yY^	pӽ |@ ;>Ӌ{BE" L< fpA|    R     i     ~    !I}    "g     #)_    $G     %|    &'e     &^    (G     (@  q    ~  p LMT CDT CST 
CST-8
TZif2                                     H*ˉ#pa&t\؀Ðޥݩ޾߉iip~KIR^-)4GJQ',3qАo_O?/v(X fe HG * ) x q(a'Q
A	0C	ΐ	 
௠  ysir YUIT 97)6 "S	 54ې v+ !"V #j$5 %J& '*')
)Ϡ*b+,~-.`/~u0B1g 2s$3Gt 4S5'V 6278 88 9: ;<=>?@oܠABOCdD/EDmE G-Gӵ IlI JNKLjM|NLO\wP.Q<YRvS;TUTV5ԐV: XX YZ [޵\ ]^d _y`Mޠab-cgwdeGYe턠g';gfiiHjke lmvG noV) pq6 ros tOt	v8vxx͠yz{f|~}H~^s*&    LMT PDT PST PWT PPT         TZif2                                  ^H*ˉ#pa&t\؀Ðޥݩ޾߉iip~KIR^-)4GJQ',3qАo_O?/v(X fe HG *     )         x     q(    a'    Q
    A	    0    C    	ΐ    	     
    ௠                              ys    ir     YU    IT     97    )6     "S    	     5    4                    ې     v+     !    "V     #j    $5     %J    &     '*    '    )
    )Ϡ    *b    +    ,~    -    .`    /~u    0B    1g     2s$    3Gt     4S    5'V     62    78     8    8     9    :     ;    <    =    >    ?    @oܠ    A    BO    Cd    D/    EDm    E     G-    Gӵ     Il    I     JN    K    Lj    M|    NL    O\w    P.    Q<Y    Rv    S;    TU    T    V5Ԑ    V:     X    X     Y    Z     [޵    \     ]    ^d     _y    `Mޠ    a    b-    cgw    d    eGY    e턠    g';    gf    i    iH    j    ke     l    mvG     n    oV)     p    q6     ro    s     tO    t	    v8    v    x    x͠    y    z    {f    |~    }H    ~^s    *&    LMT PDT PST PWT PPT         
PST8PDT,M3.2.0,M11.1.0
TZif2                                        b8L'M+N}`NOwPfQ`*`RFS@`T&U`VV`WX߲`YhZ`[`\]g`^_oI``ht    _   ^H s`
eP      LMT -1130 -10 -11 +13 +14 TZif2                                    n=  b8    L'    M+    N}`    N    Ow    Pf    Q`*`    RF    S@`    T&    U`    V    V`    W    X߲`    Yh    Z`    [`    \    ]g`    ^    _oI`    `ht        _   ^H s`
eP      LMT -1130 -10 -11 +13 +14 
<+13>-13
TZif2                                      QXxhC`Xh#`8h`hmḩOh཮࿎nNcp.~L``,o`}hښ@		
`~^>xgXIf8+`!H`e`*`G``)``g`` F`!`"0	#i$%.`&B'`'$(`)*ͧ`+#`,`-`.k`/j`0mM`1J`2Vi3*`46K5
`6-678Ӌ9:m;`<O=`>s1?~`@\N`A^`B<0`C>`D`Ex`E`FZ`GH<`IgJ`KIL `M+N}`OwPfQ`*`RFS@`T&U`VV`WX߲`YhZ`[`\]g`^_oI``htaO+`bHVc/`d(8e`fU`fg7`hi`jk`lm`nwop`p``qYr@`s9t t`uv V`vw8`xcy`zE{6|b`}~D`h         	          LMT NZST NZMT NZDT      TZif2                                   ALQXxhC`Xh#`8h`hmḩOhnNcp.~L``,o`}hښ@    	    	    
`            ~        ^        >    xg        XI    f    8+    `    !H`    e`    *`    G`    `    )`    `    g`    `     F`    !`    "0	    #i    $    %.`    &B    '`    '$    (`    )    *ͧ`    +#`    ,`    -`    .k`    /j`    0mM`    1J`    2Vi    3*`    46K    5
`    6-    6    7    8Ӌ    9    :m    ;`    <O    =`    >s1    ?~`    @\N`    A^`    B<0`    C>`    D`    Ex`    E`    FZ`    G    H<`    Ig    J`    KI    L `    M+    N}`    Ow    Pf    Q`*`    RF    S@`    T&    U`    V    V`    W    X߲`    Yh    Z`    [`    \    ]g`    ^    _oI`    `ht    aO+`    bHV    c/`    d(8    e`    fU`    f    g7`    h    i`    j    k`    l    m`    nw    op`    p``    qY    r@`    s9    t t`    u    v V`    v    w8`    xc    y`    zE    {6    |b`    }    ~D`    h         	          LMT NZST NZMT NZDT      
NZST-12NZDT,M9.5.0,M4.1.0/3
TZif2                                       C6`+lT׀         ~    LMT +10 +09 +11 TZif2                                    VR(rC6`+l    T׀              	  ~    LMT PMMT +10 +09 +11 
<+11>-11
TZif2                                      ږ		
`~^>xgXIf8+`!H`e`*`G``)``g`` F`!`"0	#i$%.`&B'`'$(`)*ͧ`+#`,`-`.k`/j`0mM`1J`2Vi3*`46K5
`6-678Ӌ9:m;`<O=`>s1?~`@\N`A^`B<0`C>`D`Ex`E`FZ`GH<`IgJ`KIL `M+N}`OwPfQ`*`RFS@`T&U`VV`WX߲`YhZ`[`\]g`^_oI``htaO+`bHVc/`d(8e`fU`fg7`hi`jk`lm`nwop`p``qYr@`s9t t`uv V`vw8`xcy`zE{6|b`}~D`h      D   \
  L   L LMT +1215 +1345 +1245    TZif2                                   ADږ    	    	    
`            ~        ^        >    xg        XI    f    8+    `    !H`    e`    *`    G`    `    )`    `    g`    `     F`    !`    "0	    #i    $    %.`    &B    '`    '$    (`    )    *ͧ`    +#`    ,`    -`    .k`    /j`    0mM`    1J`    2Vi    3*`    46K    5
`    6-    6    7    8Ӌ    9    :m    ;`    <O    =`    >s1    ?~`    @\N`    A^`    B<0`    C>`    D`    Ex`    E`    FZ`    G    H<`    Ig    J`    KI    L `    M+    N}`    Ow    Pf    Q`*`    RF    S@`    T&    U`    V    V`    W    X߲`    Yh    Z`    [`    \    ]g`    ^    _oI`    `ht    aO+`    bHV    c/`    d(8    e`    fU`    f    g7`    h    i`    j    k`    l    m`    nw    op`    p``    qY    r@`    s9    t t`    u    v V`    v    w8`    xc    y`    zE    {6    |b`    }    ~D`    h          D   \
  L   L LMT +1215 +1345 +1245    
<+1245>-12:45<+1345>,M9.5.0/2:45,M4.1.0/3:45
TZif2                                              LMT +10 TZif2                                    VZr              	LMT PMMT +10 
<+10>-10
TZif3                                     @<@ rܰuP@IU2 +>O@ @@	Ѱ
@0@0@h0H0f(v0F&{t]V?8\@>@p @ 0!o@"90#N@$0%8 %0&'١0()½*צ+,-.j/bc0@1BE2`i@3=04@K@5D06@7հ8 @809+:0;<0=>j0?@SʰAhB3CHDE1@EpG@G0Hv@Io0JX@K L:@M0NPOPBQ|R+@S\rT@W70WY0YZ0[o\g]t|^I_T^`i+a4@bIc]@d(df0f!@g0h@i0j@k0l|@m0n\@ozp<@qZr%s:ttuVukv8wMxy/z70{|0}n.@~0N@x  x    LMT EMT -06 -07 -05       TZif3                                  iB@<@     rܰ    uP    @I    U2     +    >O@         @        @    	Ѱ    
@    0    @    0    @    h0        H0    f    (v0    F        &{    t    ]    V    ?    8    \@        >@    p     @     0    !o@    "90    #N@    $0    %8     %0    &    '١0    (    )½    *צ    +    ,    -    .j    /bc    0@    1BE    2`i@    3=0    4@K@    5D0    6@    7հ    8 @    80    9+    :0    ;    <0    =    >j0    ?    @Sʰ    Ah    B3    CH    D    E1@    Ep    G@    G0    Hv@    Io0    JX@    K     L:@    M0    NP    O    PB    Q|    R+@    S\r    T@    W70    W    Y0    Y    Z0    [o    \g    ]t|    ^I    _T^    `i+    a4@    bI    c]@    d(    d    f0    f!@    g0    h@    i0    j@    k0    l|@    m0    n\@    oz    p<@    qZ    r%    s:t    t    uV    uk    v8    wM    x    y/    z70    {    |0    }n.@    ~0    N@    x  x    LMT EMT -06 -07 -05       
<-06>6<-05>,M9.1.6/22,M4.1.6/22
TZif2                                  ´y@@P{P k@![P"K@#;P$+@%~P&a@&`P'C@(|)Q@*H+a3@              LMT +12 +11       TZif2                                  ´    y@    @                    P        {P     k@    ![P    "K@    #;P    $+@    %~P    &a@    &`P    'C@    (|    )Q@    *H    +a3@                  LMT +12 +11       
<+11>-11
TZif2                                    ,ۀV/9      W@ eP    -00 -12 -11 +13 TZif2                                    ,ۀ    V    /9          W@ eP    -00 -12 -11 +13 
<+13>-13
TZif2                                       N_x  eP    LMT -11 +13 TZif2                                    ~7U    N    _x  eP    LMT -11 +13 
<+13>-13
TZif2                                    6;6`8$4`8`K,K`L`MrAN`OP`PRkRzTT`TjV4`VLXXz.YZZ[ݩ\9]`^_```         LMT +13 +12 TZif2                                        6;    6`    8$4`    8`    K,    K`    L`    MrA    N`    O    P`    P    Rk    Rz    TT`    Tj    V4`    VL    X    Xz.    Y    ZZ    [ݩ    \9    ]`    ^    _`    ``             LMT +13 +12 
<+12>-12
TZif2                                         4     LMT +12 TZif2                                    ~6      4     LMT +12 
<+12>-12
TZif2                                    LP+
+qP     LMT -05 -06 TZif2                                    L    P    +
    +qP         LMT -05 -06 
<-06>6
TZif2                                    PH|  p LMT -09 TZif2                                    PH    |  p LMT -09 
<-09>9
TZif2                                    O3       LMT +11 TZif2                                    O3           LMT +11 
<+11>-11
TZif2                                       7.7 6  ?' ]X , Fupw &Wpp  |,ep:C^`64       ~      LMT GST +09 GDT ChST TZif2                                    ~6-L7.7 6  ?' ]X     ,     Fup    w     &Wp    p              |,        ep    :C^`64           ~      LMT GST +09 GDT ChST 
ChST-10
TZif2                                     CH!qXˉ=#paI8ՍsHl  lX zhzhzhs` LMT HST HDT HWT HPT           TZif2                                  tpCH!qXˉ=#paI8ՍsHl  lX zhzhzhs` LMT HST HDT HWT HPT           
HST10
TZif2                                     CH!qXˉ=#paI8ՍsHl  lX zhzhzhs` LMT HST HDT HWT HPT           TZif2                                  tpCH!qXˉ=#paI8ՍsHl  lX zhzhzhs` LMT HST HDT HWT HPT           
HST10
TZif2                                    ,ۀV/9      W@ eP    -00 -12 -11 +13 TZif2                                    ,ۀ    V    /9          W@ eP    -00 -12 -11 +13 
<+13>-13
TZif2                                       U /+l  j  s` 
   LMT -1040 -10 +14 TZif2                                    ~7H    U     /+    l  j  s` 
   LMT -1040 -10 +14 
<+14>-14
TZif2                              	         Р95
`P6g@GL       ~          LMT +11 +09 +10 +12 TZif2                              
      ᴴ~6495
`P    6g@    GL           ~          LMT +11 +09 +10 +12 
<+11>-11
TZif2                                       5
`FP,v@            ~ W@    LMT +11 +10 +09 -12 +12 TZif2                                    ~6 5
`FP    ,v@                ~ W@    LMT +11 +10 +09 -12 +12 
<+12>-12
TZif2                                         4     LMT +12 TZif2                                    ~6      4     LMT +12 
<+12>-12
TZif2                                    
PLH}8  zh LMT -0930 TZif2                                    
PLH    }8  zh LMT -0930 
<-0930>9:30
TZif2                                         x  _  eP LMT SST TZif2                                    n=  x  _  eP LMT SST 
SST11
TZif2                                    +̐C'!  |       ~ 
   LMT +1130 +09 +12 TZif2                                    +̐C'    !      |       ~ 
   LMT +1130 +09 +12 
<+12>-12
TZif2                                    ߡjL``  ` eP 
LMT -1120 -11 TZif2                                    ߡjL`    `  ` eP 
LMT -1120 -11 
<-11>11
TZif2                             +         A	h	hVh]^_x`haXsbHdc8Ud(Fe7fcpgTpgEph6pi'pjpk	plpmpnpopppiqYrIs9t)uv	vwxqybzS{p|pp}ap~RprCp  x        
     
     LMT +1112 +1130 +1230 +11 +12    TZif2                             +      ~6A    	h    	h    Vh    ]    ^    _x    `h    aXs    bHd    c8U    d(F    e7    fcp    gTp    gEp    h6p    i'p    jp    k	p    lp    mp    np    opp    pi    qY    rI    s9    t)    u    v	    v    w    xq    yb    zS    {p    |pp    }ap    ~Rp    rCp      x        
     
     LMT +1112 +1130 +1230 +11 +12    
<+11>-11<+12>,M10.1.0,M4.1.0/3
TZif2                                   tPVƜP7@2K3Dp              LMT +12 +11    TZif2                                   t    P    V    ƜP    7@    2K    3Dp                  LMT +12 +11    
<+11>-11
TZif2                                         x  _  eP LMT SST TZif2                                    n=  x  _  eP LMT SST 
SST11
TZif2                                       ,    ~ LMT +09 TZif2                                    l~66    ,    ~    ~ LMT +09 
<+09>-9
TZif2                                       5DB  x  
LMT -0830 -08 TZif2                                    ~7.    5DB      x  
LMT -0830 -08 
<-08>8
TZif2                                    O3       LMT +11 TZif2                                    O3           LMT +11 
<+11>-11
TZif2                                    O3       LMT +11 TZif2                                    O3           LMT +11 
<+11>-11
TZif2                                              LMT +10 TZif2                                    VZr              	LMT PMMT +10 
<+10>-10
TZif2                                       ߡ`(?y Yc y9E 蕘"awCY%;h G!ˠ"1#j $%J %'* '    j8  lX s` 
zhLMT -1030 -10 -0930 TZif2                                    |Lߡ`    (    ?    y         Yc     y    9E     蕘    "a    w    C    Y    %    ;        h         G    !ˠ    "1    #j     $    %J     %    '*     '        j8  lX s` 
zhLMT -1030 -10 -0930 
<-10>10
TZif2                                       7.7 6  ?' ]X , Fupw &Wpp  |,ep:C^`64       ~      LMT GST +09 GDT ChST TZif2                                    ~6-L7.7 6  ?' ]X     ,     Fup    w     &Wp    p              |,        ep    :C^`64           ~      LMT GST +09 GDT ChST 
ChST-10
TZif2                                         x  _  eP LMT SST TZif2                                    n=  x  _  eP LMT SST 
SST11
TZif2                                    PUs  s` LMT -10 TZif2                                    PU    s  s` LMT -10 
<-10>10
TZif2                                         4     LMT +12 TZif2                                    ~6      4     LMT +12 
<+12>-12
TZif2                                   E@7G8}:P:r@;P<R@XXz   @    p    
     
  LMT +1220 +13 +14     TZif2                                   E@    7G    8}    :P    :r@    ;P    <R@    X    Xz       @    p    
     
  LMT +1220 +13 +14     
<+13>-13
TZif2                                              LMT +10 TZif2                                    VZr              	LMT PMMT +10 
<+10>-10
TZif2                                         4     LMT +12 TZif2                                    ~6      4     LMT +12 
<+12>-12
TZif2                                         4     LMT +12 TZif2                                    ~6      4     LMT +12 
<+12>-12
TZif2                                              LMT +10 TZif2                                    VZr              	LMT PMMT +10 
<+10>-10
TZif2                                     *Л`ٮ e }|`vKͩ΢Cϒ4Є ѕpҊ`bpK#^),	xT ᥀і 캳   Z zw < ZY  :; }: U 7t(dT
M6 3#݀΀㡀ӒÃ    |s  ld !\U "LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
                     *0              LMT WMT CEST CET EEST EET               TZif2                                  VP*`ٮ e }|`vKͩ΢Cϒ4Є ѕpҊ`bpK#^),	xT ᥀і 캳   Z zw < ZY  :; }:     U         7    t(    d    T
    M6     3    #݀    ΀            㡀    Ӓ    Ã                        |s      ld     !\U     "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y    	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
                     *0              LMT WMT CEST CET EEST EET               
CET-1CEST,M3.5.0,M10.5.0/3
TZif2                                     掀KmpǀɃp~/ _bpA瀣nop# Op_ɧ#Opkp"prpPp2Lppppȷ𽸨_pxlh]XN?p80:Xppp pb˵R̀Kܢ͕4K`rſpuϬgRХpTьI2f҅pYI9 )  	   w h ܹY ݲޢuߒfWrHb9R*B2!)          z j cSC3#sdUF7*   Et6d'TMD3#݀΀㡀ӒÃ   | lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y 	
	
	
	c         	       	        	                  	LMT WEST WET WEMT CET CEST           TZif2                                  ^=掀KmpǀɃp~/ _bpAnop# Op_ɧ#Opkp"prpPp2Lppppȷ_pxlh]XN?p80:Xppp pb˵R̀Kܢ͕4K`rſpuϬgRХpTьI2f҅pYI9 )  	   w h ܹY ݲޢuߒfWrHb9R*B2!)          z j cSC3#sdUF7    *               E    t6    d'    T    MD    3    #݀    ΀            㡀    Ӓ    Ã                       |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y     	
	
	
	c         	       	        	                  	LMT WEST WET WEMT CET CEST           
WET0WEST,M3.5.0/1,M10.5.0
TZif2                              )         UITYӋ{BE" L< fp& pYݪ rs ߵdp| ᖗ]wp> 0 p!q p p? /ypV p	݉
νۡTp  q    p   ~   ~  p LMT CST JST CDT TZif2                              )      tUITYӋ{BE" L< fp& pYݪ rs ߵdp| ᖗ]wp> 0 p!q p p? /yp    V     p    	݉    
ν    ۡ    Tp  q    p   ~   ~  p LMT CST JST CDT 
CST-8
TZif2                                    xC'ep`p-׊ۭ݌O)khbxL/pxhRxh4x째hxh5qx `!ng"B#NI  w    w   ~     ~     LMT KST JST KDT TZif2                                    xC'ep`p-׊ۭ݌O)khbxL/pxhRxh4x째hxh5qx     `    !ng    "B    #NI  w    w   ~     ~     LMT KST JST KDT 
KST-9
TZif2                            	          gN
`ʳ`ˑ_Hm   a]    a]   bp   g   g    ix   ~   p LMT SMT +07 +0720 +0730 +09 +08               TZif2                            	       ~6SgN
`ʳ`ˑ_Hm           a]    a]   bp   g   g    ix   ~   p LMT SMT +07 +0720 +0730 +09 +08               
<+08>-8
TZif2                            t         `վТec{PN`?Ц%''Ъ((`Ы1Pȁ?PJ`΀Pˮ`k	PӢ9`CPL){+	]`?\P`ݲ>P`bPh`8np9pu 	|p	 
^p@pUp7Ppܰ1ps|d lU!\F"L7#<($,%
&''p'p(	p)p*p+p,p-.p/tp0dp1]2r3=4Ry562[6b8xp8D9Zp:&;<p<Cp=p>%p? p@fpABEpCcD%pECFɐG#GIIJKL̿MݐNOnnPQWRleS8TLGUNV>V0W.P									  (    h   *0      *0   8@  *0      *0      *0 LMT IMT EEST EET +03 +04                 TZif2                            t      V`վec{PN`?%''((`1Pȁ?PJ`΀Pˮ`k	PӢ9`CPL){+	]`?\P`ݲ>P`bPh`8    np    9p    u     	|p    	     
^p        @p    U    p    7    P    p    ܰ            1p    s    |d     lU    !\F    "L7    #<(    $,    %
    &    ''p    'p    (	p    )p    *p    +p    ,p    -    .p    /tp    0dp    1]    2r    3=    4Ry    5    62[    6b    8xp    8D    9Zp    :&    ;<p    <Cp    =p    >%p    ? p    @fp    A    BEp    Cc    D%p    EC    Fɐ    G#    G    I    I    J    K    L̿    Mݐ    N    Onn    P    QW    Rle    S8    TLG    UN    V>    V0    W.P    									  (    h   *0      *0   8@  *0      *0      *0 LMT IMT EEST EET +03 +04                 
<+03>-3
TZif2                                           UTC TZif2                                           UTC 
UTC0
TZif2                  	   	          	   (   ˉ6#paB0Gc@F0 E@(0x'@qDaCQ&A%1_		@
̰00@0@y0i@Yq0Ip@9S0)R@"o	4@Q+B%$ v90!ˠ"V0#j $50%J &0'* ')
 )ݰ*p +,ӌ-.n/~0P1g02s23G04S5'd0627F08 8(09 :
0; <&= >? @oABO̰CdD/ED{E0G- G0Iz I0J\ KLxM|NZO\P<Q<gRvSITV T+V5VH0X X*0Y Z0[ \0] ^d0_ `Mab-ΰcgdeGge풰g'Igti+iVjks0l* mvU0n oV70p q60ro s0tO tv8Πvxx۰yz{t|~}V~^8    s` pps` pp p #LMT AST AWT APT AHST AHDT YST AKDT AKST                 TZif2                  
   
          
   (?}AHˉ6#paB0Gc@F0     E@    (0    x'@    qD    aC    Q&    A%    1    _    	    	@    
̰        0        0    @    0    @    y0    i@    Yq0    Ip@    9S0    )R@    "o    	4@    Q    +    B    %    $                 v90    !ˠ    "V0    #j     $50    %J     &0    '*     '    )
     )ݰ    *p     +    ,ӌ    -    .n    /~    0P    1g0    2s2    3G0    4S    5'd0    62    7F0    8     8(0    9     :
0    ;     <&    =     >    ?     @o    A    BO̰    Cd    D/    ED{    E0    G-     G0    Iz     I0    J\     K    Lx    M|    NZ    O\    P<    Q<g    Rv    SI    TV     T+    V5    VH0    X     X*0    Y     Z0    [     \0    ]     ^d0    _     `M    a    b-ΰ    cg    d    eGg    e풰    g'I    gt    i+    iV    j    ks0    l*     mvU0    n     oV70    p     q60    ro     s0    tO     t    v8Π    v    x    x۰    y    z    {t    |~    }V    ~^    8																																																							    sx  s` pps` pp p #LMT AST AWT APT AHST AHDT YST AKDT AKST                   
AKST9AKDT,M3.2.0,M11.1.0
TZif2                  	   	          	   !   ˉD#paP@UqPT@ SP6@x5PqRaQQ4A31m		P
@@P@Py@iPY@I~P9a@)`P"}	BP_+" P32 vG@!ٰ"V)@#j0$6@%J0&@'*0'	)
0)*~0+,Ӛ-.|/~0^1g@2s@3G@4S"5'r@637T@8!086@90:@;0<4=0>?0@oAŰBOCdD/EDE@G-0G@I0I@Jj0KLֆM|NhO\PJQ<uRv,SWTVT9V5VV@X0X8@Y0Z@[0\@]0^d@_0`Mab-cgdeGueg'Wg͂i9idjk@l80mvc@n0oVE@p0q6'@ro0s	@tO0t%v8ܰvxxyz{؂|~}d~^F    eP s`s`eP s`s` ps` LMT NST NWT NPT BST BDT AHST HDT                 TZif2                  
   
          
   !?}Z^ˉD#paP@UqPT@     SP    6@    x5P    qR    aQ    Q4    A3    1    m    	    	P    
        @        @    P    @    P    y@    iP    Y@    I~P    9a@    )`P    "}    	BP    _    +"     P    3    2                 vG@    !ٰ    "V)@    #j0    $6@    %J0    &@    '*0    '	    )
0    )    *~0    +    ,Ӛ    -    .|    /~    0^    1g@    2s@    3G@    4S"    5'r@    63    7T@    8!0    86@    90    :@    ;0    <4    =0    >    ?0    @o    AŰ    BO    Cd    D/    ED    E@    G-0    G@    I0    I@    Jj0    K    Lֆ    M|    Nh    O\    PJ    Q<u    Rv,    SW    TV    T9    V5    VV@    X0    X8@    Y0    Z@    [0    \@    ]0    ^d@    _0    `M    a    b-    cg    d    eGu    e    g'W    g͂    i9    id    j    k@    l80    mvc@    n0    oVE@    p0    q6'@    ro0    s	@    tO0    t%    v8ܰ    v    x    x    y    z    {؂    |~    }d    ~^    F																																																							    Zb  eP s`s`eP s`s` ps` LMT NST NWT NPT BST BDT AHST HDT                   
HST10HDT,M3.2.0,M11.1.0
TZif2                                     :ˉϏЁuX     LMT MDT MST MWT         TZif2                                  ^:ˉϏЁuX     LMT MDT MST MWT         
MST7
TZif2                                     ,ppt EҀcS p3  ޕ wa YC ~;_gXp|AG:p\#'p<p瀹p p  Z <p Odn /fMH-lepNGpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'      pppo_pO?ip/h(Jgg II ++   w qpaPp@0p'	p	 
pٰu tt yViV Y8I8 9) "7p ppp܀p v !p"U #j$5 %J& '*'р)
c)޳*E+,bp-w.Dp/~Y0&p1gv 2sp3GX 4Rp5': 62p7 88 9: ;۬<=>ހ?p@oApBOCdopD/EDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp      LMT CDT CST EST CWT CPT             TZif2                                  ^,ppt EҀcS p3  ޕ wa YC ~;_gXp|AG:p\#'p<pp p  Z <p Odn /fMH-lepNGpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'      pppo_pO?ip/h(Jgg II ++               w     qp    a    Pp    @    0p    '    	p    	     
p        ٰ    u             t    t     yV    iV     Y8    I8     9    )     "7p         p        p        p    ܀    p     v     !p    "U     #j    $5     %J    &     '*    'р    )
c    )޳    *E    +    ,bp    -w    .Dp    /~Y    0&p    1gv     2sp    3GX     4Rp    5':     62p    7     8    8     9    :     ;۬    <    =    >ހ    ?p    @o    Ap    BO    Cdop    D/    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p      LMT CDT CST EST CWT CPT             
CST6CDT,M3.2.0,M11.1.0
TZif2                            c         ,ppW"Gpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^   D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `:     LMT CDT CST CWT CPT EST EDT             TZif2                            c      ^,ppW"Gpˈ#pa	u @U  5   sޗݩp޾y߉rp[iTp~=I6p^               D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `:     LMT CDT CST CWT CPT EST EDT             
EST5EDT,M3.2.0,M11.1.0
TZif2                                     p` p`epjp5`S`3އpiRK௳4~-౜QpgJ`|3pG,`\p'`;p`p`ƴ`Ĺ𿏲o}Ovd_/XM|p:-^pW`@p9`ˈp#p`u@U 5 peމpݩ`޾kp߉d`MpiF`~/pI(`^pW.G-7'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;: wp``pP`@p0`p	`	
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `    LMT EDT EST EWT EPT         TZif2                                  ^p` p`epjp5`S`3އpiRK4~-QpgJ`|3pG,`\p'`;p`p`ƴ`Ĺo}Ovd_/XM|p:-^pW`@p9`ˈp#p`u@U 5 peމpݩ`޾kp߉d`MpiF`~/pI(`^pW.G-7'ֶƵ`p`p`op_y`Oxp?[`/Zp(w<pYX;:             w    p`    `p    P`    @p    0`    p    	`    	    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `    LMT EDT EST EWT EPT         
EST5EDT,M3.2.0,M11.1.0
TZif2                                     CH!qXˉ=#paI8ՍsHl  lX zhzhzhs` LMT HST HDT HWT HPT           TZif2                                  tpCH!qXˉ=#paI8ՍsHl  lX zhzhzhs` LMT HST HDT HWT HPT           
HST10
TZif2                                     ,ppˈ#pa	U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'     pp_pg II ++   w qpaPp@0p'	p	 
pٰu tt yViV Y8I8 9) "7p ppp܀p v !p"U #j$5 %J& '*'р)
cD/vpEDQpE G-mGә IOI{ J1KLNpM|yN0pO\[PpQ<=RupSTUpTV5pV XX  YZ [ޘ\ ]z^d _\`Maypb-cg[pdeG=pehg'pgJipi,jpkI lmv+ noV pq5 ros tOtv8pvπxpxyhpz{Jp|~u},p~^Wp      LMT CDT CST CWT CPT EST             TZif2                                  ^,ppˈ#pa	U  5   sޗݩp޾y߉rp[iTp~=I6p^W<G< 7'     pp_pg II ++               w     qp    a    Pp    @    0p    '    	p    	     
p        ٰ    u             t    t     yV    iV     Y8    I8     9    )     "7p         p        p        p    ܀    p     v     !p    "U     #j    $5     %J    &     '*    'р    )
c    D/vp    EDQp    E     G-m    Gә     IO    I{     J1    K    LNp    M|y    N0p    O\[    Pp    Q<=    Rup    S    TUp    T    V5p    V     X    X      Y    Z     [ޘ    \     ]z    ^d     _\    `M    ayp    b-    cg[p    d    eG=p    eh    g'p    gJ    ip    i,    jp    kI     l    mv+     n    oV     p    q5     ro    s     tO    t    v8p    vπ    xp    x    yhp    z    {Jp    |~u    },p    ~^W    p      LMT CDT CST CWT CPT EST             
CST6CDT,M3.2.0,M11.1.0
TZif2                                  "[< ˈp#p`5 3;:@p0`p	`
 p
`p٢gpfeyHiGY*I)9)")``
p`p`p` v !`"U#j$5%J&'*s'p)
U)ޥp*7+p,T`-ip.6`/~Kp0`1gg2r`3GI4R`5'+62`7889:;۞<p=>p?b@opA`BOpCda`D/vpEDC`EG-_GӊIAIlJ#KpL@`M|kpN"`O\MpP`Q</pRu`SpTU`TpV5`VXXYZ[ފ\]l^d_N`Mpak`b-pcgM`dxpeG/`eZpg'`g<pi`ipj`k:lmvnoUpq5rostOytpv8`vpxx`xpyZ`zp{<`|~gp}`~^Ip `%    LMT CST EST EWT EPT EDT           TZif2                                  "[< ˈp#p`5 3;:    @p    0`    p    	`    
 p    
`    p    ٢    gp            f    e    yH    iG    Y*    I)    9    )    ")`        `    
p    `    p    `    p    `     v     !`    "U    #j    $5    %J    &    '*s    'p    )
U    )ޥp    *7    +p    ,T`    -ip    .6`    /~Kp    0`    1gg    2r`    3GI    4R`    5'+    62`    7    8    8    9    :    ;۞    <p    =    >p    ?b    @op    A`    BOp    Cda`    D/vp    EDC`    E    G-_    Gӊ    IA    Il    J#    Kp    L@`    M|kp    N"`    O\Mp    P`    Q</p    Ru`    Sp    TU`    Tp    V5`    V    X    X    Y    Z    [ފ    \    ]l    ^d    _N    `Mp    ak`    b-p    cgM`    dxp    eG/`    eZp    g'`    g<p    i`    ip    j`    k:    l    mv    n    oU    p    q5    ro    s    tOy    tp    v8`    vp    xx`    xp    yZ`    zp    {<`    |~gp    }`    ~^Ip     `%    LMT CST EST EWT EPT EDT           
EST5EDT,M3.2.0,M11.1.0
TZif2                                     :逢e Eˉ#pa /v( Xv uX W: 9   wqaP@0ހ5		
ࡐٿ   ye idYG IF9) )("E	
'&	̀ v!"U#j $5%J &'* 'ߐ)
r )*T +,p-.R/~g041g2s3Gf4R5'H62ڀ7*8 89 :;ۻ <
= >? @oΐABOCd}D/ED_EG-| GӧI^ IJ@ KL\M|N>O\iP Q<KRvS-TUTV5ƀV,X XY Z[ާ \] ^d_k `MАab-cgideGKevg'-gXii:jkWl mv9n oVp q5ro stO tv8vݐxxyvz{X|~}:~^e    LMT MDT MST MWT MPT         TZif2                                  ^:e Eˉ#pa /v( Xv uX W: 9               w    q    a    P    @    0ހ    5    	    	    
    ࡐ    ٿ                           ye     id    YG     IF    9)     )(    "E    	
    '    &    	                ̀     v    !    "U    #j     $5    %J     &    '*     'ߐ    )
r     )    *T     +    ,p    -    .R    /~g    04    1g    2s    3Gf    4R    5'H    62ڀ    7*    8     8    9     :    ;ۻ     <
    =     >    ?     @oΐ    A    BO    Cd}    D/    ED_    E    G-|     Gӧ    I^     I    J@     K    L\    M|    N>    O\i    P     Q<K    Rv    S-    TU    T    V5ƀ    V,    X     X    Y     Z    [ާ     \    ]     ^d    _k     `MА    a    b-    cgi    d    eGK    ev    g'-    gX    i    i:    j    kW    l     mv9    n     oV    p     q5    ro     s    tO     t    v8    vݐ    x    x    yv    z    {X    |~    }:    ~^e        LMT MDT MST MWT MPT         
MST7MDT,M3.2.0,M11.1.0
TZif2                                     H*ˉ#pa&t\؀Ðޥݩ޾߉iip~KIR^-)4GJQ',3qАo_O?/v(X fe HG * ) x q(a'Q
A	0C	ΐ	 
௠  ysir YUIT 97)6 "S	 54ې v+ !"V #j$5 %J& '*')
)Ϡ*b+,~-.`/~u0B1g 2s$3Gt 4S5'V 6278 88 9: ;<=>?@oܠABOCdD/EDmE G-Gӵ IlI JNKLjM|NLO\wP.Q<YRvS;TUTV5ԐV: XX YZ [޵\ ]^d _y`Mޠab-cgwdeGYe턠g';gfiiHjke lmvG noV) pq6 ros tOt	v8vxx͠yz{f|~}H~^s*&    LMT PDT PST PWT PPT         TZif2                                  ^H*ˉ#pa&t\؀Ðޥݩ޾߉iip~KIR^-)4GJQ',3qАo_O?/v(X fe HG *     )         x     q(    a'    Q
    A	    0    C    	ΐ    	     
    ௠                              ys    ir     YU    IT     97    )6     "S    	     5    4                    ې     v+     !    "V     #j    $5     %J    &     '*    '    )
    )Ϡ    *b    +    ,~    -    .`    /~u    0B    1g     2s$    3Gt     4S    5'V     62    78     8    8     9    :     ;    <    =    >    ?    @oܠ    A    BO    Cd    D/    EDm    E     G-    Gӵ     Il    I     JN    K    Lj    M|    NL    O\w    P.    Q<Y    Rv    S;    TU    T    V5Ԑ    V:     X    X     Y    Z     [޵    \     ]    ^d     _y    `Mޠ    a    b-    cgw    d    eGY    e턠    g';    gf    i    iH    j    ke     l    mvG     n    oV)     p    q6     ro    s     tO    t	    v8    v    x    x͠    y    z    {f    |~    }H    ~^s    *&    LMT PDT PST PWT PPT         
PST8PDT,M3.2.0,M11.1.0
TZif2                                         x  _  eP LMT SST TZif2                                    n=  x  _  eP LMT SST 
SST11
TZif2                                           UTC TZif2                                           UTC 
UTC0
TZif2                                           UTC TZif2                                           UTC 
UTC0
TZif2                            N      &   _ǝ>y*9iWl 9<@m=2h=EP`'@PC@̓s|d lU!\F"L7#<($,%
&''p'p()x)p*p+p,p-p.p/tp0dp1]2r3=4Ry562[6b8xp8D9Zp:&;<p<Cp=p>%p? p@fpABEpCcD%pECFpG#GIIΫJKḶpMoTL`	



























  #9    #9   1  #w   ?  8@  *0   8@  FP      *0   8@  *0!      8@   8@  *0 LMT MMT MST MDST MSD MSK +05 EET EEST                          TZif2                            N      &V_>y*9iWl 9<@m=2h=EP`    '    @    P            C@    ̓                s    |d     lU    !\F    "L7    #<(    $,    %
    &    ''p    'p    (    )x    )p    *p    +p    ,p    -p    .p    /tp    0dp    1]    2r    3=    4Ry    5    62[    6b    8xp    8D    9Zp    :&    ;<p    <Cp    =p    >%p    ? p    @fp    A    BEp    Cc    D%p    EC    Fp    G#    G    I    IΫ    J    K    Ḷp    Mo    TL`	



























  #9    #9   1  #w   ?  8@  *0   8@  FP      *0   8@  *0!      8@   8@  *0 LMT MMT MST MDST MSD MSK +05 EET EEST                          
MSK-3
TZif2                                     掀KmpǀɃp~/ _bpA瀣nop# Op_ɧ#Opkp"prpPp2Lppppȷ𽸨_pxlh]XN?p80:Xppp pb˵R̀Kܢ͕4K`rſpuϬgRХpTьI2f҅pYI9 )  	   w h ܹY ݲޢuߒfWrHb9R*B2!)          z j cSC3#sdUF7*   Et6d'TMD3#݀΀㡀ӒÃ   | lr!\c"LT#<E$,6%'&'C'4(%)*+,-ڐ.ː/t0d1]2r3=4R562x688a9v:C;X<_=:>A?@f#A9BFCdD%ECFɐG#GIIJKL̿MNOnnPQWRleS7lTLGUNV,)V0XFXY(Z[
\]^_`_a}b?c]̐de=fgg藐hriyjTk[lqm=nSohp5qQ<rfs1tEu v/vxxyِz{λ|}~y 	
	
	
	c         	       	        	                  	LMT WEST WET WEMT CET CEST           TZif2                                  ^=掀KmpǀɃp~/ _bpAnop# Op_ɧ#Opkp"prpPp2Lppppȷ_pxlh]XN?p80:Xppp pb˵R̀Kܢ͕4K`rſpuϬgRХpTьI2f҅pYI9 )  	   w h ܹY ݲޢuߒfWrHb9R*B2!)          z j cSC3#sdUF7    *               E    t6    d'    T    MD    3    #݀    ΀            㡀    Ӓ    Ã                       |     lr    !\c    "LT    #<E    $,6    %'    &    'C    '4    (%    )    *    +    ,    -ڐ    .ː    /t    0d    1]    2r    3=    4R    5    62x    6    8    8a    9v    :C    ;X    <_    =:    >A    ?    @f#    A9    BF    Cd    D%    EC    Fɐ    G#    G    I    I    J    K    L̿    M    N    Onn    P    QW    Rle    S7l    TLG    UN    V,)    V0    XF    X    Y(    Z    [
    \    ]    ^    _    `_    a}    b?    c]̐    d    e=    f    g    g藐    hr    iy    jT    k[    lq    m=    nS    oh    p5    qQ<    rf    s1    tE    u     v/    v    x    x    yِ    z    {λ    |    }    ~y     	
	
	
	c         	       	        	                  	LMT WEST WET WEMT CET CEST           
WET0WEST,M3.5.0/1,M10.5.0
TZif2                                           UTC TZif2                                           UTC 
UTC0
#
# NOTE:
#   This file is NOT loaded by the PostgreSQL database.  It just serves as
#   a template for timezones you could need.  See the `Date/Time Support'
#   appendix in the PostgreSQL documentation for more information.
#
# src/timezone/tznames/Africa.txt
#

CAT      7200    # Central Africa Time
                 #     (Africa/Blantyre)
                 #     (Africa/Bujumbura)
                 #     (Africa/Gaborone)
                 #     (Africa/Harare)
                 #     (Africa/Kigali)
                 #     (Africa/Lubumbashi)
                 #     (Africa/Lusaka)
                 #     (Africa/Maputo)
CEST     7200 D  # Central Europe Summer Time
                 #     (Africa/Ceuta)
                 #     (Europe/Amsterdam)
                 #     (Europe/Andorra)
                 #     (Europe/Belgrade)
                 #     (Europe/Berlin)
                 #     (Europe/Brussels)
                 #     (Europe/Budapest)
                 #     (Europe/Copenhagen)
                 #     (Europe/Gibraltar)
                 #     (Europe/Luxembourg)
                 #     (Europe/Madrid)
                 #     (Europe/Malta)
                 #     (Europe/Monaco)
                 #     (Europe/Oslo)
                 #     (Europe/Paris)
                 #     (Europe/Prague)
                 #     (Europe/Rome)
                 #     (Europe/Stockholm)
                 #     (Europe/Tirane)
                 #     (Europe/Vaduz)
                 #     (Europe/Vienna)
                 #     (Europe/Warsaw)
                 #     (Europe/Zurich)
CET      3600    # Central Europe Time
                 #     (Africa/Algiers)
                 #     (Africa/Ceuta)
                 #     (Europe/Amsterdam)
                 #     (Europe/Andorra)
                 #     (Europe/Belgrade)
                 #     (Europe/Berlin)
                 #     (Europe/Brussels)
                 #     (Europe/Budapest)
                 #     (Europe/Copenhagen)
                 #     (Europe/Gibraltar)
                 #     (Europe/Luxembourg)
                 #     (Europe/Madrid)
                 #     (Europe/Malta)
                 #     (Europe/Monaco)
                 #     (Europe/Oslo)
                 #     (Europe/Paris)
                 #     (Europe/Prague)
                 #     (Europe/Rome)
                 #     (Europe/Stockholm)
                 #     (Europe/Tirane)
                 #     (Europe/Vaduz)
                 #     (Europe/Vienna)
                 #     (Europe/Warsaw)
                 #     (Europe/Zurich)
EAT     10800    # East Africa Time
                 #     (Africa/Addis_Ababa)
                 #     (Africa/Asmera)
                 #     (Africa/Dar_es_Salaam)
                 #     (Africa/Djibouti)
                 #     (Africa/Kampala)
                 #     (Africa/Khartoum)
                 #     (Africa/Mogadishu)
                 #     (Africa/Nairobi)
                 #     (Indian/Antananarivo)
                 #     (Indian/Comoro)
                 #     (Indian/Mayotte)
EEST    10800 D  # East-Egypt Summer Time
                 # Eastern Europe Summer Time
                 #     (Africa/Cairo)
                 #     (Asia/Amman)
                 #     (Asia/Beirut)
                 #     (Asia/Damascus)
                 #     (Asia/Gaza)
                 #     (Asia/Nicosia)
                 #     (Europe/Athens)
                 #     (Europe/Bucharest)
                 #     (Europe/Chisinau)
                 #     (Europe/Helsinki)
                 #     (Europe/Istanbul)
                 #     (Europe/Kaliningrad)
                 #     (Europe/Kiev)
                 #     (Europe/Minsk)
                 #     (Europe/Riga)
                 #     (Europe/Simferopol)
                 #     (Europe/Sofia)
                 #     (Europe/Tallinn)
                 #     (Europe/Uzhgorod)
                 #     (Europe/Vilnius)
                 #     (Europe/Zaporozhye)
EET      7200    # East-Egypt Time
                 # Eastern Europe Time
                 #     (Africa/Cairo)
                 #     (Africa/Tripoli)
                 #     (Asia/Amman)
                 #     (Asia/Beirut)
                 #     (Asia/Damascus)
                 #     (Asia/Gaza)
                 #     (Asia/Nicosia)
                 #     (Europe/Athens)
                 #     (Europe/Bucharest)
                 #     (Europe/Chisinau)
                 #     (Europe/Helsinki)
                 #     (Europe/Istanbul)
                 #     (Europe/Kaliningrad)
                 #     (Europe/Kiev)
                 #     (Europe/Minsk)
                 #     (Europe/Riga)
                 #     (Europe/Simferopol)
                 #     (Europe/Sofia)
                 #     (Europe/Tallinn)
                 #     (Europe/Uzhgorod)
                 #     (Europe/Vilnius)
                 #     (Europe/Zaporozhye)
GMT         0    # Greenwich Mean Time
                 #     (Africa/Abidjan)
                 #     (Africa/Bamako)
                 #     (Africa/Banjul)
                 #     (Africa/Bissau)
                 #     (Africa/Conakry)
                 #     (Africa/Dakar)
                 #     (Africa/Lome)
                 #     (Africa/Monrovia)
                 #     (Africa/Nouakchott)
                 #     (Africa/Ouagadougou)
                 #     (Africa/Sao_Tome)
                 #     (America/Danmarkshavn)
                 #     (Atlantic/Reykjavik)
                 #     (Atlantic/St_Helena)
                 #     (Etc/GMT)
                 #     (Europe/Dublin)
                 #     (Europe/London)
# CONFLICT! SAST is not unique
# Other timezones:
#  - SAST South Australian Standard Time (not in IANA database)
SAST     7200    # South Africa Standard Time
                 #     (Africa/Johannesburg)
WAST     7200 D  # West Africa Summer Time (obsolete)
WAT      3600    # West Africa Time
                 #     (Africa/Bangui)
                 #     (Africa/Brazzaville)
                 #     (Africa/Douala)
                 #     (Africa/Kinshasa)
                 #     (Africa/Lagos)
                 #     (Africa/Libreville)
                 #     (Africa/Luanda)
                 #     (Africa/Malabo)
                 #     (Africa/Ndjamena)
                 #     (Africa/Niamey)
                 #     (Africa/Porto-Novo)
                 #     (Africa/Windhoek)
WEST     3600 D  # Western Europe Summer Time
                 #     (Africa/Casablanca)
                 #     (Atlantic/Canary)
                 #     (Atlantic/Faeroe)
                 #     (Atlantic/Madeira)
                 #     (Europe/Lisbon)
WET         0    # Western Europe Time
                 #     (Africa/Casablanca)
                 #     (Africa/El_Aaiun)
                 #     (Atlantic/Canary)
                 #     (Atlantic/Faeroe)
                 #     (Atlantic/Madeira)
                 #     (Europe/Lisbon)
#
# NOTE:
#   This file is NOT loaded by the PostgreSQL database.  It just serves as
#   a template for timezones you could need.  See the `Date/Time Support'
#   appendix in the PostgreSQL documentation for more information.
#
# src/timezone/tznames/America.txt
#

# Acre time is sometimes called Acre Standard Time (AST) which leads to a
# conflict with AST (see below at AST)
ACT    -18000    # Acre Time (obsolete)
# CONFLICT! ACST is not unique
# Other timezones:
#  - ACST: Australian Central Standard Time
ACST   -14400 D  # Acre Summer Time (obsolete, not in IANA database)
ADT    -10800 D  # Atlantic Daylight Time
                 #     (America/Glace_Bay)
                 #     (America/Goose_Bay)
                 #     (America/Halifax)
                 #     (America/Thule)
                 #     (Atlantic/Bermuda)
AKDT   -28800 D  # Alaska Daylight Time
                 #     (America/Anchorage)
                 #     (America/Juneau)
                 #     (America/Nome)
                 #     (America/Yakutat)
AKST   -32400    # Alaska Standard Time
                 #     (America/Anchorage)
                 #     (America/Juneau)
                 #     (America/Nome)
                 #     (America/Yakutat)
# CONFLICT! AMST is not unique
# Other timezones:
#  - AMST: Armenia Summer Time (Asia)
AMST   -10800 D  # Amazon Summer Time (obsolete)
# CONFLICT! AMT is not unique
# Other timezones:
#  - AMT: Armenia Time (Asia)
AMT    -14400    # Amazon Time (obsolete)
ART    America/Argentina/Buenos_Aires  # Argentina Time (obsolete)
ARST    America/Argentina/Buenos_Aires  # Argentina Summer Time (obsolete)
# CONFLICT! AST is not unique
# Other timezones:
#  - AST: Arabic Standard Time (Asia)
#  - AST: Al Manamah Standard Time (Asia) same offset as Arabia Standard Time
#  - AST/ACT: Acre Standard Time (America) listed as ACT
#  - AST: Anguilla Standard Time (America) same offset
#  - AST: Antigua Standard Time (America) same offset
#  - AST: Antilles Standard Time (America) same offset
AST    -14400    # Atlantic Standard Time
                 #     (America/Anguilla)
                 #     (America/Antigua)
                 #     (America/Aruba)
                 #     (America/Curacao)
                 #     (America/Dominica)
                 #     (America/Glace_Bay)
                 #     (America/Goose_Bay)
                 #     (America/Grenada)
                 #     (America/Guadeloupe)
                 #     (America/Halifax)
                 #     (America/Martinique)
                 #     (America/Montserrat)
                 #     (America/Port_of_Spain)
                 #     (America/Puerto_Rico)
                 #     (America/Santo_Domingo)
                 #     (America/St_Kitts)
                 #     (America/St_Lucia)
                 #     (America/St_Thomas)
                 #     (America/St_Vincent)
                 #     (America/Thule)
                 #     (America/Tortola)
                 #     (Atlantic/Bermuda)
BOT    -14400    # Bolivia Time (obsolete)
BRA    -10800    # Brazil Time (not in IANA database)
BRST    -7200 D  # Brasil Summer Time (obsolete)
BRT    -10800    # Brasil Time (obsolete)
# CONFLICT! CDT is not unique
# Other timezones:
#  - CDT: Central Daylight Time (America)
#  - CDT: Mexico Central Daylight Time (America)
#  - CDT: Canada Central Daylight Time (America)
CDT    -14400 D  # Cuba Central Daylight Time
                 #     (America/Havana)
# CONFLICT! CDT is not unique
# Other timezones:
#  - CDT: Mexico Central Daylight Time (America)
#  - CDT: Cuba Central Daylight Time (America)
#  - CDT: Canada Central Daylight Time (America)
CDT    -18000 D  # Central Daylight Time
                 #     (America/Chicago)
                 #     (America/Menominee)
                 #     (America/Merida)
                 #     (America/Mexico_City)
                 #     (America/Monterrey)
                 #     (America/North_Dakota/Center)
                 #     (America/Rainy_River)
                 #     (America/Rankin_Inlet)
                 #     (America/Winnipeg)
CLST   -10800 D  # Chile Summer Time (obsolete)
CLT    America/Santiago  # Chile Time (obsolete)
COT    -18000    # Columbia Time (obsolete)
# CONFLICT! CST is not unique
# Other timezones:
#  - CST: Central Standard Time (Australia)
#  - CST: Central Standard Time (America)
#  - CST: China Standard Time (Asia)
CST    -18000    # Cuba Central Standard Time (America)
                 #     (America/Havana)
# CONFLICT! CST is not unique
# Other timezones:
#  - CST: Central Standard Time (Australia)
#  - CST: China Standard Time (Asia)
#  - CST: Cuba Central Standard Time (America)
CST    -21600    # Central Standard Time (America)
                 #     (America/Chicago)
                 #     (America/Menominee)
                 #     (America/Merida)
                 #     (America/Mexico_City)
                 #     (America/Monterrey)
                 #     (America/North_Dakota/Center)
                 #     (America/Rainy_River)
                 #     (America/Rankin_Inlet)
                 #     (America/Regina)
                 #     (America/Swift_Current)
                 #     (America/Winnipeg)
ECT    -18000    # Ecuador Time (obsolete)
EDT    -14400 D  # Eastern Daylight Saving Time
                 #     (America/Detroit)
                 #     (America/Grand_Turk)
                 #     (America/Indiana/Indianapolis)
                 #     (America/Indiana/Knox)
                 #     (America/Indiana/Marengo)
                 #     (America/Indiana/Vevay)
                 #     (America/Iqaluit)
                 #     (America/Kentucky/Louisville)
                 #     (America/Kentucky/Monticello)
                 #     (America/Montreal)
                 #     (America/Nassau)
                 #     (America/New_York)
                 #     (America/Nipigon)
                 #     (America/Pangnirtung)
                 #     (America/Thunder_Bay)
                 #     (America/Toronto)
EGST        0 D  # East Greenland Summer Time (obsolete)
EGT     -3600    # East Greenland Time (Svalbard & Jan Mayen) (obsolete)
# CONFLICT! EST is not unique
# Other timezones:
#  - EST: Eastern Standard Time (Australia)
EST    -18000    # Eastern Standard Time (America)
                 #     (America/Cancun)
                 #     (America/Cayman)
                 #     (America/Coral_Harbour)
                 #     (America/Detroit)
                 #     (America/Grand_Turk)
                 #     (America/Indiana/Indianapolis)
                 #     (America/Indiana/Knox)
                 #     (America/Indiana/Marengo)
                 #     (America/Indiana/Vevay)
                 #     (America/Iqaluit)
                 #     (America/Jamaica)
                 #     (America/Kentucky/Louisville)
                 #     (America/Kentucky/Monticello)
                 #     (America/Montreal)
                 #     (America/Nassau)
                 #     (America/New_York)
                 #     (America/Nipigon)
                 #     (America/Panama)
                 #     (America/Pangnirtung)
                 #     (America/Thunder_Bay)
                 #     (America/Toronto)
FNT     -7200    # Fernando de Noronha Time (obsolete)
FNST    -3600 D  # Fernando de Noronha Summer Time (obsolete)
GFT    -10800    # French Guiana Time (obsolete)
GMT         0    # Greenwich Mean Time
                 #     (Africa/Abidjan)
                 #     (Africa/Bamako)
                 #     (Africa/Banjul)
                 #     (Africa/Bissau)
                 #     (Africa/Conakry)
                 #     (Africa/Dakar)
                 #     (Africa/Lome)
                 #     (Africa/Monrovia)
                 #     (Africa/Nouakchott)
                 #     (Africa/Ouagadougou)
                 #     (Africa/Sao_Tome)
                 #     (America/Danmarkshavn)
                 #     (Atlantic/Reykjavik)
                 #     (Atlantic/St_Helena)
                 #     (Etc/GMT)
                 #     (Europe/Dublin)
                 #     (Europe/London)
GYT    America/Guyana  # Guyana Time (obsolete)
HADT   -32400 D  # Hawaii-Aleutian Daylight Time (obsolete abbreviation)
                 #     (America/Adak)
HAST   -36000    # Hawaii-Aleutian Standard Time (obsolete abbreviation)
                 #     (America/Adak)
HDT    -32400 D  # Hawaiian-Aleutian Daylight Time
                 #     (America/Adak)
MDT    -21600 D  # Mexico Mountain Daylight Time
                 # Mountain Daylight Time
                 #     (America/Boise)
                 #     (America/Cambridge_Bay)
                 #     (America/Chihuahua)
                 #     (America/Denver)
                 #     (America/Edmonton)
                 #     (America/Inuvik)
                 #     (America/Mazatlan)
                 #     (America/Yellowknife)
MST    -25200    # Mexico Mountain Standard Time
                 # Mountain Standard Time
                 #     (America/Boise)
                 #     (America/Cambridge_Bay)
                 #     (America/Chihuahua)
                 #     (America/Dawson_Creek)
                 #     (America/Denver)
                 #     (America/Edmonton)
                 #     (America/Hermosillo)
                 #     (America/Inuvik)
                 #     (America/Mazatlan)
                 #     (America/Phoenix)
                 #     (America/Yellowknife)
NDT     -9000 D  # Newfoundland Daylight Time
                 #     (America/St_Johns)
# CONFLICT! NFT is not unique
# Other timezones:
#  - NFT: Norfolk Time (Pacific)
NFT    -12600    # Newfoundland Time (not in IANA database)
NST    -12600    # Newfoundland Standard Time
                 #     (America/St_Johns)
PDT    -25200 D  # Pacific Daylight Time
                 #     (America/Dawson)
                 #     (America/Los_Angeles)
                 #     (America/Tijuana)
                 #     (America/Vancouver)
                 #     (America/Whitehorse)
PET    -18000    # Peru Time (obsolete)
PMDT    -7200 D  # Pierre & Miquelon Daylight Time (obsolete)
PMST   -10800    # Pierre & Miquelon Standard Time (obsolete)
# CONFLICT! PST is not unique
# Other timezones:
#  - PST: Philippine Standard Time
PST    -28800    # Pacific Standard Time
                 #     (America/Dawson)
                 #     (America/Los_Angeles)
                 #     (America/Tijuana)
                 #     (America/Vancouver)
                 #     (America/Whitehorse)
                 #     (Pacific/Pitcairn)
PYST   -10800 D  # Paraguay Summer Time (obsolete)
PYT    America/Asuncion  # Paraguay Time (obsolete)
SRT    America/Paramaribo  # Suriname Time (obsolete)
UYST    -7200 D  # Uruguay Summer Time (obsolete)
UYT    -10800    # Uruguay Time (obsolete)
VET    America/Caracas  # Venezuela Time (obsolete)
WGST    -7200 D  # Western Greenland Summer Time (obsolete)
WGT    -10800    # West Greenland Time (obsolete)
#
# NOTE:
#   This file is NOT loaded by the PostgreSQL database.  It just serves as
#   a template for timezones you could need.  See the `Date/Time Support'
#   appendix in the PostgreSQL documentation for more information.
#
# src/timezone/tznames/Antarctica.txt
#

AWST    28800    # Australian Western Standard Time
                 #     (Antarctica/Casey)
                 #     (Australia/Perth)
CLST   -10800 D  # Chile Summer Time (obsolete)
CLT    America/Santiago  # Chile Time (obsolete)
DAVT    Antarctica/Davis  # Davis Time (Antarctica) (obsolete)
DDUT    36000    # Dumont-d'Urville Time (Antarctica) (obsolete)
MAWT    Antarctica/Mawson  # Mawson Time (Antarctica) (obsolete)
MIST    39600    # Macquarie Island Time (obsolete)
NZDT    46800 D  # New Zealand Daylight Time
                 #     (Antarctica/McMurdo)
                 #     (Pacific/Auckland)
NZST    43200    # New Zealand Standard Time
                 #     (Antarctica/McMurdo)
                 #     (Pacific/Auckland)
ROTT   -10800    # Rothera Time (obsolete)
SYOT    10800    # Syowa Time (obsolete)
VOST    21600    # Vostok time (obsolete)
#
# NOTE:
#   This file is NOT loaded by the PostgreSQL database.  It just serves as
#   a template for timezones you could need.  See the `Date/Time Support'
#   appendix in the PostgreSQL documentation for more information.
#
# src/timezone/tznames/Asia.txt
#

AFT     16200    # Afghanistan Time (obsolete)
ALMST   25200 D  # Alma-Ata Summer Time (obsolete)
ALMT    21600    # Alma-Ata Time (obsolete)
# CONFLICT! AMST is not unique
# Other timezones:
#  - AMST: Amazon Summer Time (America)
AMST    Asia/Yerevan  # Armenia Summer Time (obsolete)
# CONFLICT! AMT is not unique
# Other timezones:
#  - AMT: Amazon Time (America)
AMT     Asia/Yerevan  # Armenia Time (obsolete)
ANAST   Asia/Anadyr  # Anadyr Summer Time (obsolete)
ANAT    Asia/Anadyr  # Anadyr Time (obsolete)
AQTST   Asia/Aqtau  # Aqtau Summer Time (obsolete)
AQTT    Asia/Aqtau  # Aqtau Time (obsolete)
# CONFLICT! AST is not unique
# Other timezones:
#  - AST: Atlantic Standard Time (America)
#  - AST/ACT: Acre Standard Time (America) listed as ACT
#  - AST: Anguilla Standard Time (America) same offset as Atlantic Standard Time
#  - AST: Antigua Standard Time (America) same offset as Atlantic Standard Time
#  - AST: Antilles Standard Time (America) same offset as Atlantic Standard Time
#  - AST: Al Manamah Standard Time (Asia) same offset as Arabia Standard Time
AST     10800    # Arabia Standard Time (obsolete)
AZST    Asia/Baku  # Azerbaijan Summer Time (obsolete)
AZT     Asia/Baku  # Azerbaijan Time (obsolete)
BDT     21600    # Bangladesh Time (obsolete)
BNT     28800    # Brunei Darussalam Time (obsolete)
BORT    28800    # Borneo Time (Indonesia) (not in IANA database)
BTT     21600    # Bhutan Time (obsolete)
CCT     28800    # China Coastal Time (not in IANA database)
CHOST   Asia/Choibalsan  # Choibalsan Summer Time (obsolete)
CHOT    Asia/Choibalsan  # Choibalsan Time (obsolete)
CIT     28800    # Central Indonesia Time (obsolete, WITA is now preferred)
# CONFLICT! CST is not unique
# Other timezones:
#  - CST: Central Standard Time (Australia)
#  - CST: Central Standard Time (America)
#  - CST: Cuba Central Standard Time (America)
CST     28800    # China Standard Time
                 #     (Asia/Macau)
                 #     (Asia/Shanghai)
                 #     (Asia/Taipei)
EEST    10800 D  # East-Egypt Summer Time
                 # Eastern Europe Summer Time
                 #     (Africa/Cairo)
                 #     (Asia/Amman)
                 #     (Asia/Beirut)
                 #     (Asia/Damascus)
                 #     (Asia/Gaza)
                 #     (Asia/Nicosia)
                 #     (Europe/Athens)
                 #     (Europe/Bucharest)
                 #     (Europe/Chisinau)
                 #     (Europe/Helsinki)
                 #     (Europe/Istanbul)
                 #     (Europe/Kaliningrad)
                 #     (Europe/Kiev)
                 #     (Europe/Minsk)
                 #     (Europe/Riga)
                 #     (Europe/Simferopol)
                 #     (Europe/Sofia)
                 #     (Europe/Tallinn)
                 #     (Europe/Uzhgorod)
                 #     (Europe/Vilnius)
                 #     (Europe/Zaporozhye)
EET      7200    # East-Egypt Time
                 # Eastern Europe Time
                 #     (Africa/Cairo)
                 #     (Africa/Tripoli)
                 #     (Asia/Amman)
                 #     (Asia/Beirut)
                 #     (Asia/Damascus)
                 #     (Asia/Gaza)
                 #     (Asia/Nicosia)
                 #     (Europe/Athens)
                 #     (Europe/Bucharest)
                 #     (Europe/Chisinau)
                 #     (Europe/Helsinki)
                 #     (Europe/Istanbul)
                 #     (Europe/Kaliningrad)
                 #     (Europe/Kiev)
                 #     (Europe/Minsk)
                 #     (Europe/Riga)
                 #     (Europe/Simferopol)
                 #     (Europe/Sofia)
                 #     (Europe/Tallinn)
                 #     (Europe/Uzhgorod)
                 #     (Europe/Vilnius)
                 #     (Europe/Zaporozhye)
EIT     32400    # East Indonesia Time (obsolete, WIT is now preferred)
GEST    Asia/Tbilisi  # Georgia Summer Time (obsolete)
GET     Asia/Tbilisi  # Georgia Time (obsolete)
# CONFLICT! GST is not unique
# Other timezones:
# - GST: South Georgia Time (Atlantic)
GST     14400    # Gulf Standard Time (obsolete)
HKT     28800    # Hong Kong Time
                 #     (Asia/Hong_Kong)
HOVST   28800 D  # Hovd Summer Time (obsolete)
HOVT    Asia/Hovd  # Hovd Time (obsolete)
ICT     25200    # Indochina Time (obsolete)
IDT     10800 D  # Israel Daylight Time
                 #     (Asia/Jerusalem)
IRDT    Asia/Tehran  # Iran Daylight Time (obsolete)
IRKST   Asia/Irkutsk  # Irkutsk Summer Time (obsolete)
IRKT    Asia/Irkutsk  # Irkutsk Time (obsolete)
IRST    Asia/Tehran  # Iran Standard Time (obsolete)
IRT     12600    # Iran Time (not in IANA database)
# CONFLICT! IST is not unique
# Other timezones:
# - IST: Irish Standard Time (Europe)
# - IST: Israel Standard Time (Asia)
IST     19800    # Indian Standard Time
                 #     (Asia/Calcutta)
# CONFLICT! IST is not unique
# Other timezones:
# - IST: Irish Standard Time (Europe)
# - IST: Indian Standard Time (Asia)
IST      7200    # Israel Standard Time
                 #     (Asia/Jerusalem)
JAYT    32400    # Jayapura Time (Indonesia) (not in IANA database)
JST     32400    # Japan Standard Time
                 #     (Asia/Tokyo)
KDT     36000 D  # Korean Daylight Time (not in IANA database)
KGST    21600 D  # Kyrgyzstan Summer Time (obsolete)
KGT     Asia/Bishkek  # Kyrgyzstan Time (obsolete)
KRAST   Asia/Krasnoyarsk  # Krasnoyarsk Summer Time (obsolete)
KRAT    Asia/Krasnoyarsk  # Krasnoyarsk Time (obsolete)
KST     Asia/Pyongyang    # Korean Standard Time
                 #     (Asia/Pyongyang)
KST     32400    # Korean Standard Time
                 #     (Asia/Seoul)
LKT     Asia/Colombo  # Lanka Time (obsolete)
MAGST   Asia/Magadan  # Magadan Summer Time (obsolete)
MAGT    Asia/Magadan  # Magadan Time (obsolete)
MMT     23400    # Myanmar Time (obsolete)
MYT     28800    # Malaysia Time (obsolete)
NOVST   Asia/Novosibirsk  # Novosibirsk Summer Time (obsolete)
NOVT    Asia/Novosibirsk  # Novosibirsk Time (obsolete)
NPT     20700    # Nepal Time (obsolete)
OMSST   Asia/Omsk  # Omsk Summer Time (obsolete)
OMST    Asia/Omsk  # Omsk Time (obsolete)
ORAT    Asia/Oral  # Oral Time (obsolete)
PETST   Asia/Kamchatka  # Petropavlovsk-Kamchatski Summer Time (obsolete)
PETT    Asia/Kamchatka  # Petropavlovsk-Kamchatski Time (obsolete)
PHT     28800    # Philippine Time (obsolete)
PKT     18000    # Pakistan Time
                 #     (Asia/Karachi)
PKST    21600 D  # Pakistan Summer Time
                 #     (Asia/Karachi)
# CONFLICT! PST is not unique
# Other timezones:
#  - PST: Pacific Standard Time (America)
PST     28800    # Philippine Standard Time
QYZT    21600    # Kizilorda Time (obsolete)
SAKST   Asia/Sakhalin  # Sakhalin Summer Time (obsolete)
SAKT    Asia/Sakhalin  # Sakhalin Time (obsolete)
SGT     Asia/Singapore  # Singapore Time (obsolete)
SRET    39600    # Srednekolymsk Time (obsolete)
TJT     18000    # Tajikistan Time (obsolete)
TLT     32400    # East Timor Time (obsolete)
TMT     Asia/Ashgabat  # Turkmenistan Time (obsolete)
ULAST   32400 D  # Ulan Bator Summer Time (obsolete)
ULAT    Asia/Ulaanbaatar  # Ulan Bator Time (obsolete)
UZST    21600 D  # Uzbekistan Summer Time (obsolete)
UZT     18000    # Uzbekistan Time (obsolete)
VLAST   Asia/Vladivostok  # Vladivostok Summer Time (obsolete)
VLAT    Asia/Vladivostok  # Vladivostok Time (obsolete)
WIB     25200    # Waktu Indonesia Barat
                 #     (Asia/Jakarta)
                 #     (Asia/Pontianak)
WIT     32400    # Waktu Indonesia Timur (caution: this used to mean 25200)
                 #     (Asia/Jayapura)
WITA    28800    # Waktu Indonesia Tengah
                 #     (Asia/Makassar)
XJT     21600    # Xinjiang Time (obsolete)
YAKST   Asia/Yakutsk  # Yakutsk Summer Time (obsolete)
YAKT    Asia/Yakutsk  # Yakutsk Time (obsolete)
YEKST   21600 D  # Yekaterinburg Summer Time (obsolete)
YEKT    Asia/Yekaterinburg  # Yekaterinburg Time (obsolete)
#
# NOTE:
#   This file is NOT loaded by the PostgreSQL database.  It just serves as
#   a template for timezones you could need.  See the `Date/Time Support'
#   appendix in the PostgreSQL documentation for more information.
#
# src/timezone/tznames/Atlantic.txt
#

ADT    -10800 D  # Atlantic Daylight Time
                 #     (America/Glace_Bay)
                 #     (America/Goose_Bay)
                 #     (America/Halifax)
                 #     (America/Thule)
                 #     (Atlantic/Bermuda)
# CONFLICT! AST is not unique
# Other timezones:
#  - AST: Arabic Standard Time (Asia)
#  - AST: Al Manamah Standard Time (Asia) same offset as Arabia Standard Time
#  - AST/ACT: Acre Standard Time (America) listed as ACT
#  - AST: Anguilla Standard Time (America) same offset
#  - AST: Antigua Standard Time (America) same offset
#  - AST: Antilles Standard Time (America) same offset
AST    -14400    # Atlantic Standard Time
                 #     (America/Anguilla)
                 #     (America/Antigua)
                 #     (America/Aruba)
                 #     (America/Curacao)
                 #     (America/Dominica)
                 #     (America/Glace_Bay)
                 #     (America/Goose_Bay)
                 #     (America/Grenada)
                 #     (America/Guadeloupe)
                 #     (America/Halifax)
                 #     (America/Martinique)
                 #     (America/Montserrat)
                 #     (America/Port_of_Spain)
                 #     (America/Puerto_Rico)
                 #     (America/Santo_Domingo)
                 #     (America/St_Kitts)
                 #     (America/St_Lucia)
                 #     (America/St_Thomas)
                 #     (America/St_Vincent)
                 #     (America/Thule)
                 #     (America/Tortola)
                 #     (Atlantic/Bermuda)
AZOST       0 D  # Azores Summer Time (obsolete)
AZOT    -3600    # Azores Time (obsolete)
CVT     Atlantic/Cape_Verde  # Cape Verde Time (obsolete)
FKST    Atlantic/Stanley  # Falkland Islands Summer/Standard Time (obsolete)
FKT     Atlantic/Stanley  # Falkland Islands Time (obsolete)
GMT         0    # Greenwich Mean Time
                 #     (Africa/Abidjan)
                 #     (Africa/Bamako)
                 #     (Africa/Banjul)
                 #     (Africa/Bissau)
                 #     (Africa/Conakry)
                 #     (Africa/Dakar)
                 #     (Africa/Lome)
                 #     (Africa/Monrovia)
                 #     (Africa/Nouakchott)
                 #     (Africa/Ouagadougou)
                 #     (Africa/Sao_Tome)
                 #     (America/Danmarkshavn)
                 #     (Atlantic/Reykjavik)
                 #     (Atlantic/St_Helena)
                 #     (Etc/GMT)
                 #     (Europe/Dublin)
                 #     (Europe/London)
# CONFLICT! GST is not unique
# Other timezones:
# - GST: Gulf Standard Time (Asia)
GST     -7200    # South Georgia Time (Atlantic) (obsolete)
WEST     3600 D  # Western Europe Summer Time
                 #     (Atlantic/Canary)
                 #     (Atlantic/Faeroe)
                 #     (Atlantic/Madeira)
                 #     (Europe/Lisbon)
WET         0    # Western Europe Time
                 #     (Africa/Casablanca)
                 #     (Africa/El_Aaiun)
                 #     (Atlantic/Canary)
                 #     (Atlantic/Faeroe)
                 #     (Atlantic/Madeira)
                 #     (Europe/Lisbon)
# Time zone configuration file for set "Australia"

# The abbreviations set up by this file are no longer in widespread use,
# and should be avoided when possible.  Use this file if you need backwards
# compatibility with old applications or data.

# In order to use this file, you need to set the run-time parameter
# timezone_abbreviations to 'Australia'.  See the `Date/Time Support'
#   appendix in the PostgreSQL documentation for more information.
#
# src/timezone/tznames/Australia


# include the default set
@INCLUDE Default

# most timezones are already defined in the default set. With the OVERRIDE
# option, PostgreSQL will use the new definitions instead of throwing an error
# in case of a conflict.
@OVERRIDE

CST     34200    # Central Standard Time (not in IANA database)
EAST    36000    # East Australian Standard Time (not in IANA database)
EST     36000    # Eastern Standard Time (not in IANA database)
SAST    34200    # South Australian Standard Time (not in IANA database)
SAT     34200    # South Australian Standard Time (not in IANA database)
WST     28800    # Western Standard Time (not in IANA database)
#
# NOTE:
#   This file is NOT loaded by the PostgreSQL database.  It just serves as
#   a template for timezones you could need.  See the `Date/Time Support'
#   appendix in the PostgreSQL documentation for more information.
#
# src/timezone/tznames/Australia.txt
#

ACSST   37800 D  # Australian Central Summer Standard Time (not in IANA database)
ACDT    37800 D  # Australian Central Daylight Time
                 #     (Australia/Adelaide)
                 #     (Australia/Broken_Hill)
                 #     (Australia/Darwin)
ACST    34200    # Australian Central Standard Time
                 #     (Australia/Adelaide)
                 #     (Australia/Broken_Hill)
                 #     (Australia/Darwin)
ACWST   31500    # Australian Central Western Standard Time (obsolete)
AESST   39600 D  # Australian Eastern Summer Standard Time (not in IANA database)
AEDT    39600 D  # Australian Eastern Daylight Time
                 #     (Australia/Brisbane)
                 #     (Australia/Currie)
                 #     (Australia/Hobart)
                 #     (Australia/Lindeman)
                 #     (Australia/Melbourne)
                 #     (Australia/Sydney)
AEST    36000    # Australian Eastern Standard Time
                 #     (Australia/Brisbane)
                 #     (Australia/Currie)
                 #     (Australia/Hobart)
                 #     (Australia/Lindeman)
                 #     (Australia/Melbourne)
                 #     (Australia/Sydney)
AWSST   32400 D  # Australia Western Summer Standard Time (not in IANA database)
AWST    28800    # Australian Western Standard Time
                 #     (Australia/Perth)
CADT    37800 D  # Central Australia Daylight-Saving Time (not in IANA database)
CAST    34200    # Central Australia Standard Time (not in IANA database)
# CONFLICT! CST is not unique
# Other timezones:
#  - CST: Central Standard Time (America)
#  - CST: China Standard Time (Asia)
#  - CST: Cuba Central Standard Time (America)
CST     34200    # Central Standard Time (not in IANA database)
CWST    31500    # Central Western Standard Time (not in IANA database)
# CONFLICT! EAST is not unique
# Other timezones:
#  - EAST: Easter Island Time (Chile) (Pacific)
EAST    36000    # East Australian Standard Time (not in IANA database)
# CONFLICT! EST is not unique
# Other timezones:
#  - EST: Eastern Standard Time (America)
EST     36000    # Eastern Standard Time (not in IANA database)
LHDT    Australia/Lord_Howe  # Lord Howe Daylight Time (obsolete)
LHST    37800    # Lord Howe Standard Time (obsolete)
LIGT    36000    # Melbourne, Australia (not in IANA database)
NZT     43200    # New Zealand Time (not in IANA database)
SADT    37800 D  # South Australian Daylight-Saving Time (not in IANA database)
# CONFLICT! SAST is not unique
# Other timezones:
#  - SAST South Africa Standard Time
SAST    34200    # South Australian Standard Time (not in IANA database)
SAT     34200    # South Australian Standard Time (not in IANA database)
WADT    28800 D  # West Australian Daylight-Saving Time (not in IANA database)
WAST    25200    # West Australian Standard Time (not in IANA database)
WDT     32400 D  # West Australian Daylight-Saving Time (not in IANA database)
# CONFLICT! WST is not unique
# Other timezones:
#  - WST: West Samoa Time
WST     28800    # Western Standard Time (not in IANA database)
# Time zone configuration file for set "Default"

# In order to use this file, you need to set the run-time parameter
# timezone_abbreviations to 'Default'.  See the `Date/Time Support'
# appendix in the PostgreSQL documentation for more information.
#
# src/timezone/tznames/Default


#################### AFRICA ####################

EAT     10800    # East Africa Time
                 #     (Africa/Addis_Ababa)
                 #     (Africa/Asmera)
                 #     (Africa/Dar_es_Salaam)
                 #     (Africa/Djibouti)
                 #     (Africa/Kampala)
                 #     (Africa/Khartoum)
                 #     (Africa/Mogadishu)
                 #     (Africa/Nairobi)
                 #     (Indian/Antananarivo)
                 #     (Indian/Comoro)
                 #     (Indian/Mayotte)
SAST     7200    # South Africa Standard Time
                 #     (Africa/Johannesburg)
WAT      3600    # West Africa Time
                 #     (Africa/Bangui)
                 #     (Africa/Brazzaville)
                 #     (Africa/Douala)
                 #     (Africa/Kinshasa)
                 #     (Africa/Lagos)
                 #     (Africa/Libreville)
                 #     (Africa/Luanda)
                 #     (Africa/Malabo)
                 #     (Africa/Ndjamena)
                 #     (Africa/Niamey)
                 #     (Africa/Porto-Novo)
                 #     (Africa/Windhoek)

#################### AMERICA ####################

# Acre time is sometimes called Acre Standard Time (AST) which leads to a
# conflict with AST (see below at AST)
ACT    -18000    # Acre Time (obsolete)
AKDT   -28800 D  # Alaska Daylight Time
                 #     (America/Anchorage)
                 #     (America/Juneau)
                 #     (America/Nome)
                 #     (America/Yakutat)
AKST   -32400    # Alaska Standard Time
                 #     (America/Anchorage)
                 #     (America/Juneau)
                 #     (America/Nome)
                 #     (America/Yakutat)
ART    America/Argentina/Buenos_Aires  # Argentina Time (obsolete)
ARST    America/Argentina/Buenos_Aires  # Argentina Summer Time (obsolete)
BOT    -14400    # Bolivia Time (obsolete)
BRA    -10800    # Brazil Time (not in IANA database)
BRST    -7200 D  # Brasil Summer Time (obsolete)
BRT    -10800    # Brasil Time (obsolete)
COT    -18000    # Columbia Time (obsolete)
# CONFLICT! CDT is not unique
# Other timezones:
#  - CDT: Mexico Central Daylight Time (America)
#  - CDT: Cuba Central Daylight Time (America)
#  - CDT: Canada Central Daylight Time (America)
CDT    -18000 D  # Central Daylight Time
                 #     (America/Chicago)
                 #     (America/Menominee)
                 #     (America/Merida)
                 #     (America/Mexico_City)
                 #     (America/Monterrey)
                 #     (America/North_Dakota/Center)
                 #     (America/Rainy_River)
                 #     (America/Rankin_Inlet)
                 #     (America/Winnipeg)
CLST   -10800 D  # Chile Summer Time (obsolete)
CLT    America/Santiago  # Chile Time (obsolete)
# CONFLICT! CST is not unique
# Other timezones:
#  - CST: Central Standard Time (Australia)
#  - CST: China Standard Time (Asia)
#  - CST: Cuba Central Standard Time (America)
CST    -21600    # Central Standard Time (America)
                 #     (America/Chicago)
                 #     (America/Menominee)
                 #     (America/Merida)
                 #     (America/Mexico_City)
                 #     (America/Monterrey)
                 #     (America/North_Dakota/Center)
                 #     (America/Rainy_River)
                 #     (America/Rankin_Inlet)
                 #     (America/Regina)
                 #     (America/Swift_Current)
                 #     (America/Winnipeg)
EDT    -14400 D  # Eastern Daylight Saving Time
                 #     (America/Detroit)
                 #     (America/Grand_Turk)
                 #     (America/Indiana/Indianapolis)
                 #     (America/Indiana/Knox)
                 #     (America/Indiana/Marengo)
                 #     (America/Indiana/Vevay)
                 #     (America/Iqaluit)
                 #     (America/Kentucky/Louisville)
                 #     (America/Kentucky/Monticello)
                 #     (America/Montreal)
                 #     (America/Nassau)
                 #     (America/New_York)
                 #     (America/Nipigon)
                 #     (America/Pangnirtung)
                 #     (America/Thunder_Bay)
                 #     (America/Toronto)
EGST        0 D  # East Greenland Summer Time (obsolete)
EGT     -3600    # East Greenland Time (Svalbard & Jan Mayen) (obsolete)
# CONFLICT! EST is not unique
# Other timezones:
#  - EST: Eastern Standard Time (Australia)
EST    -18000    # Eastern Standard Time (America)
                 #     (America/Cancun)
                 #     (America/Cayman)
                 #     (America/Coral_Harbour)
                 #     (America/Detroit)
                 #     (America/Grand_Turk)
                 #     (America/Indiana/Indianapolis)
                 #     (America/Indiana/Knox)
                 #     (America/Indiana/Marengo)
                 #     (America/Indiana/Vevay)
                 #     (America/Iqaluit)
                 #     (America/Jamaica)
                 #     (America/Kentucky/Louisville)
                 #     (America/Kentucky/Monticello)
                 #     (America/Montreal)
                 #     (America/Nassau)
                 #     (America/New_York)
                 #     (America/Nipigon)
                 #     (America/Panama)
                 #     (America/Pangnirtung)
                 #     (America/Thunder_Bay)
                 #     (America/Toronto)
FNT     -7200    # Fernando de Noronha Time (obsolete)
FNST    -3600 D  # Fernando de Noronha Summer Time (obsolete)
GFT    -10800    # French Guiana Time (obsolete)
GYT    America/Guyana  # Guyana Time (obsolete)
MDT    -21600 D  # Mexico Mountain Daylight Time
                 # Mountain Daylight Time
                 #     (America/Boise)
                 #     (America/Cambridge_Bay)
                 #     (America/Chihuahua)
                 #     (America/Denver)
                 #     (America/Edmonton)
                 #     (America/Inuvik)
                 #     (America/Mazatlan)
                 #     (America/Yellowknife)
MST    -25200    # Mexico Mountain Standard Time
                 # Mountain Standard Time
                 #     (America/Boise)
                 #     (America/Cambridge_Bay)
                 #     (America/Chihuahua)
                 #     (America/Dawson_Creek)
                 #     (America/Denver)
                 #     (America/Edmonton)
                 #     (America/Hermosillo)
                 #     (America/Inuvik)
                 #     (America/Mazatlan)
                 #     (America/Phoenix)
                 #     (America/Yellowknife)
NDT     -9000 D  # Newfoundland Daylight Time
                 #     (America/St_Johns)
# CONFLICT! NFT is not unique
# Other timezones:
#  - NFT: Norfolk Time (Pacific)
NFT    -12600    # Newfoundland Time (not in IANA database)
NST    -12600    # Newfoundland Standard Time
                 #     (America/St_Johns)
PET    -18000    # Peru Time (obsolete)
PDT    -25200 D  # Pacific Daylight Time
                 #     (America/Dawson)
                 #     (America/Los_Angeles)
                 #     (America/Tijuana)
                 #     (America/Vancouver)
                 #     (America/Whitehorse)
PMDT    -7200 D  # Pierre & Miquelon Daylight Time (obsolete)
PMST   -10800    # Pierre & Miquelon Standard Time (obsolete)
# CONFLICT! PST is not unique
# Other timezones:
#  - PST: Philippine Standard Time
PST    -28800    # Pacific Standard Time
                 #     (America/Dawson)
                 #     (America/Los_Angeles)
                 #     (America/Tijuana)
                 #     (America/Vancouver)
                 #     (America/Whitehorse)
                 #     (Pacific/Pitcairn)
PYST   -10800 D  # Paraguay Summer Time (obsolete)
PYT    America/Asuncion  # Paraguay Time (obsolete)
UYST    -7200 D  # Uruguay Summer Time (obsolete)
UYT    -10800    # Uruguay Time (obsolete)
VET    America/Caracas  # Venezuela Time (obsolete)
WGST    -7200 D  # Western Greenland Summer Time (obsolete)
WGT    -10800    # West Greenland Time (obsolete)

#################### ANTARCTICA ####################

DAVT    Antarctica/Davis  # Davis Time (Antarctica) (obsolete)
DDUT    36000    # Dumont-d'Urville Time (Antarctica) (obsolete)
MAWT    Antarctica/Mawson  # Mawson Time (Antarctica) (obsolete)

#################### ASIA ####################

AFT     16200    # Afghanistan Time (obsolete)
ALMT    21600    # Alma-Ata Time (obsolete)
ALMST   25200 D  # Alma-Ata Summer Time (obsolete)
# CONFLICT! AMST is not unique
# Other timezones:
#  - AMST: Amazon Summer Time (America)
AMST    Asia/Yerevan  # Armenia Summer Time (obsolete)
# CONFLICT! AMT is not unique
# Other timezones:
#  - AMT: Armenia Time (Asia)
AMT    -14400    # Amazon Time (obsolete)
ANAST   Asia/Anadyr  # Anadyr Summer Time (obsolete)
ANAT    Asia/Anadyr  # Anadyr Time (obsolete)
AZST    Asia/Baku  # Azerbaijan Summer Time (obsolete)
AZT     Asia/Baku  # Azerbaijan Time (obsolete)
BDT     21600    # Bangladesh Time (obsolete)
BNT     28800    # Brunei Darussalam Time (obsolete)
BORT    28800    # Borneo Time (Indonesia) (not in IANA database)
BTT     21600    # Bhutan Time (obsolete)
CCT     28800    # China Coastal Time (not in IANA database)
GEST    Asia/Tbilisi  # Georgia Summer Time (obsolete)
GET     Asia/Tbilisi  # Georgia Time (obsolete)
HKT     28800    # Hong Kong Time
                 #     (Asia/Hong_Kong)
ICT     25200    # Indochina Time (obsolete)
IDT     10800 D  # Israel Daylight Time
                 #     (Asia/Jerusalem)
IRKST   Asia/Irkutsk  # Irkutsk Summer Time (obsolete)
IRKT    Asia/Irkutsk  # Irkutsk Time (obsolete)
IRT     12600    # Iran Time (not in IANA database)
# CONFLICT! IST is not unique
# Other timezones:
# - IST: Irish Standard Time (Europe)
# - IST: Indian Standard Time (Asia)
IST      7200    # Israel Standard Time
                 #     (Asia/Jerusalem)
JAYT    32400    # Jayapura Time (Indonesia) (not in IANA database)
JST     32400    # Japan Standard Time
                 #     (Asia/Tokyo)
KDT     36000 D  # Korean Daylight Time (not in IANA database)
KGST    21600 D  # Kyrgyzstan Summer Time (obsolete)
KGT     Asia/Bishkek  # Kyrgyzstan Time (obsolete)
KRAST   Asia/Krasnoyarsk  # Krasnoyarsk Summer Time (obsolete)
KRAT    Asia/Krasnoyarsk  # Krasnoyarsk Time (obsolete)
KST     32400    # Korean Standard Time
                 #     (Asia/Seoul)
LKT     Asia/Colombo  # Lanka Time (obsolete)
MAGST   Asia/Magadan  # Magadan Summer Time (obsolete)
MAGT    Asia/Magadan  # Magadan Time (obsolete)
MMT     23400    # Myanmar Time (obsolete)
MYT     28800    # Malaysia Time (obsolete)
NOVST   Asia/Novosibirsk  # Novosibirsk Summer Time (obsolete)
NOVT    Asia/Novosibirsk  # Novosibirsk Time (obsolete)
NPT     20700    # Nepal Time (obsolete)
OMSST   Asia/Omsk  # Omsk Summer Time (obsolete)
OMST    Asia/Omsk  # Omsk Time (obsolete)
PETST   Asia/Kamchatka  # Petropavlovsk-Kamchatski Summer Time (obsolete)
PETT    Asia/Kamchatka  # Petropavlovsk-Kamchatski Time (obsolete)
PHT     28800    # Philippine Time (obsolete)
PKT     18000    # Pakistan Time
                 #     (Asia/Karachi)
PKST    21600 D  # Pakistan Summer Time
                 #     (Asia/Karachi)
SGT     Asia/Singapore  # Singapore Time (obsolete)
TJT     18000    # Tajikistan Time (obsolete)
TMT     Asia/Ashgabat  # Turkmenistan Time (obsolete)
ULAST   32400 D  # Ulan Bator Summer Time (obsolete)
ULAT    Asia/Ulaanbaatar  # Ulan Bator Time (obsolete)
UZST    21600 D  # Uzbekistan Summer Time (obsolete)
UZT     18000    # Uzbekistan Time (obsolete)
VLAST   Asia/Vladivostok  # Vladivostok Summer Time (obsolete)
VLAT    Asia/Vladivostok  # Vladivostok Time (obsolete)
XJT     21600    # Xinjiang Time (obsolete)
YAKST   Asia/Yakutsk  # Yakutsk Summer Time (obsolete)
YAKT    Asia/Yakutsk  # Yakutsk Time (obsolete)
YEKST   21600 D  # Yekaterinburg Summer Time (obsolete)
YEKT    Asia/Yekaterinburg  # Yekaterinburg Time (obsolete)

#################### ATLANTIC ####################

ADT    -10800 D  # Atlantic Daylight Time
                 #     (America/Glace_Bay)
                 #     (America/Goose_Bay)
                 #     (America/Halifax)
                 #     (America/Thule)
                 #     (Atlantic/Bermuda)
# CONFLICT! AST is not unique
# Other timezones:
#  - AST: Arabic Standard Time (Asia)
#  - AST: Al Manamah Standard Time (Asia) same offset as Arabia Standard Time
#  - AST/ACT: Acre Standard Time (America) listed as ACT
#  - AST: Anguilla Standard Time (America) same offset
#  - AST: Antigua Standard Time (America) same offset
#  - AST: Antilles Standard Time (America) same offset
AST    -14400    # Atlantic Standard Time
                 #     (America/Anguilla)
                 #     (America/Antigua)
                 #     (America/Aruba)
                 #     (America/Curacao)
                 #     (America/Dominica)
                 #     (America/Glace_Bay)
                 #     (America/Goose_Bay)
                 #     (America/Grenada)
                 #     (America/Guadeloupe)
                 #     (America/Halifax)
                 #     (America/Martinique)
                 #     (America/Montserrat)
                 #     (America/Port_of_Spain)
                 #     (America/Puerto_Rico)
                 #     (America/Santo_Domingo)
                 #     (America/St_Kitts)
                 #     (America/St_Lucia)
                 #     (America/St_Thomas)
                 #     (America/St_Vincent)
                 #     (America/Thule)
                 #     (America/Tortola)
                 #     (Atlantic/Bermuda)
AZOST       0 D  # Azores Summer Time (obsolete)
AZOT    -3600    # Azores Time (obsolete)
FKST    Atlantic/Stanley  # Falkland Islands Summer/Standard Time (obsolete)
FKT     Atlantic/Stanley  # Falkland Islands Time (obsolete)

#################### AUSTRALIA ####################

ACSST   37800 D  # Australian Central Summer Standard Time (not in IANA database)
ACDT    37800 D  # Australian Central Daylight Time
                 #     (Australia/Adelaide)
                 #     (Australia/Broken_Hill)
                 #     (Australia/Darwin)
ACST    34200    # Australian Central Standard Time
                 #     (Australia/Adelaide)
                 #     (Australia/Broken_Hill)
                 #     (Australia/Darwin)
ACWST   31500    # Australian Central Western Standard Time (obsolete)
AESST   39600 D  # Australian Eastern Summer Standard Time (not in IANA database)
AEDT    39600 D  # Australian Eastern Daylight Time
                 #     (Australia/Brisbane)
                 #     (Australia/Currie)
                 #     (Australia/Hobart)
                 #     (Australia/Lindeman)
                 #     (Australia/Melbourne)
                 #     (Australia/Sydney)
AEST    36000    # Australian Eastern Standard Time
                 #     (Australia/Brisbane)
                 #     (Australia/Currie)
                 #     (Australia/Hobart)
                 #     (Australia/Lindeman)
                 #     (Australia/Melbourne)
                 #     (Australia/Sydney)
AWSST   32400 D  # Australia Western Summer Standard Time (not in IANA database)
AWST    28800    # Australian Western Standard Time
                 #     (Australia/Perth)
CADT    37800 D  # Central Australia Daylight-Saving Time (not in IANA database)
CAST    34200    # Central Australia Standard Time (not in IANA database)
LHDT    Australia/Lord_Howe  # Lord Howe Daylight Time (obsolete)
LHST    37800    # Lord Howe Standard Time (obsolete)
LIGT    36000    # Melbourne, Australia (not in IANA database)
NZT     43200    # New Zealand Time (not in IANA database)
SADT    37800 D  # South Australian Daylight-Saving Time (not in IANA database)
WADT    28800 D  # West Australian Daylight-Saving Time (not in IANA database)
WAST    25200    # West Australian Standard Time (not in IANA database)
WDT     32400 D  # West Australian Daylight-Saving Time (not in IANA database)

#################### ETC ####################

GMT         0    # Greenwich Mean Time
                 #     (Africa/Abidjan)
                 #     (Africa/Bamako)
                 #     (Africa/Banjul)
                 #     (Africa/Bissau)
                 #     (Africa/Conakry)
                 #     (Africa/Dakar)
                 #     (Africa/Lome)
                 #     (Africa/Monrovia)
                 #     (Africa/Nouakchott)
                 #     (Africa/Ouagadougou)
                 #     (Africa/Sao_Tome)
                 #     (America/Danmarkshavn)
                 #     (Atlantic/Reykjavik)
                 #     (Atlantic/St_Helena)
                 #     (Etc/GMT)
                 #     (Europe/Dublin)
                 #     (Europe/London)
UCT         0    # Universal Coordinated Time
                 #     (Etc/UCT)
UT          0    # Universal Time (not in IANA database)
UTC         0    # Coordinated Universal Time
Z           0    # Zulu
ZULU        0    # Zulu

#################### EUROPE ####################

# CONFLICT! BST is not unique
# Other timezones:
#  - BST: Bougainville Standard Time (Papua New Guinea)
BST      3600 D  # British Summer Time
                 #     (Europe/London)
BDST     7200 D  # British Double Summer Time
CEST     7200 D  # Central Europe Summer Time
                 #     (Africa/Ceuta)
                 #     (Europe/Amsterdam)
                 #     (Europe/Andorra)
                 #     (Europe/Belgrade)
                 #     (Europe/Berlin)
                 #     (Europe/Brussels)
                 #     (Europe/Budapest)
                 #     (Europe/Copenhagen)
                 #     (Europe/Gibraltar)
                 #     (Europe/Luxembourg)
                 #     (Europe/Madrid)
                 #     (Europe/Malta)
                 #     (Europe/Monaco)
                 #     (Europe/Oslo)
                 #     (Europe/Paris)
                 #     (Europe/Prague)
                 #     (Europe/Rome)
                 #     (Europe/Stockholm)
                 #     (Europe/Tirane)
                 #     (Europe/Vaduz)
                 #     (Europe/Vienna)
                 #     (Europe/Warsaw)
                 #     (Europe/Zurich)
CET      3600    # Central Europe Time
                 #     (Africa/Algiers)
                 #     (Africa/Ceuta)
                 #     (Europe/Amsterdam)
                 #     (Europe/Andorra)
                 #     (Europe/Belgrade)
                 #     (Europe/Berlin)
                 #     (Europe/Brussels)
                 #     (Europe/Budapest)
                 #     (Europe/Copenhagen)
                 #     (Europe/Gibraltar)
                 #     (Europe/Luxembourg)
                 #     (Europe/Madrid)
                 #     (Europe/Malta)
                 #     (Europe/Monaco)
                 #     (Europe/Oslo)
                 #     (Europe/Paris)
                 #     (Europe/Prague)
                 #     (Europe/Rome)
                 #     (Europe/Stockholm)
                 #     (Europe/Tirane)
                 #     (Europe/Vaduz)
                 #     (Europe/Vienna)
                 #     (Europe/Warsaw)
                 #     (Europe/Zurich)
CETDST   7200 D  # Central Europe Summer Time
                 #     (Africa/Ceuta)
                 #     (Europe/Amsterdam)
                 #     (Europe/Andorra)
                 #     (Europe/Belgrade)
                 #     (Europe/Berlin)
                 #     (Europe/Brussels)
                 #     (Europe/Budapest)
                 #     (Europe/Copenhagen)
                 #     (Europe/Gibraltar)
                 #     (Europe/Luxembourg)
                 #     (Europe/Madrid)
                 #     (Europe/Malta)
                 #     (Europe/Monaco)
                 #     (Europe/Oslo)
                 #     (Europe/Paris)
                 #     (Europe/Prague)
                 #     (Europe/Rome)
                 #     (Europe/Stockholm)
                 #     (Europe/Tirane)
                 #     (Europe/Vaduz)
                 #     (Europe/Vienna)
                 #     (Europe/Warsaw)
                 #     (Europe/Zurich)
EEST    10800 D  # East-Egypt Summertime
                 # Eastern Europe Summer Time
                 #     (Africa/Cairo)
                 #     (Asia/Amman)
                 #     (Asia/Beirut)
                 #     (Asia/Damascus)
                 #     (Asia/Gaza)
                 #     (Asia/Nicosia)
                 #     (Europe/Athens)
                 #     (Europe/Bucharest)
                 #     (Europe/Chisinau)
                 #     (Europe/Helsinki)
                 #     (Europe/Istanbul)
                 #     (Europe/Kaliningrad)
                 #     (Europe/Kiev)
                 #     (Europe/Minsk)
                 #     (Europe/Riga)
                 #     (Europe/Simferopol)
                 #     (Europe/Sofia)
                 #     (Europe/Tallinn)
                 #     (Europe/Uzhgorod)
                 #     (Europe/Vilnius)
                 #     (Europe/Zaporozhye)
EET      7200    # East-Egypt Time
                 # Eastern Europe Time
                 #     (Africa/Cairo)
                 #     (Africa/Tripoli)
                 #     (Asia/Amman)
                 #     (Asia/Beirut)
                 #     (Asia/Damascus)
                 #     (Asia/Gaza)
                 #     (Asia/Nicosia)
                 #     (Europe/Athens)
                 #     (Europe/Bucharest)
                 #     (Europe/Chisinau)
                 #     (Europe/Helsinki)
                 #     (Europe/Istanbul)
                 #     (Europe/Kaliningrad)
                 #     (Europe/Kiev)
                 #     (Europe/Minsk)
                 #     (Europe/Riga)
                 #     (Europe/Simferopol)
                 #     (Europe/Sofia)
                 #     (Europe/Tallinn)
                 #     (Europe/Uzhgorod)
                 #     (Europe/Vilnius)
                 #     (Europe/Zaporozhye)
EETDST  10800 D  # East-Egypt Summertime
                 # Eastern Europe Summer Time
                 #     (Africa/Cairo)
                 #     (Asia/Amman)
                 #     (Asia/Beirut)
                 #     (Asia/Damascus)
                 #     (Asia/Gaza)
                 #     (Asia/Nicosia)
                 #     (Europe/Athens)
                 #     (Europe/Bucharest)
                 #     (Europe/Chisinau)
                 #     (Europe/Helsinki)
                 #     (Europe/Istanbul)
                 #     (Europe/Kaliningrad)
                 #     (Europe/Kiev)
                 #     (Europe/Minsk)
                 #     (Europe/Riga)
                 #     (Europe/Simferopol)
                 #     (Europe/Sofia)
                 #     (Europe/Tallinn)
                 #     (Europe/Uzhgorod)
                 #     (Europe/Vilnius)
                 #     (Europe/Zaporozhye)
FET     10800    # Further-eastern European Time (obsolete)
                 #     (Europe/Kaliningrad)
                 #     (Europe/Minsk)
MEST     7200 D  # Middle Europe Summer Time (obsolete)
MESZ     7200 D  # Mitteleuropaeische Sommerzeit (German)
                 #     (attested in IANA comments though not their code)
MET      3600    # Middle Europe Time (obsolete)
METDST   7200 D  # Middle Europe Summer Time (not in IANA database)
MEZ      3600    # Mitteleuropaeische Zeit (German)
                 #     (attested in IANA comments though not their code)
MSD     14400 D  # Moscow Daylight Time (obsolete)
MSK     Europe/Moscow  # Moscow Time
                 #     (Europe/Moscow)
                 #     (Europe/Volgograd)
VOLT    Europe/Volgograd  # Volgograd Time (obsolete)
WET         0    # Western Europe Time
                 #     (Africa/Casablanca)
                 #     (Africa/El_Aaiun)
                 #     (Atlantic/Canary)
                 #     (Atlantic/Faeroe)
                 #     (Atlantic/Madeira)
                 #     (Europe/Lisbon)
WETDST   3600 D  # Western Europe Summer Time
                 #     (Atlantic/Canary)
                 #     (Atlantic/Faeroe)
                 #     (Atlantic/Madeira)
                 #     (Europe/Lisbon)

#################### INDIAN ####################

CXT     25200    # Christmas Island Time (Indian Ocean) (obsolete)
IOT     Indian/Chagos  # British Indian Ocean Territory (Chagos) (obsolete)
MUT     14400    # Mauritius Island Time (obsolete)
MUST    18000 D  # Mauritius Island Summer Time (obsolete)
MVT     18000    # Maldives Island Time (obsolete)
RET     14400    # Reunion Time (obsolete)
SCT     14400    # Seychelles Time (obsolete)
TFT     18000    # Kerguelen Time (obsolete)

#################### PACIFIC ####################

CHADT   49500 D  # Chatham Daylight Time (New Zealand) (obsolete)
CHAST   45900    # Chatham Standard Time (New Zealand) (obsolete)
CHUT    36000    # Chuuk Time (obsolete)
CKT     Pacific/Rarotonga  # Cook Islands Time (obsolete)
EASST   Pacific/Easter  # Easter Island Summer Time (obsolete)
EAST    Pacific/Easter  # Easter Island Time (Chile) (obsolete)
FJST    46800 D  # Fiji Summer Time (caution: this used to mean -46800) (obsolete)
FJT     43200    # Fiji Time (caution: this used to mean -43200) (obsolete)
GALT   -21600    # Galapagos Time (obsolete)
GAMT   -32400    # Gambier Time (obsolete)
GILT    43200    # Gilbert Islands Time (obsolete)
HST    -36000    # Hawaiian Standard Time
                 #     (Pacific/Honolulu)
                 #     (Pacific/Johnston)
KOST    Pacific/Kosrae  # Kosrae Time (obsolete)
LINT    Pacific/Kiritimati  # Line Islands Time (Kiribati) (obsolete)
MART   -34200    # Marquesas Time (obsolete)
MHT     43200    # Kwajalein Time (obsolete)
MPT     36000    # North Mariana Islands Time (not in IANA database)
NUT     Pacific/Niue  # Niue Time (obsolete)
NZDT    46800 D  # New Zealand Daylight Time
                 #     (Antarctica/McMurdo)
                 #     (Pacific/Auckland)
NZST    43200    # New Zealand Standard Time
                 #     (Antarctica/McMurdo)
                 #     (Pacific/Auckland)
PGT     36000    # Papua New Guinea Time (obsolete)
PONT    39600    # Ponape Time (Micronesia) (obsolete)
PWT     32400    # Palau Time (obsolete)
TAHT   -36000    # Tahiti Time (obsolete)
TKT     Pacific/Fakaofo  # Tokelau Time (obsolete)
TOT     46800    # Tonga Time (obsolete)
TRUT    36000    # Truk Time (obsolete)
TVT     43200    # Tuvalu Time (obsolete)
VUT     39600    # Vanuata Time (obsolete)
WAKT    43200    # Wake Time (obsolete)
WFT     43200    # Wallis and Futuna Time (obsolete)
YAPT    36000    # Yap Time (Micronesia) (not in IANA database)
#
# NOTE:
#   This file is NOT loaded by the PostgreSQL database.  It just serves as
#   a template for timezones you could need.  See the `Date/Time Support'
#   appendix in the PostgreSQL documentation for more information.
#
# src/timezone/tznames/Etc.txt
#

GMT         0    # Greenwich Mean Time
                 #     (Africa/Abidjan)
                 #     (Africa/Bamako)
                 #     (Africa/Banjul)
                 #     (Africa/Bissau)
                 #     (Africa/Conakry)
                 #     (Africa/Dakar)
                 #     (Africa/Lome)
                 #     (Africa/Monrovia)
                 #     (Africa/Nouakchott)
                 #     (Africa/Ouagadougou)
                 #     (Africa/Sao_Tome)
                 #     (America/Danmarkshavn)
                 #     (Atlantic/Reykjavik)
                 #     (Atlantic/St_Helena)
                 #     (Etc/GMT)
                 #     (Europe/Dublin)
                 #     (Europe/London)
UCT         0    # Universal Coordinated Time
                 #     (Etc/UCT)
UT          0    # Universal Time (not in IANA database)
UTC         0    # Coordinated Universal Time
                 #     (Etc/UTC)
Z           0    # Zulu
ZULU        0    # Zulu
#
# NOTE:
#   This file is NOT loaded by the PostgreSQL database.  It just serves as
#   a template for timezones you could need.  See the `Date/Time Support'
#   appendix in the PostgreSQL documentation for more information.
#
# src/timezone/tznames/Europe.txt
#

# CONFLICT! BST is not unique
# Other timezones:
#  - BST: Bougainville Standard Time (Papua New Guinea)
BST      3600 D  # British Summer Time
                 #     (Europe/London)
BDST     7200 D  # British Double Summer Time
CEST     7200 D  # Central Europe Summer Time
                 #     (Africa/Ceuta)
                 #     (Europe/Amsterdam)
                 #     (Europe/Andorra)
                 #     (Europe/Belgrade)
                 #     (Europe/Berlin)
                 #     (Europe/Brussels)
                 #     (Europe/Budapest)
                 #     (Europe/Copenhagen)
                 #     (Europe/Gibraltar)
                 #     (Europe/Luxembourg)
                 #     (Europe/Madrid)
                 #     (Europe/Malta)
                 #     (Europe/Monaco)
                 #     (Europe/Oslo)
                 #     (Europe/Paris)
                 #     (Europe/Prague)
                 #     (Europe/Rome)
                 #     (Europe/Stockholm)
                 #     (Europe/Tirane)
                 #     (Europe/Vaduz)
                 #     (Europe/Vienna)
                 #     (Europe/Warsaw)
                 #     (Europe/Zurich)
CET      3600    # Central Europe Time
                 #     (Africa/Algiers)
                 #     (Africa/Ceuta)
                 #     (Europe/Amsterdam)
                 #     (Europe/Andorra)
                 #     (Europe/Belgrade)
                 #     (Europe/Berlin)
                 #     (Europe/Brussels)
                 #     (Europe/Budapest)
                 #     (Europe/Copenhagen)
                 #     (Europe/Gibraltar)
                 #     (Europe/Luxembourg)
                 #     (Europe/Madrid)
                 #     (Europe/Malta)
                 #     (Europe/Monaco)
                 #     (Europe/Oslo)
                 #     (Europe/Paris)
                 #     (Europe/Prague)
                 #     (Europe/Rome)
                 #     (Europe/Stockholm)
                 #     (Europe/Tirane)
                 #     (Europe/Vaduz)
                 #     (Europe/Vienna)
                 #     (Europe/Warsaw)
                 #     (Europe/Zurich)
CETDST   7200 D  # Central Europe Summer Time
                 #     (Africa/Ceuta)
                 #     (Europe/Amsterdam)
                 #     (Europe/Andorra)
                 #     (Europe/Belgrade)
                 #     (Europe/Berlin)
                 #     (Europe/Brussels)
                 #     (Europe/Budapest)
                 #     (Europe/Copenhagen)
                 #     (Europe/Gibraltar)
                 #     (Europe/Luxembourg)
                 #     (Europe/Madrid)
                 #     (Europe/Malta)
                 #     (Europe/Monaco)
                 #     (Europe/Oslo)
                 #     (Europe/Paris)
                 #     (Europe/Prague)
                 #     (Europe/Rome)
                 #     (Europe/Stockholm)
                 #     (Europe/Tirane)
                 #     (Europe/Vaduz)
                 #     (Europe/Vienna)
                 #     (Europe/Warsaw)
                 #     (Europe/Zurich)
EEST    10800 D  # East-Egypt Summertime
                 # Eastern Europe Summer Time
                 #     (Africa/Cairo)
                 #     (Asia/Amman)
                 #     (Asia/Beirut)
                 #     (Asia/Damascus)
                 #     (Asia/Gaza)
                 #     (Asia/Nicosia)
                 #     (Europe/Athens)
                 #     (Europe/Bucharest)
                 #     (Europe/Chisinau)
                 #     (Europe/Helsinki)
                 #     (Europe/Istanbul)
                 #     (Europe/Kaliningrad)
                 #     (Europe/Kiev)
                 #     (Europe/Minsk)
                 #     (Europe/Riga)
                 #     (Europe/Simferopol)
                 #     (Europe/Sofia)
                 #     (Europe/Tallinn)
                 #     (Europe/Uzhgorod)
                 #     (Europe/Vilnius)
                 #     (Europe/Zaporozhye)
EET      7200    # East-Egypt Time
                 # Eastern Europe Time
                 #     (Africa/Cairo)
                 #     (Africa/Tripoli)
                 #     (Asia/Amman)
                 #     (Asia/Beirut)
                 #     (Asia/Damascus)
                 #     (Asia/Gaza)
                 #     (Asia/Nicosia)
                 #     (Europe/Athens)
                 #     (Europe/Bucharest)
                 #     (Europe/Chisinau)
                 #     (Europe/Helsinki)
                 #     (Europe/Istanbul)
                 #     (Europe/Kaliningrad)
                 #     (Europe/Kiev)
                 #     (Europe/Minsk)
                 #     (Europe/Riga)
                 #     (Europe/Simferopol)
                 #     (Europe/Sofia)
                 #     (Europe/Tallinn)
                 #     (Europe/Uzhgorod)
                 #     (Europe/Vilnius)
                 #     (Europe/Zaporozhye)
EETDST  10800 D  # East-Egypt Summertime
                 # Eastern Europe Summer Time
                 #     (Africa/Cairo)
                 #     (Asia/Amman)
                 #     (Asia/Beirut)
                 #     (Asia/Damascus)
                 #     (Asia/Gaza)
                 #     (Asia/Nicosia)
                 #     (Europe/Athens)
                 #     (Europe/Bucharest)
                 #     (Europe/Chisinau)
                 #     (Europe/Helsinki)
                 #     (Europe/Istanbul)
                 #     (Europe/Kaliningrad)
                 #     (Europe/Kiev)
                 #     (Europe/Minsk)
                 #     (Europe/Riga)
                 #     (Europe/Simferopol)
                 #     (Europe/Sofia)
                 #     (Europe/Tallinn)
                 #     (Europe/Uzhgorod)
                 #     (Europe/Vilnius)
                 #     (Europe/Zaporozhye)
FET     10800    # Further-eastern European Time (obsolete)
                 #     (Europe/Kaliningrad)
                 #     (Europe/Minsk)
GMT         0    # Greenwich Mean Time
                 #     (Africa/Abidjan)
                 #     (Africa/Bamako)
                 #     (Africa/Banjul)
                 #     (Africa/Bissau)
                 #     (Africa/Conakry)
                 #     (Africa/Dakar)
                 #     (Africa/Lome)
                 #     (Africa/Monrovia)
                 #     (Africa/Nouakchott)
                 #     (Africa/Ouagadougou)
                 #     (Africa/Sao_Tome)
                 #     (America/Danmarkshavn)
                 #     (Atlantic/Reykjavik)
                 #     (Atlantic/St_Helena)
                 #     (Etc/GMT)
                 #     (Europe/Dublin)
                 #     (Europe/London)
# CONFLICT! IST is not unique
# Other timezones:
# - IST: Indian Standard Time (Asia)
# - IST: Israel Standard Time (Asia)
IST      3600    # Irish Standard Time
                 #     (Europe/Dublin)
MEST     7200 D  # Middle Europe Summer Time (obsolete)
MESZ     7200 D  # Mitteleuropaeische Sommerzeit (German)
                 #     (attested in IANA comments though not their code)
MET      3600    # Middle Europe Time (obsolete)
METDST   7200 D  # Middle Europe Summer Time (not in IANA database)
MEZ      3600    # Mitteleuropaeische Zeit (German)
                 #     (attested in IANA comments though not their code)
MSD     14400 D  # Moscow Daylight Time (obsolete)
MSK     Europe/Moscow  # Moscow Time
                 #     (Europe/Moscow)
                 #     (Europe/Volgograd)
SAMST   Europe/Samara  # Samara Summer Time (obsolete)
SAMT    Europe/Samara  # Samara Time (obsolete)
VOLT    Europe/Volgograd  # Volgograd Time (obsolete)
WEST     3600 D  # Western Europe Summer Time
                 #     (Africa/Casablanca)
                 #     (Atlantic/Canary)
                 #     (Atlantic/Faeroe)
                 #     (Atlantic/Madeira)
                 #     (Europe/Lisbon)
WET         0    # Western Europe Time
                 #     (Africa/Casablanca)
                 #     (Africa/El_Aaiun)
                 #     (Atlantic/Canary)
                 #     (Atlantic/Faeroe)
                 #     (Atlantic/Madeira)
                 #     (Europe/Lisbon)
WETDST   3600 D  # Western Europe Summer Time
                 #     (Atlantic/Canary)
                 #     (Atlantic/Faeroe)
                 #     (Atlantic/Madeira)
                 #     (Europe/Lisbon)
# Time zone configuration file for set "India"

# In order to use this file, you need to set the run-time parameter
# timezone_abbreviations to 'India'.  See the `Date/Time Support'
# appendix in the PostgreSQL documentation for more information.
#
# src/timezone/tznames/India


# include the default set
@INCLUDE Default

# most timezones are already defined in the default set. With the OVERRIDE
# option, PostgreSQL will use the new definitions instead of throwing an error
# in case of a conflict.
@OVERRIDE

IST     19800    # Indian Standard Time
                 #     (Asia/Calcutta)
#
# NOTE:
#   This file is NOT loaded by the PostgreSQL database.  It just serves as
#   a template for timezones you could need.  See the `Date/Time Support'
#   appendix in the PostgreSQL documentation for more information.
#
# src/timezone/tznames/Indian.txt
#

CCT     23400    # Cocos Islands Time (Indian Ocean) (obsolete)
CXT     25200    # Christmas Island Time (Indian Ocean) (obsolete)
EAT     10800    # East Africa Time
                 #     (Africa/Addis_Ababa)
                 #     (Africa/Asmera)
                 #     (Africa/Dar_es_Salaam)
                 #     (Africa/Djibouti)
                 #     (Africa/Kampala)
                 #     (Africa/Khartoum)
                 #     (Africa/Mogadishu)
                 #     (Africa/Nairobi)
                 #     (Indian/Antananarivo)
                 #     (Indian/Comoro)
                 #     (Indian/Mayotte)
IOT     Indian/Chagos  # British Indian Ocean Territory (Chagos) (obsolete)
MUT     14400    # Mauritius Island Time (obsolete)
MUST    18000 D  # Mauritius Island Summer Time (obsolete)
MVT     18000    # Maldives Island Time (obsolete)
RET     14400    # Reunion Time (obsolete)
SCT     14400    # Seychelles Time (obsolete)
TFT     18000    # Kerguelen Time (obsolete)
#
# NOTE:
#   This file is NOT loaded by the PostgreSQL database.  It just serves as
#   a template for timezones you could need.  See the `Date/Time Support'
#   appendix in the PostgreSQL documentation for more information.
#
# src/timezone/tznames/Pacific.txt
#

# CONFLICT! BST is not unique
# Other timezones:
#  - BST: British Summer Time
BST     39600    # Bougainville Standard Time (Papua New Guinea) (obsolete)
CHADT   49500 D  # Chatham Daylight Time (New Zealand) (obsolete)
CHAST   45900    # Chatham Standard Time (New Zealand) (obsolete)
ChST    36000    # Chamorro Standard Time (lower case "h" is as in IANA database)
                 #     (Pacific/Guam)
                 #     (Pacific/Saipan)
CHUT    36000    # Chuuk Time (obsolete)
CKT     Pacific/Rarotonga  # Cook Islands Time (obsolete)
EASST   Pacific/Easter  # Easter Island Summer Time (obsolete)
# CONFLICT! EAST is not unique
# Other timezones:
#  - EAST: East Australian Standard Time (Australia)
EAST    Pacific/Easter  # Easter Island Time (Chile) (obsolete)
FJST    46800 D  # Fiji Summer Time (caution: this used to mean -46800) (obsolete)
FJT     43200    # Fiji Time (caution: this used to mean -43200) (obsolete)
GALT   -21600    # Galapagos Time (obsolete)
GAMT   -32400    # Gambier Time (obsolete)
GILT    43200    # Gilbert Islands Time (obsolete)
HST    -36000    # Hawaiian Standard Time
                 #     (Pacific/Honolulu)
                 #     (Pacific/Johnston)
KOST    Pacific/Kosrae  # Kosrae Time (obsolete)
LINT    Pacific/Kiritimati  # Line Islands Time (Kiribati) (obsolete)
MART   -34200    # Marquesas Time (obsolete)
MHT     43200    # Kwajalein Time (obsolete)
MPT     36000    # North Mariana Islands Time (not in IANA database)
NCT     39600    # New Caledonia Time (obsolete)
# CONFLICT! NFT is not unique
# Other timezones:
#  - NFT: Newfoundland Time (America)
NFT     Pacific/Norfolk  # Norfolk Time (obsolete)
NRT     Pacific/Nauru  # Nauru Time (obsolete)
NUT     Pacific/Niue  # Niue Time (obsolete)
NZDT    46800 D  # New Zealand Daylight Time
                 #     (Antarctica/McMurdo)
                 #     (Pacific/Auckland)
NZST    43200    # New Zealand Standard Time
                 #     (Antarctica/McMurdo)
                 #     (Pacific/Auckland)
PGT     36000    # Papua New Guinea Time (obsolete)
PHOT    Pacific/Kanton  # Phoenix Islands Time (Kiribati) (obsolete)
PONT    39600    # Ponape Time (Micronesia) (obsolete)
# CONFLICT! PST is not unique
# Other timezones:
#  - PST: Philippine Standard Time
PST    -28800    # Pacific Standard Time
                 #     (America/Dawson)
                 #     (America/Los_Angeles)
                 #     (America/Tijuana)
                 #     (America/Vancouver)
                 #     (America/Whitehorse)
                 #     (Pacific/Pitcairn)
PWT     32400    # Palau Time (obsolete)
SBT     39600    # Solomon Islands Time (obsolete)
SST    -39600    # South Sumatran Time
                 #     (Pacific/Midway)
                 #     (Pacific/Pago_Pago)
TAHT   -36000    # Tahiti Time (obsolete)
TKT     Pacific/Fakaofo  # Tokelau Time (obsolete)
TOT     46800    # Tonga Time (obsolete)
TRUT    36000    # Truk Time (obsolete)
TVT     43200    # Tuvalu Time (obsolete)
VUT     39600    # Vanuata Time (obsolete)
WAKT    43200    # Wake Time (obsolete)
WFT     43200    # Wallis and Futuna Time (obsolete)
WSDT    50400 D  # West Samoa Daylight Time (obsolete)
WSST    46800    # West Samoa Standard Time (obsolete)
# CONFLICT! WST is not unique
# Other timezones:
#  - WST: Western Standard Time (Australia)
WST     46800    # West Samoa Time (caution: this used to mean -39600) (not in IANA database)
YAPT    36000    # Yap Time (Micronesia) (not in IANA database)
og
i
jeg
det
at
en
den
til
er
som
på
de
med
han
af
for
ikke
der
var
mig
sig
men
et
har
om
vi
min
havde
ham
hun
nu
over
da
fra
du
ud
sin
dem
os
op
man
hans
hvor
eller
hvad
skal
selv
her
alle
vil
blev
kunne
ind
når
være
dog
noget
ville
jo
deres
efter
ned
skulle
denne
end
dette
mit
også
under
have
dig
anden
hende
mine
alt
meget
sit
sine
vor
mod
disse
hvis
din
nogle
hos
blive
mange
ad
bliver
hendes
været
thi
jer
sådan
de
en
van
ik
te
dat
die
in
een
hij
het
niet
zijn
is
was
op
aan
met
als
voor
had
er
maar
om
hem
dan
zou
of
wat
mijn
men
dit
zo
door
over
ze
zich
bij
ook
tot
je
mij
uit
der
daar
haar
naar
heb
hoe
heeft
hebben
deze
u
want
nog
zal
me
zij
nu
ge
geen
omdat
iets
worden
toch
al
waren
veel
meer
doen
toen
moet
ben
zonder
kan
hun
dus
alles
onder
ja
eens
hier
wie
werd
altijd
doch
wordt
wezen
kunnen
ons
zelf
tegen
na
reeds
wil
kon
niets
uw
iemand
geweest
andere
i
me
my
myself
we
our
ours
ourselves
you
your
yours
yourself
yourselves
he
him
his
himself
she
her
hers
herself
it
its
itself
they
them
their
theirs
themselves
what
which
who
whom
this
that
these
those
am
is
are
was
were
be
been
being
have
has
had
having
do
does
did
doing
a
an
the
and
but
if
or
because
as
until
while
of
at
by
for
with
about
against
between
into
through
during
before
after
above
below
to
from
up
down
in
out
on
off
over
under
again
further
then
once
here
there
when
where
why
how
all
any
both
each
few
more
most
other
some
such
no
nor
not
only
own
same
so
than
too
very
s
t
can
will
just
don
should
now
olla
olen
olet
on
olemme
olette
ovat
ole
oli
olisi
olisit
olisin
olisimme
olisitte
olisivat
olit
olin
olimme
olitte
olivat
ollut
olleet
en
et
ei
emme
ette
eivät
minä
minun
minut
minua
minussa
minusta
minuun
minulla
minulta
minulle
sinä
sinun
sinut
sinua
sinussa
sinusta
sinuun
sinulla
sinulta
sinulle
hän
hänen
hänet
häntä
hänessä
hänestä
häneen
hänellä
häneltä
hänelle
me
meidän
meidät
meitä
meissä
meistä
meihin
meillä
meiltä
meille
te
teidän
teidät
teitä
teissä
teistä
teihin
teillä
teiltä
teille
he
heidän
heidät
heitä
heissä
heistä
heihin
heillä
heiltä
heille
tämä
tämän
tätä
tässä
tästä
tähän
tallä
tältä
tälle
tänä
täksi
tuo
tuon
tuotä
tuossa
tuosta
tuohon
tuolla
tuolta
tuolle
tuona
tuoksi
se
sen
sitä
siinä
siitä
siihen
sillä
siltä
sille
sinä
siksi
nämä
näiden
näitä
näissä
näistä
näihin
näillä
näiltä
näille
näinä
näiksi
nuo
noiden
noita
noissa
noista
noihin
noilla
noilta
noille
noina
noiksi
ne
niiden
niitä
niissä
niistä
niihin
niillä
niiltä
niille
niinä
niiksi
kuka
kenen
kenet
ketä
kenessä
kenestä
keneen
kenellä
keneltä
kenelle
kenenä
keneksi
ketkä
keiden
ketkä
keitä
keissä
keistä
keihin
keillä
keiltä
keille
keinä
keiksi
mikä
minkä
minkä
mitä
missä
mistä
mihin
millä
miltä
mille
minä
miksi
mitkä
joka
jonka
jota
jossa
josta
johon
jolla
jolta
jolle
jona
joksi
jotka
joiden
joita
joissa
joista
joihin
joilla
joilta
joille
joina
joiksi
että
ja
jos
koska
kuin
mutta
niin
sekä
sillä
tai
vaan
vai
vaikka
kanssa
mukaan
noin
poikki
yli
kun
niin
nyt
itse
au
aux
avec
ce
ces
dans
de
des
du
elle
en
et
eux
il
je
la
le
leur
lui
ma
mais
me
même
mes
moi
mon
ne
nos
notre
nous
on
ou
par
pas
pour
qu
que
qui
sa
se
ses
son
sur
ta
te
tes
toi
ton
tu
un
une
vos
votre
vous
c
d
j
l
à
m
n
s
t
y
été
étée
étées
étés
étant
étante
étants
étantes
suis
es
est
sommes
êtes
sont
serai
seras
sera
serons
serez
seront
serais
serait
serions
seriez
seraient
étais
était
étions
étiez
étaient
fus
fut
fûmes
fûtes
furent
sois
soit
soyons
soyez
soient
fusse
fusses
fût
fussions
fussiez
fussent
ayant
ayante
ayantes
ayants
eu
eue
eues
eus
ai
as
avons
avez
ont
aurai
auras
aura
aurons
aurez
auront
aurais
aurait
aurions
auriez
auraient
avais
avait
avions
aviez
avaient
eut
eûmes
eûtes
eurent
aie
aies
ait
ayons
ayez
aient
eusse
eusses
eût
eussions
eussiez
eussent
aber
alle
allem
allen
aller
alles
als
also
am
an
ander
andere
anderem
anderen
anderer
anderes
anderm
andern
anderr
anders
auch
auf
aus
bei
bin
bis
bist
da
damit
dann
der
den
des
dem
die
das
daß
derselbe
derselben
denselben
desselben
demselben
dieselbe
dieselben
dasselbe
dazu
dein
deine
deinem
deinen
deiner
deines
denn
derer
dessen
dich
dir
du
dies
diese
diesem
diesen
dieser
dieses
doch
dort
durch
ein
eine
einem
einen
einer
eines
einig
einige
einigem
einigen
einiger
einiges
einmal
er
ihn
ihm
es
etwas
euer
eure
eurem
euren
eurer
eures
für
gegen
gewesen
hab
habe
haben
hat
hatte
hatten
hier
hin
hinter
ich
mich
mir
ihr
ihre
ihrem
ihren
ihrer
ihres
euch
im
in
indem
ins
ist
jede
jedem
jeden
jeder
jedes
jene
jenem
jenen
jener
jenes
jetzt
kann
kein
keine
keinem
keinen
keiner
keines
können
könnte
machen
man
manche
manchem
manchen
mancher
manches
mein
meine
meinem
meinen
meiner
meines
mit
muss
musste
nach
nicht
nichts
noch
nun
nur
ob
oder
ohne
sehr
sein
seine
seinem
seinen
seiner
seines
selbst
sich
sie
ihnen
sind
so
solche
solchem
solchen
solcher
solches
soll
sollte
sondern
sonst
über
um
und
uns
unse
unsem
unsen
unser
unses
unter
viel
vom
von
vor
während
war
waren
warst
was
weg
weil
weiter
welche
welchem
welchen
welcher
welches
wenn
werde
werden
wie
wieder
will
wir
wird
wirst
wo
wollen
wollte
würde
würden
zu
zum
zur
zwar
zwischen
a
ahogy
ahol
aki
akik
akkor
alatt
által
általában
amely
amelyek
amelyekben
amelyeket
amelyet
amelynek
ami
amit
amolyan
amíg
amikor
át
abban
ahhoz
annak
arra
arról
az
azok
azon
azt
azzal
azért
aztán
azután
azonban
bár
be
belül
benne
cikk
cikkek
cikkeket
csak
de
e
eddig
egész
egy
egyes
egyetlen
egyéb
egyik
egyre
ekkor
el
elég
ellen
elő
először
előtt
első
én
éppen
ebben
ehhez
emilyen
ennek
erre
ez
ezt
ezek
ezen
ezzel
ezért
és
fel
felé
hanem
hiszen
hogy
hogyan
igen
így
illetve
ill.
ill
ilyen
ilyenkor
ison
ismét
itt
jó
jól
jobban
kell
kellett
keresztül
keressünk
ki
kívül
között
közül
legalább
lehet
lehetett
legyen
lenne
lenni
lesz
lett
maga
magát
majd
majd
már
más
másik
meg
még
mellett
mert
mely
melyek
mi
mit
míg
miért
milyen
mikor
minden
mindent
mindenki
mindig
mint
mintha
mivel
most
nagy
nagyobb
nagyon
ne
néha
nekem
neki
nem
néhány
nélkül
nincs
olyan
ott
össze
ő
ők
őket
pedig
persze
rá
s
saját
sem
semmi
sok
sokat
sokkal
számára
szemben
szerint
szinte
talán
tehát
teljes
tovább
továbbá
több
úgy
ugyanis
új
újabb
újra
után
utána
utolsó
vagy
vagyis
valaki
valami
valamint
való
vagyok
van
vannak
volt
voltam
voltak
voltunk
vissza
vele
viszont
volna
COMPOUNDFLAG Z
ONLYINCOMPOUND L

PFX B Y 1
PFX B   0	re	.

PFX U N 1
PFX U   0	un	.

SFX J Y 1
SFX J   0	INGS	[^E]

SFX G Y 1
SFX G   0	ING		[^E]

SFX S Y 1
SFX S   0	S	[^SXZHY]

SFX A Y 1
SFX A   Y	IES	[^AEIOU]Y

SFX \ N 1
SFX \   0	Y/L	[^Y]
FLAG long

AF 11
AF cZ		#1
AF cL		#2
AF sGsJpUsS	#3
AF sSpB		#4
AF cZsS		#5
AF sScZs\sE	#6
AF sA		#7
AF CaCp		#8
AF CcCp		#9
AF sD		#10
AF sB		#11

COMPOUNDFLAG cZ
COMPOUNDBEGIN Ca
COMPOUNDMIDDLE Cb
COMPOUNDEND Cc
COMPOUNDPERMITFLAG Cp
ONLYINCOMPOUND cL

PFX pB Y 1
PFX pB   0	re	.

PFX pU N 1
PFX pU   0	un	.

SFX sJ Y 1
SFX sJ   0	INGS	[^E]

SFX sG Y 1
SFX sG   0	ING		[^E]

SFX sS Y 1
SFX sS   0	S	[^SXZHY]

SFX sA Y 1
SFX sA   Y	IES	[^AEIOU]Y{1}

SFX sB Y 1
SFX sB   0	ED	K{1}

# Affixes with compound flags
SFX s\ N 1
SFX s\   0	Y/2	[^Y]

SFX sE N 1
SFX sE   0	S/2	[^S]

# Check duplicate affixes
SFX sD N 1
SFX sD   0	S/2	[^S]
book/3
book/11
booking/4
footballklubber
foot/5
football/1
ball/6
klubber/1
sky/7
ex-/8
machina/9
FLAG num

COMPOUNDFLAG 101
ONLYINCOMPOUND 102

PFX 201 Y 1
PFX 201   0	re	.

PFX 202 N 1
PFX 202   0	un	.

SFX 301 Y 1
SFX 301   0	INGS	[^E]

SFX 302 Y 1
SFX 302   0	ING		[^E]

SFX 303 Y 1
SFX 303   0	S	[^SXZHY]

# Remove ED suffix from lexeme for base words with K ending
SFX 306 Y 1
SFX 306   0	ED	K{1}

# Just add Y to lexeme for base words with Y ending
SFX 307 Y 1
SFX 307   Y	0	Y*

SFX 304 Y 1
SFX 304   Y	IES	[^AEIOU]Y

SFX 305 N 1
SFX 305   0	Y/102	[^Y]
book/302,301,202,303
book/306
booking/303,201
footballklubber
foot/101,303
football/101
ball/303,101,305
klubber/101
sky/304,307
compoundwords controlled Z

prefixes

flag *B:
	.       >   RE      # As in enter > reenter

flag U:
    .       >   UN      # As in natural > unnatural

suffixes

flag *J:
	[^E]    >   INGS        # As in cross > crossings

flag *G:
	[^E]    >   ING     # As in cross > crossing

flag *S:
	[^SXZHY]    >   S       # As in bat > bats

flag *A:
	[^AEIOU]Y   >   -Y,IES      # As in imply > implies

flag ~\\:
	[^Y]        >   Y              #~ advarsel > advarsely-
book/GJUS
booking/SB
footballklubber
foot/ZS
football/Z
ball/SZ\
klubber/Z
sky/A
ad
al
allo
ai
agli
all
agl
alla
alle
con
col
coi
da
dal
dallo
dai
dagli
dall
dagl
dalla
dalle
di
del
dello
dei
degli
dell
degl
della
delle
in
nel
nello
nei
negli
nell
negl
nella
nelle
su
sul
sullo
sui
sugli
sull
sugl
sulla
sulle
per
tra
contro
io
tu
lui
lei
noi
voi
loro
mio
mia
miei
mie
tuo
tua
tuoi
tue
suo
sua
suoi
sue
nostro
nostra
nostri
nostre
vostro
vostra
vostri
vostre
mi
ti
ci
vi
lo
la
li
le
gli
ne
il
un
uno
una
ma
ed
se
perché
anche
come
dov
dove
che
chi
cui
non
più
quale
quanto
quanti
quanta
quante
quello
quelli
quella
quelle
questo
questi
questa
queste
si
tutto
tutti
a
c
e
i
l
o
ho
hai
ha
abbiamo
avete
hanno
abbia
abbiate
abbiano
avrò
avrai
avrà
avremo
avrete
avranno
avrei
avresti
avrebbe
avremmo
avreste
avrebbero
avevo
avevi
aveva
avevamo
avevate
avevano
ebbi
avesti
ebbe
avemmo
aveste
ebbero
avessi
avesse
avessimo
avessero
avendo
avuto
avuta
avuti
avute
sono
sei
è
siamo
siete
sia
siate
siano
sarò
sarai
sarà
saremo
sarete
saranno
sarei
saresti
sarebbe
saremmo
sareste
sarebbero
ero
eri
era
eravamo
eravate
erano
fui
fosti
fu
fummo
foste
furono
fossi
fosse
fossimo
fossero
essendo
faccio
fai
facciamo
fanno
faccia
facciate
facciano
farò
farai
farà
faremo
farete
faranno
farei
faresti
farebbe
faremmo
fareste
farebbero
facevo
facevi
faceva
facevamo
facevate
facevano
feci
facesti
fece
facemmo
faceste
fecero
facessi
facesse
facessimo
facessero
facendo
sto
stai
sta
stiamo
stanno
stia
stiate
stiano
starò
starai
starà
staremo
starete
staranno
starei
staresti
starebbe
staremmo
stareste
starebbero
stavo
stavi
stava
stavamo
stavate
stavano
stetti
stesti
stette
stemmo
steste
stettero
stessi
stesse
stessimo
stessero
stando
अक्सर
अगाडि
अगाडी
अझै
अनुसार
अन्तर्गत
अन्य
अन्यथा
अब
अरु
अरू
अर्का
अर्की
अर्को
अर्थात
अर्थात्
अर्ब
अलग
अलिकति
असार
आइतवार
आए
आज
आठ
आत्म
आदि
आफू
आफ्नै
आफ्नो
आयो
आश्विन
उदाहरण
उन
उप
उही
एउटै
एक
एकदम
एकै
ओठ
औं
कति
कतै
कत्रा
कत्री
कत्रो
करोड
कस
कसरी
कसै
कस्ता
कस्ती
कस्तो
कहिल्यै
कहीं
का
कार्तिक
कि
किन
किनभने
कुन
कुनै
कुरा
कृपया
के
केहि
केही
को
कोही
क्रमशः
खर्ब
गयौ
चाँडै
चार
चाले
चाहनुहुन्छ
चाहन्छु
चाहिए
चैत
चौथो
छ
छन्
छु
छू
छैन
छौँ
छौं
जताततै
जति
जत्रा
जत्री
जत्रो
जब
जबकि
जस
जस्ता
जस्ती
जस्तो
जस्तोसुकै
जहाँ
जान
जाहिर
जुन
जे
जेठ
जो
जोसुकै
ठीक
त
तत्काल
तथा
तदनुसार
तपाई
तपाईं
तर
तल
तापनि
तापनी
तिन
तिनी
तिमी
तिर
ती
तीन
तुरुन्तै
तेस्कारण
तेस्रो
त्यसकारण
त्यसपछि
त्यसमा
त्यसैले
त्यहाँ
त्यो
त्सपछि
त्सैले
थिए
थिएन
थिएनन्
थियो
थोरै
दस
दिए
दिनुभएको
दिनुहुन्छ
दुई
देख
देखि
देखिन्छ
देखियो
देखे
देखेको
देखेर
देख्न
दोश्रो
दोस्रो
धेरै
न
नजिकै
नत्र
नयाँ
नि
निम्ति
निम्न
निम्नानुसार
निर्दिष्ट
नै
नौ
पक्का
पक्कै
पछि
पछिल्लो
पटक
पनि
पर्छ
पर्थ्यो
पर्याप्त
पर्सी
पहिले
पहिलो
पहिल्यै
पाँच
पाँचौं
पूर्व
पौष
प्रति
प्रतेक
प्रत्येक
प्रथम
प्लस
फागुन
फेरि
फेरी
बने
बन्द
बन्न
बरु
बाटो
बारे
बाहिर
बाहेक
बिरुद्ध
बिशेष
बिहिवार
बीच
बुधवार
भए
भदौ
भन्
भर
भित्र
भित्री
भोलि
भोली
म
मंसिर
मङ्गलवार
महिना
मा
माघ
मात्र
माथि
मुख्य
मेरो
यति
यत्ति
यत्रा
यत्री
यत्रो
यथोचित
यदि
यद्यपि
यस
यसरी
यसो
यस्ता
यस्ती
यस्तो
यहाँ
या
यिन
यिनी
यी
यो
र
रही
रहेका
रहेको
राखे
राख्छ
राम्रो
रूप
लगभग
लाई
लाख
लागि
ले
वरिपरि
वरीपरी
वर्ष
वास्तवमा
वाहेक
विरुद्ध
विशेष
वैशाख
शनिवार
शायद
शुक्रवार
सँग
सँगै
संग
संगै
सक्छ
सट्टा
सधै
सधैं
सबै
समय
सम्भव
सम्म
सय
सही
साँच्चै
साउन
सात
साथ
साथै
सायद
सारा
सुन्ना
सो
सोध्न
सोमवार
सोही
स्पष्ट
हजार
हप्ता
हरे
हरेक
हामी
हाम्रो
हिजो
हुन्छ
होला
होस्
og
i
jeg
det
at
en
et
den
til
er
som
på
de
med
han
av
ikke
ikkje
der
så
var
meg
seg
men
ett
har
om
vi
min
mitt
ha
hadde
hun
nå
over
da
ved
fra
du
ut
sin
dem
oss
opp
man
kan
hans
hvor
eller
hva
skal
selv
sjøl
her
alle
vil
bli
ble
blei
blitt
kunne
inn
når
være
kom
noen
noe
ville
dere
som
deres
kun
ja
etter
ned
skulle
denne
for
deg
si
sine
sitt
mot
å
meget
hvorfor
dette
disse
uten
hvordan
ingen
din
ditt
blir
samme
hvilken
hvilke
sånn
inni
mellom
vår
hver
hvem
vors
hvis
både
bare
enn
fordi
før
mange
også
slik
vært
være
båe
begge
siden
dykk
dykkar
dei
deira
deires
deim
di
då
eg
ein
eit
eitt
elles
honom
hjå
ho
hoe
henne
hennar
hennes
hoss
hossen
ikkje
ingi
inkje
korleis
korso
kva
kvar
kvarhelst
kven
kvi
kvifor
me
medan
mi
mine
mykje
no
nokon
noka
nokor
noko
nokre
si
sia
sidan
so
somt
somme
um
upp
vere
vore
verte
vort
varte
vart
de
a
o
que
e
do
da
em
um
para
com
não
uma
os
no
se
na
por
mais
as
dos
como
mas
ao
ele
das
à
seu
sua
ou
quando
muito
nos
já
eu
também
só
pelo
pela
até
isso
ela
entre
depois
sem
mesmo
aos
seus
quem
nas
me
esse
eles
você
essa
num
nem
suas
meu
às
minha
numa
pelos
elas
qual
nós
lhe
deles
essas
esses
pelas
este
dele
tu
te
vocês
vos
lhes
meus
minhas
teu
tua
teus
tuas
nosso
nossa
nossos
nossas
dela
delas
esta
estes
estas
aquele
aquela
aqueles
aquelas
isto
aquilo
estou
está
estamos
estão
estive
esteve
estivemos
estiveram
estava
estávamos
estavam
estivera
estivéramos
esteja
estejamos
estejam
estivesse
estivéssemos
estivessem
estiver
estivermos
estiverem
hei
há
havemos
hão
houve
houvemos
houveram
houvera
houvéramos
haja
hajamos
hajam
houvesse
houvéssemos
houvessem
houver
houvermos
houverem
houverei
houverá
houveremos
houverão
houveria
houveríamos
houveriam
sou
somos
são
era
éramos
eram
fui
foi
fomos
foram
fora
fôramos
seja
sejamos
sejam
fosse
fôssemos
fossem
for
formos
forem
serei
será
seremos
serão
seria
seríamos
seriam
tenho
tem
temos
tém
tinha
tínhamos
tinham
tive
teve
tivemos
tiveram
tivera
tivéramos
tenha
tenhamos
tenham
tivesse
tivéssemos
tivessem
tiver
tivermos
tiverem
terei
terá
teremos
terão
teria
teríamos
teriam
и
в
во
не
что
он
на
я
с
со
как
а
то
все
она
так
его
но
да
ты
к
у
же
вы
за
бы
по
только
ее
мне
было
вот
от
меня
еще
нет
о
из
ему
теперь
когда
даже
ну
вдруг
ли
если
уже
или
ни
быть
был
него
до
вас
нибудь
опять
уж
вам
ведь
там
потом
себя
ничего
ей
может
они
тут
где
есть
надо
ней
для
мы
тебя
их
чем
была
сам
чтоб
без
будто
чего
раз
тоже
себе
под
будет
ж
тогда
кто
этот
того
потому
этого
какой
совсем
ним
здесь
этом
один
почти
мой
тем
чтобы
нее
сейчас
были
куда
зачем
всех
никогда
можно
при
наконец
два
об
другой
хоть
после
над
больше
тот
через
эти
нас
про
всего
них
какая
много
разве
три
эту
моя
впрочем
хорошо
свою
этой
перед
иногда
лучше
чуть
том
нельзя
такой
им
более
всегда
конечно
всю
между
de
la
que
el
en
y
a
los
del
se
las
por
un
para
con
no
una
su
al
lo
como
más
pero
sus
le
ya
o
este
sí
porque
esta
entre
cuando
muy
sin
sobre
también
me
hasta
hay
donde
quien
desde
todo
nos
durante
todos
uno
les
ni
contra
otros
ese
eso
ante
ellos
e
esto
mí
antes
algunos
qué
unos
yo
otro
otras
otra
él
tanto
esa
estos
mucho
quienes
nada
muchos
cual
poco
ella
estar
estas
algunas
algo
nosotros
mi
mis
tú
te
ti
tu
tus
ellas
nosotras
vosostros
vosostras
os
mío
mía
míos
mías
tuyo
tuya
tuyos
tuyas
suyo
suya
suyos
suyas
nuestro
nuestra
nuestros
nuestras
vuestro
vuestra
vuestros
vuestras
esos
esas
estoy
estás
está
estamos
estáis
están
esté
estés
estemos
estéis
estén
estaré
estarás
estará
estaremos
estaréis
estarán
estaría
estarías
estaríamos
estaríais
estarían
estaba
estabas
estábamos
estabais
estaban
estuve
estuviste
estuvo
estuvimos
estuvisteis
estuvieron
estuviera
estuvieras
estuviéramos
estuvierais
estuvieran
estuviese
estuvieses
estuviésemos
estuvieseis
estuviesen
estando
estado
estada
estados
estadas
estad
he
has
ha
hemos
habéis
han
haya
hayas
hayamos
hayáis
hayan
habré
habrás
habrá
habremos
habréis
habrán
habría
habrías
habríamos
habríais
habrían
había
habías
habíamos
habíais
habían
hube
hubiste
hubo
hubimos
hubisteis
hubieron
hubiera
hubieras
hubiéramos
hubierais
hubieran
hubiese
hubieses
hubiésemos
hubieseis
hubiesen
habiendo
habido
habida
habidos
habidas
soy
eres
es
somos
sois
son
sea
seas
seamos
seáis
sean
seré
serás
será
seremos
seréis
serán
sería
serías
seríamos
seríais
serían
era
eras
éramos
erais
eran
fui
fuiste
fue
fuimos
fuisteis
fueron
fuera
fueras
fuéramos
fuerais
fueran
fuese
fueses
fuésemos
fueseis
fuesen
sintiendo
sentido
sentida
sentidos
sentidas
siente
sentid
tengo
tienes
tiene
tenemos
tenéis
tienen
tenga
tengas
tengamos
tengáis
tengan
tendré
tendrás
tendrá
tendremos
tendréis
tendrán
tendría
tendrías
tendríamos
tendríais
tendrían
tenía
tenías
teníamos
teníais
tenían
tuve
tuviste
tuvo
tuvimos
tuvisteis
tuvieron
tuviera
tuvieras
tuviéramos
tuvierais
tuvieran
tuviese
tuvieses
tuviésemos
tuvieseis
tuviesen
teniendo
tenido
tenida
tenidos
tenidas
tened
och
det
att
i
en
jag
hon
som
han
på
den
med
var
sig
för
så
till
är
men
ett
om
hade
de
av
icke
mig
du
henne
då
sin
nu
har
inte
hans
honom
skulle
hennes
där
min
man
ej
vid
kunde
något
från
ut
när
efter
upp
vi
dem
vara
vad
över
än
dig
kan
sina
här
ha
mot
alla
under
någon
eller
allt
mycket
sedan
ju
denna
själv
detta
åt
utan
varit
hur
ingen
mitt
ni
bli
blev
oss
din
dessa
några
deras
blir
mina
samma
vilken
er
sådan
vår
blivit
dess
inom
mellan
sådant
varför
varje
vilka
ditt
vem
vilket
sitta
sådana
vart
dina
vars
vårt
våra
ert
era
vilkas
postgres	pgsql
postgresql	pgsql
postgre	pgsql
gogle	googl
indices	index*
#
# Theasurus config file. Character ':' separates string from replacement, eg
# sample-words : substitute-words
#
# Any substitute-word can be marked by preceding '*' character,
# which means do not lexize this word
# Docs: http://www.sai.msu.su/~megera/oddmuse/index.cgi/Thesaurus_dictionary

one two three : *123
one two : *12
one : *1
two : *2

supernovae stars : *sn
supernovae : *sn
booking tickets : order invitation cards
booking ? tickets : order invitation Cards
acaba
ama
aslında
az
bazı
belki
biri
birkaç
birşey
biz
bu
çok
çünkü
da
daha
de
defa
diye
eğer
en
gibi
hem
hep
hepsi
her
hiç
için
ile
ise
kez
ki
kim
mı
mu
mü
nasıl
ne
neden
nerde
nerede
nereye
niçin
niye
o
sanki
şey
siz
şu
tüm
ve
veya
ya
yani
