diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-05-31 23:10:05 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-05-31 23:11:46 +0300 |
commit | ba4cacf0756f71e175d25bac78834715a353e64e (patch) | |
tree | 7534f62f0be85bc334bad50d0a575ae2e6077457 /src/backend/storage/lmgr/predicate.c | |
parent | 85ffed431ae6fff0d5fbafd9a48b330542f2f4d9 (diff) | |
download | postgresql-ba4cacf0756f71e175d25bac78834715a353e64e.tar.gz postgresql-ba4cacf0756f71e175d25bac78834715a353e64e.zip |
Recode non-ASCII characters in source to UTF-8
For consistency, have all non-ASCII characters from contributors'
names in the source be in UTF-8. But remove some other more
gratuitous uses of non-ASCII characters.
Diffstat (limited to 'src/backend/storage/lmgr/predicate.c')
-rw-r--r-- | src/backend/storage/lmgr/predicate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/lmgr/predicate.c b/src/backend/storage/lmgr/predicate.c index 5670f31f58a..5ac76249910 100644 --- a/src/backend/storage/lmgr/predicate.c +++ b/src/backend/storage/lmgr/predicate.c @@ -10,9 +10,9 @@ * * Michael J. Cahill, Uwe Röhm, and Alan D. Fekete. 2008. * Serializable isolation for snapshot databases. - * In SIGMOD ’08: Proceedings of the 2008 ACM SIGMOD + * In SIGMOD '08: Proceedings of the 2008 ACM SIGMOD * international conference on Management of data, - * pages 729–738, New York, NY, USA. ACM. + * pages 729-738, New York, NY, USA. ACM. * http://doi.acm.org/10.1145/1376616.1376690 * * and further elaborated in Cahill's doctoral thesis: |