We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b3c55 commit 03a7625Copy full SHA for 03a7625
src/bin/pg_dump/pg_dump.c
@@ -22,7 +22,7 @@
22
*
23
24
* IDENTIFICATION
25
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.290 2002/08/22 21:29:34 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.291 2002/08/22 21:35:50 tgl Exp $
26
27
*-------------------------------------------------------------------------
28
*/
@@ -558,7 +558,7 @@ main(int argc, char **argv)
558
if (g_fout->remoteVersion < 70300)
559
{
560
if (g_fout->remoteVersion >= 70100)
561
- g_last_builtin_oid = findLastBuiltinOid_V71(PQdb(((ArchiveHandle *)g_conn)->connection));
+ g_last_builtin_oid = findLastBuiltinOid_V71(PQdb(g_conn));
562
else
563
g_last_builtin_oid = findLastBuiltinOid_V70();
564
if (g_verbose)
0 commit comments