postgresql/src/backend/utils
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes.
Use "a" and "an" correctly, mostly in comments. Two error messages were
also fixed (they were just elogs, so no translation work required). Two
function comments in pg_proc.h were also fixed. Etsuro Fujita reported one
of these, but I found a lot more with grep.

Also fix a few other typos spotted while grepping for the a/an typos.
For example, "consists out of ..." -> "consists of ...". Plus a "though"/
"through" mixup reported by Euler Taveira.

Many of these typos were in old code, which would be nice to backpatch to
make future backpatching easier. But much of the code was new, and I didn't
feel like crafting separate patches for each branch. So no backpatching.
2015-05-20 16:56:22 +03:00
..
adt Collection of typo fixes. 2015-05-20 16:56:22 +03:00
cache Collection of typo fixes. 2015-05-20 16:56:22 +03:00
error Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
fmgr Create an infrastructure for parallel computation in PostgreSQL. 2015-04-30 15:02:14 -04:00
hash Reorganize our CRC source files again. 2015-04-14 17:03:42 +03:00
init Add new OID alias type regrole 2015-05-09 13:06:49 -04:00
mb Extend GB18030 encoding conversion to cover full Unicode range. 2015-05-15 15:02:13 -04:00
misc Collection of typo fixes. 2015-05-20 16:56:22 +03:00
mmgr Support "expanded" objects, particularly arrays, for better performance. 2015-05-14 12:08:49 -04:00
resowner Update copyright for 2015 2015-01-06 11:43:47 -05:00
sort Fix comment. 2015-05-13 15:27:41 -04:00
time Remove useless assertion. 2015-05-13 11:01:10 -04:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
Gen_dummy_probes.sed Update copyright for 2015 2015-01-06 11:43:47 -05:00
Gen_fmgrtab.pl Allow forcing nullness of columns during bootstrap. 2015-02-21 22:31:54 +01:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
errcodes.txt Change SQLSTATE for event triggers "wrong context" message 2015-04-08 15:26:50 -03:00
generate-errcodes.pl Update copyright for 2015 2015-01-06 11:43:47 -05:00
probes.d Update copyright for 2015 2015-01-06 11:43:47 -05:00