Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd66a8c7

Browse files
committed
Very small changes in the contrib's pg_dumplo in the attache.
And: Note, Bruce I found in the contrib tree any files that we forgetremove during contrib cleaning. Please remove these files:contrib/lo/test.sqlcontrib/pg_dumplo/Makefile.outcontrib/pgbench/pgbench_jis.doccontrib/spi/new_example.examplecontrib/spi/README.MAXThanks. Karel
1 parentefcff3d commitd66a8c7

File tree

8 files changed

+5
-73
lines changed

8 files changed

+5
-73
lines changed

‎contrib/lo/test.sql

Whitespace-only changes.

‎contrib/pg_dumplo/INSTALL

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ this help or the cool HOWTO.
99

1010
Compilation:
1111
~~~~~~~~~~~
12-
- In the PG contrib tree:
1312
* run master ./configure in the PG source top directory
1413
* run 'make'
15-
* run 'make install'
1614

15+
1716
THANKS:
1817
~~~~~~
1918
<??? I lost his e-mail ???>

‎contrib/pg_dumplo/Makefile.out

Whitespace-only changes.

‎contrib/pg_dumplo/lo_export.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pglo_export(LODumpMaster *pgLO)
104104
if ((tuples=PQntuples(pgLO->res))==0) {
105105

106106
if (!pgLO->quiet&&pgLO->action==ACTION_EXPORT_ATTR)
107-
printf("%s:not large objets in '%s'\n",progname,ll->lo_table);
107+
printf("%s:no large objets in '%s'\n",progname,ll->lo_table);
108108
continue;
109109

110110
}elseif (check_res(pgLO)) {
@@ -137,7 +137,7 @@ pglo_export(LODumpMaster *pgLO)
137137
}
138138

139139
if (!pgLO->quiet)
140-
printf("dump %s.%s (%dlagre obj)\n",
140+
printf("dump %s.%s (%dlarge obj)\n",
141141
ll->lo_table,ll->lo_attr,tuples);
142142
}
143143

‎contrib/pg_dumplo/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
*Portions Copyright (c) 1999-2000, PostgreSQL, Inc
66
*
7-
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.2 2000/06/19 13:54:01 momjian Exp $
7+
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.3 2000/07/03 16:03:22 momjian Exp $
88
*
99
*Karel Zak 1999-2000
1010
* -------------------------------------------------------------------------
@@ -85,6 +85,7 @@ main(int argc, char **argv)
8585
{"host",required_argument,0,'h' },
8686
{"space",required_argument,0,'s' },
8787
{"import",no_argument,0,'i' },
88+
{"export",no_argument,0,'e' },
8889
{"remove",no_argument,0,'r' },
8990
{"quiet",no_argument,0,'q' },
9091
{"all",no_argument,0,'a' },

‎contrib/pgbench/pgbench_jis.doc

Whitespace-only changes.

‎contrib/spi/README.MAX

Whitespace-only changes.

‎contrib/spi/new_example.example

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp