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

Commitc567925

Browse files
committed
Write error messages about duplicate OIDs to stderr
1 parent33a1c21 commitc567925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/catalog/genbki.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
foreachmy$oid (keys%oidcounts)
138138
{
139139
nextunless$oidcounts{$oid} > 1;
140-
print"Duplicateoids detected:\n"if !$found;
141-
print"$oid\n";
140+
printSTDERR"DuplicateOIDs detected:\n"if !$found;
141+
printSTDERR"$oid\n";
142142
$found++;
143143
}
144144
die"found$found duplicate OID(s) in catalog data\n"if$found;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp