extern keyword incorrectly used in some function definitions

Поиск
Список
Период
Сортировка
От David Rowley
Тема extern keyword incorrectly used in some function definitions
Дата
Msg-id CAKJS1f9RKLWXcMBQhvDYhmsMEo+ALuNgA-NE+AX5Uoke9DJ2Xg@mail.gmail.com
обсуждение исходный текст
Ответы Re: extern keyword incorrectly used in some function definitions
Список pgsql-hackers
While poking around partition.c I noticed that one of the functions
there is *defined* as "extern". Normally we'd only do this in the
declaration of the function. I don't really see why it's needed in the
definition.

Anyway, I removed it. I then thought I'd better look around for any
others too...

A patch is attached which removes them all, apart from the snowball
ones. I didn't touch those.

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

Вложения

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: [HACKERS] path toward faster partition pruning
Следующее
От: Laurenz Albe
Дата:
Сообщение: NEXT VALUE FOR sequence