postgresql/src/backend
Tom Lane c1156411ad Move psql's psqlscan.l into src/fe_utils.
This completes (at least for now) the project of getting rid of ad-hoc
linkages among the src/bin/ subdirectories.  Everything they share is now
in src/fe_utils/ and is included from a static library at link time.

A side benefit is that we can restore the FLEX_NO_BACKUP check for
psqlscanslash.l.  We might need to think of another way to do that check
if we ever need to build two lexers with that property in the same source
directory, but there's no foreseeable reason to need that.
2016-03-24 20:28:47 -04:00
..
access Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
bootstrap
catalog Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
commands Suppress compiler warning for get_am_type_string(). 2016-03-24 17:22:24 -04:00
executor Fix EvalPlanQual bug when query contains both locked and not-locked rels. 2016-03-22 17:56:20 -04:00
foreign
lib
libpq Properly declare FeBeWaitSet. 2016-03-21 12:58:18 +01:00
main
nodes Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
optimizer Support parallel aggregation. 2016-03-21 09:30:18 -04:00
parser Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
po
port Combine win32 and unix latch implementations. 2016-03-21 11:03:26 +01:00
postmaster Merge wal_level "archive" and "hot_standby" into new name "replica" 2016-03-18 23:56:03 +01:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Merge wal_level "archive" and "hot_standby" into new name "replica" 2016-03-18 23:56:03 +01:00
rewrite
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Introduce WaitEventSet API. 2016-03-21 12:22:54 +01:00
tcop Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
tsearch Improve support of Hunspell 2016-03-17 17:23:38 +03:00
utils Use correct GetDatum function. 2016-03-24 08:57:48 -04:00
.gitignore
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Combine win32 and unix latch implementations. 2016-03-21 11:03:26 +01:00
nls.mk