aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2014-08-22 09:25:47 +0200
committerAndres Freund <andres@anarazel.de>2014-08-22 17:49:47 +0200
commitebf20f65d9383166d4b883258c091b245cf36217 (patch)
tree03e822ea030a343939478aa5c3103b0f0419ff20
parent2af93640ad14028297fbc750e4c2338ad11a3c58 (diff)
downloadpostgresql-ebf20f65d9383166d4b883258c091b245cf36217.tar.gz
postgresql-ebf20f65d9383166d4b883258c091b245cf36217.zip
Fix newly introduced misspelling of existence in pg_buffercache.
Peter Geoghegan
-rw-r--r--contrib/pg_buffercache/pg_buffercache_pages.c2
1 files changed, 1 insertions, 1 deletions
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