diff options
| author | Robert Haas | 2014-03-03 12:14:31 +0000 |
|---|---|---|
| committer | Robert Haas | 2014-03-03 12:15:04 +0000 |
| commit | 45ffeb7e00576dc8b0544611f2a244540e9662c1 (patch) | |
| tree | e42abf6418ffee99c4772e11d35ce0f27a3f006b /contrib/pageinspect/pageinspect.control | |
| parent | ae95f5f74af74850e99632c61e67528ffcf92d3b (diff) | |
pageinspect: Use new pg_lsn datatype.
Michael Paquier, with slight comment changes by me
Diffstat (limited to 'contrib/pageinspect/pageinspect.control')
| -rw-r--r-- | contrib/pageinspect/pageinspect.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pageinspect/pageinspect.control b/contrib/pageinspect/pageinspect.control index a412cf13ddb..aecd91a711b 100644 --- a/contrib/pageinspect/pageinspect.control +++ b/contrib/pageinspect/pageinspect.control @@ -1,5 +1,5 @@ # pageinspect extension comment = 'inspect the contents of database pages at a low level' -default_version = '1.1' +default_version = '1.2' module_pathname = '$libdir/pageinspect' relocatable = true |
