postgresql/src/backend/port
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
..
aix Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
darwin pgindent run for 9.4 2014-05-06 12:12:18 -04:00
dynloader Update copyright for 2015 2015-01-06 11:43:47 -05:00
hpux Redefine Datum as uintptr_t, instead of unsigned long. 2009-12-31 19:41:37 +00:00
tas Update copyright for 2015 2015-01-06 11:43:47 -05:00
win32 Update copyright for 2015 2015-01-06 11:43:47 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile Add a basic atomic ops API abstracting away platform/architecture details. 2014-09-25 23:49:05 +02:00
atomics.c Collection of typo fixes. 2015-05-20 16:56:22 +03:00
posix_sema.c Remove the option to service interrupts during PGSemaphoreLock(). 2015-02-03 23:25:00 +01:00
sysv_sema.c Remove the option to service interrupts during PGSemaphoreLock(). 2015-02-03 23:25:00 +01:00
sysv_shmem.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
unix_latch.c Add barriers to the latch code. 2015-01-13 12:58:43 +01:00
win32_latch.c Add barriers to the latch code. 2015-01-13 12:58:43 +01:00
win32_sema.c Remove the option to service interrupts during PGSemaphoreLock(). 2015-02-03 23:25:00 +01:00
win32_shmem.c Update copyright for 2015 2015-01-06 11:43:47 -05:00