Re: Sequence Access Method WIP
Petr Jelinek <petr@2ndquadrant.com>
From: Petr Jelinek <petr@2ndquadrant.com>
To: fabriziomello@gmail.com
Cc: David Steele <david@pgmasters.net>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
Alexander Korotkov <a.korotkov@postgrespro.ru>,
Craig Ringer <craig@2ndquadrant.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2016-03-29T19:59:42Z
Lists: pgsql-hackers
Attachments
- 0002-gapless-seq-2016-03-29-2.patch (text/x-diff)
On 29/03/16 19:46, Fabrízio de Royes Mello wrotez > > > > > Hmm I am unable to reproduce this. What OS? Any special configure > flags you use? > > > > In my environment the error remains with your last patches. > > I didn't use any special. > > ./configure --prefix=/home/fabrizio/pgsql --enable-cassert > --enable-coverage --enable-tap-tests --enable-depend > make -s -j8 install > make check-world > > > My environment: > > fabrizio@bagual:/d/postgresql (0002-gapless-seq-petr) > $ uname -a > Linux bagual 3.13.0-83-generic #127-Ubuntu SMP Fri Mar 11 00:25:37 UTC > 2016 x86_64 x86_64 x86_64 GNU/Linux > > fabrizio@bagual:/d/postgresql (0002-gapless-seq-petr) > $ gcc --version > gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4 > Copyright (C) 2013 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > Hmm nothing special indeed, still can't reproduce, I did one blind try for a fix. Can you test with attached? -- Petr Jelinek http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Add missing gss option to msvc config template
- 3063e7a84026 9.6.0 cited