Skip to content

Commit

Permalink
Fix errors caused by missing oid column in pg_description, pg_attribu…
Browse files Browse the repository at this point in the history
…te, pg_type, pg_attrdef table of OpenGauss (#34086)
  • Loading branch information
jiangML authored Dec 17, 2024
1 parent 44321ba commit bff5155
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<dataset>
<metadata>
<column name="oid"/>
<column name="adrelid"/>
<column name="adnum"/>
<column name="adbin"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<dataset>
<metadata>
<column name="oid"/>
<column name="attrelid"/>
<column name="attname"/>
<column name="atttypid"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<dataset>
<metadata>
<column name="oid"/>
<column name="objoid"/>
<column name="classoid"/>
<column name="objsubid"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<dataset>
<metadata>
<column name="oid"/>
<column name="typname"/>
<column name="typnamespace"/>
<column name="typowner"/>
Expand Down

0 comments on commit bff5155

Please sign in to comment.