libpq-example.html needs to use <> includes

Started by Josh Berkusabout 16 years ago2 messagesdocs
Jump to latest
#1Josh Berkus
josh@agliodbs.com

All,

The libpq-example is using local includes for libpq-fe, instead of
library includes:

#include "libpq-fe.h"

I can't think of a single good reason for this, is there one?

--Josh Berkus

#2Bruce Momjian
bruce@momjian.us
In reply to: Josh Berkus (#1)
Re: libpq-example.html needs to use <> includes

Josh Berkus wrote:

All,

The libpq-example is using local includes for libpq-fe, instead of
library includes:

#include "libpq-fe.h"

I can't think of a single good reason for this, is there one?

Agreed, fixed with the attached, applied patch.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com
  PG East:  http://www.enterprisedb.com/community/nav-pg-east-2010.do
  + If your life is a hard drive, Christ can be your backup. +

Attachments:

/rtmp/difftext/x-diffDownload+6-6