Re: Typo in pg_stat_activity definition - Mailing list pgsql-hackers

From Daisuke Higuchi
Subject Re: Typo in pg_stat_activity definition
Date
Msg-id CAEVT6c_kbdSBu27pLW+KNCAAc185xpBHxRCXUPm-j01hq1Uw7g@mail.gmail.com
Whole thread Raw
Responses Re: Typo in pg_stat_activity definition
List pgsql-hackers
Thank you for comments!

>> One thing that you are forgetting is that the regression
>> tests are going to fail: rules.out reports the definition of
>> pg_stat_activity, and the characters casing matters in this case.
>
>I doubt it --- the regression tests will show deparsing results,
>which shouldn't change.

Yes, applying this patch will not cause the 'rules' test to fail.
Even if the pg_stat_activity view definition information in system_views.sql is capitalized (inconsistency is fixed) by this patch, it will be lowercase when this view is installed in database. So, the test result does not change.

Just to be sure, I ran the 'make check' and 'make check-world', and I confirmed that all tests were passed.

Regards.

pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: Skipping schema changes in publication
Next
From: Dilip Kumar
Date:
Subject: Re: pg_logical_slot_get_changes waits continously for a partial WAL record spanning across 2 pages