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:
@ -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);
|
||||
|
Reference in New Issue
Block a user