From: Andres Freund Date: Fri, 22 Aug 2014 07:25:47 +0000 (+0200) Subject: Fix newly introduced misspelling of existence in pg_buffercache. X-Git-Tag: REL9_5_ALPHA1~1588 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=ebf20f65d9383166d4b883258c091b245cf36217;p=postgresql.git Fix newly introduced misspelling of existence in pg_buffercache. Peter Geoghegan --- diff --git a/contrib/pg_buffercache/pg_buffercache_pages.c b/contrib/pg_buffercache/pg_buffercache_pages.c index d3b1ba3245d..b1be98f4706 100644 --- a/contrib/pg_buffercache/pg_buffercache_pages.c +++ b/contrib/pg_buffercache/pg_buffercache_pages.c @@ -85,7 +85,7 @@ pg_buffercache_pages(PG_FUNCTION_ARGS) /* * To smoothly support upgrades from version 1.0 of this extension - * transparently handle the (non-)existance of the pinning_backends + * transparently handle the (non-)existence of the pinning_backends * column. We unfortunately have to get the result type for that... - * we can't use the result type determined by the function definition * without potentially crashing when somebody uses the old (or even