patch for spelling mistake - Mailing list pgsql-patches

From nconway@klamath.dyndns.org (Neil Conway)
Subject patch for spelling mistake
Date
Msg-id 20010710125428.A29939@klamath.dyndns.org
Whole thread Raw
Responses Re: patch for spelling mistake
List 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 by date:

Previous
From: Vince Vielhaber
Date:
Subject: CREATE/ALTER USER patch
Next
From: Tom Lane
Date:
Subject: Re: patch for spelling mistake