projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af9364
)
Fix newly introduced misspelling of existence in pg_buffercache.
author
Andres Freund
Fri, 22 Aug 2014 07:25:47 +0000
(09:25 +0200)
committer
Andres Freund
Fri, 22 Aug 2014 15:49:47 +0000
(17:49 +0200)
Peter Geoghegan
contrib/pg_buffercache/pg_buffercache_pages.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_buffercache/pg_buffercache_pages.c
b/contrib/pg_buffercache/pg_buffercache_pages.c
index d3b1ba3245d6853e42c10d421c71b44bb4b4903e..b1be98f470672fcd87d392d34360ddb2965442de 100644
(file)
--- 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-)exist
a
nce of the pinning_backends
+ * transparently handle the (non-)exist
e
nce 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