Le 28/03/2011 12:00, Dave Page a écrit :
> Fix the Windows build
>
> Branch
> --
> master
>
> Details
> ---
> http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7f8cd80a41eddaa014de5f01779666c2a96b609b
>
> Modified Files
> --
> pgadmin/pgAdmin3.vcproj | 40 +
2011/3/28 Guillaume Lelarge :
> Le 28/03/2011 10:57, Timon a écrit :
>> yup, seem that problem is not with git/gist indexes.
>> I have found the query for this grid in file
>> pgadmin/schema/pgIndex.cpp line 670.
>>
>> I run this query in Sql Query tool and get same results:
>> SELECT
>> inde
Thanks - should be OK now.
On Mon, Mar 28, 2011 at 8:08 AM, Timon wrote:
> commit 6fe0f783fc6a9e85a00df211b25195eb3f3ac29e
>
> g++ -DHAVE_CONFIG_H -I. -I..
> -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\"
> -I../pgadmin/include -I/usr/include -I/usr/include/pgsql
> -DHAVE_CONNINFO_PARSE -I
Fix the GCC build.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7c57ccf6ab9c78b341f9ae69e95eb2027985c4b3
Modified Files
--
pgadmin/debugger/ctlCodeWindow.cpp |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Sent v
Fix the Windows build
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7f8cd80a41eddaa014de5f01779666c2a96b609b
Modified Files
--
pgadmin/pgAdmin3.vcproj | 40
1 files changed, 36 insertions(
Le 28/03/2011 10:57, Timon a écrit :
> yup, seem that problem is not with git/gist indexes.
> I have found the query for this grid in file
> pgadmin/schema/pgIndex.cpp line 670.
>
> I run this query in Sql Query tool and get same results:
> SELECT
> indexrelname,
> idx_scan, idx_tup_re
yup, seem that problem is not with git/gist indexes.
I have found the query for this grid in file
pgadmin/schema/pgIndex.cpp line 670.
I run this query in Sql Query tool and get same results:
SELECT
indexrelname,
idx_scan, idx_tup_read, idx_tup_fetch,
pg_size_pretty(pg_rela
commit 6fe0f783fc6a9e85a00df211b25195eb3f3ac29e
g++ -DHAVE_CONFIG_H -I. -I..
-DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\"
-I../pgadmin/include -I/usr/include -I/usr/include/pgsql
-DHAVE_CONNINFO_PARSE -I/usr/lib64/wx/include/gtk2-unicode-release-2.8
-I/usr/include/wx-2.8 -D_FILE_OFFSET_BI