copy & pasted include guard in attoptcache.h

Started by Andres Freundalmost 13 years ago2 messageshackers
Jump to latest
#1Andres Freund
andres@anarazel.de

Hi,

attoptcache.h currently uses #ifndef SPCCACHE_H. The attached patch
fixes that.
A quick
$ grep -r '\#ifndef' src/include/|grep _H|awk '{print $2}'|sort|uniq -cd
doesn't show any further duplicated ones.

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachments:

0001-Fix-copy-pasted-include-guard-name-in-attoptcache.h.patchtext/x-patch; charset=us-asciiDownload+3-4
#2Magnus Hagander
magnus@hagander.net
In reply to: Andres Freund (#1)
Re: copy & pasted include guard in attoptcache.h

On Sat, Jul 6, 2013 at 12:12 PM, Andres Freund <andres@2ndquadrant.com> wrote:

Hi,

attoptcache.h currently uses #ifndef SPCCACHE_H. The attached patch
fixes that.
A quick
$ grep -r '\#ifndef' src/include/|grep _H|awk '{print $2}'|sort|uniq -cd
doesn't show any further duplicated ones.

Applied, thanks!

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers