This patch fixes many problems in the handling of GPDB CSV format logs for the frmSta...
authordpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Tue, 9 Jun 2009 11:19:10 +0000 (11:19 +0000)
committerdpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Tue, 9 Jun 2009 11:19:10 +0000 (11:19 +0000)
commite2860462a0508e0007cfc91f296b33d021d726ba
tree2bf358a9ea2df4bcb9de0935705586ddc29fc07d
parentb571e70e9a6c39dae1a7e8159e96262631c984b9
This patch fixes many problems in the handling of GPDB CSV format logs for the frmStatus display.

It's also a useful start for supporting PostgreSQL 8.4 CSV format logs.
[Chuck McDevitt]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7901 a7884b65-44f6-0310-8a51-81a127f17b15
pgadmin/frm/frmMainConfig.cpp
pgadmin/frm/frmStatus.cpp
pgadmin/include/frm/frmStatus.h
pgadmin/include/precomp.h
pgadmin/include/utils/csvfiles.h [new file with mode: 0644]
pgadmin/include/utils/module.mk
pgadmin/pgAdmin3.vcproj
pgadmin/utils/csvfiles.cpp [new file with mode: 0644]
pgadmin/utils/module.mk