Обсуждение: copy & pasted include guard in attoptcache.h

Поиск
Список
Период
Сортировка

copy & pasted include guard in attoptcache.h

От
Andres Freund
Дата:
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

Вложения

Re: copy & pasted include guard in attoptcache.h

От
Magnus Hagander
Дата:
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 HaganderMe: http://www.hagander.net/Work: http://www.redpill-linpro.com/