projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7968184
)
pg_upgrade: Clarify one message
author
Peter Eisentraut
Fri, 11 Aug 2017 19:44:10 +0000
(15:44 -0400)
committer
Peter Eisentraut
Fri, 11 Aug 2017 19:44:10 +0000
(15:44 -0400)
Reported-by: Dennis Björklund
src/bin/pg_upgrade/check.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_upgrade/check.c
b/src/bin/pg_upgrade/check.c
index 3d0fb96187fa4f5e4352e3edcdd88ce61fc6b81e..11f804b7e87f621b18a9ea767346d215cfab604a 100644
(file)
--- a/
src/bin/pg_upgrade/check.c
+++ b/
src/bin/pg_upgrade/check.c
@@
-894,7
+894,7
@@
check_for_reg_data_type_usage(ClusterInfo *cluster)
bool found = false;
char output_path[MAXPGPATH];
- prep_status("Checking for reg*
system OID user data typ
es");
+ prep_status("Checking for reg*
data types in user tabl
es");
snprintf(output_path, sizeof(output_path), "tables_using_reg.txt");