Your message dated Fri, 22 Jun 2012 10:03:07 +0000
with message-id <[email protected]>
and subject line Bug#668300: fixed in postgresql-9.1 9.1.4-2
has caused the Debian Bug report #668300,
regarding -DLINUX_OOM_ADJ should be in CPPFLAGS
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.)
--
668300: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668300
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: postgresql-9.1
Version: 9.1.3-2
Severity: minor
Tags: patch
The -DLINUX_OOM_ADJ assigment should be in CPPFLAGS instead of CFLAGS.
Suggested patch:
--- debian/rules 2012-03-01 07:26:12 +0000
+++ debian/rules 2012-04-10 18:35:43 +0000
@@ -12,7 +12,7 @@
# When protecting the postmaster with oom_adj=-17, allow the OOM killer to slay
# the backends
(http://archives.postgresql.org/pgsql-hackers/2010-01/msg00170.php)
ifeq ($(shell uname -s),Linux)
-CFLAGS+= -DLINUX_OOM_ADJ=0
+CPPFLAGS+= -DLINUX_OOM_ADJ=0
endif
ifneq ($(findstring $(DEB_BUILD_ARCH), sparc alpha),)
@@ -42,6 +42,7 @@
--with-gnu-ld \
--with-pgport=5432 \
--with-system-tzdata=/usr/share/zoneinfo \
+ CPPFLAGS='$(CPPFLAGS)' \
CFLAGS='$(CFLAGS)' \
LDFLAGS='$(LDFLAGS)'
--- End Message ---
--- Begin Message ---
Source: postgresql-9.1
Source-Version: 9.1.4-2
We believe that the bug you reported is fixed in the latest version of
postgresql-9.1, which is due to be installed in the Debian FTP archive:
libecpg-compat3_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/libecpg-compat3_9.1.4-2_amd64.deb
libecpg-dev_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/libecpg-dev_9.1.4-2_amd64.deb
libecpg6_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/libecpg6_9.1.4-2_amd64.deb
libpgtypes3_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/libpgtypes3_9.1.4-2_amd64.deb
libpq-dev_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/libpq-dev_9.1.4-2_amd64.deb
libpq5_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/libpq5_9.1.4-2_amd64.deb
postgresql-9.1-dbg_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.4-2_amd64.deb
postgresql-9.1_9.1.4-2.debian.tar.gz
to main/p/postgresql-9.1/postgresql-9.1_9.1.4-2.debian.tar.gz
postgresql-9.1_9.1.4-2.dsc
to main/p/postgresql-9.1/postgresql-9.1_9.1.4-2.dsc
postgresql-9.1_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/postgresql-9.1_9.1.4-2_amd64.deb
postgresql-client-9.1_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/postgresql-client-9.1_9.1.4-2_amd64.deb
postgresql-contrib-9.1_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.4-2_amd64.deb
postgresql-doc-9.1_9.1.4-2_all.deb
to main/p/postgresql-9.1/postgresql-doc-9.1_9.1.4-2_all.deb
postgresql-plperl-9.1_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/postgresql-plperl-9.1_9.1.4-2_amd64.deb
postgresql-plpython-9.1_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/postgresql-plpython-9.1_9.1.4-2_amd64.deb
postgresql-plpython3-9.1_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/postgresql-plpython3-9.1_9.1.4-2_amd64.deb
postgresql-pltcl-9.1_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/postgresql-pltcl-9.1_9.1.4-2_amd64.deb
postgresql-server-dev-9.1_9.1.4-2_amd64.deb
to main/p/postgresql-9.1/postgresql-server-dev-9.1_9.1.4-2_amd64.deb
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.
Martin Pitt <[email protected]> (supplier of updated postgresql-9.1 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: Fri, 22 Jun 2012 10:35:38 +0200
Source: postgresql-9.1
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3
postgresql-9.1 postgresql-9.1-dbg postgresql-client-9.1
postgresql-server-dev-9.1 postgresql-doc-9.1 postgresql-contrib-9.1
postgresql-plperl-9.1 postgresql-plpython-9.1 postgresql-plpython3-9.1
postgresql-pltcl-9.1
Architecture: source amd64 all
Version: 9.1.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian PostgreSQL Maintainers
<[email protected]>
Changed-By: Martin Pitt <[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.1
libpq-dev - header files for libpq5 (PostgreSQL library)
libpq5 - PostgreSQL C client library
postgresql-9.1 - object-relational SQL database, version 9.1 server
postgresql-9.1-dbg - debug symbols for postgresql-9.1
postgresql-client-9.1 - front-end programs for PostgreSQL 9.1
postgresql-contrib-9.1 - additional facilities for PostgreSQL
postgresql-doc-9.1 - documentation for the PostgreSQL database management
system
postgresql-plperl-9.1 - PL/Perl procedural language for PostgreSQL 9.1
postgresql-plpython-9.1 - PL/Python procedural language for PostgreSQL 9.1
postgresql-plpython3-9.1 - PL/Python 3 procedural language for PostgreSQL 9.1
postgresql-pltcl-9.1 - PL/Tcl procedural language for PostgreSQL 9.1
postgresql-server-dev-9.1 - development files for PostgreSQL 9.1 server-side
programming
Closes: 668300 674421
Changes:
postgresql-9.1 (9.1.4-2) unstable; urgency=low
.
[ Christoph Berg ]
* Some cosmetic changes to control and rules file.
* Add myself to Uploaders.
.
[ Martin Pitt ]
* Move pg_basebackup *.mo files and man page to -client-9.2. Thanks to Peter
Eisentraut for spotting this. (Closes: #674421)
* debian/postgresql-9.1.preinst: Remove postmaster.1.gz alternative on
upgrades to this version, so that the postinst can rebuild it. This is
necessary to drop pg_basebackup.1.gz from the server alternatives group,
so that it can go into the client group.
* debian/postgresql-9.1.preinst: Drop obsolete transition code.
* debian/rules: Set -DLINUX_OOM_ADJ in CPPFLAGS, not in CFLAGS. Thanks Peter
Eisentraut. (Closes: #668300)
Checksums-Sha1:
8a70c020bdb8deedb5846158c2002d161811719e 3287 postgresql-9.1_9.1.4-2.dsc
61eafad065e302182e76ce6682504021543c368c 32789
postgresql-9.1_9.1.4-2.debian.tar.gz
b84d62b5866fde1a32c48578a185739dd8237141 612778 libpq-dev_9.1.4-2_amd64.deb
16713d8f681281a523759b758ac82a281ff2e109 526560 libpq5_9.1.4-2_amd64.deb
7ee64daa92bd4459dc3772881e699fcfe8d56168 472144 libecpg6_9.1.4-2_amd64.deb
3b3b0f2dc64a789f78d0d773737e4c6eecce9c73 642746 libecpg-dev_9.1.4-2_amd64.deb
1f19c8af341e04d4a46b2ea1d9d30acc1e92d187 389202
libecpg-compat3_9.1.4-2_amd64.deb
531aea7980b26aff797f252ebf51332b7b1886fc 413346 libpgtypes3_9.1.4-2_amd64.deb
4c54af3744dd05a17d1dca15b1615eab76f3e814 6293566
postgresql-9.1_9.1.4-2_amd64.deb
9199e9f997eac0ce75e9a874198e7719773eb58f 11362096
postgresql-9.1-dbg_9.1.4-2_amd64.deb
bc63b2c37f5620b36810c7f05d61d4140413607d 2008290
postgresql-client-9.1_9.1.4-2_amd64.deb
b1f0a23a48afe5e6882519e7e53a9a1c32c74e70 1057652
postgresql-server-dev-9.1_9.1.4-2_amd64.deb
e9959141278570511df75c55e41b67d406bdf9a7 2929034
postgresql-doc-9.1_9.1.4-2_all.deb
a445a3fa984ef0cb802c55c6ae97deaeecc7815c 852344
postgresql-contrib-9.1_9.1.4-2_amd64.deb
c81a0d701efe6da32d9254a70409a80247236c3b 436916
postgresql-plperl-9.1_9.1.4-2_amd64.deb
c6bfafabfa4abb3a2dda6060c5d937dc89cfa213 419846
postgresql-plpython-9.1_9.1.4-2_amd64.deb
9a9eccf903642869653ec235c1372a2e7f4430c3 419610
postgresql-plpython3-9.1_9.1.4-2_amd64.deb
3a2cfd28c4c7ecd63923b676b0767dd16fb99aa7 406246
postgresql-pltcl-9.1_9.1.4-2_amd64.deb
Checksums-Sha256:
3f5ec4cad48f3133ee9dfdc467b679cd1a7122de513d5c7c822f94fe5d9fb4fc 3287
postgresql-9.1_9.1.4-2.dsc
2438def609a913e8f07a7df342ba0f0311782e3cf3712175accfebc359ee3e52 32789
postgresql-9.1_9.1.4-2.debian.tar.gz
4a6fd67e140086b57e1a593dcfce00b6fea3fd8bcfcfed7b2e2104e105430def 612778
libpq-dev_9.1.4-2_amd64.deb
0d6806179150fafa37bd5c7deea4ef85e3f726bf14f5709da64ebc49b7ed7faa 526560
libpq5_9.1.4-2_amd64.deb
d83798da2cc82f079a2f6b9c311cea2234893691815407f56a926bd2d2ffd053 472144
libecpg6_9.1.4-2_amd64.deb
852f2e3873bda66849461e3457c4ecb145ac010fde5c99b74603331a8cf9bbc6 642746
libecpg-dev_9.1.4-2_amd64.deb
bd69788760a6792b93a332eb9850abca4af1d806cdb39479d26fbc7c95c9552d 389202
libecpg-compat3_9.1.4-2_amd64.deb
81ef4de05b2da86ad891773cc15f9c0e7b70c5ed01b06ff5b1c215d0078f8a56 413346
libpgtypes3_9.1.4-2_amd64.deb
54a646a453c8adcd2039a31600d5d7815b0588bc3a86c08b98afaf1d559a8ef5 6293566
postgresql-9.1_9.1.4-2_amd64.deb
61bc3d22a9fd5cb3bdafa72f031b76156be191bde92f20bcc0a75587d14980f0 11362096
postgresql-9.1-dbg_9.1.4-2_amd64.deb
2e2208a4720b332bd41b9f797efd5fe89295c551b0521e4c19eaa711ba5e680a 2008290
postgresql-client-9.1_9.1.4-2_amd64.deb
4e2a4e46baf280fd963eb5159fd47a6559e7462da962241e418dcfefef4a2302 1057652
postgresql-server-dev-9.1_9.1.4-2_amd64.deb
50976ca393d4b7e555351f59101eebd133ea2d783bb66cede30d43fd451ac36a 2929034
postgresql-doc-9.1_9.1.4-2_all.deb
d96008d0ca0fbab6642057d74bce803147e1963a7359b4b283bea53f405f0281 852344
postgresql-contrib-9.1_9.1.4-2_amd64.deb
61fbb01eb3e73dde985a6a45485b82c44d69b8c92377b67875a57335e2cb7334 436916
postgresql-plperl-9.1_9.1.4-2_amd64.deb
1f6c253462b861cdac2ffbe6c52460ddb13587e4355664414a9dcf2e3666be2c 419846
postgresql-plpython-9.1_9.1.4-2_amd64.deb
ca7952b00f3279e45b99e1b387a393a855f99ecd0ccfe09d84d133480eedc9a3 419610
postgresql-plpython3-9.1_9.1.4-2_amd64.deb
bb761f6a6630fc94c9288c3c5ba6437b861e1d28b1aee6ffd81e424522fad05e 406246
postgresql-pltcl-9.1_9.1.4-2_amd64.deb
Files:
4f06768aca79b64b8a10bafaff8f0018 3287 database optional
postgresql-9.1_9.1.4-2.dsc
f4293df571893f1d36d4d06285392f04 32789 database optional
postgresql-9.1_9.1.4-2.debian.tar.gz
5b1604ebb054123e15edfeac0ec140ad 612778 libdevel optional
libpq-dev_9.1.4-2_amd64.deb
a139bb5caa204c340666a9a3b2287b08 526560 libs optional libpq5_9.1.4-2_amd64.deb
5ab629c80a43b84c4e4c36be77be66c0 472144 libs optional
libecpg6_9.1.4-2_amd64.deb
8d41a9bf4a5be4465812818981c1702b 642746 libdevel optional
libecpg-dev_9.1.4-2_amd64.deb
9d319c8f12d2da474de87f3343603d7e 389202 libs optional
libecpg-compat3_9.1.4-2_amd64.deb
b50bfc3cf63b5e0fb41004a401b9cbd9 413346 libs optional
libpgtypes3_9.1.4-2_amd64.deb
07712f5e16f772cc5e6dd742bb14060a 6293566 database optional
postgresql-9.1_9.1.4-2_amd64.deb
87a549be40bcf9a6194b3dab115b7447 11362096 debug extra
postgresql-9.1-dbg_9.1.4-2_amd64.deb
f7aa691032e1a975633d4bb91bd2a14e 2008290 database optional
postgresql-client-9.1_9.1.4-2_amd64.deb
f48982be591af17d88678226eb510c05 1057652 libdevel optional
postgresql-server-dev-9.1_9.1.4-2_amd64.deb
8ee6fa72e440a2e5b92a409763709e60 2929034 doc optional
postgresql-doc-9.1_9.1.4-2_all.deb
e17333d82fc6b0c26bfa87dbf1b92dfd 852344 database optional
postgresql-contrib-9.1_9.1.4-2_amd64.deb
523b567509368b97d94f4aa1419067a3 436916 database optional
postgresql-plperl-9.1_9.1.4-2_amd64.deb
e24ce1c35eba13f392f506d128c0f6ea 419846 database optional
postgresql-plpython-9.1_9.1.4-2_amd64.deb
4f1554b1d8e1f29a1e0a2b33f87f5261 419610 database optional
postgresql-plpython3-9.1_9.1.4-2_amd64.deb
d1427c29464ae396aa9d6bee1e9807c0 406246 database optional
postgresql-pltcl-9.1_9.1.4-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJP5DICAAoJEPmIJawmtHufU5IP/3R17tU9cdbxaSxgAl+HWMDV
wBTpkstnrKKPTwi/CaBgqvTE+T/jpjd19r2/lCCohw7hTilPMDCuv4mhb46t2WNg
mkpqYzMh0mgmSKDMIdDraGVCJSHAZf34lTZURaDTzzojOW1gx/4fTmvK9JgV6uij
XNrDgAPcoIF6A3eUd7B7a/XLXzbktkTytdfEvVDzFpbXdaFiUKZnzHiImN+f6kbx
oNRyfJZbwcQlFizmhrRW1Fhk4X45ZIHvD8TMJ4fVB14o4GSiKd87uF4dJiwNANUR
IL92UTKtoUG30NT3/TnLNe+dl8BTkq1bBMzET7/x30P0WdhnPFDV6h9O1ARChBoW
m/tzEXKPJDzACSMRGLIzOHpZS3suIbFdHSnz1+QdJ4evQfepz9ZjuIXY8lLdVjiL
vRpSWwp9ENlCfTwdabn8ZRb6/f4LRGYlWAGbfQa2TxxRvYlrzHCKfu4YVtaBom2F
0dJnGtajb8bVhNVPZ+Fvd85IFTkDwWiKKXsSqD6EO8TY7XJXwjwF/BmRwAzIInm+
f2ZJiuaq7I59PKldkQBh065ZA298M7XAveXd8ZeweajlBTxKpT0D2/4Ala0joTNh
8ZV3lkZccEJOdtoVNUr1QXDtphOsal3El+9bT3hdVV1Yuady+IO/9GeKqyEF4NT+
4V1Z4OiU626ShLwe8iXZ
=2/P8
-----END PGP SIGNATURE-----
--- End Message ---