copy & pasted include guard in attoptcache.h

Поиск
Список
Период
Сортировка
От Andres Freund
Тема copy & pasted include guard in attoptcache.h
Дата
Msg-id 20130706101208.GB15764@alap2.anarazel.de
обсуждение исходный текст
Ответы Re: copy & pasted include guard in attoptcache.h  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: [9.3 bug fix] ECPG does not escape backslashes
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: FILTER for aggregates [was Re: Department of Redundancy Department: makeNode(FuncCall) division]