Changeset 268
- Timestamp:
- 05/30/10 23:41:08 (21 months ago)
- Files:
-
- 1 modified
-
trunk/src/wfs/wfs_get_feature.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wfs/wfs_get_feature.c
r267 r268 391 391 /* execute the sql request */ 392 392 res = PQexec(o->pg, ln->value->buf); 393 buffer_flush(ln->value, stderr);394 393 395 394 if (PQresultStatus(res) != PGRES_TUPLES_OK) {