Package: libpg-perl / 1:2.1.1-5

Metadata

Package Version Patches format
libpg-perl 1:2.1.1-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_pod.patch | (download)

Pg.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix stray '=' in pod synopsis
test_table_with_oids.patch | (download)

test.pl | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 create table with oids in test
 The test verifies the presence of an OID, but they are not created by default
 any more.
test_fix_endcopy.patch | (download)

test.pl | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 fix $conn->endcopy test
 PQendcopy() fails with "no COPY in progress" after copying is done. Adjust
 test case to ensure that, instead of expecting it to succeed.