Dropped use of reltoastidxid field

The same index can be reached going through reltoastrelid and
pg_index.indrelid: checked at least on PG 9.1.
This commit is contained in:
Daniele Varrazzo
2015-03-10 14:53:49 +00:00
parent 564f061beb
commit a49bb41822
3 changed files with 12 additions and 9 deletions

View File

@ -2,7 +2,7 @@
"name": "pg_repack",
"abstract": "PostgreSQL module for data reorganization",
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
"version": "1.3.0",
"version": "1.3.1-pg94",
"maintainer": [
"Josh Kupershmidt <schmiddy@gmail.com>",
"Daniele Varrazzo <daniele.varrazzo@gmail.com>",
@ -14,7 +14,7 @@
"provides": {
"pg_repack": {
"file": "lib/pg_repack.sql",
"version": "1.3.0",
"version": "1.3.1-pg94",
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
}
},