pgAdmin III commit: Fix for index size in the index list

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix for index size in the index list
Date: 2010-10-14 09:35:48
Message-ID: 201010140935.o9E9Zmtm010710@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix for index size in the index list

The size previously reported is the size of the table for each index.

Report from Timon.

Fixes #254.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=10849143c289ceb360246ebeeeb1a82fed2ff9ac

Modified Files
--------------
pgadmin/schema/pgIndex.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-10-14 09:38:16 Re: wrong indexes sizes on index page
Previous Message Guillaume Lelarge 2010-10-13 21:20:02 Re: two questions about pg 9.0