Re: Connections hang indefinitely while taking a gin index's LWLock buffer_content lock - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Connections hang indefinitely while taking a gin index's LWLock buffer_content lock
Date
Msg-id 5002.1544719713@sss.pgh.pa.us
Whole thread Raw
In response to Re: Connections hang indefinitely while taking a gin index's LWLockbuffer_content lock  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> I am seeing this warning in the 9.4 branch:
>     ginxlog.c:756:5: warning: ‘lbuffer’ may be used uninitialized
>     in this function [-Wmaybe-uninitialized]

I'm also getting that, just in 9.4, but at a different line number:

ginxlog.c: In function 'ginRedoDeletePage':
ginxlog.c:693: warning: 'lbuffer' may be used uninitialized in this function

That's with gcc version 4.4.7 20120313 (Red Hat 4.4.7-23)

            regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Connections hang indefinitely while taking a gin index's LWLockbuffer_content lock
Next
From: David Steele
Date:
Subject: Change pgarch_readyXlog() to return .history files first