Skip to content

Move to pg_regress for regression testing #43

@Ngalstyan4

Description

@Ngalstyan4

Currently, for testing we simply run diff between expected output and the output generated on the instance being tested.

We should move to using pg_regress.
pg_regress is a binary available from postgres server dev packages. It is usually not added to $PATH, but is available under
$(pg_config --pkglibdir)/pgxs/src/test/regress/pg_regress. pg_regress calls diff under the hood, but advantages of pg_regress are:

The advantages of pg_regress are:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions