On Thu, Jan 12, 2023 at 4:39 AM Andres Freund <[email protected]> wrote: > > On 2023-01-05 16:22:01 +0530, Amit Kapila wrote: > > On Thu, Jan 5, 2023 at 4:12 PM jian he <[email protected]> wrote: > > > Hi. > > > > > > I changed the src/test/regress/sql/interval.sql, How can I generate the > > > new src/test/regress/expected/interval.out file. > > > > > > > You can run the tests and copy the required changes from > > src/test/regress/output/interval.out to > > src/test/regress/expected/interval.out > > Wonder if we should have a bit of content about that in > doc/src/sgml/regress.sgml? >
Yeah, I think it could be useful, especially for new people. The other option could be to add some information in src/test/regress/README/ -- With Regards, Amit Kapila.
