1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Fix typos in comments and error messages in HStore. Patch from Filip

Rembialkowski, with some additional fixes by myself.
This commit is contained in:
Neil Conway
2006-12-05 17:36:00 +00:00
parent 5b2def8969
commit d49fa4c866
2 changed files with 8 additions and 8 deletions

View File

@ -112,7 +112,7 @@ delete(PG_FUNCTION_ARGS)
*ed;
out->len = hs->len;
out->size = hs->size; /* temprorary! */
out->size = hs->size; /* temporary! */
ptrs = STRPTR(hs);
es = ARRPTR(hs);