postgresql/src
Alvaro Herrera 669c7d20e6 Fix pg_upgrade's multixact handling (again)
We need to create the pg_multixact/offsets file deleted by pg_upgrade
much earlier than we originally were: it was in TrimMultiXact(), which
runs after we exit recovery, but it actually needs to run earlier than
the first call to SetMultiXactIdLimit (before recovery), because that
routine already wants to read the first offset segment.

Per pg_upgrade trouble report from Jeff Janes.

While at it, silence a compiler warning about a pointless assert that an
unsigned variable was being tested non-negative.  This was a signed
constant in Thomas Munro's patch which I changed to unsigned before
commit.  Pointed out by Andres Freund.
2015-04-30 13:55:06 -03:00
..
backend Fix pg_upgrade's multixact handling (again) 2015-04-30 13:55:06 -03:00
bin Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
common Reorganize our CRC source files again. 2015-04-14 17:03:42 +03:00
include Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX. 2015-04-30 00:19:36 +02:00
interfaces Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
makefiles Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
pl Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
port Fix various typos and grammar errors in comments. 2015-04-26 18:42:31 +02:00
template Remove duplicate specification of -Ae for HP-UX C compiler. 2015-01-13 22:52:11 -05:00
test Introduce replication progress tracking infrastructure. 2015-04-29 19:30:53 +02:00
timezone Update time zone data files to tzdata release 2015a. 2015-01-30 22:45:44 -05:00
tools Enable transforms tests for python 2 on MSVC builds 2015-04-29 13:49:24 -04:00
tutorial Update copyright for 2015 2015-01-06 11:43:47 -05:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
Makefile.shlib Add transforms feature 2015-04-26 10:33:14 -04:00
bcc32.mak
nls-global.mk
win32.mak