patch for spelling mistake

Поиск
Список
Период
Сортировка
От nconway@klamath.dyndns.org (Neil Conway)
Тема patch for spelling mistake
Дата
Msg-id 20010710125428.A29939@klamath.dyndns.org
обсуждение исходный текст
Ответы Re: patch for spelling mistake  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Hi everyone,

This trivial patch fixes a spelling mistake
('indicies' -> 'indexes') in the file src/backend/commands/cluster.c

I'll probably submit a MUCH larger patch which changes
'indices' -> 'indexes' -- but for now I'm just changing
'indicies', which is unquestionably incorrect.

I think I made the patch properly; from the root of the 'pgsql'
CVS module, apply with: patch -p0 < patchfile.

Cheers,

Neil

Index: src/backend/commands/cluster.c
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/src/backend/commands/cluster.c,v
retrieving revision 1.66
diff -r1.66 cluster.c
48c48
<  *     Create a list of all the other indicies on this relation. Because
---
>  *     Create a list of all the other indexes on this relation. Because
50c50
<  *     indicies. The user will have to re-create them. Not nice, but
---
>  *     indexes. The user will have to re-create them. Not nice, but
54c54
<  *     hand, re-creating n indicies may blow out the space.
---
>  *     hand, re-creating n indexes may blow out the space.

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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: CREATE/ALTER USER patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: patch for spelling mistake