Your message dated Thu, 24 Jul 2014 12:19:02 +0000
with message-id <[email protected]>
and subject line Bug#750112: fixed in postgresql-9.4 9.4~beta2-1
has caused the Debian Bug report #750112,
regarding libpq-dev: arch-dependent files in "Multi-Arch: same" package
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
750112: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750112
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpq-dev
Version: 9.4~beta1-2
Severity: important
User: [email protected]
Usertags: multiarch

libpq-dev is marked as "Multi-Arch: same", but the following files are architecture-dependent:

/usr/include/postgresql/pg_config.h
/usr/include/postgresql/pg_config_ext.h
/usr/bin/pg_config

An example diff between i386 and amd64 is attached.

--
Jakub Wilk
Binary files libpq-dev_9.4~beta1-2_i386/usr/bin/pg_config and 
libpq-dev_9.4~beta1-2_amd64/usr/bin/pg_config differ
diff -ur libpq-dev_9.4~beta1-2_i386/usr/include/postgresql/pg_config.h 
libpq-dev_9.4~beta1-2_amd64/usr/include/postgresql/pg_config.h
--- libpq-dev_9.4~beta1-2_i386/usr/include/postgresql/pg_config.h       
2014-05-30 21:48:37.000000000 +0200
+++ libpq-dev_9.4~beta1-2_amd64/usr/include/postgresql/pg_config.h      
2014-05-30 20:45:58.000000000 +0200
@@ -8,7 +8,7 @@
 #define ACCEPT_TYPE_ARG2 struct sockaddr *
 
 /* Define to the type of arg 3 of 'accept' */
-#define ACCEPT_TYPE_ARG3 size_t
+#define ACCEPT_TYPE_ARG3 socklen_t
 
 /* Define to the return type of 'accept' */
 #define ACCEPT_TYPE_RETURN int
@@ -17,16 +17,16 @@
 /* #undef AC_APPLE_UNIVERSAL_BUILD */
 
 /* The normal alignment of `double', in bytes. */
-#define ALIGNOF_DOUBLE 4
+#define ALIGNOF_DOUBLE 8
 
 /* The normal alignment of `int', in bytes. */
 #define ALIGNOF_INT 4
 
 /* The normal alignment of `long', in bytes. */
-#define ALIGNOF_LONG 4
+#define ALIGNOF_LONG 8
 
 /* The normal alignment of `long long int', in bytes. */
-#define ALIGNOF_LONG_LONG_INT 4
+/* #undef ALIGNOF_LONG_LONG_INT */
 
 /* The normal alignment of `short', in bytes. */
 #define ALIGNOF_SHORT 2
@@ -73,7 +73,7 @@
 
 /* float8, int8, and related values are passed by value if 'true', by
    reference if 'false' */
-#define FLOAT8PASSBYVAL false
+#define FLOAT8PASSBYVAL true
 
 /* Define to 1 if getpwuid_r() takes a 5th argument. */
 #define GETPWUID_R_5ARG 1
@@ -86,7 +86,7 @@
 #endif
 
 /* Define to 1 if you have the `append_history' function. */
-/* #undef HAVE_APPEND_HISTORY */
+#define HAVE_APPEND_HISTORY 1
 
 /* Define to 1 if you have the `cbrt' function. */
 #define HAVE_CBRT 1
@@ -142,10 +142,10 @@
 #define HAVE_DLOPEN 1
 
 /* Define to 1 if you have the <editline/history.h> header file. */
-#define HAVE_EDITLINE_HISTORY_H 1
+/* #undef HAVE_EDITLINE_HISTORY_H */
 
 /* Define to 1 if you have the <editline/readline.h> header file. */
-#define HAVE_EDITLINE_READLINE_H 1
+/* #undef HAVE_EDITLINE_READLINE_H */
 
 /* Define to 1 if you have the `fdatasync' function. */
 #define HAVE_FDATASYNC 1
@@ -305,19 +305,19 @@
 
 /* Define to 1 if constants of type 'long long int' should have the suffix LL.
    */
-#define HAVE_LL_CONSTANTS 1
+/* #undef HAVE_LL_CONSTANTS */
 
 /* Define to 1 if the system has the type `locale_t'. */
 #define HAVE_LOCALE_T 1
 
 /* Define to 1 if `long int' works and is 64 bits. */
-/* #undef HAVE_LONG_INT_64 */
+#define HAVE_LONG_INT_64 1
 
 /* Define to 1 if the system has the type `long long int'. */
 #define HAVE_LONG_LONG_INT 1
 
 /* Define to 1 if `long long int' works and is 64 bits. */
-#define HAVE_LONG_LONG_INT_64 1
+/* #undef HAVE_LONG_LONG_INT_64 */
 
 /* Define to 1 if you have the `mbstowcs_l' function. */
 /* #undef HAVE_MBSTOWCS_L */
@@ -380,10 +380,10 @@
 /* #undef HAVE_READLINE_H */
 
 /* Define to 1 if you have the <readline/history.h> header file. */
-/* #undef HAVE_READLINE_HISTORY_H */
+#define HAVE_READLINE_HISTORY_H 1
 
 /* Define to 1 if you have the <readline/readline.h> header file. */
-/* #undef HAVE_READLINE_READLINE_H */
+#define HAVE_READLINE_READLINE_H 1
 
 /* Define to 1 if you have the `readlink' function. */
 #define HAVE_READLINK 1
@@ -393,7 +393,7 @@
 
 /* Define to 1 if you have the global variable
    'rl_completion_append_character'. */
-/* #undef HAVE_RL_COMPLETION_APPEND_CHARACTER */
+#define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
 
 /* Define to 1 if you have the `rl_completion_matches' function. */
 #define HAVE_RL_COMPLETION_MATCHES 1
@@ -640,13 +640,13 @@
 #define HAVE__VA_ARGS 1
 
 /* Define to the appropriate snprintf format for 64-bit ints. */
-#define INT64_FORMAT "%lld"
+#define INT64_FORMAT "%ld"
 
 /* Define to 1 if `locale_t' requires <xlocale.h>. */
 /* #undef LOCALE_T_IN_XLOCALE */
 
 /* Define as the maximum alignment requirement of any C data type. */
-#define MAXIMUM_ALIGNOF 4
+#define MAXIMUM_ALIGNOF 8
 
 /* Define bytes to use libc memset(). */
 #define MEMSET_LOOP_LIMIT 1024
@@ -670,7 +670,7 @@
 #define PACKAGE_VERSION "9.4beta1"
 
 /* Define to the name of a signed 64-bit integer type. */
-#define PG_INT64_TYPE long long int
+#define PG_INT64_TYPE long int
 
 /* Define to the name of the default PostgreSQL service principal in Kerberos
    (GSSAPI). (--with-krb-srvnam=NAME) */
@@ -690,7 +690,7 @@
 #define PG_VERSION_NUM 90400
 
 /* A string containing the version number, platform, and C compiler */
-#define PG_VERSION_STR "PostgreSQL 9.4beta1 on i686-pc-linux-gnu, compiled by 
gcc (Debian 4.8.2-21) 4.8.2, 32-bit"
+#define PG_VERSION_STR "PostgreSQL 9.4beta1 on x86_64-unknown-linux-gnu, 
compiled by gcc-4.8.real (Debian 4.8.2-14) 4.8.2, 64-bit"
 
 /* Define to 1 to allow profiling output to be saved separately for each
    process. */
@@ -714,16 +714,16 @@
 #define RELSEG_SIZE 131072
 
 /* The size of `long', as computed by sizeof. */
-#define SIZEOF_LONG 4
+#define SIZEOF_LONG 8
 
 /* The size of `off_t', as computed by sizeof. */
 #define SIZEOF_OFF_T 8
 
 /* The size of `size_t', as computed by sizeof. */
-#define SIZEOF_SIZE_T 4
+#define SIZEOF_SIZE_T 8
 
 /* The size of `void *', as computed by sizeof. */
-#define SIZEOF_VOID_P 4
+#define SIZEOF_VOID_P 8
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
@@ -735,7 +735,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Define to the appropriate snprintf format for unsigned 64-bit ints. */
-#define UINT64_FORMAT "%llu"
+#define UINT64_FORMAT "%lu"
 
 /* Define to 1 to build with assertion checks. (--enable-cassert) */
 /* #undef USE_ASSERT_CHECKING */
@@ -749,7 +749,7 @@
 
 /* Define to 1 if you want float8, int8, etc values to be passed by value.
    (--enable-float8-byval) */
-/* #undef USE_FLOAT8_BYVAL */
+#define USE_FLOAT8_BYVAL 1
 
 /* Define to 1 if you want 64-bit integer timestamp and interval support.
    (--enable-integer-datetimes) */
@@ -819,7 +819,7 @@
 
 
 /* Number of bits in a file offset, on hosts where this is settable. */
-#define _FILE_OFFSET_BITS 64
+/* #undef _FILE_OFFSET_BITS */
 
 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
 /* #undef _LARGEFILE_SOURCE */
diff -ur libpq-dev_9.4~beta1-2_i386/usr/include/postgresql/pg_config_ext.h 
libpq-dev_9.4~beta1-2_amd64/usr/include/postgresql/pg_config_ext.h
--- libpq-dev_9.4~beta1-2_i386/usr/include/postgresql/pg_config_ext.h   
2014-05-30 21:48:37.000000000 +0200
+++ libpq-dev_9.4~beta1-2_amd64/usr/include/postgresql/pg_config_ext.h  
2014-05-30 20:45:58.000000000 +0200
@@ -5,4 +5,4 @@
  */
 
 /* Define to the name of a signed 64-bit integer type. */
-#define PG_INT64_TYPE long long int
+#define PG_INT64_TYPE long int

--- End Message ---
--- Begin Message ---
Source: postgresql-9.4
Source-Version: 9.4~beta2-1

We believe that the bug you reported is fixed in the latest version of
postgresql-9.4, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg <[email protected]> (supplier of updated postgresql-9.4 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 21 Jul 2014 22:26:24 +0200
Source: postgresql-9.4
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-9.4 postgresql-9.4-dbg postgresql-client-9.4 
postgresql-server-dev-9.4 postgresql-doc-9.4 postgresql-contrib-9.4 
postgresql-plperl-9.4 postgresql-plpython-9.4 postgresql-plpython3-9.4 
postgresql-pltcl-9.4
Architecture: source amd64 all
Version: 9.4~beta2-1
Distribution: unstable
Urgency: low
Maintainer: Debian PostgreSQL Maintainers 
<[email protected]>
Changed-By: Christoph Berg <[email protected]>
Description:
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 9.4
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5     - PostgreSQL C client library
 postgresql-9.4 - object-relational SQL database, version 9.4 server
 postgresql-9.4-dbg - debug symbols for postgresql-9.4
 postgresql-client-9.4 - front-end programs for PostgreSQL 9.4
 postgresql-contrib-9.4 - additional facilities for PostgreSQL
 postgresql-doc-9.4 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-9.4 - PL/Perl procedural language for PostgreSQL 9.4
 postgresql-plpython-9.4 - PL/Python procedural language for PostgreSQL 9.4
 postgresql-plpython3-9.4 - PL/Python 3 procedural language for PostgreSQL 9.4
 postgresql-pltcl-9.4 - PL/Tcl procedural language for PostgreSQL 9.4
 postgresql-server-dev-9.4 - development files for PostgreSQL 9.4 server-side 
programming
Closes: 750111 750112
Changes:
 postgresql-9.4 (9.4~beta2-1) unstable; urgency=low
 .
   * New upstream beta version.
     + Secure Unix-domain sockets of temporary postmasters started during make
       check (Noah Misch)
 .
       Any local user able to access the socket file could connect as the
       server's bootstrap superuser, then proceed to execute arbitrary code as
       the operating-system user running the test, as we previously noted in
       CVE-2014-0067. This change defends against that risk by placing the
       server's socket in a temporary, mode 0700 subdirectory of /tmp.
 .
   * postgresql-9.4.preinst: Fail upgrade when upgrading from beta1, the
     catalog version changed. People should dump/remove their old clusters
     first.
   * Use util-linux' uuid lib as backend for the uuid-ossp extension
     (--with-uuid=e2fs).
   * Enable sepgsql (--with-selinux). On systems with libselinux1-dev < 2.1.10,
     this is automatically disabled.
   * Revert multiarch for libpq-dev and libecpg-dev. (Closes: #750111, #750112)
   * Remove our pg_regress patches to support --host=/path. Implemented
     upstream as fix for CVE-2014-0067.
   * debian/copyright: Say that there are various copyright holders for the
     contrib modules. (Hello Lintian!)
   * Update Vcs URLs.
Checksums-Sha1:
 a019f2c77ec008c00853897923c227e2399b366c 3522 postgresql-9.4_9.4~beta2-1.dsc
 90ef6bfe6eda8e4a8d8b0b102406a691603e7ab5 17271387 
postgresql-9.4_9.4~beta2.orig.tar.bz2
 63a6b608cee0c7825621de716487acaacb70400a 18672 
postgresql-9.4_9.4~beta2-1.debian.tar.xz
 1a9a0a172b1d14c695c6a7ee5c56c43d1b0cd269 158694 libpq-dev_9.4~beta2-1_amd64.deb
 e6de2422dd9c3a494fed84ce1171cf11b23fbff7 118532 libpq5_9.4~beta2-1_amd64.deb
 d0cf440f496b66658d560b3d1621f250998fba2e 75564 libecpg6_9.4~beta2-1_amd64.deb
 2675819f1fcc53cee9501c8dcfbfeae42e5c853c 212664 
libecpg-dev_9.4~beta2-1_amd64.deb
 03ac00666b4d3e7b8d9072459b0aadaf7fc007a3 11908 
libecpg-compat3_9.4~beta2-1_amd64.deb
 e031c2146a667b25f005951a9ff1464a65a07a63 33852 
libpgtypes3_9.4~beta2-1_amd64.deb
 8b1da1c6dacfb2f15b7e2934c976d505ce02683f 3607292 
postgresql-9.4_9.4~beta2-1_amd64.deb
 2cbdadd76f509b5580f7991cc4c9ce5ef5db4f7a 11983876 
postgresql-9.4-dbg_9.4~beta2-1_amd64.deb
 60fa9c17fbebb60e47d740cb2db4b788b431684f 1059858 
postgresql-client-9.4_9.4~beta2-1_amd64.deb
 95a727abbd779d3dedf9b1735e005080846ee092 630752 
postgresql-server-dev-9.4_9.4~beta2-1_amd64.deb
 da7e7f55b6cf5b1e984945641692958f5406db25 1803326 
postgresql-doc-9.4_9.4~beta2-1_all.deb
 7f4ddcb51f55779578e4945be222d3726a529df4 442708 
postgresql-contrib-9.4_9.4~beta2-1_amd64.deb
 bbd3c8d13856f6109215de3de486a4e2980a1893 51822 
postgresql-plperl-9.4_9.4~beta2-1_amd64.deb
 0c1685e6d6dcd545615dd270993cf6ecafbd4926 40750 
postgresql-plpython-9.4_9.4~beta2-1_amd64.deb
 c6e985f7cd1fabd33c8d3d34ee5b09b0163383c2 40294 
postgresql-plpython3-9.4_9.4~beta2-1_amd64.deb
 61ed0dfc7c0bbf8aa837bd3c15de60e6dc78a1f0 26648 
postgresql-pltcl-9.4_9.4~beta2-1_amd64.deb
Checksums-Sha256:
 8491b0bcadd905462dab7df382e92641ee3c00cf17bce6076743bbf4a0a8e79e 3522 
postgresql-9.4_9.4~beta2-1.dsc
 567406cf58386917916d8ef7ac892bf79e98742cd16909bb00fc920dd31a388c 17271387 
postgresql-9.4_9.4~beta2.orig.tar.bz2
 d2928f143ea71701aa8b2a944e965729bcecf1848c73819b6842fc635327e65d 18672 
postgresql-9.4_9.4~beta2-1.debian.tar.xz
 f876b6431c8a58f7e4486041bf5da9e37ad32b8890019b131b373139ac34dafe 158694 
libpq-dev_9.4~beta2-1_amd64.deb
 7eaf7e94f6bb1dc5cf45c962a0fd4b282c8df9c91d8609f71dcdf13c8ae3074e 118532 
libpq5_9.4~beta2-1_amd64.deb
 3e37033ae6466a400d47a4c998e3011a7d72f47d54778a8938a91fb2336fb42e 75564 
libecpg6_9.4~beta2-1_amd64.deb
 1fe274566bb7fd798bffff7f5f57245879208e3b120f0b751ec3d6080ad4fc21 212664 
libecpg-dev_9.4~beta2-1_amd64.deb
 0c09dc4d97a4f8b5ccafc2f4b217151ea23cd5f123789e0d87e6b3dbe26a19b1 11908 
libecpg-compat3_9.4~beta2-1_amd64.deb
 80fe132f46ac8c97067200dc434a7e5d29387263b1eeed1de4e0e43ee75d75e3 33852 
libpgtypes3_9.4~beta2-1_amd64.deb
 be5dc8ea24d484d0d007b000016751659a2481fb6f82e2740eceb911e234bcb5 3607292 
postgresql-9.4_9.4~beta2-1_amd64.deb
 7581e2f2f171f691f02f9ec5b236c212f4377deb92ec37b36aaed5ff8c46876a 11983876 
postgresql-9.4-dbg_9.4~beta2-1_amd64.deb
 6e930d688933967ad74616fb3faa77ab81cbbfa01cf0d1a6d5eeb86cb3954b14 1059858 
postgresql-client-9.4_9.4~beta2-1_amd64.deb
 978334ba7b4f5d828a88735f5f42f419fcd10444e00776102f0228042adce562 630752 
postgresql-server-dev-9.4_9.4~beta2-1_amd64.deb
 74c065507d35de52e86bc6ad209534ddcaf1c89ce9c0668224285b0b8b484efb 1803326 
postgresql-doc-9.4_9.4~beta2-1_all.deb
 eaa585eb318ad8f09356ded9065a333a95be7c374082fd609afa6a5cf4e890df 442708 
postgresql-contrib-9.4_9.4~beta2-1_amd64.deb
 9c83a39d3092c68c3bf91bd2a5ec9205377b2ff6093dcc496fef89ece5a59607 51822 
postgresql-plperl-9.4_9.4~beta2-1_amd64.deb
 e1652e4261d29d69b5fe3d35949b92b4df56c779222a9c4f80f34ae4c41d62ea 40750 
postgresql-plpython-9.4_9.4~beta2-1_amd64.deb
 8c0343b1473bd948d8e32af09c4a0b062aac5d48ec24b793f12cab3c2de75348 40294 
postgresql-plpython3-9.4_9.4~beta2-1_amd64.deb
 b56c7e4335773f3f6eb261dc8f620558227124a1c8fe65d6d0720d13bada7a89 26648 
postgresql-pltcl-9.4_9.4~beta2-1_amd64.deb
Files:
 bd3b14a18e12c32d141a2c1ca91b638a 158694 libdevel optional 
libpq-dev_9.4~beta2-1_amd64.deb
 a197624d7405acecddfd3634939abd9d 118532 libs optional 
libpq5_9.4~beta2-1_amd64.deb
 b3afd33c7e3716a25f221a427c721715 75564 libs optional 
libecpg6_9.4~beta2-1_amd64.deb
 553b6aa4eea3cb8c5038ffa19c213245 212664 libdevel optional 
libecpg-dev_9.4~beta2-1_amd64.deb
 019b2bf7e83aaa155c68ff2bddbbaa01 11908 libs optional 
libecpg-compat3_9.4~beta2-1_amd64.deb
 b049e8d4d39b7a8d422570299177d78c 33852 libs optional 
libpgtypes3_9.4~beta2-1_amd64.deb
 222c77b86108e6a0fc315f5cd8fd8b9e 3607292 database optional 
postgresql-9.4_9.4~beta2-1_amd64.deb
 31113eb6b1ac3d43102ff15739e09db2 11983876 debug extra 
postgresql-9.4-dbg_9.4~beta2-1_amd64.deb
 ab1a58413d34ceeb2c8ffa2edfd82d87 1059858 database optional 
postgresql-client-9.4_9.4~beta2-1_amd64.deb
 a0f61d5f8de15fc49a87194916510acf 630752 libdevel optional 
postgresql-server-dev-9.4_9.4~beta2-1_amd64.deb
 31313b53e2f435ae020b958410395090 1803326 doc optional 
postgresql-doc-9.4_9.4~beta2-1_all.deb
 0431b9c932f6ac246ab4c795796e6379 442708 database optional 
postgresql-contrib-9.4_9.4~beta2-1_amd64.deb
 b57a4d5e221bc20d0c1d39ff63de481b 51822 database optional 
postgresql-plperl-9.4_9.4~beta2-1_amd64.deb
 0bca11fdb006a80d79a9ae003be6874f 40750 database optional 
postgresql-plpython-9.4_9.4~beta2-1_amd64.deb
 1facd466adeb54b4e21bcfec1eaea6ac 40294 database optional 
postgresql-plpython3-9.4_9.4~beta2-1_amd64.deb
 d092019e3b48b59352bac5aaf9c29e5a 26648 database optional 
postgresql-pltcl-9.4_9.4~beta2-1_amd64.deb
 69e5bcde600583767ba466bea5d57c24 3522 database optional 
postgresql-9.4_9.4~beta2-1.dsc
 7e71996c7ccb5b6097623da0a11db554 17271387 database optional 
postgresql-9.4_9.4~beta2.orig.tar.bz2
 ce4050599adf272270dde33081f61421 18672 database optional 
postgresql-9.4_9.4~beta2-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJT0PcvAAoJEExaa6sS0qeuOoYQALHG0IdejR7+deWKzIcBwyE+
qh7gOqpYyZOJvkSUju28OFA4YjfTA71CKelLiD2bgcLIvtXzIzGBBJgAg/SOQxbU
mqIaC16e9Iy7gX10jlrp9Ki1oc2tM9kIVQIsPQ7d+76F/EN/R+SyZSTBP+3UTm4m
P4rKB7SSCsKLNMBZOdoxC2er2C3TsM1db5GES4yQvUwk3Fe07QZpLHqZ4VqntOLy
TsnXnYayTUYgbed8DZq4UIN0l62mbv/u+0W4JBLSh3VK6TYlwLnMx/2zH1Z+iyqf
hm3QKWLGOYlH/vBcRzuwLRAj+XVMxirCsjQSxg6hQbSrjUWteSrJsnsvmDoskKof
FVY68qC53XlODdt4Dy3+3UdSRrbkJZM6XC4LNVxxwCpIM4JOzRz8I7U5vCIwZIM+
dJpPDW7J/mvDCt5aCv5HSDP/WxM9idjqQexpSVsf34t2XTBW4Gqz5V83ELEUNRZh
bGYhXje8+Mm3fiezjRtmyIlYPyVH2K9+z/sfQkq5E2xR2i/l4qEI+oIzSMZ04oGV
uoynGVsdRbOpgt85exbucYieSoI1zQfsU7clZy1Z4BQfGFiqa9rib6N8dJARQDF8
kuBRYqS9+DjO/VHK1PL0rPTK85iBMZWa47pN/+fLcXFoSw/6ue/JP5dr9YyvyT32
vviHyEKaRb6MtvQk7u2j
=AiBu
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-postgresql-public mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public

Reply via email to