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

Commit8b37462

Browse files
committed
Add missing translate_columns array entry
This omission caused an assertion error in \dA+.
1 parent4f04b66 commit8b37462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/psql/describe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ describeAccessMethods(const char *pattern, bool verbose)
138138
PQExpBufferDatabuf;
139139
PGresult*res;
140140
printQueryOptmyopt=pset.popt;
141-
staticconstbooltranslate_columns[]= {false, true, false};
141+
staticconstbooltranslate_columns[]= {false, true, false, false};
142142

143143
if (pset.sversion<90600)
144144
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp