forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit395bfaa
committed
Fix hard-coded relkind constants in psql/describe.c.
Although it's reasonable to expect that most of these constants willnever change, that does not make it good programming style to hard-codethe value rather than using the RELKIND_FOO macros.Discussion:https://postgr.es/m/11145.1488931324@sss.pgh.pa.us1 parent90e91e2 commit395bfaa
1 file changed
+120
-83
lines changed0 commit comments
Comments
(0)