Re: [HACKERS] actual patch for close_ps() [file: geo_ops.c]

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Gautam H Thaker <gthaker(at)atl(dot)lmco(dot)com>
Cc: Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] actual patch for close_ps() [file: geo_ops.c]
Date: 1998-05-02 05:08:45
Message-ID: 354AAA5D.ECC75F98@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Attached is my patch that fixes the routine close_ps().

Hi Gautam. The patch seems "backwards". Can you next time run the diff
as

diff -c geo_ops.c.last geo_ops.c > geo_ops.c.patch

to make it a bit easier to apply? Haven't tried testing yet, but should
get to it sometime soon...

- Tom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-05-03 02:42:46 compile error with Assert()
Previous Message Tom Lane 1998-05-01 22:23:23 Re: [HACKERS] rule/notify bug?