Re: Sanity checking for ./configure options?

From: Alex Shulgin <alex(dot)shulgin(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Sanity checking for ./configure options?
Date: 2016-03-14 11:43:40
Message-ID: 20160314114340.20803.24100.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: not tested
Implements feature: tested, passed
Spec compliant: not tested
Documentation: not tested

Looks good to me. It only allows valid number between 1 and 65535, disallows leading zero, empty string, or non-digit chars. Error messages looks good.

Marking this Ready for Committer.

--
Alex

The new status of this patch is: Ready for Committer

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Steele 2016-03-14 11:50:16 Re: remove wal_level archive
Previous Message Amit Langote 2016-03-14 11:04:48 Re: [PROPOSAL] VACUUM Progress Checker.