BUG #5170: Source files missing

Started by Sangameshover 16 years ago2 messagesbugs
Jump to latest
#1Sangamesh
sangameshb@yahoo.com

The following bug has been logged online:

Bug reference: 5170
Logged by: Sangamesh
Email address: sangameshb@yahoo.com
PostgreSQL version: 8.4.1
Operating system: Windows XP
Description: Source files missing
Details:

Howdy!

I downloaded the source files from:

http://www.postgresql.org/ftp/source/v8.4.1/
File: postgresql-8.4.1.tar.gz

And found that .c files are missing from the following folders

src\backend\utils\mb\conversion_procs\
utf8_and_euc_jis_2004\utf8_and_euc_jis_2004.c
utf8_and_shift_jis_2004\utf8_and_euc_jis_2004.c
euc_jis_2004_and_shift_jis_200\utf8_and_euc_jis_2004.c

Then I checked postgresql-8.4.1.tar.bz2 this was okay and contained all the
files.

Whats going on? Are these two distrubution files different?

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Sangamesh (#1)
Re: BUG #5170: Source files missing

"Sangamesh" <sangameshb@yahoo.com> writes:

And found that .c files are missing from the following folders

src\backend\utils\mb\conversion_procs\
utf8_and_euc_jis_2004\utf8_and_euc_jis_2004.c
utf8_and_shift_jis_2004\utf8_and_euc_jis_2004.c
euc_jis_2004_and_shift_jis_200\utf8_and_euc_jis_2004.c

Use something other than WinZip or Midnight Commander to de-tar.
Those programs fail on sufficiently long pathnames.

regards, tom lane