pgsql: Fix thinko in previous commit

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix thinko in previous commit
Date: 2018-12-28 18:18:40
Message-ID: E1gcwiW-0003NA-6Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko in previous commit

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4ed6c071b82a80fb7d8396477a5d698de3c93bf3

Modified Files
--------------
src/backend/executor/execMain.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-12-28 19:09:16 pgsql: Fix latent problem with pg_jrand48().
Previous Message Alvaro Herrera 2018-12-28 17:52:02 pgsql: Rewrite ExecPartitionCheckEmitError for clarity