Non-Active links being referred in our source code

Started by vignesh Cover 6 years ago6 messageshackers
Jump to latest
#1vignesh C
vignesh21@gmail.com

Hi,

There are few links present in our source files for which the web links are no more active.
Details for the same is given below:

Sl No
Link
Referred File
1
http://h21007.www2.hp.com/portal/download/files/unprot/Itanium/inline_assem_ERS.pdf <http://h21007.www2.hp.com/portal/download/files/unprot/Itanium/inline_assem_ERS.pdf&gt;
generic-acc.h
2
http://h21007.www2.hp.com/portal/download/files/unprot/itanium/spinlocks.pdf <http://h21007.www2.hp.com/portal/download/files/unprot/itanium/spinlocks.pdf&gt;
generic-acc.h
3
http://www.comp.nus.edu.sg/~wuyongzh/my_doc/ntstatus.txt <http://www.comp.nus.edu.sg/~wuyongzh/my_doc/ntstatus.txt&gt;
win32_port.h
4
http://www.microsoft.com/msj/0197/exception/exception.aspx <http://www.microsoft.com/msj/0197/exception/exception.aspx&gt;
win32_port.h
5
http://www.nologs.com/ntstatus.html <http://www.nologs.com/ntstatus.html&gt;
win32_port.h
6
http://www.ross.net/crc/ <http://www.ross.net/crc/&gt;
pg_crc.h
7
http://www.ross.net/crc/download/crc_v3.txt <http://www.ross.net/crc/download/crc_v3.txt&gt;
pg_crc.h
8
http://www.codeproject.com/string/dmetaphone1.asp <http://www.codeproject.com/string/dmetaphone1.asp&gt;
dmetaphone.c
9
http://www.postgresql.org/2009/explain <http://www.postgresql.org/2009/explain&gt;
explain.c
10
http://www.merriampark.com/ld.htm <http://www.merriampark.com/ld.htm&gt;
levenshtein.c
11
http://www.cs.auckland.ac.nz/software/AlgAnim/niemann/s_man.htm <http://www.cs.auckland.ac.nz/software/AlgAnim/niemann/s_man.htm&gt;
rbtree.c

I could not find the equivalent links for the same.
Should we update the links for the same?

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com <http://www.enterprisedb.com/&gt;

#2Michael Paquier
michael@paquier.xyz
In reply to: vignesh C (#1)
Re: Non-Active links being referred in our source code

On Sun, Oct 06, 2019 at 09:06:44AM +0530, vignesh C wrote:

I could not find the equivalent links for the same.
Should we update the links for the same?

If it could be possible to find equivalent links which could update
to, it would be nice.
--
Michael

#3Juan José Santamaría Flecha
juanjo.santamaria@gmail.com
In reply to: Michael Paquier (#2)
Re: Non-Active links being referred in our source code

On Sun, Oct 6, 2019 at 9:41 AM Michael Paquier <michael@paquier.xyz> wrote:

On Sun, Oct 06, 2019 at 09:06:44AM +0530, vignesh C wrote:

I could not find the equivalent links for the same.
Should we update the links for the same?

If it could be possible to find equivalent links which could update
to, it would be nice.

About the broken links in win32_port.h, they are all referring to
ntstatus. As for first case that shows the code groups, there is an up
to date alternative. There is also an alternative for second case that
points to their codes and descriptions. On the other hand, the last
case is quoting a document that is no longer available, I would
suggest to rephrase the comment, thus eliminating the quote.

Please find attached a patch with the proposed alternatives.

Regards,

Juan José Santamaría Flecha

Attachments:

0001-Non-Active-links-in-win32_port.patchapplication/octet-stream; name=0001-Non-Active-links-in-win32_port.patchDownload+6-16
#4Michael Paquier
michael@paquier.xyz
In reply to: Juan José Santamaría Flecha (#3)
Re: Non-Active links being referred in our source code

On Mon, Oct 07, 2019 at 05:11:40PM +0200, Juan José Santamaría Flecha wrote:

About the broken links in win32_port.h, they are all referring to
ntstatus. As for first case that shows the code groups, there is an up
to date alternative. There is also an alternative for second case that
points to their codes and descriptions. On the other hand, the last
case is quoting a document that is no longer available, I would
suggest to rephrase the comment, thus eliminating the quote.

Please find attached a patch with the proposed alternatives.

Thanks Juan for the patch. I have checked your suggestions and it
looks good to me, so committed. Good idea to tell about
WIN32_NO_STATUS. I have noticed one typo on the way.
--
Michael

#5vignesh C
vignesh21@gmail.com
In reply to: Michael Paquier (#4)
Re: Non-Active links being referred in our source code

On Tue, Oct 8, 2019 at 10:35 AM Michael Paquier <michael@paquier.xyz> wrote:

On Mon, Oct 07, 2019 at 05:11:40PM +0200, Juan José Santamaría Flecha wrote:

About the broken links in win32_port.h, they are all referring to
ntstatus. As for first case that shows the code groups, there is an up
to date alternative. There is also an alternative for second case that
points to their codes and descriptions. On the other hand, the last
case is quoting a document that is no longer available, I would
suggest to rephrase the comment, thus eliminating the quote.

Please find attached a patch with the proposed alternatives.

Thanks Juan for the patch. I have checked your suggestions and it
looks good to me, so committed. Good idea to tell about
WIN32_NO_STATUS. I have noticed one typo on the way.

About pg_crc.h, I have made the changes with the correct links.
The patch for the same is attached.

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com

Attachments:

0001-Updated-CRC-links-that-are-not-working.patchapplication/octet-stream; name=0001-Updated-CRC-links-that-are-not-working.patchDownload+2-3
#6Michael Paquier
michael@paquier.xyz
In reply to: vignesh C (#5)
Re: Non-Active links being referred in our source code

On Mon, Oct 14, 2019 at 09:48:12PM +0530, vignesh C wrote:

About pg_crc.h, I have made the changes with the correct links.
The patch for the same is attached.

Confirmed, so applied. Thanks, Vignesh.
--
Michael